Tcl Source Code

File Ages
Login

Files in check-in 4fd30be85b6b1d50 ordered by age

File ages are expressed relative to the check-in time of 2018-03-14 00:53:13.

AgeFilesCheck-in
current generic/tclCmdMZ.c
generic/tclInt.h
generic/tclUtil.c
merge 8.5 (check-in: 4fd30be85b, user: dgp, branch: core-8-6-branch)
4.2 hours generic/tclOO.c
generic/tclOODefineCmds.c
tests/oo.test
Audit and correct Object reference counting issues. (check-in: 821793c082, user: pooryorick, branch: memleak)
8.8 hours 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)
20.9 hours generic/tclExecute.c
Repair the INST_STR_REPLACE instruction. (check-in: 3101f3fd20, user: dgp, branch: core-8-6-branch)
21.4 hours tests/string.test
Merge new test and comments from 8.5 to demo that INST_STR_REPLACE is bad. (check-in: d50c1e61f1, user: dgp, branch: core-8-6-branch)
2.5 days generic/tclPkg.c
plug memleak of constructed package requirement. (check-in: 70bb82f088, user: dgp, branch: core-8-6-branch)
3.4 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)
4.2 days generic/tclAssembly.c
Newer utility routine is more suitable. (check-in: b864232e48, user: dgp, branch: bug-db36fa5122)
4.2 days generic/tclCompCmdsGR.c
generic/tclCompile.h
Update the command compilers and bytecode execution engine to use new machinery. (check-in: 4d0f21f455, user: dgp, branch: bug-db36fa5122)
4.2 days generic/tclCmdIL.c
Use new machinery to repair index value flaws in [lsort]. (check-in: c07b8490b6, user: dgp, branch: bug-db36fa5122)
5.2 days tests/lreplace.test
Another error ordering test. (check-in: 2cb8a48a00, user: dgp, branch: bug-db36fa5122)
6.4 days generic/tclListObj.c
amend to [58716e0e92]: now the duplication is really pointless, so eliminated (check-in: bca1b5c18a, user: sebres, branch: core-8-6-branch)
6.5 days tests/assemble.test
Tests of [assemble] use of compiled index values. (check-in: d6534fb386, user: dgp, branch: bug-db36fa5122)
7.1 days tests/lindex.test
tests/lrange.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)
8.3 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)
19.2 days generic/tclTest.c
generic/tclThreadTest.c
[89dfecb6b7] Make thread IDs in testing commands consistent. (check-in: 0a56102bb4, user: dgp, branch: core-8-6-branch)
26.4 days unix/configure
unix/tcl.m4
Stop seeking out the libieee.a library and linking to it when found. The latest release of the GNU C library, glibc-2.27 has done away with the libieee.a library. This prompts a review of why Tcl has been using it. Since Tcl 8.4.0, Tcl has stopped using the matherr() machinery, so we don't need it anymore for that. Since Tcl 8.5.0, Tcl post-processes ERANGE for itself when floating point underflow or overflow can sensibly produce a 0.0 or Inf result instead of raising an error. We no longer need to configure the system math library to silence these reports. A conseqeunce of this change is that TCL_LIBS will no longer include the linker option -lieee . This can potentially change the behavior of programs that embed libtcl. If so, though, those same programs are going to also have behavior changed as the new glibc release gets into routine use. We're doing those programs a favor by stopping masking the discovery that they need to be updated. (check-in: c9a48a280e, user: dgp, branch: core-8-6-branch)
26.6 days generic/tclBasic.c
Rearrange a few lines TclRenameCommand to reduce operations. (check-in: 06a2db96a6, user: pooryorick, branch: pyk-backport-to-8-6)
26.6 days generic/tclOOBasic.c
TclOO: Remove unneeded name manipulation from TclOOCopyObjectCmd. (check-in: 14b283bfc2, user: pooryorick, branch: pyk-TclOO)
26.6 days generic/tclOOCall.c
generic/tclOOInt.h
Streamline TclOO object cleanup routines. (check-in: 1db3099b55, user: pooryorick, branch: pyk-TclOO)
26.6 days generic/tclEnsemble.c
Add TCL_CREATE_NS_IF_UNKNOWN back into Tcl_CreateEnsemble(). (check-in: 29f5aa6c36, user: pooryorick, branch: pyk-backport-to-8-6)
26.8 days generic/tclNamesp.c
merge (cherrypick): Add missing parenthesis to an expression in TclEnsureNamespace. (check-in: 5d0c607c9b, user: pooryorick, branch: pyk-command-named-colon)
27.1 days generic/tclProc.c
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)
27.5 days generic/tclObj.c
Rewrite documentation in comments for brevity and clarity. (check-in: 64f4563fdc, user: pooryorick, branch: pyk-backport-to-8-6)
27.5 days tests/expr.test
More tests for bignum modules regressions. (check-in: 5d2023f107, user: dgp, branch: core-8-6-branch)
27.6 days generic/tclFileName.c
Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion deletes the object's namespace. (check-in: 77641f0360, user: pooryorick, branch: core-8-6-branch)
29.5 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)
30.2 days doc/Eval.3
doc/NRE.3
Refine documentation for Tcl_NR* functions. (check-in: 8573999b79, user: pooryorick, branch: core-8-6-branch)
33.5 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)
39.6 days library/tzdata/Africa/Sao_Tome
library/tzdata/America/Campo_Grande
library/tzdata/America/Cuiaba
library/tzdata/America/La_Paz
library/tzdata/America/Sao_Paulo
library/tzdata/Asia/Tokyo
Update TZ info to tzdata2018c. (check-in: 474348e060, user: jima, branch: core-8-6-branch)
39.8 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)
46.0 days tests/join.test
Regression test for shimmering danger in [join]. (check-in: 482e7bb397, user: dgp, branch: core-8-6-branch)
47.1 days tests/chanio.test
tests/exec.test
tests/io.test
tests/ioCmd.test
lifetime management of files generated by tests (check-in: f779a1c0fa, user: dgp, branch: core-8-6-branch)
47.2 days tests/info.test
test name continuity (check-in: 2e99e714a9, user: dgp, branch: core-8-6-branch)
48.6 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)
55.6 days generic/tcl.h
typo's (found by Gustaf Neumann). Thanks! (check-in: 3c1a933051, user: jan.nijtmans, branch: core-8-6-branch)
61.4 days generic/tclStringObj.c
Fix behavior of Tcl_GetRange() and "string range" regarding surrogates, when Tcl is compiled with -DTCL_UTF_MAX=4. Partial fix for bug [11ae2be95dac9417]. Also, fix typo. (check-in: 27a52735df, user: jan.nijtmans, branch: core-8-6-branch)
68.5 days tests/safe.test
(cherry-pick): Use http 2 instead of http 1 for Safe Base testing. (check-in: 116dad3ca7, user: jan.nijtmans, branch: core-8-6-branch)
75.2 days generic/tclStubInit.c
win/tclWin32Dll.c
Fix bug introduced in [0dd0d14489258621] (only for TCL_UTF_MAX > 3): If len parameter = -1, returned size includes terminating 0-byte. So, account for that. Also, fix some comments which were not accurate any more, now that Windows 95/98 is not supported any more. (check-in: b4b65e69b8, user: jan.nijtmans, branch: core-8-6-branch)
75.3 days generic/tclUtf.c
Fix handling of surrogates (when TCL_UTF_MAX > 3) in Tcl_UtfNcmp()/Tcl_UtfNcasecmp()/TclUtfCasecmp(). Backported from core-8-branch, where this was fixed already. (check-in: 1ebc1bcaa5, user: jan.nijtmans, branch: core-8-6-branch)
75.3 days doc/Encoding.3
unix/tclUnixPort.h
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)
77.9 days 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)
84.2 days changes
merge 8.6; update changes (check-in: 1e46dacaab, user: dgp, branch: core-8-6-8-rc)
84.2 days tests/basic.test
[586e71dce4] Exeception handling at level #0 by EvalObjv (check-in: 1a04c85a4f, user: dgp, branch: core-8-6-branch)
85.4 days library/init.tcl
merge 8.6 (check-in: 4f8460d7eb, user: dgp, branch: core-8-6-8-rc)
85.5 days unix/Makefile.in
Add win/rules-ext.vc and win/targets.vc to "make dist". Reported by Paul Overmeier. Thanks! (check-in: 09c31fe30f, user: jan.nijtmans, branch: core-8-6-branch)
92.4 days 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)
97.4 days tests/scan.test
tests/utf.test
Duplicate test names (check-in: 828aed54a9, user: dgp, branch: core-8-6-8-rc)
97.4 days README
unix/configure.in
unix/tcl.spec
win/configure
win/configure.in
Start RC branch for Tcl 8.6.8 (check-in: 4131606306, user: dgp, branch: core-8-6-8-rc)
97.5 days generic/tclPathObj.c
tests/fileSystem.test
[ce3a211dcb] Failed file normalize when tail is empty string. (check-in: 3eb09544e5, user: dgp, branch: core-8-6-branch)
103.4 days 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)
104.6 days 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)
116.4 days 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)
116.6 days .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)
117.7 days 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)
118.7 days generic/tclDictObj.c
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)
120.6 days generic/tcl.decls
generic/tclIOUtil.c
No longer mark Tcl_EvalFile() as obsolete, since it will continue to be supported in Tcl 9.0 (check-in: cc89456f48, user: jan.nijtmans, branch: core-8-6-branch)
123.7 days 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)
124.5 days generic/tclScan.c
Make "scan %c" and the internal function ExtendUnicodeRepWithString() work as expected for TCL_UTF_MAX == 4 when handling characters > U+ffff. No effect when TCL_UTF_MAX == 3 or TCL_UTF_MAX == 6 (check-in: baceb17559, user: jan.nijtmans, branch: core-8-6-branch)
125.9 days generic/tclHash.c
compiler warning (check-in: dd8928d781, user: dgp, branch: core-8-6-branch)
126.3 days win/makefile.vc
Fix inclusion of custom resource files to match TIP spec (check-in: 495fe8bd3a, user: apnadkarni, branch: vc-reform)
130.5 days generic/tclEnv.c
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)
134.9 days tests/platform.test
More test rewrites for robust var resolution. (check-in: 3ccc116e36, user: dgp, branch: core-8-6-branch)
134.9 days 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)
137.5 days tests/encoding.test
oops (check-in: 58b2048198, user: dgp, branch: core-8-6-branch)
137.5 days tests/cmdAH.test
Update tests that were still written on the outdated premise that Tcl's encoding subsystem had to initialize starting in the identity encoding. (check-in: 67d6de0b15, user: dgp, branch: core-8-6-branch)
140.4 days generic/tclOOMethod.c
Cherrypick: [fc1409fc91] Method cloning needs to be careful with body representations. (check-in: 0aa4803add, user: dkf, branch: core-8-6-branch)
140.5 days tests/clock.test
Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967 (check-in: 810600812c, user: kbk, branch: core-8-6-branch)
141.3 days library/tzdata/Africa/Juba
library/tzdata/Africa/Khartoum
library/tzdata/Africa/Windhoek
library/tzdata/America/Adak
library/tzdata/America/Anchorage
library/tzdata/America/Detroit
library/tzdata/America/Grand_Turk
library/tzdata/America/Juneau
library/tzdata/America/Metlakatla
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/Asia/Yerevan
library/tzdata/Europe/Dublin
library/tzdata/Pacific/Apia
library/tzdata/Pacific/Fiji
library/tzdata/Pacific/Pago_Pago
library/tzdata/Pacific/Tongatapu
Update TZ info to tzcode2017c. (check-in: b0e52b87d7, user: jima, branch: core-8-6-branch)
157.5 days .fossil-settings/ignore-glob
Fix ignore glob for Visual C++ output directories. (check-in: 0f0baaa171, user: apnadkarni, branch: vc-reform)
190.5 days 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)
190.5 days generic/tclEncoding.c
Typo's (Thanks to Gustaf Neumann), nothing functional. (check-in: 4e7c82c6e1, user: jan.nijtmans, branch: core-8-6-branch)
194.8 days library/http/http.tcl
library/http/pkgIndex.tcl
win/Makefile.in
http state 100 continue handling broken [2a94652ee1] (check-in: b80bf5033f, user: oehhar, branch: bug-2a94652ee1)
196.6 days 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)
203.5 days unix/tclLoadDyld.c
unix/tclUnixSock.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)
212.1 days generic/tclPanic.c
win/tclWinFile.c
Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio. (check-in: bde6588ccd, user: mistachkin, branch: irontcl)
215.3 days generic/tclRegexp.c
tests/set-old.test
Backport [array names -regexp] should support backrefs (check-in: c84987f4b7, user: dgp, branch: core-8-6-branch)
215.5 days generic/tclIORChan.c
Silence compiler warning in --disable-threads build (check-in: 6c566de0bb, user: dgp, branch: core-8-6-branch)
222.4 days tests/http.test
Improved test http-4.16. (check-in: 26055ab3e1, user: dgp, branch: core-8-6-branch)
223.1 days 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)
239.7 days library/auto.tcl
Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies across builds from auto_mkindex (check-in: d86807b814, user: jan.nijtmans, branch: core-8-6-branch)
253.7 days generic/tclStrToD.c
'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy. (check-in: 5b95f585fa, user: jan.nijtmans, branch: core-8-6-branch)
260.2 days 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)
260.2 days 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)
264.1 days doc/copy.n
Documentation correction; issue pointed out by DGP. (check-in: b574d9d391, user: dkf, branch: tip-473)
264.7 days generic/regc_locale.c
Upgrade all internal character tables to Unicode 10 (check-in: f78dec2d2f, user: jan.nijtmans, branch: core-8-6-branch)
264.7 days generic/tclUniData.c
Upgrade all internal character tables to Unicode 10 (check-in: 04efb10be6, user: jan.nijtmans, branch: core-8-5-branch)
264.7 days tests/format.test
Add test-cases, testing the legacy behavior of "format %#d" (check-in: 66e3be83ac, user: jan.nijtmans, branch: core-8-6-branch)
272.1 days 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)
278.7 days generic/tclBinary.c
generic/tclCompExpr.c
generic/tclLoad.c
generic/tclParse.c
win/tclWinPipe.c
Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 (check-in: 5ae46a0093, user: jan.nijtmans, branch: rfe-6c0d7aec67)
279.4 days 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)
280.3 days generic/tclInt.decls
generic/tclIntDecls.h
generic/tclVar.c
Expose some of the core variable access APIs. (Cherrypick from [b4dfc30083]) (check-in: c4eb84f273, user: dkf, branch: dkf-expose-ptrgetvar-8.6)
312.2 days tests/binary.test
[6015221f59] Segfault after overflow of [binary] field specifier numeric count. (check-in: 56c454c814, user: dgp, branch: core-8-6-branch)
313.5 days 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)
314.4 days win/tclWinInit.c
win/tclWinInt.h
win/tclWinReg.c
Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for an already loaded dll. Fix filesystem-1.52 (only works correctly on UNIX) (check-in: 218333d3c0, user: jan.nijtmans, branch: core-8-6-branch)
319.3 days tests/fileName.test
Test for [f34cf83dd0]. (check-in: 9a6ff36832, user: dgp, branch: core-8-6-branch)
319.7 days win/tclWinConsole.c
win/tclWinSerial.c
merge core-8-6-branch (check-in: 26d204381d, user: jan.nijtmans, branch: fix-1997007)
322.2 days generic/tclZlib.c
tests/zlib.test
[50750c735a] Fix for uninit memory handling issue in zlib transforms. (check-in: fa1d22e834, user: dkf, branch: bug-50750c735a)
325.4 days generic/tclDisassemble.c
A better way of getting source file location information when disassembling. (check-in: 752440e0f3, user: dkf, branch: core-8-6-branch)
327.4 days 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)
335.2 days library/msgcat/msgcat.tcl
library/tcltest/pkgIndex.tcl
library/tcltest/tcltest.tcl
Bump msgcat and tcl tests and continue updates to changes. (check-in: 458be994a5, user: dgp, branch: core-8-6-7-rc)
336.3 days tests/socket.test
improves robustness of the socket tests against busy random ports (fixed sporadic errors "already in use") (check-in: 5cc5a6c31a, user: sebres, branch: fix-1997007)
343.6 days tests/coroutine.test
bug fix for [42202ba1e5ff566e0f9abb9f890e460fbc6c1c5c]: segfault by coro inject rewritten callback for ::tcl::unsupported::inject, without leave the interpreter in unusable state (inaccurate environment exchange by adding eval callback), test covered now. (check-in: f700c69f46, user: sebres, branch: fix-42202ba1e5ff566e)
349.5 days 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)
355.7 days 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)
356.2 days tests/interp.test
New(ish) test interp-14.11 was missing its -cleanup. (check-in: 424986ff5b, user: dgp, branch: core-8-6-branch)
363.4 days generic/tclCmdAH.c
generic/tclCompCmds.c
generic/tclTomMath.h
redundant end-of-line spacing (check-in: abdfdc6629, user: jan.nijtmans, branch: core-8-6-branch)
363.9 days generic/tclCompile.c
Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock seconds]. (check-in: 09582e14f6, user: kbk, branch: core-8-6-branch)
1.01 years library/tzdata/Africa/Accra
library/tzdata/Africa/Bissau
library/tzdata/Africa/Ceuta
library/tzdata/Africa/El_Aaiun
library/tzdata/Africa/Nairobi
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/Belize
library/tzdata/America/Boa_Vista
library/tzdata/America/Bogota
library/tzdata/America/Caracas
library/tzdata/America/Cayenne
library/tzdata/America/Curacao
library/tzdata/America/Danmarkshavn
library/tzdata/America/Eirunepe
library/tzdata/America/Fortaleza
library/tzdata/America/Godthab
library/tzdata/America/Guayaquil
library/tzdata/America/Guyana
library/tzdata/America/Lima
library/tzdata/America/Maceio
library/tzdata/America/Manaus
library/tzdata/America/Miquelon
library/tzdata/America/Montevideo
library/tzdata/America/Noronha
library/tzdata/America/Paramaribo
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/Santiago
library/tzdata/America/Santo_Domingo
library/tzdata/America/Scoresbysund
library/tzdata/Antarctica/Macquarie
library/tzdata/Antarctica/Palmer
library/tzdata/Asia/Atyrau
library/tzdata/Asia/Baghdad
library/tzdata/Asia/Bangkok
library/tzdata/Asia/Brunei
library/tzdata/Asia/Choibalsan
library/tzdata/Asia/Dhaka
library/tzdata/Asia/Dili
library/tzdata/Asia/Dubai
library/tzdata/Asia/Ho_Chi_Minh
library/tzdata/Asia/Hovd
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/Kuching
library/tzdata/Asia/Macau
library/tzdata/Asia/Makassar
library/tzdata/Asia/Manila
library/tzdata/Asia/Oral
library/tzdata/Asia/Pontianak
library/tzdata/Asia/Pyongyang
library/tzdata/Asia/Qatar
library/tzdata/Asia/Riyadh
library/tzdata/Asia/Seoul
library/tzdata/Asia/Singapore
library/tzdata/Asia/Taipei
library/tzdata/Asia/Tehran
library/tzdata/Asia/Thimphu
library/tzdata/Asia/Ulaanbaatar
library/tzdata/Asia/Urumqi
library/tzdata/Atlantic/Azores
library/tzdata/Atlantic/Canary
library/tzdata/Atlantic/Cape_Verde
library/tzdata/Atlantic/Madeira
library/tzdata/Atlantic/Reykjavik
library/tzdata/Atlantic/South_Georgia
library/tzdata/Atlantic/Stanley
library/tzdata/Australia/Eucla
library/tzdata/Australia/Lord_Howe
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/Mauritius
library/tzdata/Indian/Reunion
library/tzdata/Pacific/Bougainville
library/tzdata/Pacific/Chatham
library/tzdata/Pacific/Chuuk
library/tzdata/Pacific/Easter
library/tzdata/Pacific/Efate
library/tzdata/Pacific/Enderbury
library/tzdata/Pacific/Fakaofo
library/tzdata/Pacific/Funafuti
library/tzdata/Pacific/Galapagos
library/tzdata/Pacific/Gambier
library/tzdata/Pacific/Guadalcanal
library/tzdata/Pacific/Kiritimati
library/tzdata/Pacific/Kosrae
library/tzdata/Pacific/Kwajalein
library/tzdata/Pacific/Majuro
library/tzdata/Pacific/Marquesas
library/tzdata/Pacific/Nauru
library/tzdata/Pacific/Niue
library/tzdata/Pacific/Norfolk
library/tzdata/Pacific/Noumea
library/tzdata/Pacific/Palau
library/tzdata/Pacific/Pitcairn
library/tzdata/Pacific/Pohnpei
library/tzdata/Pacific/Port_Moresby
library/tzdata/Pacific/Rarotonga
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.01 years tests/link.test
Dup test name (check-in: 65fc9d2991, user: dgp, branch: core-8-6-7-rc)
1.02 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.02 years .fossil-settings/encoding-glob
doc/LinkVar.3
macosx/Tcl.xcode/project.pbxproj
macosx/Tcl.xcodeproj/project.pbxproj
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.02 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.14 years doc/lsort.n
Fix [1f4bb8162f]: lsort -dictionary documentation to be improved (check-in: 931be8d1fb, user: fvogel, branch: core-8-6-branch)
1.15 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.15 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.15 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.16 years library/tzdata/Asia/Aqtau
library/tzdata/Asia/Gaza
library/tzdata/Asia/Hebron
library/tzdata/Europe/Saratov
Upgrade TZDATA to IETF tzdata2016j (check-in: a7c6635f1f, user: venkat, branch: core-8-5-branch)
1.17 years generic/tclDecls.h
Merge-mark core-8-5-branch. Remove useless #undef. (check-in: 6a66f2a15b, user: jan.nijtmans, branch: core-8-6-branch)
1.17 years unix/tclUnixTime.c
win/tclWinTime.c
Merge bug_b87ad7e914 (check-in: 0f88ee352f, user: sebres, branch: core-8-6-branch)
1.18 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)
1.19 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)
1.28 years ChangeLog.2000
ChangeLog.2002
ChangeLog.2003
ChangeLog.2004
compatability -> compatibility (check-in: 9cf8d87904, user: jan.nijtmans, branch: core-8-5-branch)
1.32 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)
1.32 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)
1.33 years library/tzdata/Antarctica/Casey
library/tzdata/Europe/Malta
library/tzdata/Europe/Rome
Update to tzdata2016i from IETF (check-in: 8b0d120b2a, user: venkat, branch: core-8-5-branch)
1.35 years tests/all.tcl
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)
1.36 years tools/tcltk-man2html-utils.tcl
Fix the generated copyright sections in the HTML help file. (check-in: 13b8547f59, user: mistachkin, branch: htmlCopyrightsFix)
1.37 years doc/variable.n
[253ba6e818] Improved description of [variable] behaviour. (check-in: 6abd304ca2, user: dkf, branch: core-8-6-branch)
1.37 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)
1.38 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)
1.41 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)
1.42 years doc/http.n
[74bc0e44f5] Doc tweak. (check-in: 04fbd1b5dd, user: dkf, branch: core-8-6-branch)
1.42 years generic/tclThreadAlloc.c
unix/tclUnixThrd.c
win/tclWinThrd.c
Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists (check-in: 7a3c8a4b0d, user: jan.nijtmans, branch: core-8-6-branch)
1.42 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)
1.42 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)
1.42 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)
1.43 years doc/scan.n
Be more accurate about scan's %i (check-in: b6c6a73a68, user: ferrieux, branch: trunk)
1.44 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)
1.44 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/Ashgabat
library/tzdata/Asia/Baku
library/tzdata/Asia/Bishkek
library/tzdata/Asia/Chita
library/tzdata/Asia/Dushanbe
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/Samarkand
library/tzdata/Asia/Srednekolymsk
library/tzdata/Asia/Tashkent
library/tzdata/Asia/Tbilisi
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/Europe/Volgograd
library/tzdata/Indian/Kerguelen
Update tzdata to 2016g from ietf.org (check-in: f302ad3362, user: venkat, branch: core-8-5-branch)
1.49 years generic/tclLiteral.c
Proposed fix for [c7d0bc9a549714e0]. Thanks to mr_calvin (check-in: 2dbbe15297, user: jan.nijtmans, branch: bug-c7d0bc9a549714e0)
1.51 years tests/var.test
[4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. Thanks mr_calvin for report and fix. (check-in: 9ac587b48c, user: dgp, branch: core-8-6-branch)
1.53 years win/tclWinPort.h
Don't ever allow UTF-8 sequences of more than 4 characters to be generated or parsed, even when TCL_UTF_MAX>4: According to current Unicode standard, a byte string of >4 characters can never form a single UTF-8 character. And a few minor micro-optimizations related to UTF-8 handling. (check-in: 2de1551609, user: jan.nijtmans, branch: trunk)
1.63 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)
1.64 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)
1.65 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)
1.66 years tests/tcltest.test
tests/unload.test
[77d58e3a7a] Test case independence: unload. (check-in: 5867920a2a, user: dkf, branch: core-8-6-branch)
1.66 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)
1.66 years tests/env.test
[77d58e3a7a] Test case independence: chanio, cmdah, env, history. (check-in: 0a7e505919, user: dkf, branch: core-8-6-branch)
1.67 years tests/parseOld.test
[3606125] Make parser-related tests work on their own. (check-in: dd90eda48e, user: dkf, branch: core-8-6-branch)
1.67 years tests/set.test
[3606388] Make variable-related tests work on their own. (check-in: 670c247057, user: dkf, branch: core-8-6-branch)
1.67 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)
1.67 years tests/namespace-old.test
Fixes to namespace-old.test (check-in: c5ddb319aa, user: dkf, branch: bug-3606121)
1.68 years doc/exec.n
Fixed docs for prior check-in (exec of .CMD files on Windows) (check-in: ec74f7d026, user: ashok, branch: core-8-6-branch)
1.69 years doc/SetResult.3
typo and end-of-line spacing (check-in: 4251186884, user: jan.nijtmans, branch: core-8-6-branch)
1.69 years tests/compile.test
Add ability to disassemble TclOO constructors and destructors ([1493a43044] motivates) (check-in: 5fc1ac9c4f, user: dkf, branch: core-8-6-branch)
1.71 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)
1.71 years doc/proc.n
[c3d956be5b] Clearer text about positioning of optional arguments. (check-in: 06af0634c4, user: dkf, branch: trunk)
1.72 years unix/installManPage
[c30087b04f] Install man pages with permissions 644 instead of 444. (check-in: 02219cfde2, user: max, branch: trunk)
1.72 years tests/dict.test
[d553228d9f] Stop crashes in [dict update] with low refcount dictionaries. (check-in: a1400f5f20, user: dkf, branch: core-8-6-branch)
1.74 years tests/event.test
[16828b3744] [vwait] *must* successfully undo its variable trace, or else it risks corrupting memory. Namespace teardown complexities were giving the traces an opportunity to survive. Added another (arguably better) Tcl_UntraceVar() call to be sure we avoid this problem. (check-in: fac5b3732e, user: dgp, branch: core-8-6-branch)
1.74 years generic/tclEvent.c
Merge tip of core-8-6-branch (check-in: 3da2ce641b, user: dgp, branch: bug-16828b3744)
1.76 years generic/tclDate.c
Fix [e14c77b845] for MSVC6: Compilation error over typedef (check-in: 66a48888ae, user: jan.nijtmans, branch: core-8-6-branch)
1.78 years tools/genStubs.tcl
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)
1.78 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)
1.83 years library/reg/pkgIndex.tcl
tests/registry.test
Make tclreg13.dll work in any Unicode environment (either with 32-bit or 64-bit characters). Adopted from Androwish. Thanks to Christian Werner. version -> 1.3.2 (check-in: 978ad0ba66, user: jan.nijtmans, branch: core-8-6-branch)
1.86 years doc/tcltest.n
Add a note in tcltest manual page to betray false expectations on msec and usec. (check-in: 2b96efaf27, user: gahr, branch: gahr-tip-447)
1.89 years library/tzdata/Asia/Almaty
library/tzdata/Asia/Aqtobe
library/tzdata/Asia/Barnaul
library/tzdata/Asia/Qyzylorda
library/tzdata/Asia/Tomsk
library/tzdata/Europe/Astrakhan
Update to tzdata2016d from IETF (check-in: 61fc0755c1, user: venkat, branch: core-8-5-branch)
1.93 years win/tclWinSock.c
Fix [2538f373ffc78d6dba9c3d973c147a84fdd9bbd8|2538f373ffc78d6d]: crash in Tcl_OpenTcpServer() on Windows (check-in: e40eb76900, user: jan.nijtmans, branch: core-8-6-branch)
1.93 years generic/regc_lex.c
Fix [8663689908d3304a74fee525cd04aa4162e86391|8663689908d3]: regexp \\w missing characters (check-in: a3e6750fec, user: jan.nijtmans, branch: core-8-6-branch)
1.93 years tests/uplevel.test
[213b6a2b9d] Make level parsing honor EIAS. (check-in: 17f62d8265, user: dgp, branch: core-8-6-branch)
1.95 years win/coffbase.txt
RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase.txt (check-in: 8046aa6a2d, user: jan.nijtmans, branch: core-8-5-branch)
1.96 years library/tzdata/Europe/Vilnius
Update to tzdata 2016c from ietf.org (check-in: c7604723f9, user: venkat, branch: core-8-5-branch)
1.97 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)
1.98 years library/word.tcl
Alternative solution for [f1253530cd] (check-in: 0dc963c859, user: jan.nijtmans, branch: bug-f1253530cd-alt)
1.99 years library/tzdata/Europe/Chisinau
Update tzdata to 2016b from ietf.org (check-in: 83ecbb6dbf, user: venkat, branch: core-8-5-branch)
2.01 years tests/util.test
Eliminate exess spacings in many test-cases (check-in: d6d9491140, user: jan.nijtmans, branch: trunk)
2.03 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/string.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.06 years library/tzdata/America/Santa_Isabel
Update to tzdata2016a. (check-in: 04a238c721, user: dgp, branch: core-8-6-5-rc)
2.15 years generic/tclTestProcBodyObj.c
generic/tclTrace.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)
2.18 years unix/tclUnixFCmd.c
Fix [f01d74dc8c]: DEFAULT_COPY_BLOCK_SIZE has incorrect value (check-in: 021e073bf0, user: jan.nijtmans, branch: trunk)
2.23 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)
2.28 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)
2.30 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)
2.30 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)
2.31 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)
2.31 years generic/tclOOInfo.c
[3d96b7076e] Prevent crashes when destroying an object's class inside a method call. (check-in: 3a5e60f35a, user: dkf, branch: trunk)
2.34 years generic/tclIOSock.c
Remove unused calculation of the result set size from TclCreateSocketAddress() (check-in: 9252ca9944, user: max, branch: trunk)
2.37 years generic/tclTomMathDecls.h
make genstubs (check-in: 65e6468f5d, user: dkf, branch: trunk)
2.38 years library/tzdata/America/Fort_Nelson
Update to tzdata2015g from ietf (check-in: c2b3385e7d, user: venkat, branch: core-8-5-branch)
2.39 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)
2.39 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)
2.39 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)
2.40 years generic/regerrs.h
Adaptation of re-memaccounting.patch from Tom Lane @postgres. (check-in: 770f0e7907, user: dgp, branch: tgl-pg-re)
2.40 years doc/Class.3
[154f0982f2] Document that Tcl_NewObjectInstance() really needs to make a namespace. (check-in: 2327af6915, user: dkf, branch: trunk)
2.40 years generic/tclFCmd.c
generic/tclIORTrans.c
generic/tclResult.c
typo in comment. Eliminate unnecessary end-of-line spacing. (check-in: a3acef607b, user: jan.nijtmans, branch: trunk)
2.43 years doc/clock.n
Fix [8587cb648c445f7]: clock default format incorrect (check-in: dac4147f72, user: jan.nijtmans, branch: trunk)
2.43 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)
2.44 years generic/tclHistory.c
generic/tclThreadStorage.c
Eliminate unnessessary end-of-line spacing. No functional change. (check-in: 7caaf52e89, user: jan.nijtmans, branch: trunk)
2.45 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)
2.46 years generic/tclMain.c
Align comment. Remove some end-of-line spacing. No functional changes. (check-in: fad573cac2, user: jan.nijtmans, branch: trunk)
2.47 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)
2.47 years generic/regexec.c
Eliminate compiler warnings for MSVC (check-in: 7b3b0ca73e, user: jan.nijtmans, branch: trunk)
2.48 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)
2.52 years doc/Thread.3
Document that multi-threading is on by default since 8.6 (check-in: 2e7826da11, user: jan.nijtmans, branch: trunk)
2.52 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)
2.53 years tests/unixFCmd.test
nonportable -> nonPortable (check-in: 2452a86c51, user: jan.nijtmans, branch: trunk)
2.53 years tools/uniParse.tcl
Various Unicode handling enhancements, when building with TCL_UTF_MAX > 3, inspired by androwish. No effect if TCL_UTF_MAX=3 (which is the default) (check-in: e2278643dc, user: jan.nijtmans, branch: trunk)
2.53 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)
2.54 years doc/library.n
[7703ff1082] Improved wording. (check-in: 7e791e7784, user: dkf, branch: trunk)
2.55 years unix/tclUnixFile.c
Fix [0df7a1ec2674a76a]: unix/tclUnixFile.c: return value of call to TclpGetCwd in TclpFindExecutable is not checked, variable cwd is used uninitialized. (check-in: 69fd7c4740, user: jan.nijtmans, branch: trunk)
2.57 years doc/Method.3
[465213d171] Documentation correction for Tcl_NewMethod. (check-in: 46d2108111, user: dkf, branch: trunk)
2.57 years doc/my.n
[2c509f6291] Minor documentation correction from Peter Lewerin. (check-in: 2aa305b227, user: dkf, branch: trunk)
2.57 years doc/next.n
[d06b029d9d] next(n) documentation examples correction, from Peter Lewerin. (check-in: 831d83dd4e, user: dkf, branch: trunk)
2.59 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)
2.61 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)
2.66 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)
2.66 years doc/exit.n
Spell out [info exists] in example code for [exit] command. (check-in: 7d94a18b73, user: andy, branch: trunk)
2.68 years doc/source.n
Documentation: source ignores BOM for unicode files (check-in: 8c273ab09b, user: oehhar, branch: trunk)
2.70 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)
2.70 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)
2.70 years compat/fake-rfc2553.c
compat/fixstrtod.c
compat/gettod.c
compat/mkstemp.c
compat/opendir.c
compat/strncasecmp.c
compat/strstr.c
compat/strtod.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)
2.71 years library/tzdata/Africa/Casablanca
Summary: Update to tzdata2015e from ietf.org (check-in: 51e17e0790, user: venkat, branch: core-8-5-branch)
2.72 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)
2.72 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)
2.72 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)
2.74 years doc/lreplace.n
lreplace: more tests, doc improvement (check-in: b1d875f05f, user: aspect, branch: aspect-lreplace-refix)
2.76 years unix/tclUnixChan.c
Patch to add support for higher baud rates under Unix Ticket [e770d92d76]] (check-in: 7c1aae5292, user: hypnotoad, branch: ticket-e770d92d6)
2.77 years tests/thread.test
Merge thread test typo fixes from trunk. (check-in: dfd36a52c7, user: mistachkin, branch: bug-57945b574a)
2.79 years ChangeLog
merge trunk (check-in: 5a33b96277, user: oehhar, branch: msgcat_dyn_locale)
2.82 years doc/re_syntax.n
[11250a236d] Made the documentation of non-greediness overrides more obvious. (check-in: 93531a5a13, user: dkf, branch: trunk)
2.83 years tests/ooNext2.test
[0f42ff7871] Remove unintentional difference between interpreted and compiled [next]. (check-in: 55abfff316, user: dkf, branch: trunk)
2.83 years tests/http11.test
[b9d0434667] Prefer the gzip encoding for transfers. It's less efficient, but it is far more interoperable and that's a more important metric. (check-in: 52fd51a4df, user: dkf, branch: trunk)
2.87 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)
2.97 years unix/tclConfig.h.in
Tcl source code already assumes the <limits.h> file is available. (See tcl/libtommath/tommath.h .) So dispose of all the configuration shenanigans pretending we want to support systems that lack one. (check-in: 713e898a78, user: dgp, branch: trunk)
2.98 years tests/tailcall.test
adding a test to reveal a problem with the fix of bug d87cb182053fd79b3 (check-in: 76751aba52, user: msofer, branch: trunk)
3.00 years win/tclAppInit.c
Upon further review, due the order of #include of headers, we do not have a history of a #define STRICT active when the #include "windows.h" in tclWinPort.h happens. Don't want to start something new now. (check-in: 8a65d84d24, user: dgp, branch: dgp-win-specific-strict)
3.01 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.03 years doc/glob.n
Deleted Win95/98-specific documentation as those platforms have long been unsupported. (check-in: 792da66b36, user: ashok, branch: trunk)
3.09 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)
3.24 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)
3.24 years win/README
85 -> 86 (check-in: 544df7aea5, user: jan.nijtmans, branch: trunk)
3.25 years macosx/GNUmakefile
Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch (check-in: dbed517c8b, user: kevin_walzer, branch: trunk)
3.26 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/America/Jamaica
library/tzdata/Asia/Phnom_Penh
library/tzdata/Asia/Vientiane
library/tzdata/Europe/Lisbon
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)
3.27 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)
3.33 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)
3.33 years tests/winFCmd.test
Improve documentation on the use of com ports (remove references to Windows 95, deprecate the use of postfix ':'). Allow lpt[5-9] just as com[5-9], and make sure that path normalization works as expected for ports > 4. (check-in: 90f8c27d0d, user: jan.nijtmans, branch: trunk)
3.35 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)
3.35 years tests/ioTrans.test
Correct -singleproc 1 testing flaws. (check-in: b71c2af14a, user: dgp, branch: core-8-6-3-rc)
3.35 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)
3.35 years tests/iogt.test
merge iogt fixes. (check-in: 032cde93a3, user: dgp, branch: bug-5adc350683-86)
3.38 years win/tclsh.exe.manifest.in
Support for Windows 10 (check-in: 585b37d8d8, user: jan.nijtmans, branch: core-8-5-branch)
3.43 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)
3.50 years tests/error.test
[cee90e4e88] Correct error in stack depth checking. (check-in: b5ecfdaff3, user: dgp, branch: trunk)
3.51 years tests/upvar.test
[2486824] Improve error message; not all that upvars is an upvar. (check-in: aa55afef99, user: dkf, branch: trunk)
3.51 years tests/regexpComp.test
[84af1192f5]: [regsub] compiler no longer confused by quantification handling. (check-in: 25f44e9a6d, user: dkf, branch: trunk)
3.52 years tests/aaa_exit.test
Distinguish hanging from crashing in exit tests. (check-in: 208b2e859d, user: ferrieux, branch: trunk)
3.58 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/Asia/Shanghai
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)
3.61 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)
3.62 years generic/tclIOCmd.c
Reduce the cost of Preserve/Release on channels (check-in: d77bfcba0a, user: dgp, branch: trunk)
3.66 years tests/fCmd.test
Finally, use correct octal notation which works in Tcl 9 as well. (check-in: 838e8dcfd4, user: jan.nijtmans, branch: trunk)
3.66 years unix/tclUnixTest.c
unix/tclXtTest.c
win/tclWinTest.c
Convert TesteventloopCmd and TestchmodCmd to Tcl_Obj-API form. (check-in: c1e59561b9, user: jan.nijtmans, branch: trunk)
3.66 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)
3.74 years tests/switch.test
[f0f876c141] Improve consistency in error messages. (check-in: fffc281b07, user: dkf, branch: trunk)
3.91 years tests/winFile.test
tests/winPipe.test
Remove all win95-specific test-cases, since Windows 95 is not supported any more. (check-in: 324a458635, user: jan.nijtmans, branch: trunk)
3.91 years generic/tclIntPlatDecls.h
Fix compiler warnings in win32/cygwin build (check-in: b18178d2d2, user: jan.nijtmans, branch: trunk)
3.92 years win/tclWinFCmd.c
[792641f95b]: Normalized win32 paths should never contain backslash. (check-in: 578237c4c6, user: jan.nijtmans, branch: trunk)
3.93 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.04 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.09 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)
4.18 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)
4.22 years generic/tclOptimize.c
merge trunk (check-in: 9dfb1c05dd, user: dkf, branch: dkf-bytecode-8.6-main)
4.24 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)
4.30 years library/parray.tcl
[a122627849] Improve stack trace from parray on not-array. (check-in: 2c4acdb880, user: dkf, branch: core-8-5-branch)
4.31 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)
4.32 years generic/tclNotify.c
Fix [e832d2b08]: unnecessary code in Tcl_SetMaxBlockTime. (check-in: 04b08d7303, user: jan.nijtmans, branch: trunk)
4.35 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/define.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)
4.35 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)
4.37 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)
4.41 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)
4.42 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)
4.44 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)
4.46 years tests/source.test
Fix test source-4.1 (check-in: d6941999f1, user: dgp, branch: trunk)
4.48 years tests/foreach.test
Merge test; bug already fixed in trunk. (check-in: dd4cc03df6, user: dgp, branch: trunk)
4.58 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)
4.58 years tests/rename.test
[a16752c252] Correct failure to call cmd deletion callbacks. (check-in: 2718a160f1, user: dgp, branch: trunk)
4.60 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)
4.69 years generic/tclConfig.c
CONST -> const in one place (check-in: d854a861eb, user: jan.nijtmans, branch: trunk)
4.69 years unix/tclXtNotify.c
Bug [817249]: bring tclXtNotify.c up to date with Tcl_SetNotifier() change (check-in: 023ab0d950, user: jan.nijtmans, branch: trunk)
4.70 years tests/misc.test
More Work In Progress. (check-in: 579d4e455f, user: dgp, branch: dgp-tcs-rewrite)
4.74 years tools/uniClass.tcl
Fix uniClass tool which was the real cause for [a876646efe], and add test-case for it. (check-in: f604a21bb0, user: jan.nijtmans, branch: core-8-5-branch)
4.74 years macosx/README
Updates to redirect bug reports to the new tracker location. (check-in: b359014605, user: dgp, branch: trunk)
4.74 years unix/README
Updates to redirect bug reports to the new tracker location. (check-in: cc0db5a0ac, user: dgp, branch: core-8-5-branch)
4.75 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)
4.83 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)
4.89 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)
4.92 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)
4.97 years library/tzdata/America/Barbados
library/tzdata/America/Costa_Rica
library/tzdata/America/Nassau
library/tzdata/Asia/Hong_Kong
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)
4.98 years tests/autoMkindex.test
test suite hygiene (check-in: 5115309a0d, user: dgp, branch: trunk)
5.02 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.02 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.03 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.03 years tests/listObj.test
[Bug 3606542]: Add missing constraint to test. (check-in: 068506d5f1, user: dkf, branch: trunk)
5.04 years tests/assocd.test
3605719,3605720 Test independence. Thanks Rolf Ade for patches. (check-in: c4b02b8c49, user: dgp, branch: trunk)
5.06 years win/tclWinDde.c
[Bug 3605401]: Compiler error with latest mingw-w64 headers. (check-in: 0db74d9ccc, user: jan.nijtmans, branch: bug-3605401)
5.10 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.11 years tests/main.test
For traces and embedding support, select modernizations from Patrick Fradin. (check-in: d36209124c, user: dgp, branch: trunk)
5.11 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.12 years tests/pkgMkIndex.test
For [package] etc., select modernizations from Patrick Fradin. (check-in: 29a8e457d4, user: dgp, branch: trunk)
5.12 years tests/unixInit.test
tests/unknown.test
In the script library, selected modernizations from Patrick Fradin. (check-in: e2850774ab, user: dgp, branch: trunk)
5.13 years unix/tclUnixCompat.c
[Bug 3601804]: platformCPUID segmentation fault on Darwin (check-in: e6f01c28bd, user: jan.nijtmans, branch: trunk)
5.13 years generic/tclCkalloc.c
Silence some compiler warnings. (check-in: cd00ede986, user: dgp, branch: trunk)
5.18 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)
5.19 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)
5.21 years generic/tclPort.h
proposed fix for Bug 3598300 (check-in: dcbf22ad99, user: jan.nijtmans, branch: bug-3598300)
5.21 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)
5.22 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)
5.26 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)
5.27 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)
5.27 years unix/tclLoadShl.c
Tcl headers already protect from EXTERN defines (check-in: 6b7f7f3849, user: dgp, branch: trunk)
5.32 years tools/str2c
A few unneeded internal CONST/CONST86's (check-in: b86be72558, user: jan.nijtmans, branch: trunk)
5.32 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)
5.33 years unix/tclLoadNext.c
style fix (check-in: 5fbbfc2a80, user: jan.nijtmans, branch: trunk)
5.34 years tools/README
Remove files and references for long outdated Wise Installer. (check-in: bbb8a76120, user: dgp, branch: trunk)
5.35 years ChangeLog.2001
just fix some characters that fossil cannot handle well (check-in: 7559185e9a, user: jan.nijtmans, branch: core-8-5-branch)
5.39 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)
5.55 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)
5.60 years tests/winDde.test
merge trunk (check-in: 27388707f2, user: jan.nijtmans, branch: frq-3527238)
5.62 years tests/async.test
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)
5.63 years unix/install-sh
sync with TEA, fix some comments (check-in: 0728cce9c7, user: jan.nijtmans, branch: trunk)
5.66 years library/dde/pkgIndex.tcl
make dde 1.4 loadlable when ::tcl::pkgconfig is available (check-in: 5dd4322c78, user: jan.nijtmans, branch: frq-3527238)
5.75 years tests/proc.test
3532959 Make sure the lifetime management of entries in the linePBodyPtr hash table can tolerate either order of teardown, interp first, or Proc first. (check-in: bfddfa54a6, user: dgp, branch: trunk)
5.86 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/miniunz.c
compat/zlib/contrib/minizip/minizip.c
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)
5.90 years library/tzdata/Asia/Damascus
Apply tzdata2012c (check-in: 7fbd5f91d3, user: kbk, branch: core-8-5-branch)
5.92 years generic/tclPkgConfig.c
[Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation (check-in: 8032e7f92e, user: jan.nijtmans, branch: trunk)
5.98 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)
5.99 years win/cat.c
[Bug 3288345] Wrong Tcl_StatBuf used on Cygwin (check-in: 7ad5febe39, user: jan.nijtmans, branch: trunk)
6.29 years generic/tclTomMathInt.h
[Bug 2991415]: tclport.h #include'd before limits.h (check-in: 92d210ba25, user: jan.nijtmans, branch: trunk)
6.50 years generic/tclDTrace.d
3405652 Portability workaround for broken system DTrace support. Thanks to Dagobert Michelson. (check-in: d9f5e84500, user: dgp, branch: trunk)
6.52 years library/tzdata/Pacific/Honolulu
Update to Olson's tzdata2011i (check-in: 25a54364a6, user: venkat, branch: core-8-5-branch)
6.58 years generic/tclPosixStr.c
[Bug 3388350] mingw64 compiler warnings (check-in: 8fbf108ea7, user: jan.nijtmans, branch: trunk)
6.63 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)
6.70 years libtommath/bn_mp_cnt_lsb.c
Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] (check-in: fe4dba4d60, user: kbk, branch: trunk)
6.84 years tests/list.test
New internal routines TclScanElement() and TclConvertElement(). Rewritten guts of machinery to produce string rep of lists. [Bug 3173086] (check-in: 7720fbb825, user: dgp, branch: trunk)
6.86 years tests/mathop.test
merge 8.5 (check-in: 27fd15ce57, user: dgp, branch: trunk)
6.89 years tests/lrepeat.test
Limits on list length were too strict. Revised panics to errors where possible. (check-in: 2d215ce103, user: dgp, branch: trunk)
6.94 years library/tzdata/America/North_Dakota/Beulah
Import Olson's tzdata2011e. (check-in: d9f4537543, user: venkat, branch: core-8-5-branch)
6.95 years generic/tclGetDate.y
TclClockOldscanObjCmd: More generation of errorCode information. (check-in: 25eb27727e, user: dkf, branch: trunk)
7.00 years tools/configure
Standardize on autoconf-2.59 to generate configure files (check-in: ee51894333, user: dgp, branch: trunk)
7.00 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.00 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.00 years libtommath/makefile.shared
Import of libtommath 0.41 Import of libtommath 0.41 (check-in: e534c0f85c, user: jan.nijtmans, branch: libtommath)
7.00 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.01 years tests/incr.test
Update more of the test suite to use Tcltest 2. (check-in: c45a9f3c1c, user: dkf, branch: trunk)
7.03 years compat/memcmp.c
compat/stdlib.h
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/timer.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.03 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_digs.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/macOSXFCmd.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.03 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)
7.38 years ChangeLog.2008
Split from ChangeLog (check-in: 183b97080e, user: rmax, branch: trunk)
7.46 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)
7.61 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)
7.70 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)
7.74 years library/msgs/he.msg
[Bug 3016135] traceback using clock format with locale of he_IL (check-in: 029176d2a2, user: nijtmans, branch: trunk)
7.76 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)
7.80 years library/opt/pkgIndex.tcl
optParse.tcl: eliminate ';' at line end, bump to v0.4.6 (check-in: 426aabe409, user: nijtmans, branch: trunk)
7.87 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)
7.90 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)
7.99 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.01 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)
8.30 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)
8.41 years win/tclsh.ico
Fix the icon to have 48x48 size (mistakenly made a 46px icon) (check-in: cd373de52f, user: patthoyts, branch: trunk)
8.43 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)
8.71 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)
8.87 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)
8.93 years library/tzdata/Asia/Katmandu
Olson's tzdata2009e (check-in: 112f6af617, user: kennykb, branch: trunk)
9.23 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)
9.55 years ChangeLog.2007
Split off the ChangeLog entries for 2006-2007 into their own file. (check-in: e58b904c88, user: dkf, branch: trunk)
9.59 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)
9.88 years generic/regfronts.c
Get rid of pre-C89-isms (esp. CONST vs const). (check-in: 2d205c22fb, user: dkf, branch: trunk)
9.96 years library/tzdata/Asia/Calcutta
library/tzdata/Asia/Saigon
Changes up to and including Olson's tzdata2008b (check-in: 79c4daab88, user: kennykb, branch: trunk)
10.42 years ChangeLog.1999
ChangeLog.2005
Tidying up, adding names to log entries, etc. (check-in: e185293bea, user: dkf, branch: trunk)
10.53 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)
10.90 years library/tzdata/America/Tegucigalpa
Olson's tzdata2007e. (check-in: 7420c6c384, user: kennykb, branch: trunk)
10.90 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.02 years library/tzdata/America/Indiana/Winamac
New US DST rules on Windows; Olson's tzdata2007c (check-in: f6e91e1904, user: kennykb, branch: trunk)
11.08 years library/tzdata/Atlantic/Faeroe
library/tzdata/Atlantic/Faroe
rebuilt from Olson's tzdata2007b (check-in: eb57473537, user: kennykb, branch: trunk)
11.28 years library/tzdata/America/Managua
library/tzdata/Europe/Podgorica
Olson's tzdata2006p (check-in: b2237c8c13, user: kennykb, branch: trunk)
11.44 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/Prague
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/Guam
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)
12.21 years libtommath/makefile.bcc
Import of libtommath 0.37 (check-in: ff26105d8d, user: kennykb, branch: trunk)
12.29 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)
12.34 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)
12.46 years libtommath/makefile.icc
libtommath/makefile.msvc
Import of libtommath 0.36 (check-in: e024610976, user: kennykb, branch: trunk)
12.84 years libtommath/tommath_superclass.h
Fixes for C++-style comment and bad NaN on PA-RISC (check-in: a4754204f2, user: kennykb, branch: trunk)
12.92 years libtommath/callgraph.txt
libtommath/makefile.cygwin_dll
Import of tommath 0.35 (check-in: 30c8e6bbc2, user: kennykb, branch: trunk)
13.14 years libtommath/LICENSE
Import of libtommath 0.33 (check-in: bd185c2b4e, user: kennykb, branch: trunk)
13.51 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)
13.57 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)
14.84 years tools/encoding/txt2enc.c
fix for [Bug 733221] (check-in: d95fa584b3, user: mistachkin, branch: trunk)
15.06 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)
15.18 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)
15.46 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)
15.96 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.03 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)
16.42 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)
16.42 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)
16.44 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)
16.81 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)
16.88 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)
18.37 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)
18.87 years tools/encoding/README
* Merged changes from 8.1.0 branch (check-in: dc45694c11, user: stanton, branch: trunk)
18.89 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)
18.91 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)
19.97 years library/http1.0/pkgIndex.tcl
Initial revision (check-in: cacdd0f329, user: rjohnson, branch: trunk)