Files in check-in 1671ba2d5c473dc7 ordered by age
File ages are expressed relative to the check-in time of 2019-01-11 16:29:24.
| Age | Files | Check-in |
|---|---|---|
| current |
generic/tclTest.c tests/lrange.test |
provided test-cases covering crash fixed by [58c46e74b931d3a1], as well as new test-facility "testpurebytesobj" allowing creation pure bytes object without internal representations (NULL). (check-in: 1671ba2d5c, user: sebres, branch: core-8-6-branch) |
| 1.9 hours |
generic/tclExecute.c |
Fix crash reported by reported by François Vogel related to: [cc1e91552c0ca1817292d951f8c694b28c2b2251|cc1e91552c] (check-in: 58c46e74b9, user: jan.nijtmans, branch: core-8-6-branch) |
| 2.9 days |
tests/chanio.test tests/io.test |
fixed missing dependency in test-cases "*io-60.1" (constraint-related) - missed load of tcltest-library in sub-process (check-in: 1688d8f73e, user: sebres, branch: core-8-6-branch) |
| 3.1 days |
tests/basic.test |
amend to [a87460dbd4], added clean-up to avoid error {can't set "a(x)": variable isn't array} on next iteration of noComp loop. (check-in: 098e8b701a, user: sebres, branch: bug-cc1e91552c) |
| 6.7 days |
win/tclWinPipe.c |
Merge 8.5 (check-in: a0e74ab307, user: jan.nijtmans, branch: core-8-6-branch) |
| 7.8 days |
win/tclWinTime.c |
Fix conflict with timezone() function in some MSVC versions (check-in: 8ca7418824, user: jan.nijtmans, branch: core-8-6-branch) |
| 11.2 days |
library/tzdata/Africa/Sao_Tome |
Update TZ info to tzdata2018i. (check-in: 9b157ba760, user: jima, branch: core-8-6-branch) |
| 12.7 days |
library/tzdata/Africa/Casablanca library/tzdata/Africa/El_Aaiun library/tzdata/America/Metlakatla library/tzdata/Asia/Hong_Kong library/tzdata/Asia/Qostanay library/tzdata/Asia/Qyzylorda library/tzdata/Asia/Tehran library/tzdata/Pacific/Chuuk library/tzdata/Pacific/Guam library/tzdata/Pacific/Kosrae library/tzdata/Pacific/Kwajalein library/tzdata/Pacific/Majuro library/tzdata/Pacific/Nauru library/tzdata/Pacific/Palau library/tzdata/Pacific/Pohnpei |
Update TZ info to tzdata2018h. (check-in: 9e7760bfc7, user: jima, branch: core-8-6-branch) |
| 13.3 days |
tests/clock.test |
clock.test: resolve sporadic timing issues - "after 10" could cause pause >120ms on some platforms (especially on heavily loaded systems), so used average value of 5 measured intervals and real retrieved time as reference point (check-in: 850bca5d86, user: sebres, branch: core-8-6-branch) |
| 13.8 days |
libtommath/bn_fast_s_mp_mul_digs.c |
prevent buffer overrun in fast_s_mp_mul_digs(), already fixed in newest libtommath versions. (check-in: 3e4d907d8e, user: sebres, branch: core-8-6-branch) |
| 21.9 days |
tests/string.test |
New test-cases (backported from 8.7) adapted for pre-TIP-502 behavior (check-in: 86bec25d37, user: jan.nijtmans, branch: core-8-6-branch) |
| 23.9 days |
macosx/Tcl.xcode/project.pbxproj macosx/Tcl.xcodeproj/project.pbxproj |
Merge 8.5 (check-in: 8fcba71408, user: jan.nijtmans, branch: core-8-6-branch) |
| 28.1 days |
.travis.yml generic/tclCmdMZ.c |
Why are we using rvm? Why? (check-in: f79b38e8c7, user: dkf, branch: core-8-6-branch) |
| 42.8 days |
tests/event.test tests/timer.test |
relax the timings of 2 tests, which incidentally fail on Travis CI (check-in: b493489463, user: jan.nijtmans, branch: core-8-6-branch) |
| 44.2 days |
generic/tclEnsemble.c |
Make the type casting in TclSpellFix less horrific. It's still bad, but it is no longer ghastly. (check-in: d8a8738329, user: dkf, branch: core-8-6-branch) |
| 50.1 days |
compat/zlib/contrib/minizip/miniunz.c compat/zlib/contrib/minizip/minizip.c |
fixed typo in prepro `#ifdef unix || __APPLE__` (check-in: b68ecd2e5b, user: sebres, branch: core-8-6-branch) |
| 50.1 days |
generic/tclCmdAH.c generic/tclFCmd.c generic/tclFileName.c generic/tclInt.h generic/tclPathObj.c tests/cmdAH.test tests/winFile.test tests/winPipe.test win/tclWinTest.c |
merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoinPath) for pure relative path-segments; test-cases extended and several windows-related are fixed. (check-in: 8e8688f048, user: sebres, branch: core-8-6-branch) |
| 52.1 days |
generic/tclEncoding.c generic/tclScan.c generic/tclTrace.c |
More coverity issues (check-in: 4bb243d127, user: dkf, branch: core-8-6-branch) |
| 55.9 days |
changes |
[00d04c4f12] Repair broken edge cases in [binary encode base64]. (check-in: 770e6649a4, user: dgp, branch: core-8-6-9-rc) |
| 56.1 days |
generic/tclOOInfo.c generic/tclOOMethod.c generic/tclZlib.c |
Clear up a bunch of small issues found by Coverity analysis. (check-in: a7f216790f, user: dkf, branch: core-8-6-branch) |
| 56.7 days |
generic/tclBinary.c |
fixes segfault [00d04c4f12], unfulfilled base64 (strict and non-strict mode, etc). (check-in: ea2419de23, user: sebres, branch: bug-00d04c4f12) |
| 56.8 days |
tests/binary.test |
test cases for decode base64, bug [00d04c4f12], unfulfilled base64 (strict and non-strict mode, etc). (check-in: 60ba3af5db, user: sebres, branch: bug-00d04c4f12) |
| 57.0 days |
tests/unixInit.test |
merge 8.5 (check-in: c6102118fb, user: dgp, branch: core-8-6-branch) |
| 57.4 days |
generic/tclStubInit.c win/tclWin32Dll.c |
Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work (again) with TCL_UTF_MAX=6. No effect when TCL_UTF_MAX=3|4 (check-in: 504991e0b5, user: jan.nijtmans, branch: core-8-6-branch) |
| 58.5 days |
tests/socket.test |
Make socket tests less likely to hang on OSX (check-in: a9645a9f4f, user: dkf, branch: core-8-6-branch) |
| 62.4 days |
macosx/GNUmakefile |
Make the macosx build able to succeed (check-in: f9043c56b9, user: dkf, branch: travis-8.6) |
| 63.0 days |
generic/tclListObj.c generic/tclUtil.c tests/list.test |
merge 8.5 (check-in: 9395c566ae, user: dgp, branch: core-8-6-branch) |
| 64.9 days |
library/tcltest/tcltest.tcl |
[86d249bcba] Make sure that tcltest::runAllTests actually returns 1 on failure (check-in: 604d3d2503, user: dkf, branch: bug-86d249bcba) |
| 65.1 days |
tests/all.tcl |
Rebase of travis config (check-in: 039b93c56d, user: dkf, branch: travis-8.6) |
| 70.0 days |
generic/tclOO.c generic/tclOODefineCmds.c |
Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins and object/class mutation. (check-in: 2b48a5d43c, user: dgp, branch: core-8-6-9-rc) |
| 71.0 days |
unix/tclConfig.h.in |
make dist (check-in: cfb6cd8bde, user: dgp, branch: core-8-6-9-rc) |
| 71.1 days |
unix/configure unix/configure.in |
merge 8.6 (check-in: 3cd8f26fb4, user: dgp, branch: core-8-6-9-rc) |
| 71.1 days |
compat/stdlib.h unix/Makefile.in unix/tcl.m4 |
Eliminate fallback attempts when broken strtod() routines are detected. This has long been creating more problems than it solves. (check-in: 8bdef976bf, user: dgp, branch: core-8-6-branch) |
| 72.8 days |
win/tclWinFile.c |
Merge 8.5 (check-in: c24ce3ea62, user: jan.nijtmans, branch: core-8-6-branch) |
| 72.8 days |
win/tclWinDde.c win/tclWinReg.c |
Add support for TIP #494 to registry and dde. Only effective when compiled against Tcl 9.0 headers. This way we can keep the source-code for those extensions 100% equal in all branches. Work-around for gcc warning in tclWinFile.c. Discovered by Travis CI. (check-in: bd6c194323, user: jan.nijtmans, branch: core-8-5-branch) |
| 74.1 days |
win/Makefile.in |
[TIP 525] Backport package tcltest 2.5 (check-in: 09e38054c3, user: dgp, branch: core-8-6-branch) |
| 74.1 days |
doc/tcltest.n library/tcltest/pkgIndex.tcl tests/tcltest.test |
[TIP 525] Backport package tcltest 2.5 (check-in: d27b044524, user: dgp, branch: core-8-5-branch) |
| 75.9 days |
library/tzdata/Pacific/Honolulu |
Update TZ info to tzdata2018g. (check-in: 611723cfba, user: jima, branch: core-8-6-branch) |
| 76.9 days |
library/dde/pkgIndex.tcl tests/winDde.test win/makefile.vc |
tclWinReg.c: Code cleanup. Eliminate some unnecessary variables. tclWinDde.c: Backport improvements (support for TCL_UTF_MAX=6) from androwish: Both androwish and tclsh (all versions) can now use the same dde.dll. dde: bump version (check-in: a82347c324, user: jan.nijtmans, branch: core-8-6-branch) |
| 78.8 days |
tests/registry.test |
Backport "registry" version 1.3.3, so all active branches now have the same registry version. (this commit must -eventually- be merge-marked to core-8-6-branch, since everything is there already) (check-in: e4761eb0a8, user: jan.nijtmans, branch: core-8-5-branch) |
| 84.0 days |
tools/genStubs.tcl |
Add support for "nostub" in genStubs.tcl. Not used by Tcl 8.6, but might be used by Tk 8.7 when linked against Tcl 8.6 (check-in: f727d78283, user: jan.nijtmans, branch: core-8-6-branch) |
| 84.3 days |
tests/oo.test |
Added another test case. This one is OK. (check-in: 6c7a814452, user: dkf, branch: core-8-6-branch) |
| 84.8 days |
generic/tclOOCall.c generic/tclOOInt.h |
Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra. (check-in: 41c3abeb41, user: dkf, branch: fix-oo-mutation) |
| 84.9 days |
library/tzdata/Africa/Ceuta library/tzdata/America/Santiago library/tzdata/Asia/Macau library/tzdata/Asia/Manila library/tzdata/Asia/Pyongyang library/tzdata/Asia/Shanghai library/tzdata/Asia/Tokyo library/tzdata/Europe/Volgograd library/tzdata/Pacific/Easter library/tzdata/Pacific/Fiji |
Update TZ info to tzdata2018f. (check-in: 9a10412e0d, user: jima, branch: core-8-6-branch) |
| 85.9 days |
tests/fCmd.test tests/fileName.test tests/winFCmd.test |
Fix test-cases running on Windows 10: [string index $tcl_platform(osVersion) 0] doesn't give the correct answer then. Also backport genStubs.tcl from 8.7: The "deprecated" mark is not used in Tcl 8.6, but it is used by Tk 8.7 when doing "make genstubs" against Tcl 8.6. (check-in: 5fbb107638, user: jan.nijtmans, branch: core-8-6-branch) |
| 92.2 days |
tests/macOSXFCmd.test |
Mark test macOSXFCmf-2.8 non-portable. It appears to pass when the older HFS+ filesystem is in use, often on disk drives in older systems. It appears to fail when APFS is in use, more typical on newer SSD storage. (check-in: 9e48ee9cb3, user: dgp, branch: core-8-6-9-rc) |
| 92.2 days |
ChangeLog README |
Update URLs. changes file WIP. (check-in: 6019792c8f, user: dgp, branch: core-8-6-9-rc) |
| 97.9 days |
generic/tcl.h library/init.tcl unix/tcl.spec win/configure win/configure.in |
Bump version numbers for 8.6.9 release. (check-in: 2ea5110611, user: dgp, branch: core-8-6-9-rc) |
| 97.9 days |
win/tclWinFCmd.c |
Fix wrong usage of Tcl_WinTCharToUtf() contract: nativePath should never be NULL, but actually it can be. (check-in: d07b4b62a1, user: jan.nijtmans, branch: core-8-6-branch) |
| 98.0 days |
doc/lreplace.n |
Post-TIP 505 editing of [lreplace] documentation. (check-in: 5248aa423d, user: dgp, branch: core-8-6-branch) |
| 98.9 days |
library/reg/pkgIndex.tcl |
In registry, protect "keyName" from being NULL: This actually can lead to crashed (I experienced this ...). Update version to 1.3.3, and align implementation in all branches (core-8-6-branch and higher) (check-in: e50f377785, user: jan.nijtmans, branch: core-8-6-branch) |
| 99.9 days |
generic/tclUtf.c |
Tcl_UniCharToUtfDString: Don't allocate too much memory for this function. Tcl_UtfToUniCharDString: Don't allocate too much memory for this function. And make sure that we never access more than 'length' bytes from the string, not even when encountering invalid UTF-8. (check-in: 8ba821d1fd, user: jan.nijtmans, branch: core-8-6-branch) |
| 104.9 days |
generic/tclCompile.h |
Another patch contributed by Gustaf Neumann: shifting negative numbers is undefined behavior in the C standard https://stackoverflow.com/questions/8415895/is-left-and-right-shifting-negative-integers-defined-behavior (check-in: 165586b224, user: jan.nijtmans, branch: core-8-6-branch) |
| 107.8 days |
generic/tclProc.c generic/tclVar.c |
Contributed patch from Gustaf Neumann, preventing problems where "localCachePtr" can be NULL (check-in: 4515cab12b, user: jan.nijtmans, branch: core-8-6-branch) |
| 109.0 days |
tests/httpTest.tcl |
Silence debugging message in test suite. (check-in: 66ab2e7785, user: dgp, branch: core-8-6-branch) |
| 110.1 days |
doc/exec.n doc/http.n library/http/http.tcl tests/httpPipeline.test tests/httpTestScript.tcl |
Give lambda function a name "ReceiveChunked" for easier testing. New function quoteString and code cleanup (check-in: 81db707b5c, user: jan.nijtmans, branch: core-8-6-branch) |
| 111.3 days |
library/http/pkgIndex.tcl tests/http.test |
Update http version number, and fix some related test-cases (check-in: 0af5ddd97c, user: jan.nijtmans, branch: core-8-6-branch) |
| 117.9 days |
tests/http11.test |
merge 8.6 (check-in: 82cbd9d626, user: kjnash, branch: bug-46b6edad51-concurrent-http) |
| 126.2 days |
tests/proc.test |
Added test for [631b4c45df]. (check-in: 036c01e552, user: dgp, branch: core-8-6-branch) |
| 135.0 days |
win/tclAppInit.c |
small amend to [cae24931ed] (no _CRT_glob in both cases __GNUC__ || TCL_BROKEN_MAINARGS). (check-in: 6ca696481e, user: sebres, branch: core-8-6-branch) |
| 146.8 days |
generic/tclBasic.c |
Minor fix to entier(): Allow it to convert to "wideInt" as well when range is appropriate (check-in: d7d65c2ac3, user: jan.nijtmans, branch: core-8-6-branch) |
| 155.8 days |
tests/env.test |
Repair breakage in recent refactoring of env.test (check-in: e5dded1cb7, user: dgp, branch: core-8-6-branch) |
| 156.4 days |
generic/tclDate.c |
Fix harmless gcc warning (check-in: eb3b963d72, user: jan.nijtmans, branch: core-8-6-branch) |
| 161.1 days |
tests/ioTrans.test |
ioTrans.test: fixed cleanup - avoids `error deleting "tempchanfile": permission denied`: file seems to be locked/opened inside interp $idb (check-in: d6cdcb7caf, user: sebres, branch: core-8-6-branch) |
| 163.9 days |
generic/tcl.decls generic/tclIOUtil.c |
Remove some actually dead code (check-in: a887506f5e, user: jan.nijtmans, branch: core-8-6-branch) |
| 168.9 days |
generic/tclStringObj.c |
amend after merge: 8.6th provide additionally an error-code (so missing `errCode = "OVERFLOW"`) (check-in: 64c3676a57, user: sebres, branch: core-8-6-branch) |
| 168.9 days |
tests/format.test |
merge 8.5 - bug [d051b77fc1] fixed (check-in: de522f0a45, user: sebres, branch: core-8-6-branch) |
| 173.9 days |
doc/clock.n |
Add a note in the 'clock' man page about the interpretation of impossible values on [clock scan] (check-in: 8d69e2a5f2, user: kbk, branch: core-8-6-branch) |
| 189.9 days |
generic/tclDictObj.c |
tclDictObj.c:366: warning: dereferencing type-punned pointer will break strict-aliasing rules Prevent this warning, which gcc 4.4 (a.o.) gives on this construct. void pointers work well already in whatever assignment. (check-in: c655de97b1, user: jan.nijtmans, branch: core-8-6-branch) |
| 199.0 days |
generic/tclThreadTest.c |
Use a thread exit handler, and not a custom exit proc for package cleanup. (check-in: df825488e6, user: dgp, branch: core-8-6-branch) |
| 199.1 days |
tests/tcltests.tcl |
Restore lost tests. (check-in: 2fbb67bc78, user: dgp, branch: core-8-6-branch) |
| 200.4 days |
tests/iogt.test unix/tclUnixSock.c unix/tclUnixThrd.c win/tclWinInit.c win/tclWinSock.c win/tclWinThrd.c |
Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate handling). Fix various typo's (check-in: 257ff5d1b3, user: jan.nijtmans, branch: core-8-6-branch) |
| 201.4 days |
tests/tailcall.test |
Fix for [3592747]: Let TclNRTailcallEval handle namespace problems. (check-in: 9198c16407, user: pooryorick, branch: core-8-6-branch) |
| 202.1 days |
tests/expr.test |
Add a test for no generation of a string representation when comparing with the empty string. (check-in: b7e3852c22, user: pooryorick, branch: core-8-6-branch) |
| 203.1 days |
tests/ioCmd.test tests/platform.test tests/thread.test tools/valgrind_suppress |
Add another suppress rule for valgrind, factor test code into tests/tcltests.tcl, and constrained a some tests in the valgrind case. (check-in: 4b77647298, user: pooryorick, branch: core-8-6-branch) |
| 206.2 days |
tests/pkgIndex.tcl |
new file: tools/valgrind_suppress. num-callers bumped from 8 to 24. Valgrind now issues no "still reachable" reports for cmdAH.test. (check-in: 316df6cc4e, user: pooryorick, branch: core-8-6-branch) |
| 207.0 days |
generic/tclParse.c |
Fix [53cad613d8]: TIP 389 implementation makes Tk tests font-4.12 and font-4.15 fail. One more situation in which high surrogate causes problem (check-in: c45de6cdb4, user: jan.nijtmans, branch: core-8-6-branch) |
| 207.0 days |
generic/tclEnv.c |
Unbreak build on Windows (and - most likely - some other platforms too) (check-in: adead12b0b, user: jan.nijtmans, branch: core-8-6-branch) |
| 207.3 days |
tests/async.test |
Avoid valgrind "still reachable" reports stemming from early termination of threads. (check-in: 2d150958f0, user: pooryorick, branch: core-8-6-branch) |
| 208.9 days |
tests/exec.test |
new package tcltests exclude some exec.test tests when running under valgrind (check-in: 4917fb3cc3, user: pooryorick, branch: core-8-6-branch) |
| 212.0 days |
tests/main.test |
merge 8.5 (check-in: c93af39cb0, user: dgp, branch: core-8-6-branch) |
| 212.9 days |
tests/safe.test |
merge 8.5 (check-in: 04e0eeb104, user: dgp, branch: core-8-6-branch) |
| 216.4 days |
generic/regc_locale.c |
Merge 8.5 (= update Unicode data to Unicode version 11.0) (check-in: 3fd6be3568, user: jan.nijtmans, branch: core-8-6-branch) |
| 216.4 days |
generic/tclUniData.c |
Update all Unicode tables to Unicode version 11.0 (check-in: 6fcef2008f, user: jan.nijtmans, branch: core-8-5-branch) |
| 221.1 days |
unix/tclUnixPort.h |
merge 8.5 (check-in: a9a4a69e99, user: sebres, branch: core-8-6-branch) |
| 228.2 days |
win/tclWinInt.h |
merge 8.5 (conflicts resolved, rewritten without winapi-stubs) (check-in: a2b0c73364, user: sebres, branch: core-8-6-branch) |
| 237.4 days |
tests/fileSystem.test |
Add test filesystem-1.30.2 {normalisation of nonexistent user specified as user@domain} (check-in: 9d50014a1e, user: fvogel, branch: bug-9e6b569963) |
| 241.9 days |
generic/tclIntPlatDecls.h unix/tclUnixFCmd.c win/tclWinPort.h |
merge 8.5 (check-in: 4929c1bb0f, user: jan.nijtmans, branch: core-8-6-branch) |
| 245.3 days |
tools/uniClass.tcl tools/uniParse.tcl |
Add emoji 11.0 to the set. Only active when compiled with TCL_UTF_MAX>3. Also prepare tooling for Unicode 11.0 (while being on it) (check-in: ee9f293421, user: jan.nijtmans, branch: core-8-5-branch) |
| 245.3 days |
generic/tclInt.decls unix/tclUnixFile.c |
merge 8.5 (check-in: 79e6efb2f5, user: jan.nijtmans, branch: core-8-6-branch) |
| 251.9 days |
library/tzdata/Africa/Windhoek library/tzdata/Europe/Dublin library/tzdata/Europe/Prague |
Update TZ info to tzdata2018e. (check-in: adc50e99d2, user: jima, branch: core-8-6-branch) |
| 261.2 days |
doc/define.n |
Doc typo fix from Andy Goth. (check-in: bbad47db82, user: dgp, branch: core-8-6-branch) |
| 264.1 days |
tests/var.test |
[46a2410650] compiled [unset] was bypassing cleanup of active array search. Overdue thanks to Andy Goth for tests and report. (check-in: 244c0b893d, user: dgp, branch: core-8-6-branch) |
| 268.9 days |
generic/tclCompCmds.c |
Array trace firing must come before argument checking might raise error. (check-in: 40dac07937, user: dgp, branch: core-8-6-branch) |
| 279.0 days |
doc/string.n |
merge 8.5 (check-in: 0d32dfc5f0, user: dgp, branch: core-8-6-branch) |
| 290.9 days |
generic/tclCompCmdsGR.c |
Rest of TIP 505 implementation -- mostly undoing dumb things. (check-in: 23448fc9ab, user: dgp, branch: tip-505) |
| 291.0 days |
generic/tclCmdIL.c tests/lreplace.test |
Work in progress implementing TIP 505. (check-in: 6319580096, user: dgp, branch: tip-505) |
| 293.3 days |
library/tzdata/Africa/Accra library/tzdata/Africa/Bissau library/tzdata/America/Araguaina library/tzdata/America/Argentina/Buenos_Aires library/tzdata/America/Argentina/Catamarca library/tzdata/America/Argentina/Cordoba library/tzdata/America/Argentina/Jujuy library/tzdata/America/Argentina/La_Rioja library/tzdata/America/Argentina/Mendoza library/tzdata/America/Argentina/Rio_Gallegos library/tzdata/America/Argentina/Salta library/tzdata/America/Argentina/San_Juan library/tzdata/America/Argentina/San_Luis library/tzdata/America/Argentina/Tucuman library/tzdata/America/Argentina/Ushuaia library/tzdata/America/Asuncion library/tzdata/America/Bahia library/tzdata/America/Belem library/tzdata/America/Boa_Vista library/tzdata/America/Bogota library/tzdata/America/Campo_Grande library/tzdata/America/Cuiaba library/tzdata/America/Eirunepe library/tzdata/America/Fortaleza library/tzdata/America/Grand_Turk library/tzdata/America/Guayaquil library/tzdata/America/Jamaica library/tzdata/America/Lima library/tzdata/America/Maceio library/tzdata/America/Manaus library/tzdata/America/Montevideo library/tzdata/America/Noronha library/tzdata/America/Porto_Velho library/tzdata/America/Punta_Arenas library/tzdata/America/Recife library/tzdata/America/Rio_Branco library/tzdata/America/Santarem library/tzdata/America/Sao_Paulo library/tzdata/Antarctica/Casey library/tzdata/Antarctica/Palmer library/tzdata/Asia/Almaty library/tzdata/Asia/Aqtau library/tzdata/Asia/Aqtobe library/tzdata/Asia/Ashgabat library/tzdata/Asia/Atyrau library/tzdata/Asia/Baghdad library/tzdata/Asia/Baku library/tzdata/Asia/Bishkek library/tzdata/Asia/Choibalsan library/tzdata/Asia/Dhaka library/tzdata/Asia/Dushanbe library/tzdata/Asia/Gaza library/tzdata/Asia/Hebron library/tzdata/Asia/Hovd library/tzdata/Asia/Kuching library/tzdata/Asia/Oral library/tzdata/Asia/Samarkand library/tzdata/Asia/Tashkent library/tzdata/Asia/Tbilisi library/tzdata/Asia/Ulaanbaatar library/tzdata/Asia/Yerevan library/tzdata/Atlantic/Azores library/tzdata/Atlantic/Cape_Verde library/tzdata/Atlantic/Madeira library/tzdata/Atlantic/Reykjavik library/tzdata/Atlantic/Stanley library/tzdata/Australia/Lord_Howe library/tzdata/Europe/Lisbon library/tzdata/Indian/Mauritius library/tzdata/Pacific/Apia library/tzdata/Pacific/Chatham library/tzdata/Pacific/Efate library/tzdata/Pacific/Enderbury library/tzdata/Pacific/Galapagos library/tzdata/Pacific/Kiritimati library/tzdata/Pacific/Noumea library/tzdata/Pacific/Rarotonga library/tzdata/Pacific/Tongatapu |
Update TZ info to tzdata2018d. (check-in: e257d4cf0b, user: jima, branch: core-8-6-branch) |
| 302.2 days |
tests/coroutine.test tests/foreach.test |
Missing test cleanups that break later tests. (check-in: 59850b158d, user: dgp, branch: core-8-6-branch) |
| 304.0 days |
generic/tclCompCmdsSZ.c |
Rewrite the [string replace] compiler to take advantage of the richer set of encoded index values. (check-in: 11e89c25be, user: dgp, branch: core-8-6-branch) |
| 306.2 days |
generic/tclPkg.c |
plug memleak of constructed package requirement. (check-in: 70bb82f088, user: dgp, branch: core-8-6-branch) |
| 307.1 days |
tests/cmdIL.test tests/lsearch.test |
rename tests to make room for new tests in 8.7 (check-in: 4062e2d0cc, user: dgp, branch: core-8-6-branch) |
| 307.8 days |
generic/tclAssembly.c |
Newer utility routine is more suitable. (check-in: b864232e48, user: dgp, branch: bug-db36fa5122) |
| 310.1 days |
tests/assemble.test |
Tests of [assemble] use of compiled index values. (check-in: d6534fb386, user: dgp, branch: bug-db36fa5122) |
| 310.8 days |
tests/lindex.test |
try to fix [db36fa5122]: better compiled variants of several indices-related commands, test-cases extended (check-in: 82d6ec9fbb, user: sebres, branch: sebres-bug-db36fa5122) |
| 311.9 days |
generic/tclIO.c |
merge core-8-5-branch (fixes [1873ea0ee4f01b26]: wrong initialization of std-channels ...) (check-in: 6b38bf6d66, user: sebres, branch: core-8-6-branch) |
| 330.3 days |
generic/tclOOBasic.c |
TclOO: Remove unneeded name manipulation from TclOOCopyObjectCmd. (check-in: 14b283bfc2, user: pooryorick, branch: pyk-TclOO) |
| 330.5 days |
generic/tclNamesp.c |
merge (cherrypick): Add missing parenthesis to an expression in TclEnsureNamespace. (check-in: 5d0c607c9b, user: pooryorick, branch: pyk-command-named-colon) |
| 330.8 days |
tests/namespace.test |
Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update coroutine and TclOO object creation routines to use TclCreateObjCommandInNs. (check-in: d448664da0, user: pooryorick, branch: pyk-command-named-colon) |
| 331.1 days |
generic/tclObj.c |
Rewrite documentation in comments for brevity and clarity. (check-in: 64f4563fdc, user: pooryorick, branch: pyk-backport-to-8-6) |
| 333.2 days |
tests/package.test |
Add remaining wrapper to the NR functions, remaining calls to TCL_NRAddCallback, and a test for a package require script that yields. DGP: This checkin introduces a memleak, detected by test compExpr-7.1. (check-in: 46fd14dcfe, user: pooryorick, branch: core-8-6-branch) |
| 333.9 days |
doc/Eval.3 doc/NRE.3 |
Refine documentation for Tcl_NR* functions. (check-in: 8573999b79, user: pooryorick, branch: core-8-6-branch) |
| 337.1 days |
win/nmakehlp.c |
win/nmakehlp.c: removed unneeded dependencies to shlwapi (the same is easily implemented by standard win-api) (check-in: d39393be10, user: sebres, branch: core-8-6-branch) |
| 343.3 days |
library/tzdata/America/La_Paz |
Update TZ info to tzdata2018c. (check-in: 474348e060, user: jima, branch: core-8-6-branch) |
| 343.4 days |
win/rules.vc |
Fixed def for INCLUDE_INSTALL_DIR when building against Tcl source. Bumped to 1.2. (check-in: 5523987533, user: apnadkarni, branch: core-8-6-branch) |
| 349.6 days |
tests/join.test |
Regression test for shimmering danger in [join]. (check-in: 482e7bb397, user: dgp, branch: core-8-6-branch) |
| 350.8 days |
tests/info.test |
test name continuity (check-in: 2e99e714a9, user: dgp, branch: core-8-6-branch) |
| 352.3 days |
doc/format.n |
Documentation fix: there is no "O" conversion, just "o" for octal. Also, "b" conversions normally don't produce a sign. (check-in: 15b214b5f8, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.04 years |
doc/Encoding.3 |
Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly when sizeof(Tcl_UniChar) != 2. (check-in: 0dd0d14489, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.04 years |
win/rules-ext.vc |
Safer to compare TCLDIR against "" rather than ifdef as recursive nmakes can pass TCLDIR as defined but with an empty value. (check-in: d9ab6f42be, user: apnadkarni, branch: core-8-6-branch) |
| 1.08 years |
win/targets.vc |
Allow standard targets to be selectively disabled. Automatic install for extension stubs and public headers if present. Print installation dir, remove useless partial print of preprocessor defines. (check-in: 2910ed4636, user: apnadkarni, branch: core-8-6-branch) |
| 1.10 years |
tests/scan.test tests/utf.test |
Duplicate test names (check-in: 828aed54a9, user: dgp, branch: core-8-6-8-rc) |
| 1.11 years |
generic/tclLink.c |
Don't provide the setFromAnyProc through the invalidRealType objType. This is a Tcl internal type, extensions shouldn't be able to convert their own Tcl_Obj to this. This shouldn't have been exposed to begin with. Tcl itself never calls it this way. (check-in: eee2842a41, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.12 years |
doc/ToUpper.3 doc/UniCharIsAlpha.3 doc/Utf.3 |
Update some functions in tclUtf.c to handle surrogate pairs when TCL_UTF_MAX == 4. Also update documentation to distinguish better between "Tcl_UniChar" and "Unicode character": Those are not necessary the same when TCL_UTF_MAX == 4. No change when TCL_UTF_MAX == 4 or TCL_UTF_MAX == 6. (check-in: 83c0c569d6, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.15 years |
win/tclWinError.c |
Fix [fab92486a1b05ba6f7cfe8677da95b9efb3beff0|fab92486a1]: Windows error 14 "Out of memory" mapping to Posix EFAULT "Bad address in system call argument" feels wrong (check-in: e074b44d9e, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.15 years |
.fossil-settings/crlf-glob .fossil-settings/crnl-glob |
Fix ignore-glob versioned setting (something went wrong in previous merge). Also convert rules-ext.vc and targets.vc to CRLF line-endings. (check-in: 07461dba12, user: jan.nijtmans, branch: vc-reform) |
| 1.15 years |
doc/Object.3 doc/SaveResult.3 |
No longer document (even though it's only in an example) that Tcl_SavedResult is a struct, and that the internal representation of an int is stored in the object's internalRep.longValue member. That might no longer be true in the future. (check-in: 9cd5d84b3d, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.16 years |
generic/tclIndexObj.c |
Change signature of (internal) TclScanElement() function. This saves memory allocation and the possibility for panic's in dict and list handling, requiring 1/4 of memory for internal allocation of temporary storage. No change to external API. (check-in: f2cb39b9be, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.17 years |
tests/split.test |
Make "string split" and "string is (alpha|graph|...)" work as expected with Unicode chars > U+ffff, when Tcl is compiled with TCL_UTF_MAX == 4. No effect when TCL_UTF_MAX == 3 or TCL_UTF_MAX == 6. Test-case added for "string split". (check-in: 2135bb7772, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.18 years |
generic/tclHash.c |
compiler warning (check-in: dd8928d781, user: dgp, branch: core-8-6-branch) |
| 1.19 years |
win/tclWinLoad.c |
Fix [6f2f83cc149e9918884faffefebc8dfa695f4ea0|6f2f83cc14]: tclWinload.c robustness. And fix a minor possible memory leak in TclSetupEnv() as well. Thanks to Christian Werner for both suggestions, backported from Androwish. (check-in: 4f69064432, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.20 years |
tests/execute.test tests/resolver.test |
Revise tests that relied on deprecated variable resolution rules. (check-in: 3e3819a1ea, user: dgp, branch: core-8-6-branch) |
| 1.21 years |
tests/encoding.test |
oops (check-in: 58b2048198, user: dgp, branch: core-8-6-branch) |
| 1.22 years |
library/tzdata/Africa/Juba library/tzdata/Africa/Khartoum library/tzdata/America/Adak library/tzdata/America/Anchorage library/tzdata/America/Detroit library/tzdata/America/Juneau library/tzdata/America/Nome library/tzdata/America/Sitka library/tzdata/America/Yakutat library/tzdata/Asia/Famagusta library/tzdata/Asia/Kolkata library/tzdata/Asia/Yangon library/tzdata/Pacific/Pago_Pago |
Update TZ info to tzcode2017c. (check-in: b0e52b87d7, user: jima, branch: core-8-6-branch) |
| 1.26 years |
.fossil-settings/ignore-glob |
Fix ignore glob for Visual C++ output directories. (check-in: 0f0baaa171, user: apnadkarni, branch: vc-reform) |
| 1.35 years |
library/msgcat/pkgIndex.tcl |
Make pkgIndex.tcl from msgcat work for Tcl 9.0 (not really necessary, but for consistancy) (check-in: df3d5fa5a3, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.37 years |
generic/tclPipe.c |
(cherry-pick): Fix [b50fb21410dababca95baa122964b2e312cb9d8a|b50fb214] : exec redirection to append stdout and stderr to the same file (check-in: 520999f475, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.39 years |
unix/tclLoadDyld.c |
Fix [d2612a2fa193196787aab33bb57f69b1eef9e30c|d2612a2fa1]: Build breaks because of gcc error. Only use "#pragma GCC diagnostic" if the compiler supports this. Also re-format tclUnixSock.c without further functional changes. (check-in: ba30aa3b1c, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.41 years |
generic/tclPanic.c |
Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio. (check-in: bde6588ccd, user: mistachkin, branch: irontcl) |
| 1.42 years |
generic/tclRegexp.c tests/set-old.test |
Backport [array names -regexp] should support backrefs (check-in: c84987f4b7, user: dgp, branch: core-8-6-branch) |
| 1.42 years |
generic/tclIORChan.c |
Silence compiler warning in --disable-threads build (check-in: 6c566de0bb, user: dgp, branch: core-8-6-branch) |
| 1.44 years |
tests/httpd tests/httpold.test |
Fix weird hangs in macOS Sierra on some networks. Name resolution timeouts not what we want to test in the http package. (check-in: bf3ac94fa2, user: dkf, branch: core-8-6-branch) |
| 1.49 years |
library/auto.tcl |
Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies across builds from auto_mkindex (check-in: d86807b814, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.53 years |
generic/tclStrToD.c |
'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy. (check-in: 5b95f585fa, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.54 years |
generic/tclOO.h unix/tclooConfig.sh win/tclooConfig.sh |
Bump to TclOO 1.1.0 (check-in: 417c4f636d, user: dgp, branch: core-8-6-branch) |
| 1.54 years |
tests/init.test |
Try to make good stack trace. Fallback to making not-so-good stack trace. Stop failing altogether. Test in test suite, not program fragility. (check-in: c67cb06977, user: dgp, branch: bug-46f801ea5a) |
| 1.55 years |
doc/copy.n |
Documentation correction; issue pointed out by DGP. (check-in: b574d9d391, user: dkf, branch: tip-473) |
| 1.58 years |
doc/dict.n |
[9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section. (check-in: 98b22be0c4, user: dkf, branch: core-8-6-branch) |
| 1.59 years |
generic/tclCompExpr.c generic/tclLoad.c |
Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 (check-in: 5ae46a0093, user: jan.nijtmans, branch: rfe-6c0d7aec67) |
| 1.60 years |
generic/tclClock.c macosx/tclMacOSXFCmd.c |
Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifications/optimizations. No functional change. (check-in: b96e8d7611, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.60 years |
generic/tclIntDecls.h |
Expose some of the core variable access APIs. (Cherrypick from [b4dfc30083]) (check-in: c4eb84f273, user: dkf, branch: dkf-expose-ptrgetvar-8.6) |
| 1.69 years |
unix/tclUnixInit.c |
Use GetModuleHandle() in stead of LoadLibrary() for ntdll, which is already loaded by Cygwin. (check-in: a4717aa947, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.71 years |
win/tclWinConsole.c win/tclWinSerial.c |
merge core-8-6-branch (check-in: 26d204381d, user: jan.nijtmans, branch: fix-1997007) |
| 1.71 years |
tests/zlib.test |
[50750c735a] Fix for uninit memory handling issue in zlib transforms. (check-in: fa1d22e834, user: dkf, branch: bug-50750c735a) |
| 1.72 years |
generic/tclDisassemble.c |
A better way of getting source file location information when disassembling. (check-in: 752440e0f3, user: dkf, branch: core-8-6-branch) |
| 1.73 years |
unix/tclConfig.sh.in win/tclConfig.sh.in |
Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists on unix, even though it should just be empty: TEA extensions might depend on it. (check-in: 14eee2fd50, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.75 years |
library/msgcat/msgcat.tcl |
Bump msgcat and tcl tests and continue updates to changes. (check-in: 458be994a5, user: dgp, branch: core-8-6-7-rc) |
| 1.79 years |
doc/IntObj.3 |
In comments and documentation, distinguish between __int64 (a Microsoft 64-bit integer type) and int64_t (C99 equivalent) (check-in: 88e580fec1, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.81 years |
library/tzdata/Africa/Monrovia library/tzdata/America/Port-au-Prince |
Update TZ info to tzcode2017b. (check-in: 308ac9b404, user: jima, branch: core-8-6-branch) |
| 1.81 years |
tests/interp.test |
New(ish) test interp-14.11 was missing its -cleanup. (check-in: 424986ff5b, user: dgp, branch: core-8-6-branch) |
| 1.83 years |
generic/tclTomMath.h |
redundant end-of-line spacing (check-in: abdfdc6629, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.83 years |
generic/tclCompile.c |
Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock seconds]. (check-in: 09582e14f6, user: kbk, branch: core-8-6-branch) |
| 1.84 years |
library/tzdata/Africa/Nairobi library/tzdata/America/Belize library/tzdata/America/Caracas library/tzdata/America/Cayenne library/tzdata/America/Curacao library/tzdata/America/Danmarkshavn library/tzdata/America/Godthab library/tzdata/America/Guyana library/tzdata/America/Miquelon library/tzdata/America/Paramaribo library/tzdata/America/Santo_Domingo library/tzdata/America/Scoresbysund library/tzdata/Antarctica/Macquarie library/tzdata/Asia/Bangkok library/tzdata/Asia/Brunei library/tzdata/Asia/Dili library/tzdata/Asia/Dubai library/tzdata/Asia/Ho_Chi_Minh library/tzdata/Asia/Jakarta library/tzdata/Asia/Jayapura library/tzdata/Asia/Kabul library/tzdata/Asia/Karachi library/tzdata/Asia/Kathmandu library/tzdata/Asia/Kuala_Lumpur library/tzdata/Asia/Makassar library/tzdata/Asia/Pontianak library/tzdata/Asia/Qatar library/tzdata/Asia/Riyadh library/tzdata/Asia/Seoul library/tzdata/Asia/Singapore library/tzdata/Asia/Taipei library/tzdata/Asia/Thimphu library/tzdata/Asia/Urumqi library/tzdata/Atlantic/Canary library/tzdata/Atlantic/South_Georgia library/tzdata/Australia/Eucla library/tzdata/Europe/Amsterdam library/tzdata/Europe/Madrid library/tzdata/Europe/Zaporozhye library/tzdata/Indian/Chagos library/tzdata/Indian/Christmas library/tzdata/Indian/Cocos library/tzdata/Indian/Mahe library/tzdata/Indian/Maldives library/tzdata/Indian/Reunion library/tzdata/Pacific/Bougainville library/tzdata/Pacific/Fakaofo library/tzdata/Pacific/Funafuti library/tzdata/Pacific/Gambier library/tzdata/Pacific/Guadalcanal library/tzdata/Pacific/Marquesas library/tzdata/Pacific/Niue library/tzdata/Pacific/Norfolk library/tzdata/Pacific/Pitcairn library/tzdata/Pacific/Port_Moresby library/tzdata/Pacific/Tahiti library/tzdata/Pacific/Tarawa library/tzdata/Pacific/Wake library/tzdata/Pacific/Wallis |
Update TZ data with tzdata2017a from IANA (check-in: fed617f928, user: jima, branch: core-8-6-branch) |
| 1.84 years |
tests/link.test |
Dup test name (check-in: 65fc9d2991, user: dgp, branch: core-8-6-7-rc) |
| 1.85 years |
tests/load.test |
expand test constraints of the load-8.x test cases (wrap setup prerequirements as new constraint "teststaticpkg_8.x") (check-in: db8303b05c, user: sebres, branch: core-8-6-branch) |
| 1.85 years |
.fossil-settings/encoding-glob doc/LinkVar.3 win/tcl.dsp |
Remove "makefile.bc". Not updated for many-many years, most likely it doesn't work any more and it doesn't seem to care anyone. Let's see if someone complains ;-) (check-in: 2e3592982c, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.85 years |
tests/nre.test |
nre.test: add constraint for nre-0.1 (testnreunwind may be not available) (check-in: fb0e8c6d3d, user: sebres, branch: core-8-6-branch) |
| 1.98 years |
doc/lsort.n |
Fix [1f4bb8162f]: lsort -dictionary documentation to be improved (check-in: 931be8d1fb, user: fvogel, branch: core-8-6-branch) |
| 1.98 years |
tests/httpd11.tcl |
Test-cases which require Tcl 8.5 (or 8.6) should continue to work unmodified in Tcl 9.0. The "novem" branch will show whether this continues to work. (check-in: be8a8d4622, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.98 years |
compat/zlib/win32/zlib1.dll |
Hm. 32-bit zlib dll still was the 1.2.10 version. Corrected now. (check-in: d414a7b645, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.99 years |
compat/zlib/CMakeLists.txt compat/zlib/ChangeLog compat/zlib/Makefile.in compat/zlib/README compat/zlib/contrib/delphi/ZLib.pas compat/zlib/contrib/dotzlib/DotZLib/UnitTests.cs compat/zlib/contrib/infback9/inftree9.c compat/zlib/contrib/minizip/configure.ac compat/zlib/contrib/pascal/zlibpas.pas compat/zlib/contrib/vstudio/readme.txt compat/zlib/contrib/vstudio/vc10/zlib.rc compat/zlib/contrib/vstudio/vc11/zlib.rc compat/zlib/contrib/vstudio/vc12/zlib.rc compat/zlib/contrib/vstudio/vc14/zlib.rc compat/zlib/contrib/vstudio/vc9/zlib.rc compat/zlib/deflate.c compat/zlib/gzlib.c compat/zlib/gzwrite.c compat/zlib/inffast.c compat/zlib/inftrees.c compat/zlib/os400/README400 compat/zlib/os400/make.sh compat/zlib/os400/zlib.inc compat/zlib/qnx/package.qpg compat/zlib/treebuild.xml compat/zlib/trees.c compat/zlib/win32/Makefile.msc compat/zlib/win32/README-WIN32.txt compat/zlib/win32/README.txt compat/zlib/win32/USAGE.txt compat/zlib/win32/VisualC.txt compat/zlib/win32/zdll.lib compat/zlib/win32/zlib1.rc compat/zlib/win64/libz.dll.a compat/zlib/win64/zdll.lib compat/zlib/win64/zlib1.dll compat/zlib/zlib.3 compat/zlib/zlib.3.pdf compat/zlib/zlib.h compat/zlib/zutil.c |
Update zlib to version 1.2.11 (check-in: fb70e7678c, user: jan.nijtmans, branch: core-8-6-branch) |
| 1.99 years |
library/tzdata/Europe/Saratov |
Upgrade TZDATA to IETF tzdata2016j (check-in: a7c6635f1f, user: venkat, branch: core-8-5-branch) |
| 2.00 years |
generic/tclDecls.h |
Merge-mark core-8-5-branch. Remove useless #undef. (check-in: 6a66f2a15b, user: jan.nijtmans, branch: core-8-6-branch) |
| 2.00 years |
unix/tclUnixTime.c |
Merge bug_b87ad7e914 (check-in: 0f88ee352f, user: sebres, branch: core-8-6-branch) |
| 2.01 years |
.fossil-settings/binary-glob |
Complete the upgrade to Zlib 1.2.10: Now add the *.lib and *.dll files. (check-in: 88d2aaf212, user: jan.nijtmans, branch: core-8-6-branch) |
| 2.03 years |
compat/zlib/adler32.c compat/zlib/compress.c compat/zlib/configure compat/zlib/contrib/README.contrib compat/zlib/contrib/ada/zlib-streams.ads compat/zlib/contrib/ada/zlib-thin.ads compat/zlib/contrib/blast/blast.c compat/zlib/contrib/blast/blast.h compat/zlib/contrib/minizip/iowin32.c compat/zlib/contrib/minizip/unzip.c compat/zlib/contrib/minizip/zip.c compat/zlib/contrib/puff/puff.c compat/zlib/contrib/vstudio/vc10/zlibvc.def compat/zlib/contrib/vstudio/vc11/zlibvc.def compat/zlib/contrib/vstudio/vc12/miniunz.vcxproj compat/zlib/contrib/vstudio/vc12/minizip.vcxproj compat/zlib/contrib/vstudio/vc12/testzlib.vcxproj compat/zlib/contrib/vstudio/vc12/testzlibdll.vcxproj compat/zlib/contrib/vstudio/vc12/zlibstat.vcxproj compat/zlib/contrib/vstudio/vc12/zlibvc.def compat/zlib/contrib/vstudio/vc12/zlibvc.sln compat/zlib/contrib/vstudio/vc12/zlibvc.vcxproj compat/zlib/contrib/vstudio/vc14/miniunz.vcxproj compat/zlib/contrib/vstudio/vc14/minizip.vcxproj compat/zlib/contrib/vstudio/vc14/testzlib.vcxproj compat/zlib/contrib/vstudio/vc14/testzlibdll.vcxproj compat/zlib/contrib/vstudio/vc14/zlibstat.vcxproj compat/zlib/contrib/vstudio/vc14/zlibvc.def compat/zlib/contrib/vstudio/vc14/zlibvc.sln compat/zlib/contrib/vstudio/vc14/zlibvc.vcxproj compat/zlib/contrib/vstudio/vc9/zlibvc.def compat/zlib/crc32.c compat/zlib/deflate.h compat/zlib/examples/gun.c compat/zlib/examples/gzlog.c compat/zlib/examples/zran.c compat/zlib/gzguts.h compat/zlib/gzread.c compat/zlib/infback.c compat/zlib/inflate.c compat/zlib/inflate.h compat/zlib/msdos/Makefile.dj2 compat/zlib/msdos/Makefile.emx compat/zlib/old/Makefile.emx compat/zlib/old/os2/Makefile.os2 compat/zlib/os400/bndsrc compat/zlib/test/example.c compat/zlib/test/infcover.c compat/zlib/test/minigzip.c compat/zlib/uncompr.c compat/zlib/win32/Makefile.gcc compat/zlib/win32/zlib.def compat/zlib/zconf.h compat/zlib/zconf.h.cmakein compat/zlib/zconf.h.in compat/zlib/zlib.map compat/zlib/zutil.h |
Update zlib to version 1.2.9. Dll's and *.lib files not updated yet (check-in: 4b7084a579, user: jan.nijtmans, branch: trunk) |
| 2.11 years |
ChangeLog.2000 ChangeLog.2002 ChangeLog.2003 ChangeLog.2004 |
compatability -> compatibility (check-in: 9cf8d87904, user: jan.nijtmans, branch: core-8-5-branch) |
| 2.15 years |
libtommath/tommath.h unix/tclUnixNotfy.c |
Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl. Add two missing "static" keywords in tclUnixNotfy.c. Remove some more files in libtommath directory which are not useful for Tcl. (check-in: 018f6fdbb9, user: jan.nijtmans, branch: core-8-6-branch) |
| 2.15 years |
generic/tclTestObj.c tests/obj.test |
Fix libtommath's mp_radix_size() function such that it returns 2 for single-digit numbers. Add testcases for mp_radix_size() and mp_iseven(). Undo useless change in bn_mp_add_d.c (bring back libtommath's version). (check-in: db3a4c3b27, user: jan.nijtmans, branch: core-8-6-branch) |
| 2.16 years |
library/tzdata/Europe/Malta library/tzdata/Europe/Rome |
Update to tzdata2016i from IETF (check-in: 8b0d120b2a, user: venkat, branch: core-8-5-branch) |
| 2.19 years |
tests/msgcat.test tests/tm.test |
Make packages msgcat and tcltest work unmodified in "novem". Make more test-cases work unmodified in "novem". (check-in: 9abb38ee0b, user: jan.nijtmans, branch: trunk) |
| 2.19 years |
tools/tcltk-man2html-utils.tcl |
Fix the generated copyright sections in the HTML help file. (check-in: 13b8547f59, user: mistachkin, branch: htmlCopyrightsFix) |
| 2.20 years |
doc/variable.n |
[253ba6e818] Improved description of [variable] behaviour. (check-in: 6abd304ca2, user: dkf, branch: core-8-6-branch) |
| 2.20 years |
library/history.tcl tests/history.test |
[1ae12987cb] Ensure that deleting the [history] command deletes its storage. (check-in: 3135d5681f, user: dkf, branch: core-8-6-branch) |
| 2.21 years |
library/tzdata/Asia/Colombo library/tzdata/Europe/Istanbul |
Update timezone data to tzdata2016h from IETF (check-in: 72aa757082, user: venkat, branch: core-8-5-branch) |
| 2.24 years |
tests/stringComp.test |
[eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test. (check-in: f58d30ec32, user: dgp, branch: core-8-6-branch) |
| 2.25 years |
generic/tclThreadAlloc.c |
Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists (check-in: 7a3c8a4b0d, user: jan.nijtmans, branch: core-8-6-branch) |
| 2.26 years |
doc/concat.n |
[62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. (check-in: 007b192adb, user: dkf, branch: core-8-6-branch) |
| 2.26 years |
doc/GetInt.3 |
[7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No behaviour change. (check-in: 925103116e, user: dkf, branch: trunk) |
| 2.26 years |
tests/get.test |
[7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No behaviour change. (check-in: aa50b70914, user: dkf, branch: core-8-6-branch) |
| 2.26 years |
doc/scan.n |
Be more accurate about scan's %i (check-in: b6c6a73a68, user: ferrieux, branch: trunk) |
| 2.27 years |
generic/tclInterp.c |
(cherry-pick): Fix [2bf561854c55a], interp alias to command whose name is the empty string. (check-in: d121af2108, user: jan.nijtmans, branch: core-8-6-branch) |
| 2.27 years |
library/tzdata/America/Los_Angeles library/tzdata/America/Tijuana library/tzdata/Antarctica/Davis library/tzdata/Antarctica/DumontDUrville library/tzdata/Antarctica/Mawson library/tzdata/Antarctica/Rothera library/tzdata/Antarctica/Syowa library/tzdata/Antarctica/Troll library/tzdata/Antarctica/Vostok library/tzdata/Asia/Anadyr library/tzdata/Asia/Chita library/tzdata/Asia/Irkutsk library/tzdata/Asia/Kamchatka library/tzdata/Asia/Khandyga library/tzdata/Asia/Krasnoyarsk library/tzdata/Asia/Magadan library/tzdata/Asia/Omsk library/tzdata/Asia/Rangoon library/tzdata/Asia/Sakhalin library/tzdata/Asia/Srednekolymsk library/tzdata/Asia/Ust-Nera library/tzdata/Asia/Vladivostok library/tzdata/Asia/Yakutsk library/tzdata/Asia/Yekaterinburg library/tzdata/Etc/GMT+1 library/tzdata/Etc/GMT+10 library/tzdata/Etc/GMT+11 library/tzdata/Etc/GMT+12 library/tzdata/Etc/GMT+2 library/tzdata/Etc/GMT+3 library/tzdata/Etc/GMT+4 library/tzdata/Etc/GMT+5 library/tzdata/Etc/GMT+6 library/tzdata/Etc/GMT+7 library/tzdata/Etc/GMT+8 library/tzdata/Etc/GMT+9 library/tzdata/Etc/GMT-1 library/tzdata/Etc/GMT-10 library/tzdata/Etc/GMT-11 library/tzdata/Etc/GMT-12 library/tzdata/Etc/GMT-13 library/tzdata/Etc/GMT-14 library/tzdata/Etc/GMT-2 library/tzdata/Etc/GMT-3 library/tzdata/Etc/GMT-4 library/tzdata/Etc/GMT-5 library/tzdata/Etc/GMT-6 library/tzdata/Etc/GMT-7 library/tzdata/Etc/GMT-8 library/tzdata/Etc/GMT-9 library/tzdata/Europe/Kaliningrad library/tzdata/Europe/Kirov library/tzdata/Europe/Minsk library/tzdata/Europe/Moscow library/tzdata/Europe/Samara library/tzdata/Europe/Ulyanovsk library/tzdata/Indian/Kerguelen |
Update tzdata to 2016g from ietf.org (check-in: f302ad3362, user: venkat, branch: core-8-5-branch) |
| 2.32 years |
generic/tclLiteral.c |
Proposed fix for [c7d0bc9a549714e0]. Thanks to mr_calvin (check-in: 2dbbe15297, user: jan.nijtmans, branch: bug-c7d0bc9a549714e0) |
| 2.46 years |
doc/chan.n |
[db0a5f6417] Make a few tests resilient to differences in semantics of pipes between OSs. (check-in: 1cf98255a8, user: dkf, branch: core-8-6-branch) |
| 2.47 years |
doc/fcopy.n |
[6a19dedc2e] "Clarified" what the units are that [chan copy] uses for -size and that synchronous copying returns. (check-in: 63410153ac, user: dkf, branch: core-8-6-branch) |
| 2.48 years |
generic/tclIO.h |
[104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached channel name lookups. (check-in: fb17469c50, user: dgp, branch: core-8-6-branch) |
| 2.49 years |
tests/unload.test |
[77d58e3a7a] Test case independence: unload. (check-in: 5867920a2a, user: dkf, branch: core-8-6-branch) |
| 2.49 years |
doc/file.n |
Fix docs and test failures. I had rolled back .PS1 (Powershell files) as being executable without fixing tests and docs. (check-in: 1b84f2328f, user: ashok, branch: core-8-6-branch) |
| 2.50 years |
tests/parseOld.test |
[3606125] Make parser-related tests work on their own. (check-in: dd90eda48e, user: dkf, branch: core-8-6-branch) |
| 2.50 years |
tests/set.test |
[3606388] Make variable-related tests work on their own. (check-in: 670c247057, user: dkf, branch: core-8-6-branch) |
| 2.50 years |
library/tzdata/America/Cambridge_Bay library/tzdata/America/Inuvik library/tzdata/America/Iqaluit library/tzdata/America/Pangnirtung library/tzdata/America/Rankin_Inlet library/tzdata/America/Resolute library/tzdata/America/Yellowknife library/tzdata/Asia/Novokuznetsk library/tzdata/Asia/Novosibirsk |
tzdata2016f (check-in: 5897ba5816, user: dgp, branch: core-8-6-6-rc) |
| 2.51 years |
tests/namespace-old.test |
Fixes to namespace-old.test (check-in: c5ddb319aa, user: dkf, branch: bug-3606121) |
| 2.52 years |
doc/SetResult.3 |
typo and end-of-line spacing (check-in: 4251186884, user: jan.nijtmans, branch: core-8-6-branch) |
| 2.52 years |
tests/compile.test |
Add ability to disassemble TclOO constructors and destructors ([1493a43044] motivates) (check-in: 5fc1ac9c4f, user: dkf, branch: core-8-6-branch) |
| 2.54 years |
doc/zlib.n |
[dd260aaf72] Allow the -dictionary option to be read from a pushed transform. (check-in: 3a71ff429a, user: dkf, branch: core-8-6-branch) |
| 2.54 years |
doc/proc.n |
[c3d956be5b] Clearer text about positioning of optional arguments. (check-in: 06af0634c4, user: dkf, branch: trunk) |
| 2.55 years |
unix/installManPage |
[c30087b04f] Install man pages with permissions 644 instead of 444. (check-in: 02219cfde2, user: max, branch: trunk) |
| 2.55 years |
tests/dict.test |
[d553228d9f] Stop crashes in [dict update] with low refcount dictionaries. (check-in: a1400f5f20, user: dkf, branch: core-8-6-branch) |
| 2.57 years |
generic/tclEvent.c |
Merge tip of core-8-6-branch (check-in: 3da2ce641b, user: dgp, branch: bug-16828b3744) |
| 2.61 years |
tools/man2html.tcl tools/man2html1.tcl tools/tclZIC.tcl tools/tcltk-man2html.tcl |
Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH (check-in: d6287760d0, user: jan.nijtmans, branch: core-8-6-branch) |
| 2.61 years |
tools/man2html2.tcl |
Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH (check-in: 3967da79cf, user: jan.nijtmans, branch: core-8-5-branch) |
| 2.72 years |
library/tzdata/Asia/Barnaul library/tzdata/Asia/Tomsk library/tzdata/Europe/Astrakhan |
Update to tzdata2016d from IETF (check-in: 61fc0755c1, user: venkat, branch: core-8-5-branch) |
| 2.76 years |
generic/regc_lex.c |
Fix [8663689908d3304a74fee525cd04aa4162e86391|8663689908d3]: regexp \\w missing characters (check-in: a3e6750fec, user: jan.nijtmans, branch: core-8-6-branch) |
| 2.77 years |
tests/uplevel.test |
[213b6a2b9d] Make level parsing honor EIAS. (check-in: 17f62d8265, user: dgp, branch: core-8-6-branch) |
| 2.78 years |
win/coffbase.txt |
RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase.txt (check-in: 8046aa6a2d, user: jan.nijtmans, branch: core-8-5-branch) |
| 2.80 years |
library/tzdata/Europe/Vilnius |
Update to tzdata 2016c from ietf.org (check-in: c7604723f9, user: venkat, branch: core-8-5-branch) |
| 2.81 years |
generic/tclStringRep.h |
Factor out string internal rep definition so fix for [1af8de570511] is less awful. (check-in: b3f2749a5c, user: dkf, branch: core-8-6-branch) |
| 2.81 years |
library/word.tcl |
Alternative solution for [f1253530cd] (check-in: 0dc963c859, user: jan.nijtmans, branch: bug-f1253530cd-alt) |
| 2.82 years |
library/tzdata/Europe/Chisinau |
Update tzdata to 2016b from ietf.org (check-in: 83ecbb6dbf, user: venkat, branch: core-8-5-branch) |
| 2.84 years |
tests/util.test |
Eliminate exess spacings in many test-cases (check-in: d6d9491140, user: jan.nijtmans, branch: trunk) |
| 2.86 years |
doc/Access.3 doc/AddErrInfo.3 doc/Alloc.3 doc/AllowExc.3 doc/AppInit.3 doc/AssocData.3 doc/Async.3 doc/BackgdErr.3 doc/Backslash.3 doc/BoolObj.3 doc/ByteArrObj.3 doc/Cancel.3 doc/CrtChannel.3 doc/CrtCommand.3 doc/CrtMathFnc.3 doc/CrtObjCmd.3 doc/CrtSlave.3 doc/CrtTrace.3 doc/DoOneEvent.3 doc/DoubleObj.3 doc/DumpActiveMemory.3 doc/Ensemble.3 doc/Exit.3 doc/ExprLong.3 doc/FileSystem.3 doc/GetHostName.3 doc/GetStdChan.3 doc/GetVersion.3 doc/Hash.3 doc/Interp.3 doc/ListObj.3 doc/Notifier.3 doc/ObjectType.3 doc/Panic.3 doc/PkgRequire.3 doc/RegExp.3 doc/SetVar.3 doc/Tcl.n doc/Tcl_Main.3 doc/TraceCmd.3 doc/TraceVar.3 doc/Translate.3 doc/UpVar.3 doc/WrongNumArgs.3 doc/after.n doc/append.n doc/apply.n doc/array.n doc/bgerror.n doc/binary.n doc/catch.n doc/dde.n doc/encoding.n doc/error.n doc/expr.n doc/fconfigure.n doc/fileevent.n doc/filename.n doc/global.n doc/lindex.n doc/linsert.n doc/llength.n doc/lmap.n doc/lrange.n doc/lsearch.n doc/lset.n doc/mathfunc.n doc/memory.n doc/msgcat.n doc/open.n doc/package.n doc/pkgMkIndex.n doc/read.n doc/regexp.n doc/regsub.n doc/return.n doc/safe.n doc/set.n doc/socket.n doc/subst.n doc/tclvars.n doc/trace.n doc/transchan.n doc/try.n doc/unknown.n doc/unload.n doc/unset.n doc/update.n doc/uplevel.n doc/upvar.n doc/vwait.n doc/while.n |
Eliminate exess spacings in many doc pages. (check-in: 840e5d4825, user: jan.nijtmans, branch: trunk) |
| 2.89 years |
library/tzdata/America/Santa_Isabel |
Update to tzdata2016a. (check-in: 04a238c721, user: dgp, branch: core-8-6-5-rc) |
| 2.98 years |
generic/tclTestProcBodyObj.c unix/dltest/pkge.c |
Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are deprecated functions. (check-in: 1bfaa8fd18, user: jan.nijtmans, branch: trunk) |
| 3.06 years |
generic/regcustom.h generic/regex.h win/tclWinChan.c |
Code-cleanup: CONST -> const, don't use macro's like __REG_CONST and types like re_void any more. No change in functionality. (check-in: 83897e067a, user: jan.nijtmans, branch: trunk) |
| 3.11 years |
win/tcl.m4 |
Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, compiling without SDK works fine (provided that the build is configured using "--enable-64bit"). (check-in: 6b5e1dd52c, user: jan.nijtmans, branch: trunk) |
| 3.13 years |
generic/tclTomMath.decls |
Fix comments at the top of the *.decls files, which are not correct any more for a long long time (check-in: cd9bab60a6, user: jan.nijtmans, branch: trunk) |
| 3.13 years |
library/tm.tcl |
Make ::tcl::tm::roots work for alpha/beta Tcl releases. (backported from "novem", will be needed anyway for whatever future developments) (check-in: b8172944cb, user: jan.nijtmans, branch: trunk) |
| 3.14 years |
generic/regc_nfa.c |
Cherrypick [812a81812ebf89d2416059d45fabd27e45603f5e|812a81812e]: Turn off NRE asserts by default. About a 5% speedup on [clock format]. (check-in: 54583ab6ca, user: jan.nijtmans, branch: trunk) |
| 3.17 years |
generic/tclIOSock.c |
Remove unused calculation of the result set size from TclCreateSocketAddress() (check-in: 9252ca9944, user: max, branch: trunk) |
| 3.21 years |
generic/tclTomMathDecls.h |
make genstubs (check-in: 65e6468f5d, user: dkf, branch: trunk) |
| 3.21 years |
library/tzdata/America/Fort_Nelson |
Update to tzdata2015g from ietf (check-in: c2b3385e7d, user: venkat, branch: core-8-5-branch) |
| 3.22 years |
library/platform/platform.tcl |
Bring back regexp to wat it was in latest release. This is the correct fix for kbk's attempt. (check-in: e83c1de850, user: jan.nijtmans, branch: core-8-5-branch) |
| 3.22 years |
library/clock.tcl |
Change "clock format -format %x -locale current" output on msgcat locale change [4a0c163d24] (check-in: e5bf4e6084, user: oehhar, branch: bug-4a0c163d24) |
| 3.23 years |
generic/regcomp.c generic/regguts.h tests/reg.test tests/regexp.test |
[1080042][8f245009b0] Big bundle of regexp engine fixes and improvements contributed from Tom Lane of the postgres project. (check-in: 497b93405b, user: dgp, branch: trunk) |
| 3.23 years |
generic/regerrs.h |
Adaptation of re-memaccounting.patch from Tom Lane @postgres. (check-in: 770f0e7907, user: dgp, branch: tgl-pg-re) |
| 3.23 years |
doc/Class.3 |
[154f0982f2] Document that Tcl_NewObjectInstance() really needs to make a namespace. (check-in: 2327af6915, user: dkf, branch: trunk) |
| 3.23 years |
generic/tclIORTrans.c generic/tclResult.c |
typo in comment. Eliminate unnecessary end-of-line spacing. (check-in: a3acef607b, user: jan.nijtmans, branch: trunk) |
| 3.26 years |
generic/tclLoadNone.c unix/tclLoadDl.c |
Where "interp" is only used for error-reporting, it can be allowed to be NULL. This should fix [5da26d4760]: Tcl_LoadFile() segfaults if "interp" is NULL. (check-in: 5034c136a8, user: jan.nijtmans, branch: trunk) |
| 3.27 years |
generic/tclHistory.c generic/tclThreadStorage.c |
Eliminate unnessessary end-of-line spacing. No functional change. (check-in: 7caaf52e89, user: jan.nijtmans, branch: trunk) |
| 3.28 years |
doc/for.n |
Fix [b1f19286f0]: for command documentation. Minor addendum to previous commit: Make OS version number available in ::platform::generic for Cygwin (check-in: 46ff66412d, user: jan.nijtmans, branch: trunk) |
| 3.29 years |
generic/tclMain.c |
Align comment. Remove some end-of-line spacing. No functional changes. (check-in: fad573cac2, user: jan.nijtmans, branch: trunk) |
| 3.30 years |
library/platform/pkgIndex.tcl |
proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platform (check-in: 616b458e31, user: jan.nijtmans, branch: bug-219866c1e9) |
| 3.31 years |
generic/regexec.c |
Eliminate compiler warnings for MSVC (check-in: 7b3b0ca73e, user: jan.nijtmans, branch: trunk) |
| 3.31 years |
generic/regc_color.c generic/regc_cvec.c generic/rege_dfa.c generic/regerror.c |
[187d7f499b] Sync the regexp engine to the Postgres version. (check-in: 2039e3cf3d, user: dgp, branch: trunk) |
| 3.35 years |
doc/Thread.3 |
Document that multi-threading is on by default since 8.6 (check-in: 2e7826da11, user: jan.nijtmans, branch: trunk) |
| 3.35 years |
doc/DString.3 doc/OpenFileChnl.3 doc/ParseCmd.3 doc/StringObj.3 |
Remove unnecessary end-of-line spacing (preparing for some further documentation updates) (check-in: a5205fe3c8, user: jan.nijtmans, branch: trunk) |
| 3.36 years |
tests/unixFCmd.test |
nonportable -> nonPortable (check-in: 2452a86c51, user: jan.nijtmans, branch: trunk) |
| 3.36 years |
library/opt/optparse.tcl library/package.tcl library/safe.tcl tools/findBadExternals.tcl tools/loadICU.tcl tools/makeTestCases.tcl tools/man2help.tcl tools/mkdepend.tcl |
Whitespace reduction in Tcl scripts. No functional change. (check-in: 401a39ba9a, user: jan.nijtmans, branch: trunk) |
| 3.37 years |
doc/library.n |
[7703ff1082] Improved wording. (check-in: 7e791e7784, user: dkf, branch: trunk) |
| 3.40 years |
doc/Method.3 |
[465213d171] Documentation correction for Tcl_NewMethod. (check-in: 46d2108111, user: dkf, branch: trunk) |
| 3.40 years |
doc/my.n |
[2c509f6291] Minor documentation correction from Peter Lewerin. (check-in: 2aa305b227, user: dkf, branch: trunk) |
| 3.40 years |
doc/next.n |
[d06b029d9d] next(n) documentation examples correction, from Peter Lewerin. (check-in: 831d83dd4e, user: dkf, branch: trunk) |
| 3.42 years |
library/tzdata/Europe/Simferopol library/tzdata/Europe/Sofia library/tzdata/Europe/Tallinn |
Upgrade to tzdata2015f from IETF. (check-in: 6cb0868771, user: venkat, branch: core-8-5-branch) |
| 3.44 years |
tests/for.test |
And another problem with continue in for-step clauses, this time a problem in how TEBC handled an edge case in the semantics. (check-in: f489f70210, user: dkf, branch: Coverity CID 1251203) |
| 3.49 years |
generic/tclFileSystem.h |
Increase some counter sizes related to filesystem epoch from int to size_t. And prevent them ever becoming 0 due to an overflow. (backported with variation from androwish) (check-in: 5a8e195a32, user: jan.nijtmans, branch: trunk) |
| 3.50 years |
doc/exit.n |
Spell out [info exists] in example code for [exit] command. (check-in: 7d94a18b73, user: andy, branch: trunk) |
| 3.52 years |
doc/source.n |
Documentation: source ignores BOM for unicode files (check-in: 8c273ab09b, user: oehhar, branch: trunk) |
| 3.53 years |
generic/tclPreserve.c |
Revert refcount changes that were not cosmetic. Changing equality testing to inequality testing does more than make code prettier or clearer. It makes it less strict, and thus more tolerant of other bugs elsewhere. Such changes deserve separate consideration at least, not breezy entry in an otherwise "code cleanup" commit. (check-in: 33e894a6ee, user: dgp, branch: trunk) |
| 3.53 years |
generic/tclIOGT.c |
Revert some refcount changes on I/O structs. These are refcounts on structs, not Tcl_Obj's. Their scheme doesn't suffer the same difficulties and histories as Tcl_Obj's, and they need not copy every detail, appropriate or not, from Tcl_Obj refcount management. The "significant value" -- as dkf puts it -- for the struct refcounting scheme is 0 not 1. (check-in: 77039e15ef, user: dgp, branch: trunk) |
| 3.53 years |
compat/fake-rfc2553.c compat/gettod.c compat/mkstemp.c compat/opendir.c compat/strncasecmp.c compat/strstr.c compat/strtol.c compat/strtoul.c compat/waitpid.c |
Remove unnecessary end-of-line spacing in compat/*.c (check-in: cbe2302e59, user: jan.nijtmans, branch: trunk) |
| 3.55 years |
tools/tcl.hpj.in win/buildall.vc.bat win/tcl.hpj.in |
Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. (check-in: 63b06948ef, user: jan.nijtmans, branch: trunk) |
| 3.55 years |
library/encoding/jis0208.enc tools/Makefile.in win/tcl.dsw win/tcl.rc |
Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. (check-in: 0ff7f3392c, user: jan.nijtmans, branch: core-8-5-branch) |
| 3.55 years |
compat/fake-rfc2553.h compat/unistd.h |
Member field which should not have been const, because it is dynamically allocated. Some end-of-line spacing in header files. (check-in: e6a8b4df5b, user: jan.nijtmans, branch: trunk) |
| 3.59 years |
unix/tclUnixChan.c |
Patch to add support for higher baud rates under Unix Ticket [e770d92d76]] (check-in: 7c1aae5292, user: hypnotoad, branch: ticket-e770d92d6) |
| 3.65 years |
doc/re_syntax.n |
[11250a236d] Made the documentation of non-greediness overrides more obvious. (check-in: 93531a5a13, user: dkf, branch: trunk) |
| 3.66 years |
tests/ooNext2.test |
[0f42ff7871] Remove unintentional difference between interpreted and compiled [next]. (check-in: 55abfff316, user: dkf, branch: trunk) |
| 3.71 years |
library/tzdata/Africa/Cairo library/tzdata/America/Antigua library/tzdata/America/Cayman library/tzdata/America/Montreal library/tzdata/Pacific/Midway library/tzdata/Pacific/Saipan |
Update to tzdata2015d from ietf.org (check-in: 635281ed4f, user: venkat, branch: core-8-5-branch) |
| 3.84 years |
macosx/tclMacOSXNotify.c |
Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing Tcl_ServiceAll() event processing: http://core.tcl.tk/tk/tktview/3028676fffffffffffffffffffffffffffffffff (check-in: a34070f149, user: kevin_walzer, branch: trunk) |
| 3.86 years |
doc/glob.n |
Deleted Win95/98-specific documentation as those platforms have long been unsupported. (check-in: 792da66b36, user: ashok, branch: trunk) |
| 3.92 years |
library/tzdata/Africa/Asmera library/tzdata/America/Cancun library/tzdata/Asia/Aden library/tzdata/Asia/Bahrain library/tzdata/Asia/Kuwait library/tzdata/Asia/Muscat |
merge tzdata2015a from ietf.org (check-in: 371af1a745, user: venkat, branch: core-8-5-branch) |
| 4.07 years |
generic/tclThread.c |
Rework the *FinalizeThread*() routines so that the quick exit preference is respected without need to run afoul of encoding finalizations. tests pass now. All changes are fully internal. (check-in: 0c55f8ef65, user: dgp, branch: bug-af08e89777) |
| 4.07 years |
win/README |
85 -> 86 (check-in: 544df7aea5, user: jan.nijtmans, branch: trunk) |
| 4.09 years |
library/tzdata/Africa/Addis_Ababa library/tzdata/Africa/Asmara library/tzdata/Africa/Bangui library/tzdata/Africa/Blantyre library/tzdata/Africa/Brazzaville library/tzdata/Africa/Bujumbura library/tzdata/Africa/Dar_es_Salaam library/tzdata/Africa/Djibouti library/tzdata/Africa/Douala library/tzdata/Africa/Gaborone library/tzdata/Africa/Harare library/tzdata/Africa/Kampala library/tzdata/Africa/Kigali library/tzdata/Africa/Kinshasa library/tzdata/Africa/Libreville library/tzdata/Africa/Luanda library/tzdata/Africa/Lubumbashi library/tzdata/Africa/Lusaka library/tzdata/Africa/Malabo library/tzdata/Africa/Maseru library/tzdata/Africa/Mbabane library/tzdata/Africa/Mogadishu library/tzdata/Africa/Niamey library/tzdata/Africa/Porto-Novo library/tzdata/Asia/Phnom_Penh library/tzdata/Asia/Vientiane library/tzdata/Europe/Riga library/tzdata/Indian/Antananarivo library/tzdata/Indian/Comoro library/tzdata/Indian/Mayotte |
tzdata2014j from ietf.org (check-in: dbaa498f63, user: venkat, branch: core-8-5-branch) |
| 4.10 years |
tests/parse.test tests/parseExpr.test |
[d2ffcca163] Limit parsing results that are documented to accept only ASCII chars to actually follow that constraint. This requires not trusting isalnum(.) and isalpha(.) to deliver portable identical results. (check-in: 576177cd54, user: dgp, branch: trunk) |
| 4.16 years |
license.terms macosx/configure.ac pkgs/README unix/ldAix unix/tclUnixPipe.c unix/tclUnixThrd.h |
Remove a number of eol-spaces. No change in functionality. (check-in: 43b5a95f6d, user: jan.nijtmans, branch: trunk) |
| 4.18 years |
tests/append.test tests/appendComp.test |
[214cc0eb22] Add tests to make sure that this bug stays fixed. (check-in: fcc112066f, user: dkf, branch: trunk) |
| 4.18 years |
tests/subst.test |
Make sure all uses of the [testbytestring] command are constrained. (check-in: c60e3fa141, user: dgp, branch: core-8-6-3-rc) |
| 4.21 years |
win/tclsh.exe.manifest.in |
Support for Windows 10 (check-in: 585b37d8d8, user: jan.nijtmans, branch: core-8-5-branch) |
| 4.26 years |
generic/tclAlloc.c |
Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does not compile with MSVC14. Eliminate use of __MINGW32__ macro everywhere, as it is deprecated. (check-in: c9c7d35c9d, user: jan.nijtmans, branch: trunk) |
| 4.34 years |
tests/error.test |
[cee90e4e88] Correct error in stack depth checking. (check-in: b5ecfdaff3, user: dgp, branch: trunk) |
| 4.34 years |
tests/upvar.test |
[2486824] Improve error message; not all that upvars is an upvar. (check-in: aa55afef99, user: dkf, branch: trunk) |
| 4.34 years |
tests/regexpComp.test |
[84af1192f5]: [regsub] compiler no longer confused by quantification handling. (check-in: 25f44e9a6d, user: dkf, branch: trunk) |
| 4.36 years |
tests/aaa_exit.test |
Distinguish hanging from crashing in exit tests. (check-in: 208b2e859d, user: ferrieux, branch: trunk) |
| 4.42 years |
library/tzdata/Africa/Bamako library/tzdata/Africa/Banjul library/tzdata/Africa/Conakry library/tzdata/Africa/Dakar library/tzdata/Africa/Freetown library/tzdata/Africa/Lome library/tzdata/Africa/Nouakchott library/tzdata/Africa/Ouagadougou library/tzdata/Africa/Timbuktu library/tzdata/Africa/Tripoli library/tzdata/America/Havana library/tzdata/Asia/Amman library/tzdata/Asia/Chongqing library/tzdata/Asia/Chungking library/tzdata/Asia/Harbin library/tzdata/Asia/Jerusalem library/tzdata/Asia/Kashgar library/tzdata/Atlantic/St_Helena library/tzdata/Australia/Adelaide library/tzdata/Australia/Brisbane library/tzdata/Australia/Broken_Hill library/tzdata/Australia/Currie library/tzdata/Australia/Darwin library/tzdata/Australia/Hobart library/tzdata/Australia/Lindeman library/tzdata/Australia/Melbourne library/tzdata/Australia/Perth library/tzdata/Australia/Sydney library/tzdata/Europe/Budapest library/tzdata/Europe/Helsinki library/tzdata/Europe/Kiev |
tzdata2014f from ietf.org (check-in: cefd4a6c51, user: kbk, branch: core-8-5-branch) |
| 4.45 years |
library/platform/shell.tcl |
Updated package "platform" to version 1.0.13. Separated the identifiers "macosx*-i386-x86_64" and "macosx-universal" as incompatible with each other. Plus addition of a cast in tclIO.c to match types in a comparison which otherwise bugs a Windows debug build (warnings are errors). (check-in: dcb280116a, user: andreask, branch: core-8-5-branch) |
| 4.45 years |
generic/tclIOCmd.c |
Reduce the cost of Preserve/Release on channels (check-in: d77bfcba0a, user: dgp, branch: trunk) |
| 4.49 years |
unix/tclUnixTest.c unix/tclXtTest.c |
Convert TesteventloopCmd and TestchmodCmd to Tcl_Obj-API form. (check-in: c1e59561b9, user: jan.nijtmans, branch: trunk) |
| 4.49 years |
tests/stringObj.test |
Convert some non-ASCII characters in testcase comments - which were mangled by my editor in [79ace7b793] - to valid UTF-8: This way my editor will not mangle them again, and fossil will show in the UI which characters are supposed to be there. (check-in: ef9bbc4d9c, user: jan.nijtmans, branch: trunk) |
| 4.57 years |
tests/switch.test |
[f0f876c141] Improve consistency in error messages. (check-in: fffc281b07, user: dkf, branch: trunk) |
| 4.76 years |
unix/tcl.pc.in |
Provide full Tcl patchlevel to tcl.pc and move private libs to "Libs.private". Record the fact that Tcl 8.6 requires Zlib 1.2.3 as a minimum. Supply both the shared library and the stub library to "Libs": Only one of them will actually be linked in, depending on whether -DUSE_TCL_STUBS is defined or not. (check-in: 667dfe5615, user: jan.nijtmans, branch: trunk) |
| 4.87 years |
generic/tclOO.decls generic/tclOODecls.h generic/tclOOIntDecls.h |
Simplify macro handling in tclOO*Decls.h, just as already done in "novem" [0c37ab8944], itcl*Decls.h and tdbc*Decls.h. This doesn't change the way symbols are exported. This simplifications were already present in the Tcl 8.6.2 headers, but those were buggy when tclOO was linked in statically without using stubs. (check-in: ebf5381b2f, user: jan.nijtmans, branch: trunk) |
| 4.92 years |
generic/tclPlatDecls.h generic/tclThreadJoin.c |
Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang/LLVM) don't define it, and _WIN32 is much more portable anyway. See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW] (check-in: 80cf092cc7, user: jan.nijtmans, branch: trunk) |
| 5.01 years |
generic/tclStringTrim.h |
Make DEFAULT_TRIM_SET a MODULE_SCOPE string constant, so its value can be shared in tclCmdMZ.o and TclCompCmdsSZ.o and it no longer pollutes the tclStringTrim.h header file. (check-in: 2191bd8485, user: jan.nijtmans, branch: trunk) |
| 5.05 years |
generic/tclOptimize.c |
merge trunk (check-in: 9dfb1c05dd, user: dkf, branch: dkf-bytecode-8.6-main) |
| 5.07 years |
tools/man2help2.tcl |
Improve descriptions of character escapes and ranges in Tcl.n. Improve output format handlers to cope with added escape for en-dashes. (check-in: 35e85b0756, user: dkf, branch: trunk) |
| 5.13 years |
library/parray.tcl |
[a122627849] Improve stack trace from parray on not-array. (check-in: 2c4acdb880, user: dkf, branch: core-8-5-branch) |
| 5.14 years |
win/tclsh.rc |
Add support for Windows 8.1: See [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx] (check-in: c505b4ac53, user: jan.nijtmans, branch: core-8-5-branch) |
| 5.15 years |
generic/tclNotify.c |
Fix [e832d2b08]: unnecessary code in Tcl_SetMaxBlockTime. (check-in: 04b08d7303, user: jan.nijtmans, branch: trunk) |
| 5.18 years |
doc/CallDel.3 doc/ChnlStack.3 doc/CrtChnlHdlr.3 doc/CrtCloseHdlr.3 doc/CrtFileHdlr.3 doc/CrtInterp.3 doc/CrtTimerHdlr.3 doc/DictObj.3 doc/DoWhenIdle.3 doc/Environment.3 doc/ExprLongObj.3 doc/FindExec.3 doc/GetIndex.3 doc/GetTime.3 doc/InitStubs.3 doc/Limit.3 doc/Load.3 doc/Namespace.3 doc/OOInitStubs.3 doc/OpenTcp.3 doc/ParseArgs.3 doc/Preserve.3 doc/PrintDbl.3 doc/RecEvalObj.3 doc/RecordEval.3 doc/RegConfig.3 doc/SetChanErr.3 doc/SplitList.3 doc/SplitPath.3 doc/StaticPkg.3 doc/SubstObj.3 doc/TclZlib.3 doc/break.n doc/cd.n doc/class.n doc/close.n doc/continue.n doc/coroutine.n doc/eof.n doc/eval.n doc/flush.n doc/foreach.n doc/gets.n doc/if.n doc/incr.n doc/info.n doc/interp.n doc/join.n doc/lappend.n doc/lassign.n doc/list.n doc/load.n doc/lrepeat.n doc/lreverse.n doc/mathop.n doc/namespace.n doc/object.n doc/packagens.n doc/platform.n doc/prefix.n doc/puts.n doc/pwd.n doc/refchan.n doc/registry.n doc/rename.n doc/seek.n doc/self.n doc/split.n doc/switch.n doc/tailcall.n doc/tclsh.1 doc/tell.n doc/throw.n doc/time.n doc/tm.n |
Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others. (check-in: 92ff51d4b5, user: jan.nijtmans, branch: trunk) |
| 5.18 years |
doc/CmdCmplt.3 doc/Concat.3 doc/DetachPids.3 doc/GetCwd.3 doc/GetOpnFl.3 doc/Init.3 doc/SetErrno.3 doc/SetRecLmt.3 doc/Signal.3 doc/Sleep.3 doc/SourceRCFile.3 doc/StdChannels.3 doc/StrMatch.3 doc/TCL_MEM_DEBUG.3 doc/case.n doc/history.n doc/pid.n doc/platform_shell.n |
Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others. (check-in: 5145f9b673, user: jan.nijtmans, branch: core-8-5-branch) |
| 5.21 years |
pkgs/package.list.txt |
[01b77111e5]: Small fixes relating to this bug. In particular, the package name mapping was not being distributed, and there were some small problems with what the mappings were and how they were applied. Also prevented external URLs from ending with a '.'; that's vanishingly rare... (check-in: bfb7a5375f, user: dkf, branch: trunk) |
| 5.24 years |
unix/dltest/Makefile.in unix/dltest/pkgooa.c |
-I${BUILD_DIR}/.. doesn't work when BUILD_DIR != "unix". Reported by Matthias Kraft (check-in: 9d2e353c0d, user: jan.nijtmans, branch: trunk) |
| 5.25 years |
generic/tclOOStubLib.c |
Fix for bug [f51efe99a7]: MinGW build fails on current checkin. And a new test-case which makes the problem visible on UNIX as well. (check-in: 7abbaed029, user: jan.nijtmans, branch: trunk) |
| 5.27 years |
library/tzdata/America/Anguilla library/tzdata/America/Aruba library/tzdata/America/Dominica library/tzdata/America/Grenada library/tzdata/America/Guadeloupe library/tzdata/America/Marigot library/tzdata/America/Montserrat library/tzdata/America/St_Barthelemy library/tzdata/America/St_Kitts library/tzdata/America/St_Lucia library/tzdata/America/St_Thomas library/tzdata/America/St_Vincent library/tzdata/America/Tortola library/tzdata/America/Virgin library/tzdata/Antarctica/McMurdo library/tzdata/Antarctica/South_Pole library/tzdata/Europe/Vaduz library/tzdata/Europe/Zurich library/tzdata/Pacific/Johnston |
Advance to tzdata2013g (check-in: 0bce3cbeeb, user: kbk, branch: core-8-5-branch) |
| 5.29 years |
tests/source.test |
Fix test source-4.1 (check-in: d6941999f1, user: dgp, branch: trunk) |
| 5.41 years |
tests/trace.test |
Make sure the errors raised by execution traces become errors raised by the traced command, as documented. Deletion of the traced command was supressing that. (check-in: 04da25f2f5, user: dgp, branch: trunk) |
| 5.41 years |
tests/rename.test |
[a16752c252] Correct failure to call cmd deletion callbacks. (check-in: 2718a160f1, user: dgp, branch: trunk) |
| 5.43 years |
tests/unixForkEvent.test |
Mark unixforkevent-1.1 nonPortable, until proven on more platforms. (check-in: 0107005970, user: jan.nijtmans, branch: core-8-5-branch) |
| 5.52 years |
generic/tclConfig.c |
CONST -> const in one place (check-in: d854a861eb, user: jan.nijtmans, branch: trunk) |
| 5.53 years |
unix/tclXtNotify.c |
Bug [817249]: bring tclXtNotify.c up to date with Tcl_SetNotifier() change (check-in: 023ab0d950, user: jan.nijtmans, branch: trunk) |
| 5.53 years |
tests/misc.test |
More Work In Progress. (check-in: 579d4e455f, user: dgp, branch: dgp-tcs-rewrite) |
| 5.57 years |
macosx/README |
Updates to redirect bug reports to the new tracker location. (check-in: b359014605, user: dgp, branch: trunk) |
| 5.57 years |
unix/README |
Updates to redirect bug reports to the new tracker location. (check-in: cc0db5a0ac, user: dgp, branch: core-8-5-branch) |
| 5.58 years |
unix/tclAppInit.c |
Don't use deprecated stricmp/strnicmp any more, but underscored variant for non-GNU compilers. Some formatting - improved comments. (check-in: cc8464e99f, user: jan.nijtmans, branch: trunk) |
| 5.66 years |
compat/zlib/contrib/infback9/infback9.c compat/zlib/contrib/minizip/crypt.h compat/zlib/contrib/minizip/miniunzip.1 compat/zlib/contrib/minizip/minizip.1 compat/zlib/contrib/minizip/unzip.h compat/zlib/contrib/puff/puff.h compat/zlib/contrib/puff/pufftest.c compat/zlib/contrib/testzlib/testzlib.c compat/zlib/contrib/vstudio/vc10/zlibstat.vcxproj compat/zlib/contrib/vstudio/vc10/zlibvc.vcxproj compat/zlib/contrib/vstudio/vc11/miniunz.vcxproj compat/zlib/contrib/vstudio/vc11/minizip.vcxproj compat/zlib/contrib/vstudio/vc11/testzlib.vcxproj compat/zlib/contrib/vstudio/vc11/testzlibdll.vcxproj compat/zlib/contrib/vstudio/vc11/zlibstat.vcxproj compat/zlib/contrib/vstudio/vc11/zlibvc.sln compat/zlib/contrib/vstudio/vc11/zlibvc.vcxproj compat/zlib/examples/enough.c compat/zlib/examples/gzappend.c compat/zlib/examples/gzjoin.c compat/zlib/examples/gzlog.h |
Upgrade to zlib 1.2.8 (check-in: f7bd677361, user: jan.nijtmans, branch: trunk) |
| 5.72 years |
generic/tclTimer.c |
Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as macros using Tcl_NewIntObj, Tcl_DbNewLongObj and Tcl_SetIntObj. Starting with Tcl 8.5, this is exactly the same, it only eliminates code duplication. Eliminate use of NO_WIDE_TYPE everywhere: It's exactly the same as TCL_WIDE_INT_IS_LONG (check-in: 039d46054a, user: jan.nijtmans, branch: trunk) |
| 5.75 years |
unix/dltest/pkgb.c |
Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack space, is (marginally) faster, while still being fully up/down compatible. It makes pkgb.so loadable in "novem" without the need to change the Tcl_PkgProvide() call to Tcl_PkgProvideEx(). (check-in: 0d1aa1bcb8, user: jan.nijtmans, branch: trunk) |
| 5.81 years |
library/tzdata/America/Barbados library/tzdata/America/Costa_Rica library/tzdata/America/Nassau library/tzdata/Atlantic/Bermuda library/tzdata/Europe/Busingen library/tzdata/Europe/Vienna |
Update to tzdata2013b (check-in: 15d1b83223, user: venkat, branch: core-8-5-branch) |
| 5.81 years |
tests/autoMkindex.test |
test suite hygiene (check-in: 5115309a0d, user: dgp, branch: trunk) |
| 5.85 years |
.project |
Tell fossil and Eclipse that the default eol-convention is LF. Tell fossil which files are binary and which files should never be committed. Tell Eclipse that the default encoding is UTF-8 (check-in: da4c323ede, user: jan.nijtmans, branch: trunk) |
| 5.85 years |
.settings/org.eclipse.core.resources.prefs .settings/org.eclipse.core.runtime.prefs |
Tell fossil and Eclipse that the default eol-convention is LF. Tell fossil which files are binary and which files should never be committed. Tell Eclipse that the default encoding is UTF-8 (check-in: 74e78f02d8, user: jan.nijtmans, branch: core-8-4-branch) |
| 5.86 years |
tests/lmap.test |
[Bug 3606397]: Make test work in isolation, and corrected what was being tested. (check-in: 921106e91c, user: dkf, branch: trunk) |
| 5.86 years |
tests/listObj.test |
[Bug 3606542]: Add missing constraint to test. (check-in: 068506d5f1, user: dkf, branch: trunk) |
| 5.88 years |
tests/assocd.test |
3605719,3605720 Test independence. Thanks Rolf Ade for patches. (check-in: c4b02b8c49, user: dgp, branch: trunk) |
| 5.93 years |
generic/tclGet.c |
Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFromAnyProc (except the call from inside the Tcl_ConvertToType function) from the Tcl core. (check-in: af25d8dc8c, user: jan.nijtmans, branch: trunk) |
| 5.95 years |
tests/cmdInfo.test tests/dcall.test tests/expr-old.test tests/result.test tests/stack.test |
For Parse/eval & msgcat, select modernizations from Patrick Fradin + -debug fix (check-in: 886f2784c1, user: dgp, branch: trunk) |
| 5.95 years |
tests/pkgMkIndex.test |
For [package] etc., select modernizations from Patrick Fradin. (check-in: 29a8e457d4, user: dgp, branch: trunk) |
| 5.95 years |
tests/unknown.test |
In the script library, selected modernizations from Patrick Fradin. (check-in: e2850774ab, user: dgp, branch: trunk) |
| 5.96 years |
unix/tclUnixCompat.c |
[Bug 3601804]: platformCPUID segmentation fault on Darwin (check-in: e6f01c28bd, user: jan.nijtmans, branch: trunk) |
| 5.96 years |
generic/tclCkalloc.c |
Silence some compiler warnings. (check-in: cd00ede986, user: dgp, branch: trunk) |
| 6.01 years |
generic/tclTomMathStubLib.c |
Restrict the stub library to only use Tcl_PkgRequireEx, Tcl_ResetResult and Tcl_AppendResult, not any other function. This puts least restrictions on eventual Tcl 9 stubs re-organization, and it works on the widest range of Tcl versions. (check-in: 8ceea4a885, user: jan.nijtmans, branch: trunk) |
| 6.02 years |
generic/tclTomMathInterface.c |
remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc to allow MEM_DEBUG to work properly (check-in: 9691e2e37d, user: mig, branch: trunk) |
| 6.04 years |
generic/tclPort.h |
proposed fix for Bug 3598300 (check-in: dcbf22ad99, user: jan.nijtmans, branch: bug-3598300) |
| 6.04 years |
compat/dirent2.h compat/dlfcn.h compat/string.h |
eliminate dependancy of compat/*.h on tcl.h (check-in: 5e21e8284c, user: jan.nijtmans, branch: core-8-5-branch) |
| 6.05 years |
generic/tclStubLib.c |
Change back to using an isDigit function. We simply don't need to make any (formally non-portable) assumptions about what happens when an unsigned zero is decremented, and the code isn't in a performance-critical area. Remark by jan.nijtmans: The macro is perfectly portable! Not portable is the exact result of the substraction ('\xB0' - '0' might give 0x80 on some platforms and 0xffffff80 on others), but comparing <= 9 always gives the correct result. We are only checking for digits here! The macro correctly inlines with any compiler, so it's better anyway. Remark by dkf: But it's less clear. In this code, that's more important than a teeny bit of speed from inlining in a non-critical location. (check-in: 31e633f6ad, user: dkf, branch: trunk) |
| 6.09 years |
tests/chan.test |
Clean up unwanted eofchar side-effect of chan-4.6 leading to a spurious "'" at end of chan.test under certain conditions (see [Bug 3389289] and [Bug 3389251]). (check-in: c6db0a87d1, user: ferrieux, branch: trunk) |
| 6.10 years |
generic/tclParse.h |
MODULE_SCOPE symbol names are suppoted to start with 'tcl' (data) or 'Tcl' (code) (check-in: 31daf6f1a3, user: jan.nijtmans, branch: trunk) |
| 6.11 years |
unix/tclLoadShl.c |
Tcl headers already protect from EXTERN defines (check-in: 6b7f7f3849, user: dgp, branch: trunk) |
| 6.15 years |
tools/str2c |
A few unneeded internal CONST/CONST86's (check-in: b86be72558, user: jan.nijtmans, branch: trunk) |
| 6.15 years |
tests/unixNotfy.test |
Let all test-cases which require Thread, at least require Thread 2.7 (check-in: 12f5a13e60, user: jan.nijtmans, branch: trunk) |
| 6.16 years |
unix/tclLoadNext.c |
style fix (check-in: 5fbbfc2a80, user: jan.nijtmans, branch: trunk) |
| 6.18 years |
tools/README |
Remove files and references for long outdated Wise Installer. (check-in: bbb8a76120, user: dgp, branch: trunk) |
| 6.18 years |
ChangeLog.2001 |
just fix some characters that fossil cannot handle well (check-in: 7559185e9a, user: jan.nijtmans, branch: core-8-5-branch) |
| 6.22 years |
unix/tclLoadOSF.c |
Add "flags" parameter from Tcl_LoadFile to to various internal functions, so these flags are available through the whole filesystem for (future) internal use (check-in: 4d417791c9, user: jan.nijtmans, branch: trunk) |
| 6.38 years |
library/msgs/uk.msg |
[Bug 3561330]: Use the correct full name of March in Ukrainian. (check-in: 0c983d78f7, user: dkf, branch: core-8-5-branch) |
| 6.45 years |
tests/compExpr-old.test tests/compExpr.test tests/dstring.test tests/indexObj.test tests/lset.test tests/notify.test tests/unixFile.test tests/winNotify.test tests/winTime.test |
No longer build tcltest.exe to run the tests,but use tclsh86.exe in combination with tcltest86.dll to do that (Windows only) (check-in: 9792ff8b65, user: jan.nijtmans, branch: trunk) |
| 6.47 years |
unix/install-sh |
sync with TEA, fix some comments (check-in: 0728cce9c7, user: jan.nijtmans, branch: trunk) |
| 6.69 years |
compat/zlib/FAQ compat/zlib/INDEX compat/zlib/contrib/ada/buffer_demo.adb compat/zlib/contrib/ada/mtest.adb compat/zlib/contrib/ada/read.adb compat/zlib/contrib/ada/test.adb compat/zlib/contrib/ada/zlib-streams.adb compat/zlib/contrib/ada/zlib-thin.adb compat/zlib/contrib/ada/zlib.adb compat/zlib/contrib/ada/zlib.ads compat/zlib/contrib/asm686/match.S compat/zlib/contrib/delphi/zlibd32.mak compat/zlib/contrib/iostream2/zstream.h compat/zlib/contrib/masmx86/inffas32.asm compat/zlib/contrib/masmx86/match686.asm compat/zlib/contrib/minizip/Makefile.am compat/zlib/contrib/minizip/ioapi.c compat/zlib/contrib/minizip/ioapi.h compat/zlib/contrib/minizip/minizip.pc.in compat/zlib/contrib/minizip/mztools.c compat/zlib/contrib/minizip/mztools.h compat/zlib/contrib/pascal/zlibd32.mak compat/zlib/contrib/puff/Makefile compat/zlib/contrib/puff/zeros.raw compat/zlib/contrib/vstudio/vc10/testzlibdll.vcxproj compat/zlib/crc32.h compat/zlib/inffixed.h compat/zlib/make_vms.com compat/zlib/msdos/Makefile.bor compat/zlib/msdos/Makefile.msc compat/zlib/msdos/Makefile.tc compat/zlib/win32/Makefile.bor compat/zlib/zlib.pc.cmakein |
zlib-1.2.7 (check-in: eb14b7478a, user: jan.nijtmans, branch: trunk) |
| 6.73 years |
library/tzdata/Asia/Damascus |
Apply tzdata2012c (check-in: 7fbd5f91d3, user: kbk, branch: core-8-5-branch) |
| 6.75 years |
generic/tclPkgConfig.c |
[Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation (check-in: 8032e7f92e, user: jan.nijtmans, branch: trunk) |
| 6.81 years |
library/tzdata/America/Atikokan library/tzdata/America/Blanc-Sablon library/tzdata/America/Creston library/tzdata/America/Dawson_Creek library/tzdata/America/Edmonton library/tzdata/America/Glace_Bay library/tzdata/America/Goose_Bay library/tzdata/America/Halifax library/tzdata/America/Moncton library/tzdata/America/Nipigon library/tzdata/America/Rainy_River library/tzdata/America/Regina library/tzdata/America/St_Johns library/tzdata/America/Swift_Current library/tzdata/America/Toronto library/tzdata/America/Vancouver library/tzdata/America/Winnipeg |
Update to tzdata 2012b (check-in: 1077be73d7, user: venkat, branch: core-8-5-branch) |
| 6.83 years |
win/cat.c |
[Bug 3288345] Wrong Tcl_StatBuf used on Cygwin (check-in: 7ad5febe39, user: jan.nijtmans, branch: trunk) |
| 7.12 years |
generic/tclTomMathInt.h |
[Bug 2991415]: tclport.h #include'd before limits.h (check-in: 92d210ba25, user: jan.nijtmans, branch: trunk) |
| 7.33 years |
generic/tclDTrace.d |
3405652 Portability workaround for broken system DTrace support. Thanks to Dagobert Michelson. (check-in: d9f5e84500, user: dgp, branch: trunk) |
| 7.41 years |
generic/tclPosixStr.c |
[Bug 3388350] mingw64 compiler warnings (check-in: 8fbf108ea7, user: jan.nijtmans, branch: trunk) |
| 7.46 years |
library/tzdata/America/Kralendijk library/tzdata/America/Lower_Princes |
Update to Olson's tzdata2011h (check-in: 6e66b1bc32, user: dgp, branch: core-8-5-branch) |
| 7.53 years |
libtommath/bn_mp_cnt_lsb.c |
Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] (check-in: fe4dba4d60, user: kbk, branch: trunk) |
| 7.69 years |
tests/mathop.test |
merge 8.5 (check-in: 27fd15ce57, user: dgp, branch: trunk) |
| 7.73 years |
tests/lrepeat.test |
Limits on list length were too strict. Revised panics to errors where possible. (check-in: 2d215ce103, user: dgp, branch: trunk) |
| 7.77 years |
library/tzdata/America/North_Dakota/Beulah |
Import Olson's tzdata2011e. (check-in: d9f4537543, user: venkat, branch: core-8-5-branch) |
| 7.78 years |
generic/tclGetDate.y |
TclClockOldscanObjCmd: More generation of errorCode information. (check-in: 25eb27727e, user: dkf, branch: trunk) |
| 7.83 years |
tools/configure |
Standardize on autoconf-2.59 to generate configure files (check-in: ee51894333, user: dgp, branch: trunk) |
| 7.83 years |
libtommath/bn_mp_div_d.c libtommath/bn_mp_montgomery_setup.c libtommath/bn_mp_prime_next_prime.c libtommath/bn_mp_shrink.c |
Apply non-comment changes to take our fork of libtommath up to tracking 0.42.0 from 0.39. (check-in: 902c7eef54, user: dkf, branch: core-8-5-branch) |
| 7.83 years |
libtommath/bn_mp_add_d.c libtommath/bn_mp_radix_size.c libtommath/changes.txt libtommath/makefile |
Import of tommath 0.42.0 (check-in: 004ecece95, user: jan.nijtmans, branch: libtommath) |
| 7.83 years |
libtommath/makefile.shared |
Import of libtommath 0.41 Import of libtommath 0.41 (check-in: e534c0f85c, user: jan.nijtmans, branch: libtommath) |
| 7.84 years |
generic/tclAsync.c generic/tclResolve.c |
Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in rest of Tcl source code. No ABI change. API change *should* be harmless. (check-in: 5574bdd262, user: dkf, branch: trunk) |
| 7.84 years |
tests/incr.test |
Update more of the test suite to use Tcltest 2. (check-in: c45a9f3c1c, user: dkf, branch: trunk) |
| 7.86 years |
compat/memcmp.c doc/fblocked.n generic/tclOOStubInit.c generic/tclRegexp.h library/http1.0/http.tcl libtommath/bn_mp_cmp.c libtommath/bn_mp_cmp_d.c libtommath/bn_mp_cmp_mag.c libtommath/bn_mp_copy.c libtommath/bn_mp_count_bits.c libtommath/bn_mp_div_2d.c libtommath/bn_mp_mod_2d.c libtommath/bn_mp_mul_2d.c libtommath/bn_mp_neg.c macosx/Tcl-Common.xcconfig macosx/tclMacOSXBundle.c tests/apply.test tests/case.test tests/cmdMZ.test tests/concat.test tests/config.test tests/eval.test tests/if.test tests/linsert.test tests/lsetComp.test tests/opt.test tests/proc-old.test tests/remote.tcl tests/security.test tests/while.test tools/checkLibraryDoc.tcl tools/configure.in tools/fix_tommath_h.tcl tools/index.tcl tools/regexpTestLib.tcl unix/dltest/pkga.c unix/dltest/pkgc.c unix/dltest/pkgd.c unix/dltest/pkgua.c unix/tclLoadAix.c unix/tclUnixEvent.c win/tclWinNotify.c |
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them (except in zlib files). (check-in: c64f310d38, user: dgp, branch: trunk) |
| 7.86 years |
doc/man.macros generic/README libtommath/bn_error.c libtommath/bn_fast_mp_invmod.c libtommath/bn_fast_mp_montgomery_reduce.c libtommath/bn_fast_s_mp_mul_high_digs.c libtommath/bn_fast_s_mp_sqr.c libtommath/bn_mp_2expt.c libtommath/bn_mp_abs.c libtommath/bn_mp_add.c libtommath/bn_mp_addmod.c libtommath/bn_mp_and.c libtommath/bn_mp_clamp.c libtommath/bn_mp_clear.c libtommath/bn_mp_clear_multi.c libtommath/bn_mp_div.c libtommath/bn_mp_div_2.c libtommath/bn_mp_div_3.c libtommath/bn_mp_dr_is_modulus.c libtommath/bn_mp_dr_reduce.c libtommath/bn_mp_dr_setup.c libtommath/bn_mp_exch.c libtommath/bn_mp_expt_d.c libtommath/bn_mp_exptmod.c libtommath/bn_mp_exptmod_fast.c libtommath/bn_mp_exteuclid.c libtommath/bn_mp_fread.c libtommath/bn_mp_fwrite.c libtommath/bn_mp_gcd.c libtommath/bn_mp_get_int.c libtommath/bn_mp_grow.c libtommath/bn_mp_init.c libtommath/bn_mp_init_copy.c libtommath/bn_mp_init_multi.c libtommath/bn_mp_init_set.c libtommath/bn_mp_init_set_int.c libtommath/bn_mp_init_size.c libtommath/bn_mp_invmod.c libtommath/bn_mp_invmod_slow.c libtommath/bn_mp_is_square.c libtommath/bn_mp_jacobi.c libtommath/bn_mp_karatsuba_mul.c libtommath/bn_mp_karatsuba_sqr.c libtommath/bn_mp_lcm.c libtommath/bn_mp_lshd.c libtommath/bn_mp_mod.c libtommath/bn_mp_mod_d.c libtommath/bn_mp_montgomery_calc_normalization.c libtommath/bn_mp_montgomery_reduce.c libtommath/bn_mp_mul.c libtommath/bn_mp_mul_2.c libtommath/bn_mp_mul_d.c libtommath/bn_mp_mulmod.c libtommath/bn_mp_n_root.c libtommath/bn_mp_or.c libtommath/bn_mp_prime_fermat.c libtommath/bn_mp_prime_is_divisible.c libtommath/bn_mp_prime_is_prime.c libtommath/bn_mp_prime_miller_rabin.c libtommath/bn_mp_prime_rabin_miller_trials.c libtommath/bn_mp_prime_random_ex.c libtommath/bn_mp_radix_smap.c libtommath/bn_mp_rand.c libtommath/bn_mp_read_radix.c libtommath/bn_mp_read_signed_bin.c libtommath/bn_mp_read_unsigned_bin.c libtommath/bn_mp_reduce.c libtommath/bn_mp_reduce_2k.c libtommath/bn_mp_reduce_2k_l.c libtommath/bn_mp_reduce_2k_setup.c libtommath/bn_mp_reduce_2k_setup_l.c libtommath/bn_mp_reduce_is_2k.c libtommath/bn_mp_reduce_is_2k_l.c libtommath/bn_mp_reduce_setup.c libtommath/bn_mp_rshd.c libtommath/bn_mp_set.c libtommath/bn_mp_set_int.c libtommath/bn_mp_signed_bin_size.c libtommath/bn_mp_sqr.c libtommath/bn_mp_sqrmod.c libtommath/bn_mp_sqrt.c libtommath/bn_mp_sub.c libtommath/bn_mp_sub_d.c libtommath/bn_mp_submod.c libtommath/bn_mp_to_signed_bin.c libtommath/bn_mp_to_signed_bin_n.c libtommath/bn_mp_to_unsigned_bin.c libtommath/bn_mp_to_unsigned_bin_n.c libtommath/bn_mp_toom_mul.c libtommath/bn_mp_toom_sqr.c libtommath/bn_mp_toradix.c libtommath/bn_mp_toradix_n.c libtommath/bn_mp_unsigned_bin_size.c libtommath/bn_mp_xor.c libtommath/bn_mp_zero.c libtommath/bn_prime_tab.c libtommath/bn_reverse.c libtommath/bn_s_mp_add.c libtommath/bn_s_mp_exptmod.c libtommath/bn_s_mp_mul_digs.c libtommath/bn_s_mp_mul_high_digs.c libtommath/bn_s_mp_sqr.c libtommath/bn_s_mp_sub.c libtommath/bncore.c libtommath/tommath_class.h macosx/Tcl-Debug.xcconfig macosx/Tcl-Info.plist.in macosx/Tcl-Release.xcconfig macosx/Tclsh-Info.plist.in tests/for-old.test tests/incr-old.test tests/llength.test tests/macOSXLoad.test tests/pid.test tests/pwd.test tests/while-old.test tests/winConsole.test tools/installData.tcl tools/man2tcl.c unix/dltest/README |
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. (check-in: 79367df0f0, user: dgp, branch: core-8-5-branch) |
| 7.87 years |
compat/README compat/dirent.h compat/float.h tests/README tests/if-old.test tools/encoding/big5.txt tools/encoding/gb2312.txt |
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. (check-in: 90b4acd7bd, user: dgp, branch: core-8-4-branch) |
| 8.21 years |
ChangeLog.2008 |
Split from ChangeLog (check-in: 183b97080e, user: rmax, branch: trunk) |
| 8.30 years |
tests/assemble1.bench |
* tclAssembly.c: Massive refactoring of the assembler * tclAssembly.h: to use a Tcl-like syntax (and use * tests/assemble.test: Tcl_ParseCommand to parse it). The * tests/assemble1.bench: refactoring also ensures that Tcl_Tokens in the assembler have string ranges inside the source code, which allows for [eval] and [expr] assembler directives that simply call TclCompileScript and TclCompileExpr recursively. (check-in: 8fa55c35f1, user: kennykb, branch: dogeen-assembler-branch) |
| 8.44 years |
library/tzdata/America/Bahia_Banderas library/tzdata/Pacific/Ponape library/tzdata/Pacific/Truk library/tzdata/Pacific/Yap |
* library/tzdata/America/Bahia_Banderas: * library/tzdata/Pacific/Chuuk: * library/tzdata/Pacific/Pohnpei: * library/tzdata/Africa/Cairo: * library/tzdata/Europe/Helsinki: * library/tzdata/Pacific/Ponape: * library/tzdata/Pacific/Truk: * library/tzdata/Pacific/Yap: Olson's tzdata2010k. (check-in: 9808871b8d, user: kennykb, branch: core-8-5-branch) |
| 8.53 years |
tools/eolFix.tcl tools/tsdPerf.tcl |
[Bug #3020677] wish can't link reg1.2 formatting, spacing, cleanup unused variables (check-in: cc4ffb1da9, user: nijtmans, branch: trunk) |
| 8.57 years |
library/msgs/he.msg |
[Bug 3016135] traceback using clock format with locale of he_IL (check-in: 029176d2a2, user: nijtmans, branch: trunk) |
| 8.59 years |
tools/tsdPerf.c |
tsdPerf.c: Fix export of symbol Tsdperf_Init, when using -fvisibility=hidden. Make two functions static, eliminate some unnecessary type casts. configure(.in)?: Update to Tcl 8.6 (check-in: c0b552db02, user: nijtmans, branch: trunk) |
| 8.63 years |
library/opt/pkgIndex.tcl |
optParse.tcl: eliminate ';' at line end, bump to v0.4.6 (check-in: 426aabe409, user: nijtmans, branch: trunk) |
| 8.70 years |
library/tzdata/Africa/Tunis |
* library/tzdata/Antarctica/Macquarie: * library/tzdata/Africa/Casablanca: * library/tzdata/Africa/Tunis: * library/tzdata/America/Santiago: * library/tzdata/America/Argentina/San_Luis: * library/tzdata/Antarctica/Casey: * library/tzdata/Antarctica/Davis: * library/tzdata/Asia/Anadyr: * library/tzdata/Asia/Damascus: * library/tzdata/Asia/Dhaka: * library/tzdata/Asia/Gaza: * library/tzdata/Asia/Kamchatka: * library/tzdata/Asia/Karachi: * library/tzdata/Asia/Taipei: * library/tzdata/Europe/Samara: * library/tzdata/Pacific/Apia: * library/tzdata/Pacific/Easter: * library/tzdata/Pacific/Fiji: Olson's tzdata2010i. (check-in: 2fa0d393d8, user: kennykb, branch: trunk) |
| 8.73 years |
compat/zlib/contrib/dotzlib/DotZLib.build compat/zlib/contrib/dotzlib/DotZLib/AssemblyInfo.cs compat/zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs compat/zlib/contrib/dotzlib/DotZLib/CircularBuffer.cs compat/zlib/contrib/dotzlib/DotZLib/CodecBase.cs compat/zlib/contrib/dotzlib/DotZLib/Deflater.cs compat/zlib/contrib/dotzlib/DotZLib/DotZLib.cs compat/zlib/contrib/dotzlib/DotZLib/GZipStream.cs compat/zlib/contrib/dotzlib/DotZLib/Inflater.cs compat/zlib/contrib/dotzlib/readme.txt compat/zlib/contrib/gcc_gvmat64/gvmat64.S compat/zlib/contrib/masmx64/gvmat64.asm compat/zlib/contrib/masmx64/inffas8664.c compat/zlib/contrib/masmx64/inffasx64.asm compat/zlib/contrib/masmx64/readme.txt compat/zlib/contrib/masmx86/bld_ml32.bat compat/zlib/contrib/masmx86/readme.txt compat/zlib/contrib/vstudio/vc10/miniunz.vcxproj compat/zlib/contrib/vstudio/vc10/miniunz.vcxproj.filters compat/zlib/contrib/vstudio/vc10/minizip.vcxproj compat/zlib/contrib/vstudio/vc10/minizip.vcxproj.filters compat/zlib/contrib/vstudio/vc10/testzlib.vcxproj compat/zlib/contrib/vstudio/vc10/testzlib.vcxproj.filters compat/zlib/contrib/vstudio/vc10/testzlibdll.vcxproj.filters compat/zlib/contrib/vstudio/vc10/zlibstat.vcxproj.filters compat/zlib/contrib/vstudio/vc10/zlibvc.sln compat/zlib/contrib/vstudio/vc10/zlibvc.vcxproj.filters compat/zlib/contrib/vstudio/vc9/miniunz.vcproj compat/zlib/contrib/vstudio/vc9/minizip.vcproj compat/zlib/contrib/vstudio/vc9/testzlib.vcproj compat/zlib/contrib/vstudio/vc9/testzlibdll.vcproj compat/zlib/contrib/vstudio/vc9/zlibstat.vcproj compat/zlib/contrib/vstudio/vc9/zlibvc.sln compat/zlib/contrib/vstudio/vc9/zlibvc.vcproj compat/zlib/inffast.h compat/zlib/inftrees.h compat/zlib/trees.h compat/zlib/zlib.pc.in |
Upgrade to zlib 1.2.5 (check-in: 47f60cf757, user: nijtmans, branch: trunk) |
| 8.83 years |
compat/zlib/Makefile compat/zlib/amiga/Makefile.pup compat/zlib/amiga/Makefile.sas compat/zlib/contrib/amd64/amd64-match.S compat/zlib/contrib/asm686/README.686 compat/zlib/contrib/dotzlib/DotZLib.chm compat/zlib/contrib/infback9/inftree9.h compat/zlib/contrib/inflate86/inffas86.c compat/zlib/contrib/minizip/MiniZip64_Changes.txt compat/zlib/contrib/minizip/MiniZip64_info.txt compat/zlib/contrib/minizip/iowin32.h compat/zlib/contrib/minizip/make_vms.com compat/zlib/contrib/minizip/zip.h compat/zlib/examples/README.examples compat/zlib/examples/zlib_how.html compat/zlib/examples/zpipe.c compat/zlib/gzclose.c compat/zlib/nintendods/Makefile compat/zlib/nintendods/README compat/zlib/watcom/watcom_f.mak compat/zlib/watcom/watcom_l.mak compat/zlib/win32/DLL_FAQ.txt compat/zlib/zlib2ansi |
Upgrade zlib to version 1.2.4 (check-in: 62fd020af8, user: nijtmans, branch: trunk) |
| 8.84 years |
library/tzdata/America/Matamoros library/tzdata/America/Ojinaga |
* library/tzdata/America/Matamoros: New locale * library/tzdata/America/Ojinaga: New locale * library/tzdata/America/Santa_Isabel: New locale * library/tzdata/America/Asuncion: * library/tzdata/America/Tijuana: * library/tzdata/Antarctica/Casey: * library/tzdata/Antarctica/Davis: * library/tzdata/Antarctica/Mawson: * library/tzdata/Asia/Dhaka: * library/tzdata/Pacific/Fiji: Olson tzdata2010c. (check-in: c9785f1583, user: dgp, branch: trunk) |
| 9.13 years |
library/tclIndex |
* library/tclIndex: Manually redone the part of tclIndex dealing with safe.tcl and tm.tcl. This part passes the testsuite. Note that automatic regeneration of this part is not possible because it wrongly puts 'safe::Setup' on the list, and wrongly leaves out 'safe::Log' which is more dynamically created than the generator expects. Further note that the file "clock.tcl" is explicitly loaded by "init.tcl", the first time the clock command is invoked. The relevant code can be found at line 172ff, roughly, the definition of the procedure 'clock'. This means none of the procedures of this file belong in the tclIndex. Another indicator that automatic regeneration of tclIndex is ill-advised. (check-in: 5ee77c502a, user: andreas_kupries, branch: trunk) |
| 9.24 years |
win/tclsh.ico |
Fix the icon to have 48x48 size (mistakenly made a 46px icon) (check-in: cd373de52f, user: patthoyts, branch: trunk) |
| 9.27 years |
generic/tommath.h |
* generic/tclTomMathInt.h (new): Public header tclTomMath.h had * generic/tclTomMath.h: dependence on private headers, breaking use * generic/tommath.h: by extensions [Bug 1941434]. (check-in: 6e9ea43f97, user: dgp, branch: core-8-5-branch) |
| 9.54 years |
macosx/Tcl.xcode/default.pbxuser macosx/Tcl.xcodeproj/default.pbxuser |
* macosx/Tcl-Common.xcconfig: update projects for Xcode 3.1 and 3.2, * macosx/Tcl.xcode/*: standardize on gcc 4.2, remove obsolete * macosx/Tcl.xcodeproj/*: configurations and pre-Xcode project. * macosx/Tcl.pbproj/* (removed): * macosx/README: update project docs, cleanup. * unix/Makefile.in: update dist target for project changes. (check-in: 8dde9fbdba, user: das, branch: trunk) |
| 9.70 years |
tools/tclsh.svg |
Tcl icon upgraded and SVG file added. Windows 7 makes significant use of large icon resources. An SVG version of the tcl feather is included and has been used to generate the set of icons recommended for use on Vista except for the 256x256 PNG version. Inclusion of this prevents building with MSVC6 and a number of other tools which cannot handle PNG in in ico files. Hence the largest icon included is 64x64 at 32bit depth. (check-in: e30d6f8118, user: patthoyts, branch: trunk) |
| 9.76 years |
library/tzdata/Asia/Katmandu |
Olson's tzdata2009e (check-in: 112f6af617, user: kennykb, branch: trunk) |
| 10.06 years |
compat/zlib/contrib/ada/readme.txt compat/zlib/contrib/ada/zlib.gpr compat/zlib/contrib/blast/Makefile compat/zlib/contrib/blast/README compat/zlib/contrib/blast/test.pk compat/zlib/contrib/blast/test.txt compat/zlib/contrib/delphi/ZLibConst.pas compat/zlib/contrib/delphi/readme.txt compat/zlib/contrib/dotzlib/DotZLib.sln compat/zlib/contrib/dotzlib/DotZLib/DotZLib.csproj compat/zlib/contrib/dotzlib/LICENSE_1_0.txt compat/zlib/contrib/infback9/README compat/zlib/contrib/infback9/infback9.h compat/zlib/contrib/infback9/inffix9.h compat/zlib/contrib/infback9/inflate9.h compat/zlib/contrib/inflate86/inffast.S compat/zlib/contrib/iostream/test.cpp compat/zlib/contrib/iostream/zfstream.cpp compat/zlib/contrib/iostream/zfstream.h compat/zlib/contrib/iostream2/zstream_test.cpp compat/zlib/contrib/iostream3/README compat/zlib/contrib/iostream3/TODO compat/zlib/contrib/iostream3/test.cc compat/zlib/contrib/iostream3/zfstream.cc compat/zlib/contrib/iostream3/zfstream.h compat/zlib/contrib/masmx64/bld_ml64.bat compat/zlib/contrib/minizip/Makefile compat/zlib/contrib/pascal/example.pas compat/zlib/contrib/pascal/readme.txt compat/zlib/contrib/puff/README compat/zlib/contrib/testzlib/testzlib.txt compat/zlib/contrib/untgz/Makefile compat/zlib/contrib/untgz/Makefile.msc compat/zlib/contrib/untgz/untgz.c compat/zlib/examples/fitblk.c compat/zlib/old/Makefile.riscos compat/zlib/old/README compat/zlib/old/descrip.mms compat/zlib/old/os2/zlib.def compat/zlib/old/visual-basic.txt |
Add previously omitted files so we have a complete zlib 1.2.3 distro... (check-in: 8b8d3f1e88, user: dkf, branch: trunk) |
| 10.38 years |
ChangeLog.2007 |
Split off the ChangeLog entries for 2006-2007 into their own file. (check-in: e58b904c88, user: dkf, branch: trunk) |
| 10.43 years |
library/tzdata/CET library/tzdata/Europe/Belgrade library/tzdata/Europe/Berlin library/tzdata/MET |
Olson's tzdata2008e (check-in: 121b0de920, user: kennykb, branch: trunk) |
| 10.71 years |
generic/regfronts.c |
Get rid of pre-C89-isms (esp. CONST vs const). (check-in: 2d205c22fb, user: dkf, branch: trunk) |
| 10.79 years |
library/tzdata/Asia/Calcutta library/tzdata/Asia/Saigon |
Changes up to and including Olson's tzdata2008b (check-in: 79c4daab88, user: kennykb, branch: trunk) |
| 11.25 years |
ChangeLog.1999 ChangeLog.2005 |
Tidying up, adding names to log entries, etc. (check-in: e185293bea, user: dkf, branch: trunk) |
| 11.36 years |
library/tzdata/America/Indiana/Petersburg library/tzdata/America/Indiana/Tell_City library/tzdata/America/Indiana/Vincennes library/tzdata/Pacific/Auckland |
Olson's tzdata2007g (check-in: 820ffba5ee, user: kennykb, branch: trunk) |
| 11.73 years |
library/tzdata/America/Tegucigalpa |
Olson's tzdata2007e. (check-in: 7420c6c384, user: kennykb, branch: trunk) |
| 11.73 years |
library/msgs/ja.msg |
* doc/clock.n: Corrected a silly error (transposed 'uppercase' and 'lowercase' in clock.n. [Bug 1656002] Clarified that [clock scan] does not recognize a locale's alternative calendar. * library/clock.tcl: Corrected an error in skipping over the %Ey field on input. * library/msgs/ja.msg: * tools/loadICU.tcl: Corrected several localisation faults in the Japanese locale (most notably, incorrect dates for the Emperors' eras). [Bug 1637471]. Many thanks to SourceForge user 'nyademo' for pointing this out and developing a fix. * generic/tclPathObj.c: Corrected a 'const'ness fault that caused bitter complaints from MSVC. (check-in: d2cd76b378, user: kennykb, branch: trunk) |
| 11.85 years |
library/tzdata/America/Indiana/Winamac |
New US DST rules on Windows; Olson's tzdata2007c (check-in: f6e91e1904, user: kennykb, branch: trunk) |
| 11.91 years |
library/tzdata/Atlantic/Faeroe library/tzdata/Atlantic/Faroe |
rebuilt from Olson's tzdata2007b (check-in: eb57473537, user: kennykb, branch: trunk) |
| 12.11 years |
library/tzdata/America/Managua library/tzdata/Europe/Podgorica |
Olson's tzdata2006p (check-in: b2237c8c13, user: kennykb, branch: trunk) |
| 12.27 years |
library/tzdata/Africa/Abidjan library/tzdata/Africa/Algiers library/tzdata/Africa/Johannesburg library/tzdata/Africa/Lagos library/tzdata/Africa/Maputo library/tzdata/Africa/Ndjamena library/tzdata/America/Argentina/ComodRivadavia library/tzdata/America/Atka library/tzdata/America/Boise library/tzdata/America/Buenos_Aires library/tzdata/America/Catamarca library/tzdata/America/Chicago library/tzdata/America/Chihuahua library/tzdata/America/Coral_Harbour library/tzdata/America/Cordoba library/tzdata/America/Dawson library/tzdata/America/Denver library/tzdata/America/El_Salvador library/tzdata/America/Ensenada library/tzdata/America/Fort_Wayne library/tzdata/America/Guatemala library/tzdata/America/Hermosillo library/tzdata/America/Indiana/Indianapolis library/tzdata/America/Indiana/Knox library/tzdata/America/Indiana/Marengo library/tzdata/America/Indiana/Vevay library/tzdata/America/Indianapolis library/tzdata/America/Jujuy library/tzdata/America/Kentucky/Louisville library/tzdata/America/Kentucky/Monticello library/tzdata/America/Knox_IN library/tzdata/America/Louisville library/tzdata/America/Martinique library/tzdata/America/Mazatlan library/tzdata/America/Mendoza library/tzdata/America/Menominee library/tzdata/America/Merida library/tzdata/America/Mexico_City library/tzdata/America/Monterrey library/tzdata/America/New_York library/tzdata/America/North_Dakota/Center library/tzdata/America/North_Dakota/New_Salem library/tzdata/America/Panama library/tzdata/America/Phoenix library/tzdata/America/Port_of_Spain library/tzdata/America/Porto_Acre library/tzdata/America/Puerto_Rico library/tzdata/America/Rosario library/tzdata/America/Shiprock library/tzdata/America/Thule library/tzdata/America/Thunder_Bay library/tzdata/America/Whitehorse library/tzdata/Arctic/Longyearbyen library/tzdata/Asia/Ashkhabad library/tzdata/Asia/Beirut library/tzdata/Asia/Dacca library/tzdata/Asia/Istanbul library/tzdata/Asia/Macao library/tzdata/Asia/Nicosia library/tzdata/Asia/Tel_Aviv library/tzdata/Asia/Thimbu library/tzdata/Asia/Ujung_Pandang library/tzdata/Asia/Ulan_Bator library/tzdata/Atlantic/Jan_Mayen library/tzdata/Australia/ACT library/tzdata/Australia/Canberra library/tzdata/Australia/LHI library/tzdata/Australia/NSW library/tzdata/Australia/North library/tzdata/Australia/Queensland library/tzdata/Australia/South library/tzdata/Australia/Tasmania library/tzdata/Australia/Victoria library/tzdata/Australia/West library/tzdata/Australia/Yancowinna library/tzdata/Brazil/Acre library/tzdata/Brazil/DeNoronha library/tzdata/Brazil/East library/tzdata/Brazil/West library/tzdata/CST6CDT library/tzdata/Canada/Atlantic library/tzdata/Canada/Central library/tzdata/Canada/East-Saskatchewan library/tzdata/Canada/Eastern library/tzdata/Canada/Mountain library/tzdata/Canada/Newfoundland library/tzdata/Canada/Pacific library/tzdata/Canada/Saskatchewan library/tzdata/Canada/Yukon library/tzdata/Chile/Continental library/tzdata/Chile/EasterIsland library/tzdata/Cuba library/tzdata/EET library/tzdata/EST library/tzdata/EST5EDT library/tzdata/Egypt library/tzdata/Eire library/tzdata/Etc/GMT library/tzdata/Etc/GMT+0 library/tzdata/Etc/GMT-0 library/tzdata/Etc/GMT0 library/tzdata/Etc/Greenwich library/tzdata/Etc/UCT library/tzdata/Etc/UTC library/tzdata/Etc/Universal library/tzdata/Etc/Zulu library/tzdata/Europe/Andorra library/tzdata/Europe/Athens library/tzdata/Europe/Belfast library/tzdata/Europe/Bratislava library/tzdata/Europe/Brussels library/tzdata/Europe/Bucharest library/tzdata/Europe/Copenhagen library/tzdata/Europe/Gibraltar library/tzdata/Europe/Guernsey library/tzdata/Europe/Isle_of_Man library/tzdata/Europe/Jersey library/tzdata/Europe/Ljubljana library/tzdata/Europe/London library/tzdata/Europe/Luxembourg library/tzdata/Europe/Mariehamn library/tzdata/Europe/Monaco library/tzdata/Europe/Nicosia library/tzdata/Europe/Oslo library/tzdata/Europe/Paris library/tzdata/Europe/San_Marino library/tzdata/Europe/Sarajevo library/tzdata/Europe/Skopje library/tzdata/Europe/Stockholm library/tzdata/Europe/Tirane library/tzdata/Europe/Tiraspol library/tzdata/Europe/Uzhgorod library/tzdata/Europe/Vatican library/tzdata/Europe/Warsaw library/tzdata/Europe/Zagreb library/tzdata/GB library/tzdata/GB-Eire library/tzdata/GMT library/tzdata/GMT+0 library/tzdata/GMT-0 library/tzdata/GMT0 library/tzdata/Greenwich library/tzdata/HST library/tzdata/Hongkong library/tzdata/Iceland library/tzdata/Iran library/tzdata/Israel library/tzdata/Jamaica library/tzdata/Japan library/tzdata/Kwajalein library/tzdata/Libya library/tzdata/MST library/tzdata/MST7MDT library/tzdata/Mexico/BajaNorte library/tzdata/Mexico/BajaSur library/tzdata/Mexico/General library/tzdata/NZ library/tzdata/NZ-CHAT library/tzdata/Navajo library/tzdata/PRC library/tzdata/PST8PDT library/tzdata/Pacific/Samoa library/tzdata/Poland library/tzdata/Portugal library/tzdata/ROC library/tzdata/ROK library/tzdata/Singapore library/tzdata/Turkey library/tzdata/UCT library/tzdata/US/Alaska library/tzdata/US/Aleutian library/tzdata/US/Arizona library/tzdata/US/Central library/tzdata/US/East-Indiana library/tzdata/US/Eastern library/tzdata/US/Hawaii library/tzdata/US/Indiana-Starke library/tzdata/US/Michigan library/tzdata/US/Mountain library/tzdata/US/Pacific library/tzdata/US/Pacific-New library/tzdata/US/Samoa library/tzdata/UTC library/tzdata/Universal library/tzdata/W-SU library/tzdata/WET library/tzdata/Zulu |
Olson's tzdata2006m (check-in: cc62308f7f, user: kennykb, branch: trunk) |
| 13.04 years |
libtommath/makefile.bcc |
Import of libtommath 0.37 (check-in: ff26105d8d, user: kennykb, branch: trunk) |
| 13.12 years |
unix/aclocal.m4 |
* unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), add CFLAGS to SHLIB_LD to support passing -isysroot in env(CFLAGS) to configure (flag can't be present twice, so can't be in both CFLAGS and LDFLAGS during configure), don't use -prebind when deploying on 10.4, define TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING (rdar://3171542). (SC_ENABLE_LANGINFO, SC_TIME_HANDLER): add/fix caching, fix obsolete autoconf macros. Sync with tk/unix/tcl.m4. * unix/configure.in: fix obsolete autoconf macros, sync gratuitous formatting/ordering differences with tk/unix/configure.in. * unix/Makefile.in: add CFLAGS to tclsh/tcltest link to make executable linking the same as during configure (needed to avoid loosing any linker relevant flags in CFLAGS, in particular flags that can't be in LDFLAGS). Avoid concurrent linking of tclsh and compiling of tclTestInit.o or xtTestInit.o during parallel make. (checkstubs, checkdoc, checkexports): dependency and Darwin fixes (dist): add new macosx files. * unix/tclLoadDyld.c (TclpDlopen): use NSADDIMAGE_OPTION_WITH_SEARCHING on second NSAddImage only. [Bug 1204237] (TclGuessPackageName): should not be MODULE_SCOPE. (TclpLoadMemory): ppc64 and endian (i386) fixes, add support for loading universal (fat) bundles from memory. * unix/tclUnixFCmd.c: * macosx/tclMacOSXFCmd.c: ppc64 and endian (i386) fixes. (TclMacOSXCopyFileAttributes): add support for new Tiger copyfile() API to enable copying of xattrs & ACLs by [file copy]. * generic/tcl.h: add Darwin specifc configure overrides for TCL_WIDE defines to support fat compiles of ppc and ppc64 at the same time, (replaces Darwin CVS fix by emoy, rdar://3693001). add/correct location of version numbers in macosx files. * generic/tclInt.h: clarify fat compile comment. * unix/tclUnixPort.h: add Darwin specifc configure overrides to support fat compiles, where configure runs only once for multiple architectures (replaces Darwin CVS fix by emoy, rdar://3693001). * macosx/tclMacOSXBundle.c: * macosx/tclMacOSXNotify.c: * unix/tclUnixNotfy.c: * unix/tclUnixPort.h: fix #include order to support compile time override of HAVE_COREFOUNDATION in tclUnixPort.h when building for ppc64 * macosx/Tcl.pbproj/default.pbxuser (new file): * macosx/Tcl.pbproj/jingham.pbxuser: * macosx/Tcl.pbproj/project.pbxproj: * macosx/Tcl.xcode/default.pbxuser (new file): * macosx/Tcl.xcode/project.pbxproj (new file): * macosx/Tcl.xcodeproj/default.pbxuser (new file): * macosx/Tcl.xcodeproj/project.pbxproj (new file): new/updated projects for Xcode 2.2 on 10.4, Xcode 1.5 on 10.3 & ProjectBuilder on 10.2, with native tcltest targets and support for universal (fat) compiles. * macosx/README: clarification/cleanup, document new Xcode projects and universal (fat) builds via CFLAGS (i.e. all of ppc ppc64 i386 at once). * unix/Makefile.in: * unix/aclocal.m4: * unix/configure.in: * unix/dltest/Makefile.in: * macosx/configure.ac (new file): add support for inclusion of unix/configure.in by macosx/configure.ac, allows generation of a config headers enabled configure script in macosx (required by Xcode projects). * macosx/GNUmakefile: rename from Makefile to avoid overwriting by configure run in tcl/macosx, add support for reusing configure cache, build target fixes, remove GENERIC_FLAGS override now handled by tcl.m4. * generic/tcl.decls: add Tcl_Main declaration as comment to avoid 'checkstubs' target complaining about it missing from stubs. * generic/regex.h: * generic/tclDate.c: * generic/tclEnv.c: * generic/tclGetDate.y: * generic/tclIOUtil.c: * generic/tclObj.c: * generic/tclStubInit.c: * generic/tclStubLib.c: * generic/tclPathObj.c: * generic/tclThreadAlloc.c: * generic/tclThreadStorage.c: * generic/tclTrace.c: * generic/tclVar.c: * generic/tommath.h: * tools/fix_tommath_h.tcl: * unix/tclUnixFCmd.c: ensure externally visible symbols not contained in stubs table are declared as MODULE_SCOPE (or as static if not used outside of own source file). These changes allow 'make checkstubs' to complete without error on Darwin with gcc 4. * generic/rege_dfa.c (getvacant): * generic/regexec.c (cfind): * generic/tclCompExpr.c (CompileSubExpr): * generic/tclNamesp.c (NamespaceEnsembleCmd): * unix/tclUnixChan.c (TclUnixWaitForFile): initialise variables to silence gcc 4 warnings. * generic/tclExecute.c (TclExecuteByteCode): fix unused variable warning when NO_WIDE_TYPE is defined. * generic/regguts.h: only #define NDEBUG if not already #defined. * unix/tclUnixNotfy.c: * macosx/tclMacOSXNotify.c: sync whitespace & comments. * unix/tclUnixPort.h: * win/tclWinPort.h: remove declaration of obsolete&unused TclpMutex API. * unix/configure: * unix/tclConfig.h.in: regen. (check-in: eac3630f72, user: das, branch: trunk) |
| 13.17 years |
generic/regfree.c |
Finish applying the style guide to the RE engine (except for variable and function names, which are a much bigger job to fix!) (check-in: 8d6df41218, user: dkf, branch: trunk) |
| 13.29 years |
libtommath/makefile.icc libtommath/makefile.msvc |
Import of libtommath 0.36 (check-in: e024610976, user: kennykb, branch: trunk) |
| 13.67 years |
libtommath/tommath_superclass.h |
Fixes for C++-style comment and bad NaN on PA-RISC (check-in: a4754204f2, user: kennykb, branch: trunk) |
| 13.75 years |
libtommath/callgraph.txt libtommath/makefile.cygwin_dll |
Import of tommath 0.35 (check-in: 30c8e6bbc2, user: kennykb, branch: trunk) |
| 13.98 years |
libtommath/LICENSE |
Import of libtommath 0.33 (check-in: bd185c2b4e, user: kennykb, branch: trunk) |
| 14.34 years |
library/tzdata/SystemV/AST4 library/tzdata/SystemV/AST4ADT library/tzdata/SystemV/CST6 library/tzdata/SystemV/CST6CDT library/tzdata/SystemV/EST5 library/tzdata/SystemV/EST5EDT library/tzdata/SystemV/HST10 library/tzdata/SystemV/MST7 library/tzdata/SystemV/MST7MDT library/tzdata/SystemV/PST8 library/tzdata/SystemV/PST8PDT library/tzdata/SystemV/YST9 library/tzdata/SystemV/YST9YDT |
* generic/tclTimer.c: Removed a premature optimisation that attempted to store the assoc data in the client data; the optimisation caused a bug that [after] would overwrite its imports. [Bug 1016167] * library/clock.tcl (InitTZData, ClearCaches): Changed so that the in-memory time zone :UTC (and its aliases) always gets reinitialised, in case tzdata is absent. [Bug 1019537, 1023779] * library/tzdata/*: Regenerated. * tests/clock.test (clock-31.*, clock-39.1): Corrected a problem where the 'system' locale tests fail on a non-English Windows machine. [Bug 1023761]. Added a test to make sure that alias time zones load correctly. [Bug 1023779]. * tools/tclZIC.tcl (writeLinks): Corrected a problem where alias time zone names were written incorrectly, causing them to fail to load at run time. [Bug 1023779]. * win/tclWinTime.c (Tcl_GetTime): Eliminated CPUID tests on Win64 - assuming that HAL vendors now do a better job of keeping the performance counters synchronized among CPU's. [Bug 1020445] (check-in: 58fb9afc44, user: kennykb, branch: trunk) |
| 14.40 years |
library/msgs/af.msg library/msgs/af_za.msg library/msgs/ar.msg library/msgs/ar_in.msg library/msgs/ar_jo.msg library/msgs/ar_lb.msg library/msgs/ar_sy.msg library/msgs/be.msg library/msgs/bg.msg library/msgs/bn.msg library/msgs/bn_in.msg library/msgs/ca.msg library/msgs/cs.msg library/msgs/da.msg library/msgs/de.msg library/msgs/de_at.msg library/msgs/de_be.msg library/msgs/el.msg library/msgs/en_au.msg library/msgs/en_be.msg library/msgs/en_bw.msg library/msgs/en_ca.msg library/msgs/en_gb.msg library/msgs/en_hk.msg library/msgs/en_ie.msg library/msgs/en_in.msg library/msgs/en_nz.msg library/msgs/en_ph.msg library/msgs/en_sg.msg library/msgs/en_za.msg library/msgs/en_zw.msg library/msgs/eo.msg library/msgs/es.msg library/msgs/es_ar.msg library/msgs/es_bo.msg library/msgs/es_cl.msg library/msgs/es_co.msg library/msgs/es_cr.msg library/msgs/es_do.msg library/msgs/es_ec.msg library/msgs/es_gt.msg library/msgs/es_hn.msg library/msgs/es_mx.msg library/msgs/es_ni.msg library/msgs/es_pa.msg library/msgs/es_pe.msg library/msgs/es_pr.msg library/msgs/es_py.msg library/msgs/es_sv.msg library/msgs/es_uy.msg library/msgs/es_ve.msg library/msgs/et.msg library/msgs/eu.msg library/msgs/eu_es.msg library/msgs/fa.msg library/msgs/fa_in.msg library/msgs/fa_ir.msg library/msgs/fi.msg library/msgs/fo.msg library/msgs/fo_fo.msg library/msgs/fr.msg library/msgs/fr_be.msg library/msgs/fr_ca.msg library/msgs/fr_ch.msg library/msgs/ga.msg library/msgs/ga_ie.msg library/msgs/gl.msg library/msgs/gl_es.msg library/msgs/gv.msg library/msgs/gv_gb.msg library/msgs/hi.msg library/msgs/hi_in.msg library/msgs/hr.msg library/msgs/hu.msg library/msgs/id.msg library/msgs/id_id.msg library/msgs/is.msg library/msgs/it.msg library/msgs/it_ch.msg library/msgs/kl.msg library/msgs/kl_gl.msg library/msgs/ko.msg library/msgs/ko_kr.msg library/msgs/kok.msg library/msgs/kok_in.msg library/msgs/kw.msg library/msgs/kw_gb.msg library/msgs/lt.msg library/msgs/lv.msg library/msgs/mk.msg library/msgs/mr.msg library/msgs/mr_in.msg library/msgs/ms.msg library/msgs/ms_my.msg library/msgs/mt.msg library/msgs/nb.msg library/msgs/nl.msg library/msgs/nl_be.msg library/msgs/nn.msg library/msgs/pl.msg library/msgs/pt.msg library/msgs/pt_br.msg library/msgs/ro.msg library/msgs/ru.msg library/msgs/ru_ua.msg library/msgs/sh.msg library/msgs/sk.msg library/msgs/sl.msg library/msgs/sq.msg library/msgs/sr.msg library/msgs/sv.msg library/msgs/sw.msg library/msgs/ta.msg library/msgs/ta_in.msg library/msgs/te.msg library/msgs/te_in.msg library/msgs/th.msg library/msgs/tr.msg library/msgs/vi.msg library/msgs/zh.msg library/msgs/zh_cn.msg library/msgs/zh_hk.msg library/msgs/zh_sg.msg library/msgs/zh_tw.msg |
TIP #173 and #209 implementation - see ChangeLog for details (check-in: 251b9c6eca, user: kennykb, branch: trunk) |
| 15.68 years |
tools/encoding/txt2enc.c |
fix for [Bug 733221] (check-in: d95fa584b3, user: mistachkin, branch: trunk) |
| 15.89 years |
library/encoding/cp932.enc library/encoding/euc-jp.enc library/encoding/iso2022-jp.enc library/encoding/shiftjis.enc |
* generic/tclEncoding.c (LoadTableEncoding): * library/encoding/cp932.enc: Correct jis round-trip encoding * library/encoding/euc-jp.enc: by adding 'R' type to .enc files. * library/encoding/iso2022-jp.enc: [Patch #689341] (koboyasi, taguchi) * library/encoding/jis0208.enc: * library/encoding/shiftjis.enc: * tests/encoding.test: (check-in: 3e571abd43, user: hobbs, branch: trunk) |
| 16.01 years |
tools/encoding/cp437.txt tools/encoding/cp737.txt tools/encoding/cp775.txt tools/encoding/cp850.txt tools/encoding/cp852.txt tools/encoding/cp855.txt tools/encoding/cp857.txt tools/encoding/cp860.txt tools/encoding/cp861.txt tools/encoding/cp862.txt tools/encoding/cp863.txt tools/encoding/cp864.txt tools/encoding/cp865.txt tools/encoding/cp866.txt tools/encoding/cp869.txt |
remove unused variable (check-in: e7546a259f, user: vincentdarley, branch: trunk) |
| 16.29 years |
library/encoding/koi8-u.enc |
* library/encoding/koi8-u.enc: removed extraneous spaces that confused encoding reader. [Bug #615115] (check-in: 9f70afe199, user: hobbs, branch: trunk) |
| 16.79 years |
tools/feather.bmp |
* tools/feather.bmp: * tools/man2help.tcl: * tools/man2help2.tcl: * win/makefile.vc: More winhelp target fixups. Added a feather bitmap to the non-scrollable area and changed the color to be yellow from a plain white. The colors can be whatever we want them to be, but thought I would start with something bold. [Bug 527941] (check-in: 6678565482, user: davygrvy, branch: trunk) |
| 16.86 years |
library/encoding/iso2022.enc tools/encoding/iso2022-jp.esc tools/encoding/iso2022.esc |
* library/encoding/iso2022-jp.enc: * library/encoding/iso2022.enc: * tools/encoding/iso2022-jp.esc: * tools/encoding/iso2022.esc: gave <ESC>$B precedence over <ESC>$@, based on comments (point 1) in [Bug #219283] (rfc 1468) (check-in: ab9df3e822, user: hobbs, branch: trunk) |
| 17.25 years |
library/encoding/ebcdic.enc tools/encoding/ebcdic.txt |
* library/encoding/ebcdic.enc: * tools/encoding/ebcdic.txt: EBCDIC charset mapping. [Patch #219323] (nijtmans) (check-in: 186e3e6270, user: hobbs, branch: trunk) |
| 17.25 years |
library/encoding/tis-620.enc tools/encoding/tis-620.txt |
* library/encoding/tis-620.enc: * tools/encoding/tis-620.txt: TIS-620 charset mapping. [Patch #467423] (poonlap) (check-in: 0ae6c21212, user: hobbs, branch: trunk) |
| 17.27 years |
library/encoding/cp936.enc library/encoding/cp949.enc library/encoding/cp950.enc library/encoding/iso8859-16.enc library/encoding/macCroatian.enc library/encoding/macCyrillic.enc library/encoding/macGreek.enc library/encoding/macIceland.enc library/encoding/macRoman.enc library/encoding/macTurkish.enc tools/encoding/cp1250.txt tools/encoding/cp1251.txt tools/encoding/cp1252.txt tools/encoding/cp1253.txt tools/encoding/cp1254.txt tools/encoding/cp1255.txt tools/encoding/cp1256.txt tools/encoding/cp1257.txt tools/encoding/cp1258.txt tools/encoding/cp874.txt tools/encoding/cp932.txt tools/encoding/cp936.txt tools/encoding/cp949.txt tools/encoding/cp950.txt tools/encoding/iso8859-1.txt tools/encoding/iso8859-10.txt tools/encoding/iso8859-13.txt tools/encoding/iso8859-14.txt tools/encoding/iso8859-15.txt tools/encoding/iso8859-16.txt tools/encoding/iso8859-2.txt tools/encoding/iso8859-3.txt tools/encoding/iso8859-4.txt tools/encoding/iso8859-5.txt tools/encoding/iso8859-6.txt tools/encoding/iso8859-7.txt tools/encoding/iso8859-8.txt tools/encoding/iso8859-9.txt tools/encoding/koi8-r.txt tools/encoding/macCentEuro.txt tools/encoding/macCroatian.txt tools/encoding/macCyrillic.txt tools/encoding/macGreek.txt tools/encoding/macIceland.txt tools/encoding/macRoman.txt tools/encoding/macTurkish.txt |
Updated encodings with latest mappings from www.unicode.org. This did not include some Mac encodings that have special multi-unichar translations now (like symbols, dingbats and japanese). Also does not include big5, gb or euc* as those have different formats in the latest Unicode version that need new conversion tools. Not all related .enc files changed as some had been updates separately. (check-in: a93c3e5d89, user: hobbs, branch: trunk) |
| 17.64 years |
library/encoding/cp1250.enc library/encoding/cp1251.enc library/encoding/cp1252.enc library/encoding/cp1253.enc library/encoding/cp1254.enc library/encoding/cp1255.enc library/encoding/cp1256.enc library/encoding/cp1257.enc library/encoding/cp1258.enc library/encoding/cp874.enc library/encoding/iso8859-10.enc library/encoding/iso8859-13.enc library/encoding/iso8859-14.enc library/encoding/iso8859-6.enc library/encoding/iso8859-7.enc library/encoding/iso8859-8.enc |
* library/encoding/cp1250.enc: * library/encoding/cp1251.enc: * library/encoding/cp1252.enc: * library/encoding/cp1253.enc: * library/encoding/cp1254.enc: * library/encoding/cp1255.enc: * library/encoding/cp1256.enc: * library/encoding/cp1257.enc: * library/encoding/cp1258.enc: * library/encoding/cp874.enc: * library/encoding/iso8859-6.enc: * library/encoding/iso8859-7.enc: * library/encoding/iso8859-8.enc: * library/encoding/iso8859-10.enc (new): * library/encoding/iso8859-13.enc (new): * library/encoding/iso8859-14.enc (new): updated encoding tables based on http://www.unicode.org/Public/MAPPINGS/. (kuhn) (check-in: 8883e16cf6, user: hobbs, branch: trunk) |
| 17.71 years |
library/encoding/iso8859-15.enc |
Got the encoding wrong; thanks to Richard Suchenwirth for pointing me in the direction of a correct encoding. (check-in: e7cab317cf, user: dkf, branch: trunk) |
| 19.21 years |
win/aclocal.m4 |
* unix/tclUnixPort.h: added utime.h to includes * unix/aclocal.m4: made it just include tcl.m4 (check-in: dedc005e01, user: hobbs, branch: trunk) |
| 19.70 years |
tools/encoding/README |
* Merged changes from 8.1.0 branch (check-in: dc45694c11, user: stanton, branch: trunk) |
| 19.72 years |
library/encoding/koi8-r.enc |
* library/encoding/koi8-r.enc: * tools/encoding/koi8-r.txt: Added support for the koi8-r Cyrillic encoding. [Bug: 1771] (check-in: 40dd26149a, user: stanton, branch: trunk) |
| 19.74 years |
library/encoding/ascii.enc library/encoding/big5.enc library/encoding/cp437.enc library/encoding/cp737.enc library/encoding/cp775.enc library/encoding/cp850.enc library/encoding/cp852.enc library/encoding/cp855.enc library/encoding/cp857.enc library/encoding/cp860.enc library/encoding/cp861.enc library/encoding/cp862.enc library/encoding/cp863.enc library/encoding/cp864.enc library/encoding/cp865.enc library/encoding/cp866.enc library/encoding/cp869.enc library/encoding/dingbats.enc library/encoding/euc-cn.enc library/encoding/euc-kr.enc library/encoding/gb12345.enc library/encoding/gb1988.enc library/encoding/gb2312-raw.enc library/encoding/gb2312.enc library/encoding/iso2022-kr.enc library/encoding/iso8859-1.enc library/encoding/iso8859-2.enc library/encoding/iso8859-3.enc library/encoding/iso8859-4.enc library/encoding/iso8859-5.enc library/encoding/iso8859-9.enc library/encoding/jis0201.enc library/encoding/jis0212.enc library/encoding/ksc5601.enc library/encoding/macCentEuro.enc library/encoding/macDingbats.enc library/encoding/macJapan.enc library/encoding/macRomania.enc library/encoding/macThai.enc library/encoding/macUkraine.enc library/encoding/symbol.enc tools/encoding/Makefile tools/encoding/ascii.txt tools/encoding/cjk.inf tools/encoding/dingbats.txt tools/encoding/gb12345.txt tools/encoding/gb1988.txt tools/encoding/iso2022-kr.esc tools/encoding/jis0201.txt tools/encoding/jis0208.txt tools/encoding/jis0212.txt tools/encoding/ksc5601.txt tools/encoding/macDingbats.txt tools/encoding/macJapan.txt tools/encoding/macRomania.txt tools/encoding/macThai.txt tools/encoding/macUkraine.txt tools/encoding/shiftjis.txt tools/encoding/symbol.txt tools/white.bmp |
merged tcl 8.1 branch back into the main trunk (check-in: f3b32fb71c, user: stanton, branch: trunk) |
| 20.80 years |
library/http1.0/pkgIndex.tcl |
Initial revision (check-in: cacdd0f329, user: rjohnson, branch: trunk) |
