Tcl Source Code

File Ages
Login

Files in check-in ed3800e114e500c9 ordered by age

File ages are expressed relative to the check-in time of 2019-06-14 14:04:22.

AgeFilesCheck-in
current .travis.yml
Fix travis build (.travis.yml), and merge 8.7 (check-in: ed3800e114, user: jan.nijtmans, branch: tip-549)
1.9 days generic/tclBasic.c
generic/tclBinary.c
generic/tclCkalloc.c
generic/tclCompile.c
generic/tclExecute.c
generic/tclHash.c
generic/tclIO.h
generic/tclInt.h
generic/tclOOMethod.c
generic/tclProc.c
generic/tclTest.c
generic/tclTrace.c
generic/tclVar.c
Eliminate (internal) TclOffset() usage, just use offsetof() in stead. (check-in: f0c76dd6a8, user: jan.nijtmans, branch: core-8-branch)
3.8 days doc/expr.n
merge more expr doc tweaks (check-in: 6047e60fec, user: dkf, branch: core-8-branch)
3.8 days generic/tclAssembly.c
merge 8.6 (check-in: 6f25d49eb4, user: dgp, branch: core-8-branch)
6.1 days tools/tcltk-man2html.tcl
amend to close [c3a211e8a5], fixes can't read "major": no such variable (check-in: baadd5eb23, user: sebres, branch: core-8-branch)
6.7 days tools/tcltk-man2html-utils.tcl
closes [c3a211e8a5995018c82e]: search of tcl/tk is more backwards compatible now + make some errors more verbose (e. g. if scan found nothing and no tcl/tk build expected) (check-in: 319c17789b, user: sebres, branch: core-8-branch)
6.9 days unix/configure
unix/tcl.m4
win/configure
win/tcl.m4
New TIP implementation: Make configure --enable-64bit the default (check-in: 93a999f923, user: jan.nijtmans, branch: tip-549)
7.0 days generic/regexec.c
generic/tclDisassemble.c
generic/tclLiteral.c
generic/tclRegexp.c
More usage of TCL_INDEX_NONE in stead of -1. More internal use of size_t, mainly in memory statistics (debug-mode only), and TCL_Z_MODIFIER. This gives broader memory statistics on win64. (check-in: 2c0adf089a, user: jan.nijtmans, branch: core-8-branch)
13.6 days tools/genStubs.tcl
tools/man2help2.tcl
tools/man2html2.tcl
tools/regexpTestLib.tcl
tools/str2c
In tools/*, use the single-argument version of "expr" always. Making it robust against TIP #526. Those tools generally are the same among all Tcl versions. (check-in: dc37fb64f7, user: jan.nijtmans, branch: core-8-6-branch)
14.1 days generic/tcl.h
generic/tclInt.decls
generic/tclIntDecls.h
generic/tclStubInit.c
TIP #544 implementation: Export TclGetIntForIndex() (check-in: 9686f9be84, user: jan.nijtmans, branch: core-8-branch)
14.1 days generic/tclStrToD.c
generic/tclTestObj.c
generic/tclTomMath.decls
generic/tclTomMathDecls.h
libtommath/tommath.h
unix/Makefile.in
win/Makefile.in
win/makefile.vc
Merge 8.6 (check-in: 06447464cb, user: jan.nijtmans, branch: core-8-branch)
14.1 days generic/tclTomMath.h
libtommath/bn_mp_signed_rsh.c
libtommath/bn_s_mp_get_bit.c
libtommath/tommath_class.h
Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remove mp_tc_(add|or|xor) functions in favor of mp_(add|or|xor) which can now handle twos-complement. Following ongoing changes in libtommath development. (check-in: 74ff0a681b, user: jan.nijtmans, branch: core-8-6-branch)
15.6 days libtommath/bn_mp_and.c
libtommath/bn_mp_cmp.c
libtommath/bn_mp_cmp_d.c
libtommath/bn_mp_cmp_mag.c
libtommath/bn_mp_or.c
libtommath/bn_mp_xor.c
Merge 8.5 (check-in: a5dc393eae, user: jan.nijtmans, branch: core-8-6-branch)
16.6 days README.md
Merge 8.6 (check-in: 2b700c0fad, user: jan.nijtmans, branch: core-8-branch)
20.2 days tests/coroutine.test
TIP 383: [coroinject] and [coroprobe] (check-in: 7bcb41aa5e, user: dkf, branch: core-8-branch)
20.7 days generic/tclCmdMZ.c
Merge 8.6 (check-in: fe4f4b2ccf, user: jan.nijtmans, branch: core-8-branch)
20.9 days tests-perf/test-performance.tcl
tests/cmdMZ.test
merge 8.6 (check-in: b756e59aec, user: sebres, branch: core-8-branch)
20.9 days doc/timerate.n
fixes typo ("net" instead of outdated term "nett") (check-in: c03e508528, user: sebres, branch: core-8-5-branch)
28.2 days doc/file.n
Remove misleading comment in nroff source (check-in: b1549abd3f, user: dkf, branch: tip-431)
28.2 days tests/cmdAH.test
Add test for what happens when the directory in the template doesn't exist; doc it too. (check-in: 92fce1400e, user: dkf, branch: tip-431)
29.9 days doc/IntObj.3
generic/tcl.decls
generic/tclDecls.h
Add documentation, don't overwrite earlier stub entry! (check-in: 0b73588622, user: jan.nijtmans, branch: tip-544)
30.0 days generic/tclUtil.c
TIP #544 implementation. Documentation still missing. (check-in: 13417ed7df, user: jan.nijtmans, branch: tip-544)
30.8 days generic/tclStringObj.c
Merge 8.6 (check-in: 2c56cc8106, user: jan.nijtmans, branch: core-8-branch)
32.2 days win/tclWinFCmd.c
Fix crashing bug in tempdir name creation (check-in: 870ee9c1b0, user: fvogel, branch: tip-431)
34.1 days doc/TraceVar.3
merge 8.5 (check-in: 3774f93ca4, user: dgp, branch: core-8-6-branch)
35.7 days generic/tclResult.c
unix/dltest/Makefile.in
If compiling with -DTCL_NO_DEPRECATED, make Tcl_GetStringResult() a macro. This opens up one more simplification for Tcl 9. Compile the load-test dll's/so's with -DTCL_NO_DEPRECATED (check-in: 0dd1983bb0, user: jan.nijtmans, branch: core-8-branch)
35.9 days generic/tclLink.c
tests/ioCmd.test
Merge 8.6. Fix compilation warning. No longer return linked adress as interp result in Tcl_LinkArra(): This is not documented, not tested, and simply dangerous: It leaks pointer values into the Tcl space. (check-in: 676d95cac7, user: jan.nijtmans, branch: core-8-branch)
36.8 days tests/upvar.test
merge 8.6 (check-in: 859ebfe77b, user: dgp, branch: core-8-branch)
37.3 days generic/tclCmdIL.c
generic/tclCompCmdsGR.c
generic/tclCompCmdsSZ.c
generic/tclIORChan.c
Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in Tcl 9 they are not). Eliminate use of (local) list_index_t type (check-in: 4b75757595, user: jan.nijtmans, branch: core-8-branch)
41.0 days tests/basic.test
merge 8.6 - missed basic.test on prior merge (check-in: b088b73092, user: kbk, branch: core-8-branch)
41.0 days library/msgs/ja.msg
Japanese Reiwa (令和) era (check-in: e2481d41b4, user: kbk, branch: core-8-branch)
41.0 days tests/clock.test
Japanese Reiwa (令和) era (check-in: ba3d8b6635, user: kbk, branch: core-8-6-branch)
41.7 days generic/tclOO.c
generic/tclOOCall.c
generic/tclOODefineCmds.c
generic/tclTimer.c
tests/link.test
win/tclWinFile.c
win/tclWinPipe.c
merge 8.6 (check-in: 3df57b5b27, user: dgp, branch: core-8-branch)
42.0 days generic/tclNamesp.c
missed bit of type revision. (check-in: ab4235f017, user: dgp, branch: dgp-wip)
43.8 days tests/interp.test
Tests (check-in: 750a5ad088, user: dkf, branch: tip-431)
44.0 days tests/dict.test
duplicate test names (check-in: a4469e5351, user: dgp, branch: core-8-branch)
44.0 days generic/tclZipfs.c
merge 8.7 (check-in: 985df1d639, user: dgp, branch: dgp-wip)
44.1 days generic/tclIO.c
Check for BG_FLUSH_SCHEDULED inside ChannelTimerProc (check-in: 9d5631ebf8, user: pooryorick, branch: bug-de232b49f2)
44.8 days generic/tclCmdAH.c
generic/tclFCmd.c
unix/tclUnixFCmd.c
Implementation of [file tempdir]; hand-tested on OSX... (check-in: db87bf0a12, user: dkf, branch: tip-431)
47.3 days doc/coroutine.n
Documenting, both internally and in manpage (check-in: ce5566a4f6, user: dkf, branch: tip-383)
48.3 days tests/io.test
Fix for de232b49f2, write-only nonblocking refchan and Tcl internal buffers. (check-in: d0dd6d19a4, user: pooryorick, branch: bug-de232b49f2)
56.6 days generic/tclCompCmds.c
generic/tclCompile.h
generic/tclDictObj.c
Compilation for [dict getwithdefault]. (check-in: 3f55c6b25c, user: dkf, branch: core-8-branch)
57.2 days generic/tclListObj.c
generic/tclPkg.c
generic/tclTomMathStubLib.c
Style corrections and warning elimination (check-in: 6be9e0f989, user: dkf, branch: core-8-branch)
57.8 days generic/tclUtf.c
Replace memcpy() calls with memmove() to avoid undefined behavior when source and destination overlap. (check-in: 0b45548847, user: dgp, branch: core-8-branch)
57.9 days tests/process.test
test file hygiene (check-in: 6064100d09, user: dgp, branch: core-8-branch)
57.9 days tests/oo.test
tests/string.test
tests/utf.test
Duplicate test names. (check-in: 024761f29a, user: dgp, branch: core-8-branch)
57.9 days tests/httpTest.tcl
The [namespace delete ::httpTest] at the end of httpPipeline.test failed to also undo the custom [::http::Log] command it put in place. This dangling command was left broken and made much failure. Revised httpTest.tcl to use a trace to tidy up after itself. (check-in: c1db7d219b, user: dgp, branch: core-8-branch)
58.0 days tests/info.test
[60559fd4a6] Test more robust against frame contexts of testing environment. (check-in: 1b2cf8fff3, user: dgp, branch: core-8-branch)
59.8 days doc/dict.n
Add [dict getdef] alias (check-in: f500eaf0ba, user: dkf, branch: tip-342)
61.0 days doc/string.n
Doc tweak (check-in: 369e478469, user: dkf, branch: core-8-branch)
61.3 days doc/LinkVar.3
Removed TCL_LINK_ALLOC; it wasn't used. (check-in: 8260b9fa28, user: dkf, branch: tip-312-new)
63.7 days generic/tclTomMathInterface.c
Merge 8.6 (check-in: 2a6c012bff, user: jan.nijtmans, branch: core-8-branch)
63.7 days libtommath/bn_mp_set_double.c
libtommath/bn_mp_sqrt.c
Only use special mp_sqrt() code when double format/tommath format are exactly what's expected. Otherwise, use original always-working tommath code. Simplify overflow check in bignum expononent code, not using bignums where it's not necessary. Don't overallocate bignums when using wideint's only. (check-in: 3f35b52355, user: jan.nijtmans, branch: core-8-6-branch)
64.2 days doc/define.n
merge 8.6 (conflicts resolved, changes on tests/cmdMZ.test in [4cb9044dfa] reverted - timerate is supported in 8.7) (check-in: 1803c5e40f, user: sebres, branch: core-8-branch)
66.2 days doc/interp.n
Merge 8.6 (check-in: 72e08a8f88, user: jan.nijtmans, branch: core-8-branch)
66.7 days generic/tclZlib.c
Fix clang compiler warning in tclZlib.c. Clear execute bit in two encodings (check-in: f49ac8ca52, user: jan.nijtmans, branch: core-8-branch)
68.0 days unix/tclUnixChan.c
win/tclWinConsole.c
win/tclWinSerial.c
Merge 8.7, and fix build problem on Windows (check-in: 5b54e4c576, user: jan.nijtmans, branch: tip-160)
69.7 days libtommath/bn_mp_get_long_long.c
tests/socket.test
Merge 8.6 (check-in: 67062d71c0, user: jan.nijtmans, branch: core-8-branch)
69.7 days libtommath/tommath_private.h
Take over recent improvements from libtommath after version 1.1.0. (check-in: 57da792f43, user: jan.nijtmans, branch: core-8-6-branch)
69.8 days generic/tclObj.c
More efficient version (after feedback from KBK). Better test too. (check-in: 41a632a0b1, user: dkf, branch: tip-312-new)
69.9 days libtommath/bn_mp_clear.c
libtommath/bn_mp_fwrite.c
libtommath/bn_mp_get_double.c
libtommath/bn_mp_get_long.c
libtommath/bn_mp_grow.c
libtommath/bn_mp_init.c
libtommath/bn_mp_init_size.c
libtommath/bn_mp_is_square.c
libtommath/bn_mp_prime_random_ex.c
libtommath/bn_mp_read_radix.c
libtommath/bn_mp_shrink.c
Take over improvements from libtommath's development branch (which will appear in next version). - More efficient MP_SET_XLONG() macro. - New internal macro's IS_ZERO/IS_EVEN/IS_ODD - Changed signature for XMALLOC/XREALLOC/XFREE (check-in: 7dfd9e42da, user: jan.nijtmans, branch: libtommath)
73.8 days doc/info.n
generic/tclProcess.c
generic/tclTestProcBodyObj.c
macosx/tclMacOSXFCmd.c
tests/obj.test
Modify testbytestring such that is only produces pure byte-arrays, if not it errors out. Modify Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewWideIntObj. Less references to "long" datatype. (check-in: 3c92680ac9, user: jan.nijtmans, branch: core-8-branch)
73.9 days doc/open.n
typos (check-in: 43e01869e4, user: dgp, branch: tip-160)
76.0 days doc/lrange.n
doc/lremove.n
doc/lreplace.n
Added documentation (check-in: b7911ee099, user: dkf, branch: tip-367)
76.1 days tests/cmdIL.test
Tests, and reduce number of copies. (check-in: 45414a4070, user: dkf, branch: tip-367)
77.7 days libtommath/bn_mp_get_int.c
macosx/Tcl.xcode/project.pbxproj
macosx/Tcl.xcodeproj/project.pbxproj
Merge 8.6 (check-in: 9f000ec23e, user: jan.nijtmans, branch: core-8-branch)
78.7 days .fossil-settings/ignore-glob
tests/expr.test
Merge 8.6 (check-in: 885ce37315, user: jan.nijtmans, branch: core-8-branch)
78.7 days doc/mathop.n
Document maximum value for right argument of '**' operator. Adapt test-cases to test for exactly one more than this maximum value. Make sure that the maximum is the same for DIGIT_BIT > 28. Change macro's for mp_iseven()/mp_isodd() so they don't depend on value of DIGIT_BIT any more. (check-in: e0acde092b, user: jan.nijtmans, branch: core-8-6-branch)
79.2 days unix/configure.ac
Add autoconf support (check-in: ebb0beff9a, user: dkf, branch: tip-160)
79.7 days library/tzdata/America/Metlakatla
library/tzdata/Asia/Gaza
library/tzdata/Asia/Hebron
library/tzdata/Asia/Jerusalem
library/tzdata/Etc/UCT
library/tzdata/UCT
Update TZ info to tzdata2019a. (check-in: fc5931ceb3, user: jima, branch: core-8-6-branch)
82.0 days generic/tclCompExpr.c
generic/tclParse.c
Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TCL_UTF_MAX: For TCL_UTF_MAX=6 it was overkill, for TCL_UTF_MAX=3 not enough. Prove that this works by adding a Travis CI build configuration using TCL_UTF_MAX=3 (check-in: 69cd13225a, user: jan.nijtmans, branch: core-8-branch)
83.7 days tests/util.test
Add some test-cases with longer backslash sequences, to test for internal buffer overflows. (check-in: 0a318e4eb4, user: jan.nijtmans, branch: core-8-branch)
84.0 days doc/Tcl.n
doc/array.n
doc/cookiejar.n
doc/zipfs.n
lots of changes to the "info" page. Replace "command procedure" with "routine" in Tcl.n. (check-in: c78313c4f3, user: pooryorick, branch: core-8-branch)
84.7 days generic/regc_locale.c
Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doesn't do rendering, this prepares Tcl for the expected may 1 event. See: [http://blog.unicode.org/2018/09/new-japanese-era.html] (check-in: 1c7bbbc9c1, user: jan.nijtmans, branch: core-8-branch)
84.7 days generic/tclUniData.c
Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doesn't do rendering, this prepares Tcl for the expected may 1 event. See: [http://blog.unicode.org/2018/09/new-japanese-era.html] (check-in: 4789f77a5b, user: jan.nijtmans, branch: core-8-5-branch)
84.8 days doc/ToUpper.3
Remove incorrect comment. Simplify handling of last bytes in Tcl_UniCharToUtfDString(), since TclUtfToUniChar() already turns out to handle cp1252 fall-back correctly. (check-in: 33251a211f, user: jan.nijtmans, branch: core-8-branch)
87.6 days doc/Utf.3
generic/tclScan.c
Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. Add type cast in tclUtf.c, making actual check clearer (check-in: b02df08680, user: jan.nijtmans, branch: core-8-branch)
87.7 days tests-perf/clock.perf.tcl
tests-perf/timer-event.perf.tcl
enlarge a few small buffers, which could overflow using Unicode characters > /UFFFF. Eliminate some end-of-line spacing (check-in: 41c373ad8f, user: jan.nijtmans, branch: core-8-branch)
88.7 days tools/uniParse.tcl
For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the value of TCL_UTF_MAX. Do this in all Tcl versions, in order to prevent merge conflicts in future Unicode table updates. (check-in: 304a19f67c, user: jan.nijtmans, branch: core-8-5-branch)
90.7 days generic/tclPipe.c
Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommath itself does) Make TclInitBugnumFromLong() a static function in stubtable only, as it isn't used by Tcl anymore. (check-in: 515a22d41d, user: jan.nijtmans, branch: core-8-branch)
94.7 days generic/tclEncoding.c
generic/tclIOUtil.c
win/tclWin32Dll.c
win/tclWinChan.c
win/tclWinInit.c
win/tclWinInt.h
win/tclWinPort.h
win/tclWinSock.c
Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT (check-in: 876f74eabe, user: jan.nijtmans, branch: core-8-branch)
95.7 days generic/regcomp.c
re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 new utility functions. This allows to re-use code in more places: cleaner implementation more future-proof. (check-in: 9eb437a15d, user: jan.nijtmans, branch: core-8-branch)
98.0 days tests/proc.test
merge 8.6 (check-in: 8d5d640832, user: dgp, branch: core-8-branch)
98.7 days generic/tclMain.c
tests/encoding.test
Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work on win32/win64. Patch adapted from Androwish (thanks, Werner!) (check-in: 650574e0fb, user: jan.nijtmans, branch: utf-max-6)
98.7 days generic/tclEnv.c
Fix gcc compiler warning (check-in: c6f4b50fbf, user: jan.nijtmans, branch: core-8-branch)
99.0 days win/rules.vc
(core-8-6-branch merge) Fix automatic pkgIndex generation for multiplatform installs. (check-in: d48cced50f, user: apnadkarni, branch: core-8-branch)
99.2 days library/init.tcl
win/tclWinTime.c
Merge 8.6. Remove unneeded code from init.tcl (check-in: 3efa92355e, user: jan.nijtmans, branch: core-8-branch)
99.3 days win/nmakehlp.c
Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-of-line spacing (check-in: 4100db67b1, user: jan.nijtmans, branch: core-8-6-branch)
100.9 days generic/tclClock.c
merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, performance test suite) (check-in: 2d254280f0, user: sebres, branch: core-8-branch)
104.7 days generic/tclIndexObj.c
More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-glob (check-in: 6df74d3d53, user: jan.nijtmans, branch: core-8-branch)
107.2 days generic/tclAlloc.c
generic/tclEnsemble.c
generic/tclFileName.c
generic/tclIOCmd.c
generic/tclIORTrans.c
generic/tclInterp.c
generic/tclLoad.c
generic/tclPathObj.c
generic/tclThread.c
unix/tclUnixFile.c
unix/tclUnixSock.c
More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) and (unsigned) type-casts, which don't make sense any more. (check-in: 51c585131e, user: jan.nijtmans, branch: core-8-branch)
119.8 days tests/zipfs.test
Improve portability of path constructions. (check-in: 9dd7481c5c, user: dgp, branch: core-8-branch)
124.7 days generic/tclEvent.c
Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub entry for it. Add -Wpointer-arith warning to CFLAGS (check-in: ab48435928, user: jan.nijtmans, branch: core-8-branch)
127.8 days tests/httpcookie.test
tests/httpcookie.test: apply "-load" option for this test (in order to provide/overwrite library/path to fit correct sqlite3 library for the test) (check-in: 32fc2906c3, user: sebres, branch: core-8-branch)
128.7 days tests/binary.test
fixes segfault [bd94500678]: Tcl_UtfToUniChar/TclUtfToUniChar could don't advance source pointer in case it produce high surrogate, so it should be repeated with the same value of ch (returned previously), in order to generate low surrogate hereafter (and to avoid endless cycle). (check-in: 42976af3f3, user: sebres, branch: core-8-branch)
132.9 days tests/var.test
merge 8.6 (regression fix [e3f481f187], conflicts resolved) (check-in: cc09378b6e, user: sebres, branch: core-8-branch)
133.7 days doc/ParseArgs.3
Fix [0238027108]: Tcl_ParseArgsObjv TCL_ARGV_CONSTANT documentation error (check-in: b970ae4ac5, user: jan.nijtmans, branch: core-8-6-branch)
136.7 days unix/tclEpollNotfy.c
unix/tclUnixPort.h
win/tcl.dsp
Fix for [f559bbde4e] (even though that's not really a bug) (check-in: 52f9377326, user: jan.nijtmans, branch: bug-f559bbde4e)
136.7 days libtommath/bn_mp_prime_is_prime.c
libtommath/changes.txt
libtommath/libtommath_VS2008.sln
libtommath/libtommath_VS2008.vcproj
libtommath/makefile
libtommath/makefile.shared
libtommath/makefile.unix
libtommath/makefile_include.mk
Update to libtommath v1.1.0 (check-in: bd4b5c0520, user: jan.nijtmans, branch: libtommath)
138.9 days generic/tclParse.h
library/http/cookiejar.tcl
Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is always addressed with unsigned chars now. Eliminate some useless end-of-line spacing that slipped in. (check-in: 6d7fdfa9fa, user: jan.nijtmans, branch: core-8-branch)
138.9 days compat/strtol.c
compat/strtoul.c
Replace isspace() -> TclIsSpaceProc() _everywhere_. Change TclIsSpaceProc() and TclIsBareWord so it works with both signed and unsigned characters. Actually, this is not a signature change, as "char" arguments are enlarged to "int" by the C-compiler anyway. (check-in: c5ecf0e01e, user: jan.nijtmans, branch: core-8-6-branch)
140.0 days tests/mathop.test
renumeration of test (check-in: 31dd092df4, user: sebres, branch: core-8-branch)
142.9 days macosx/GNUmakefile
macosx/README
Merge 8.6 (check-in: e47078ef6d, user: jan.nijtmans, branch: core-8-branch)
142.9 days libtommath/bn_mp_div_d.c
libtommath/bn_mp_set_long_long.c
Update included libtommath to v1.1.0-rc4 (check-in: 03dd359fe2, user: jan.nijtmans, branch: core-8-branch)
142.9 days libtommath/bn_mp_radix_smap.c
Merge libtommath v1.1.0-rc4 (check-in: bca05a73f6, user: jan.nijtmans, branch: libtommath-no-stdint.h)
142.9 days libtommath/LICENSE
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_add_d.c
libtommath/bn_mp_addmod.c
libtommath/bn_mp_clamp.c
libtommath/bn_mp_clear_multi.c
libtommath/bn_mp_cnt_lsb.c
libtommath/bn_mp_complement.c
libtommath/bn_mp_copy.c
libtommath/bn_mp_count_bits.c
libtommath/bn_mp_div.c
libtommath/bn_mp_div_2.c
libtommath/bn_mp_div_2d.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_export.c
libtommath/bn_mp_expt_d.c
libtommath/bn_mp_expt_d_ex.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_gcd.c
libtommath/bn_mp_import.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_invmod.c
libtommath/bn_mp_invmod_slow.c
libtommath/bn_mp_jacobi.c
libtommath/bn_mp_karatsuba_mul.c
libtommath/bn_mp_karatsuba_sqr.c
libtommath/bn_mp_kronecker.c
libtommath/bn_mp_lcm.c
libtommath/bn_mp_lshd.c
libtommath/bn_mp_mod.c
libtommath/bn_mp_mod_2d.c
libtommath/bn_mp_mod_d.c
libtommath/bn_mp_montgomery_calc_normalization.c
libtommath/bn_mp_montgomery_reduce.c
libtommath/bn_mp_montgomery_setup.c
libtommath/bn_mp_mul.c
libtommath/bn_mp_mul_2.c
libtommath/bn_mp_mul_2d.c
libtommath/bn_mp_mul_d.c
libtommath/bn_mp_mulmod.c
libtommath/bn_mp_n_root.c
libtommath/bn_mp_n_root_ex.c
libtommath/bn_mp_neg.c
libtommath/bn_mp_prime_fermat.c
libtommath/bn_mp_prime_frobenius_underwood.c
libtommath/bn_mp_prime_is_divisible.c
libtommath/bn_mp_prime_miller_rabin.c
libtommath/bn_mp_prime_next_prime.c
libtommath/bn_mp_prime_rabin_miller_trials.c
libtommath/bn_mp_prime_strong_lucas_selfridge.c
libtommath/bn_mp_radix_size.c
libtommath/bn_mp_rand.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_set_long.c
libtommath/bn_mp_signed_bin_size.c
libtommath/bn_mp_sqr.c
libtommath/bn_mp_sqrmod.c
libtommath/bn_mp_sqrtmod_prime.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_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/makefile.mingw
libtommath/makefile.msvc
libtommath/tommath_superclass.h
Update to libtommath v1.1.0-rc4 (check-in: b7a5d60841, user: jan.nijtmans, branch: libtommath)
150.8 days tests/pkgIndex.tcl
tests/tcltests.tcl
win/tclWinTest.c
merge 8.6, conflicts resolved in win/Makefile.in (fixed auto-path and load tcltests for ROOT_DIR/tests) (check-in: f051b4e598, user: sebres, branch: core-8-branch)
150.8 days tests/fCmd.test
fCmd-9.4.a: restore constraint for winXP (mistakenly removed, should replace 8.6th constraint "win2000orXP" as "winXP", similar to test fCmd-9.6.a) (check-in: 38eca27069, user: sebres, branch: core-8-branch)
151.9 days tests/lrange.test
Merge 8.6 (check-in: 372ad13f77, user: jan.nijtmans, branch: core-8-branch)
156.2 days tests/chanio.test
merge 8.6 (regression bug-[cc1e91552c], etc) (check-in: f9979ea137, user: sebres, branch: core-8-branch)
165.1 days library/tzdata/Africa/Sao_Tome
Update TZ info to tzdata2018i. (check-in: 9b157ba760, user: jima, branch: core-8-6-branch)
166.6 days library/tzdata/Africa/Casablanca
library/tzdata/Africa/El_Aaiun
library/tzdata/Asia/Hong_Kong
library/tzdata/Asia/Qostanay
library/tzdata/Asia/Qyzylorda
library/tzdata/Asia/Tehran
library/tzdata/Pacific/Chuuk
library/tzdata/Pacific/Guam
library/tzdata/Pacific/Kosrae
library/tzdata/Pacific/Kwajalein
library/tzdata/Pacific/Majuro
library/tzdata/Pacific/Nauru
library/tzdata/Pacific/Palau
library/tzdata/Pacific/Pohnpei
Update TZ info to tzdata2018h. (check-in: 9e7760bfc7, user: jima, branch: core-8-6-branch)
183.8 days tools/tsdPerf.c
unix/tclLoadAix.c
unix/tclUnixPipe.c
unix/tclUnixTest.c
If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl_DbNewLongObj from stub table, as they will be gone in 9.0 (converted to a macro) Use Tcl_WideInt's directly in more places, diminishing the possibility of inadvent overflow. (check-in: 72e64ef096, user: jan.nijtmans, branch: core-8-branch)
196.7 days tests/event.test
Merge 8.6 (check-in: 8a342714d3, user: jan.nijtmans, branch: core-8-branch)
196.7 days tests/timer.test
relax the timings of 2 tests, which incidentally fail on Travis CI (check-in: b493489463, user: jan.nijtmans, branch: core-8-6-branch)
200.9 days library/package.tcl
Slightly better than previous commit: In case of a version conflict, ignore pkgIndex file. Otherwise report the error normally (check-in: f1ee1fdb49, user: jan.nijtmans, branch: core-8-branch)
202.2 days library/msgcat/msgcat.tcl
comment typo's (check-in: 215b9673ab, user: jan.nijtmans, branch: core-8-branch)
203.8 days tests/msgcat.test
fixes typo in [e108e6b947], test added to cover this case (check-in: 904fa25862, user: sebres, branch: core-8-branch)
204.0 days compat/zlib/contrib/minizip/minizip.c
merge 8.6 (check-in: 068e23660c, user: sebres, branch: core-8-branch)
204.0 days compat/zlib/contrib/minizip/miniunz.c
fixed typo in prepro `#ifdef unix || __APPLE__` (check-in: b68ecd2e5b, user: sebres, branch: core-8-6-branch)
204.0 days tests/winFile.test
tests/winPipe.test
merge 8.6 (check-in: 80652194d5, user: sebres, branch: core-8-branch)
205.0 days tools/installVfs.tcl
Added a wrapper script for native builds to utilize Tcl to generate a VFS to attach to executables or dynamic libraries (check-in: f3aa7e7e6e, user: hypnotoad, branch: core-8-branch)
205.3 days doc/Exit.3
doc/FindExec.3
doc/Panic.3
doc/StaticPkg.3
doc/Tcl_Main.3
doc/zipfs.3
TIP #512 documentation: Indicate which functions cannot be called through the stub table any more. (check-in: a82bbcbace, user: jan.nijtmans, branch: core-8-branch)
205.6 days library/manifest.txt
Further refinements for the fix for bug [4e812aadae68af384605a5e78845abe40206fbe9] Moved the package manifest for the /library file system out of init.tcl file and into a new file "manifest.txt". If a VFS is populating tcl_library via a file copy it will rename that file to pkgIndex.tcl, which will allow all of the packages the core distributes in this way to be available via the standard package discovery mechanism (as tcl_library is already in the auto_path of an unmodified tcl interpreter. And if you've modified the tcl interpreter, you probably know better anyway. Probably...) (check-in: 54273cb771, user: hypnotoad, branch: core-8-branch)
209.7 days changes
generic/tclOOInfo.c
merge 8.6 (check-in: d00889251a, user: dgp, branch: core-8-branch)
210.8 days generic/tclDate.c
generic/tclGetDate.y
generic/tclOOInt.h
generic/tclThreadTest.c
Add entry for Tcl_StaticPackage in internal stub table, since the public one is deprecated and will be removed in 9.0 Clean-up a lot of type-casts, which are not necessary any more. (check-in: 47886611e7, user: jan.nijtmans, branch: core-8-branch)
210.9 days unix/tclConfig.h.in
merge 8.6 (check-in: 400c7845de, user: dgp, branch: core-8-branch)
210.9 days tests/unixInit.test
merge 8.6 (check-in: 26a31b97ad, user: dgp, branch: core-8-branch)
212.3 days compat/zlib/contrib/minizip/crypt.h
Workaround for crypt.h, when used in combination with older zlib library. Should make Travis build work again (check-in: 25d73d803d, user: jan.nijtmans, branch: core-8-branch)
216.9 days tests/list.test
merge 8.5 (check-in: 9395c566ae, user: dgp, branch: core-8-6-branch)
218.8 days library/tcltest/tcltest.tcl
[86d249bcba] Make sure that tcltest::runAllTests actually returns 1 on failure (check-in: 604d3d2503, user: dkf, branch: bug-86d249bcba)
224.3 days generic/tclPanic.c
Merge 8.7 (check-in: a6c095ea63, user: jan.nijtmans, branch: tip-512)
226.7 days win/tclWinDde.c
win/tclWinReg.c
Add support for TIP #494 to registry and dde. Only effective when compiled against Tcl 9.0 headers. This way we can keep the source-code for those extensions 100% equal in all branches. Work-around for gcc warning in tclWinFile.c. Discovered by Travis CI. (check-in: bd6c194323, user: jan.nijtmans, branch: core-8-5-branch)
227.8 days compat/stdlib.h
Work started eliminating long outdated compat routines that now cause cross-compiling failure far more often than they help porting to old broken platforms. (check-in: c671a610ec, user: dgp, branch: bug-840660e5a1)
228.0 days tests/all.tcl
[TIP 525] Revise [tcltest::runAllTests] to return indicator of any failure. (check-in: a4ea2b2387, user: dgp, branch: core-8-branch)
229.1 days generic/tclOOScript.h
generic/tclOOScript.tcl
Test cases (and some fixes) (check-in: c1d92c86e0, user: dkf, branch: tip-524)
229.8 days library/tzdata/Pacific/Honolulu
Update TZ info to tzdata2018g. (check-in: 611723cfba, user: jima, branch: core-8-6-branch)
230.8 days library/dde/pkgIndex.tcl
tests/winDde.test
tclWinReg.c: Code cleanup. Eliminate some unnecessary variables. tclWinDde.c: Backport improvements (support for TCL_UTF_MAX=6) from androwish: Both androwish and tclsh (all versions) can now use the same dde.dll. dde: bump version (check-in: a82347c324, user: jan.nijtmans, branch: core-8-6-branch)
232.7 days doc/lpop.n
tests/lpop.test
Simplify to only accept index arguemnts. No index list. Added manual page. (check-in: 02d45a4442, user: pspjuth, branch: tip-523)
233.0 days tests/assemble.test
tests/source.test
Request the tcltest version that provides the testing facilities used. (check-in: 180c5abd3a, user: dgp, branch: tip-522)
234.7 days tests/tcltest.test
Updated tests to exercise new feature. (check-in: f44f5dd820, user: pspjuth, branch: tip-522)
234.7 days doc/tcltest.n
library/tcltest/pkgIndex.tcl
Documentation and revision bump for tip 522 (check-in: 674ab3b3d6, user: pspjuth, branch: tip-522)
234.8 days libtommath/README.md
Update libtommath to latest "develop" branch (check-in: a48d25f2e4, user: jan.nijtmans, branch: libtommath)
234.8 days doc/CrtObjCmd.3
Missing ',' in documentation (discovered by MacOSX help processing). Some whitespacing (check-in: 0a84e79434, user: jan.nijtmans, branch: core-8-branch)
234.8 days tests/registry.test
Merge 8.6 (check-in: dba662c8b5, user: jan.nijtmans, branch: core-8-branch)
235.4 days unix/tclKqueueNotfy.c
unix/tclSelectNotfy.c
unix/tclUnixNotfy.c
Make new notifier code match Engineering Manual guidelines better (check-in: fa73b929c7, user: dkf, branch: core-8-branch)
236.1 days macosx/tclMacOSXNotify.c
Squash warnings in the OSX notifier (check-in: fbe54d6901, user: dkf, branch: core-8-branch)
238.8 days library/tzdata/Africa/Ceuta
library/tzdata/America/Santiago
library/tzdata/Asia/Macau
library/tzdata/Asia/Manila
library/tzdata/Asia/Pyongyang
library/tzdata/Asia/Shanghai
library/tzdata/Asia/Tokyo
library/tzdata/Europe/Volgograd
library/tzdata/Pacific/Easter
library/tzdata/Pacific/Fiji
Update TZ info to tzdata2018f. (check-in: 9a10412e0d, user: jima, branch: core-8-6-branch)
239.8 days tests/winFCmd.test
Merge 8.6 (check-in: 849cc049e8, user: jan.nijtmans, branch: core-8-branch)
239.8 days tests/fileName.test
Fix test-cases running on Windows 10: [string index $tcl_platform(osVersion) 0] doesn't give the correct answer then. Also backport genStubs.tcl from 8.7: The "deprecated" mark is not used in Tcl 8.6, but it is used by Tk 8.7 when doing "make genstubs" against Tcl 8.6. (check-in: 5fbb107638, user: jan.nijtmans, branch: core-8-6-branch)
242.1 days doc/http.n
Make it easier to extend cookiejar for policy reasons (check-in: 7eb59bdd9f, user: dkf, branch: dkf-http-cookies)
243.0 days doc/idna.n
library/http/idna.tcl
Fix up citations (check-in: f3c8f7ead8, user: dkf, branch: dkf-http-cookies)
243.0 days library/http/http.tcl
Added documentation (check-in: d4b0b1008b, user: dkf, branch: dkf-http-cookies)
243.2 days library/http/pkgIndex.tcl
tests/http.test
merge core-8-branch (check-in: 9ce661b61e, user: dkf, branch: dkf-http-cookies)
244.8 days ChangeLog.2007
TIP #502 implementation: Index value reform. (check-in: bae05b9e6f, user: jan.nijtmans, branch: core-8-branch)
244.8 days win/tclAppInit.c
Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh install", because tclsh is not compiled with that. Fix minizip.c compilation on systems without open64() (check-in: d75d4c67d4, user: jan.nijtmans, branch: core-8-branch)
246.1 days tests/macOSXFCmd.test
Mark test macOSXFCmf-2.8 non-portable. It appears to pass when the older HFS+ filesystem is in use, often on disk drives in older systems. It appears to fail when APFS is in use, more typical on newer SSD storage. (check-in: 9e48ee9cb3, user: dgp, branch: core-8-6-9-rc)
246.1 days ChangeLog
Update URLs. changes file WIP. (check-in: 6019792c8f, user: dgp, branch: core-8-6-9-rc)
247.8 days doc/clock.n
doc/lindex.n
doc/platform.n
doc/platform_shell.n
doc/prefix.n
doc/trace.n
Avoid making question marks bold or italic in docs UNLESS EXACTLY MEANINGFUL (check-in: 3c5f9fbcbc, user: dkf, branch: core-8-branch)
248.2 days doc/process.n
Improve documentation of [tcl::process] (check-in: 39c1d8084d, user: dkf, branch: core-8-branch)
249.8 days library/safe.tcl
tests/safe.test
Centralise the de-fanging of standard ensembles in safe interpreters. Doing it right once is easier than repeating hacks... (check-in: 82111a0a9f, user: dkf, branch: core-8-branch)
252.8 days library/reg/pkgIndex.tcl
In registry, protect "keyName" from being NULL: This actually can lead to crashed (I experienced this ...). Update version to 1.3.3, and align implementation in all branches (core-8-6-branch and higher) (check-in: e50f377785, user: jan.nijtmans, branch: core-8-6-branch)
253.3 days doc/cd.n
doc/eof.n
doc/exit.n
doc/fblocked.n
doc/fileevent.n
doc/filename.n
doc/flush.n
doc/foreach.n
doc/global.n
doc/history.n
doc/join.n
doc/llength.n
doc/lrepeat.n
doc/packagens.n
doc/pid.n
doc/puts.n
doc/pwd.n
doc/rename.n
doc/set.n
doc/source.n
doc/tell.n
doc/unknown.n
doc/update.n
doc/while.n
Added Emacs metadata to a bunch of nroff source files. (check-in: a79c0d0951, user: dkf, branch: core-8-branch)
255.8 days library/auto.tcl
Eliminating whitespace changes introduced by the prior checkin (check-in: c43138d622, user: hypnotoad, branch: core-8-branch)
259.2 days doc/Thread.3
Better phrasing from TIP 509 (check-in: 3f7395e049, user: dkf, branch: core-8-branch)
259.2 days unix/tclUnixThrd.c
Clean up code style and add key phrases to documentation. (check-in: c35c3a7455, user: dkf, branch: tip-509)
261.0 days tests/set-old.test
Make defaults work even when [upvar]ed to just a non-existent element. (check-in: 6faaafb401, user: dkf, branch: tip-508)
263.9 days doc/append.n
doc/incr.n
doc/lappend.n
Added docs (check-in: b7c36daff3, user: dkf, branch: tip-508)
264.0 days doc/SaveResult.3
Merge 8.6 (check-in: 0f532e7ca6, user: jan.nijtmans, branch: core-8-branch)
264.0 days doc/exec.n
tests/httpPipeline.test
tests/httpTestScript.tcl
Give lambda function a name "ReceiveChunked" for easier testing. New function quoteString and code cleanup (check-in: 81db707b5c, user: jan.nijtmans, branch: core-8-6-branch)
265.0 days generic/tclPort.h
Change ULLONG_MAX -> UWIDE_MAX, LLONG_MAX -> WIDE_MAX and LLONG_MIN -> WIDE_MIN everywhere, because not all platforms equal Tcl_WideInt type as equal to "long long". This should fix test-cases on platforms where Tcl_WideInt != long long, and have no effect on 'normal' platforms (check-in: 59d28e540e, user: jan.nijtmans, branch: core-8-branch)
265.0 days tests/get.test
merge tip-515 (which is pre-requisite for this TIP now) (check-in: 1515c3f5e3, user: jan.nijtmans, branch: tip-514)
271.8 days tests/http11.test
merge 8.6 (check-in: 82cbd9d626, user: kjnash, branch: bug-46b6edad51-concurrent-http)
273.7 days generic/tclIOGT.c
Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_WideInt equals "long long". Also eliminate uses of Tcl_WideAsLong() and friends, as - often - simple type cases make things more clear. (check-in: f89b8af179, user: jan.nijtmans, branch: core-8-branch)
273.7 days tests/env.test
tests/exec.test
tests/platform.test
tests/thread.test
Fix various test-cases, which started failing on Windows due to TIP #430 (check-in: 88b8462136, user: jan.nijtmans, branch: core-8-branch)
278.7 days tests/scan.test
Bring back test-cases closer to what they were (check-in: 9979924a94, user: jan.nijtmans, branch: tip-514)
280.2 days doc/uplevel.n
tests/uplevel.test
TIP #515 implementation: Level Value Reform (check-in: 132594906c, user: jan.nijtmans, branch: tip-515)
282.1 days win/tclWinNotify.c
Minor code cleanup. win/tclWinPipe.c: Eliminate some compiler warnings on mingw-w64 win/tclWinNotify.c: Eliminate tsdPtr->timeout variable, since it's only being written to. other files: code cleanup, eliminate unnecessary type casts (check-in: 35eb0692c1, user: jan.nijtmans, branch: core-8-branch)
282.2 days tests/compExpr-old.test
Merge 8.7 (check-in: 6423bd55ee, user: jan.nijtmans, branch: tip-514)
284.0 days tests/execute.test
tests/expr-old.test
Merge 8.7 (check-in: f6d6fc9952, user: jan.nijtmans, branch: tip-514)
284.0 days tests/format.test
Eliminate use of wideBiggerThanInt test constraint, since it's the same as {longIs32bit wideIs64bit}. And ... it's name is actually wrong ... Don't use int() any more in any test constraint, since it's semantics might change. We don't want the test constraints to change with it. (See: TIP# 514) Simplify implementation of wideIs64bit test constraint, just testing for 64-bit sign bit is enough. (check-in: 30126bea62, user: jan.nijtmans, branch: core-8-branch)
304.2 days win/configure.ac
Merging changes with 8.7 (check-in: c9c0d29199, user: hypnotoad, branch: core_zip_vfs)
307.1 days tests/ooUtil.test
tools/makeHeader.tcl
Improve script compilation. Prove that compilation works with safe interps. (check-in: 0dadca8891, user: dkf, branch: tip-478)
308.0 days unix/installManPage
Tighten up SaveResult.3, make installManPage more robust against newlines. (check-in: 0ef72df401, user: pooryorick, branch: core-8-branch)
311.2 days tests/ioTrans.test
merge 8.6 (test cases fix in ioTrans) (check-in: d6c8ee7af7, user: jan.nijtmans, branch: core-8-branch)
315.6 days doc/NRE.3
tests/namespace.test
tests/package.test
Purge end-of-line spacing (check-in: 0ce23bd179, user: jan.nijtmans, branch: core-8-branch)
342.2 days doc/my.n
Document the [myclass] command; someone might find it useful besides me. (check-in: 3f67170b38, user: dkf, branch: tip-478)
343.0 days doc/abstract.n
doc/singleton.n
Improving the singleton (check-in: 2aae7fc102, user: dkf, branch: tip-478)
348.7 days doc/callback.n
doc/classvariable.n
doc/link.n
More docs (check-in: eb46b97a2c, user: dkf, branch: tip-478)
352.3 days generic/tclOOBasic.c
Add better error handling and make the delegation work with cloning. (check-in: e9637e3ddc, user: dkf, branch: tip-478)
352.8 days generic/tclIOSock.c
win/tclWinError.c
win/tclWinPanic.c
Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we know TCL_UTF_MAX>=4, we can simplify things. No change in functionality. (check-in: 32f5394627, user: jan.nijtmans, branch: core-8-branch)
353.7 days tests/iogt.test
tests/tailcall.test
win/tclWinThrd.c
merge 8.6 (check-in: 1c67775fe7, user: jan.nijtmans, branch: core-8-branch)
357.0 days tools/valgrind_suppress
Add another suppress rule for valgrind, factor test code into tests/tcltests.tcl, and constrained a some tests in the valgrind case. (check-in: 4b77647298, user: pooryorick, branch: core-8-6-branch)
362.8 days .github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
Add in basic github meta-files to reduce problems with issues being filed where we don't see them. (check-in: bf02f39de3, user: dkf, branch: core-8-branch)
1.00 years tests/main.test
merge 8.6 (check-in: 596aa0c944, user: dgp, branch: core-8-branch)
1.00 years tests/async.test
Avoid valgrind "still reachable" reports stemming from early termination of threads. (check-in: fbbcad33be, user: pooryorick, branch: core-8-branch)
1.04 years macosx/Tcl-Common.xcconfig
unix/README
Neither use --disable-threads on MacOS builds, and don't mention it any more in the README (check-in: dade30b4a0, user: jan.nijtmans, branch: core-8-branch)
1.04 years doc/next.n
doc/self.n
Tweaking the documentation (check-in: d65f77c5b5, user: dkf, branch: tip-500)
1.04 years tests/fileSystem.test
merge 8.6 (check-in: fc277d3663, user: jan.nijtmans, branch: core-8-branch)
1.05 years tests/unixNotfy.test
don't bother to use constraint "threaded", because that's the way we want to build anyway (check-in: e0ed0ab7c7, user: jan.nijtmans, branch: core-8-branch)
1.06 years generic/tclPkgConfig.c
unix/tclConfig.sh.in
win/tclConfig.sh.in
merge 8.7 (check-in: 95e6ece457, user: dgp, branch: core_zip_vfs)
1.06 years generic/tclThreadAlloc.c
generic/tclThreadStorage.c
unix/tclUnixCompat.c
unix/tclUnixInit.c
Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693a]. Suggested by DKF (check-in: bf06e36b25, user: jan.nijtmans, branch: core-8-branch)
1.07 years doc/Method.3
generic/tclOO.decls
generic/tclOODecls.h
generic/tclOOStubInit.c
Minor updates to C API to handle private methods. (check-in: 8632183f6c, user: dkf, branch: tip-500)
1.07 years generic/tclOO.h
Corrections for a number of small things to align with TIP (check-in: 39e20c8e3a, user: dkf, branch: tip-500)
1.08 years generic/tclIntPlatDecls.h
merge 8.6 (check-in: c9567c991f, user: jan.nijtmans, branch: core-8-branch)
1.11 years library/tzdata/Africa/Windhoek
library/tzdata/Europe/Dublin
library/tzdata/Europe/Prague
Update TZ info to tzdata2018e. (check-in: adc50e99d2, user: jima, branch: core-8-6-branch)
1.12 years doc/msgcat.n
Syntax error in msgcat documentation fixed. Ticket [af69c6966d] (check-in: 5ccd647de5, user: oehhar, branch: core-8-branch)
1.12 years tools/uniClass.tcl
Implement special "string totitle" for Extended Georgian characters (new behavior in Unicode 11) (check-in: 827b7761e6, user: jan.nijtmans, branch: core-8-branch)
1.12 years generic/regcustom.h
Upgrade everything to Unicode 11 (still in beta, expected in june 2018) (check-in: 8f0b52858b, user: jan.nijtmans, branch: core-8-branch)
1.19 years generic/tclStringRep.h
[string cat] was failing to NUL terminate string reps. Stopped "string" values triggering false valgrind alarms when tests make use of [tcl::unsupported::representation]. (check-in: 6360678926, user: dgp, branch: core-8-branch)
1.22 years tests/lreplace.test
Work in progress implementing TIP 505. (check-in: 6319580096, user: dgp, branch: tip-505)
1.22 years library/tzdata/Africa/Accra
library/tzdata/Africa/Bissau
library/tzdata/America/Araguaina
library/tzdata/America/Argentina/Buenos_Aires
library/tzdata/America/Argentina/Catamarca
library/tzdata/America/Argentina/Cordoba
library/tzdata/America/Argentina/Jujuy
library/tzdata/America/Argentina/La_Rioja
library/tzdata/America/Argentina/Mendoza
library/tzdata/America/Argentina/Rio_Gallegos
library/tzdata/America/Argentina/Salta
library/tzdata/America/Argentina/San_Juan
library/tzdata/America/Argentina/San_Luis
library/tzdata/America/Argentina/Tucuman
library/tzdata/America/Argentina/Ushuaia
library/tzdata/America/Asuncion
library/tzdata/America/Bahia
library/tzdata/America/Belem
library/tzdata/America/Boa_Vista
library/tzdata/America/Bogota
library/tzdata/America/Campo_Grande
library/tzdata/America/Cuiaba
library/tzdata/America/Eirunepe
library/tzdata/America/Fortaleza
library/tzdata/America/Grand_Turk
library/tzdata/America/Guayaquil
library/tzdata/America/Jamaica
library/tzdata/America/Lima
library/tzdata/America/Maceio
library/tzdata/America/Manaus
library/tzdata/America/Montevideo
library/tzdata/America/Noronha
library/tzdata/America/Porto_Velho
library/tzdata/America/Punta_Arenas
library/tzdata/America/Recife
library/tzdata/America/Rio_Branco
library/tzdata/America/Santarem
library/tzdata/America/Sao_Paulo
library/tzdata/Antarctica/Casey
library/tzdata/Antarctica/Palmer
library/tzdata/Asia/Almaty
library/tzdata/Asia/Aqtau
library/tzdata/Asia/Aqtobe
library/tzdata/Asia/Ashgabat
library/tzdata/Asia/Atyrau
library/tzdata/Asia/Baghdad
library/tzdata/Asia/Baku
library/tzdata/Asia/Bishkek
library/tzdata/Asia/Choibalsan
library/tzdata/Asia/Dhaka
library/tzdata/Asia/Dushanbe
library/tzdata/Asia/Hovd
library/tzdata/Asia/Kuching
library/tzdata/Asia/Oral
library/tzdata/Asia/Samarkand
library/tzdata/Asia/Tashkent
library/tzdata/Asia/Tbilisi
library/tzdata/Asia/Ulaanbaatar
library/tzdata/Asia/Yerevan
library/tzdata/Atlantic/Azores
library/tzdata/Atlantic/Cape_Verde
library/tzdata/Atlantic/Madeira
library/tzdata/Atlantic/Reykjavik
library/tzdata/Atlantic/Stanley
library/tzdata/Australia/Lord_Howe
library/tzdata/Europe/Lisbon
library/tzdata/Indian/Mauritius
library/tzdata/Pacific/Apia
library/tzdata/Pacific/Chatham
library/tzdata/Pacific/Efate
library/tzdata/Pacific/Enderbury
library/tzdata/Pacific/Galapagos
library/tzdata/Pacific/Kiritimati
library/tzdata/Pacific/Noumea
library/tzdata/Pacific/Rarotonga
library/tzdata/Pacific/Tongatapu
Update TZ info to tzdata2018d. (check-in: e257d4cf0b, user: jima, branch: core-8-6-branch)
1.23 years tests/compile.test
Merge over testing improvements from the TIP 475 work. Test files string.test and stringComp.test had become out of sync. Use one file to maintain even coverage. (check-in: e1141b4ed5, user: dgp, branch: core-8-branch)
1.25 years tests/foreach.test
Missing test cleanups that break later tests. (check-in: 59850b158d, user: dgp, branch: core-8-6-branch)
1.26 years library/msgcat/pkgIndex.tcl
msgcat 1.7.0 features need foundation of Tcl 8.7. (check-in: a9c21db1be, user: dgp, branch: core-8-branch)
1.26 years tests/lindex.test
tests/lsearch.test
[db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor many systems to make consistent use of it. Repairs many indexing errors in corner cases. (check-in: 02721ee263, user: dgp, branch: core-8-branch)
1.31 years generic/tclGet.c
Correctly distinguish between internalrep.longValue (in case of boolean) and internalre.wideValue (in case of int). Add comment warning for that (check-in: 1a90ee1f22, user: jan.nijtmans, branch: core-8-branch)
1.36 years doc/Eval.3
Refine documentation for Tcl_NR* functions. (check-in: 66c9beaeff, user: pooryorick, branch: core-8-branch)
1.36 years library/tzdata/America/La_Paz
Update TZ info to tzdata2018c. (check-in: 474348e060, user: jima, branch: core-8-6-branch)
1.38 years tests/join.test
Regression test for shimmering danger in [join]. (check-in: 482e7bb397, user: dgp, branch: core-8-6-branch)
1.38 years doc/StringObj.3
merge core-8-branch. Also add range checks to Tcl_GetUniChar() and Tcl_Range(), as suggested by Don Porter. (check-in: c33b158bd6, user: jan.nijtmans, branch: tip-389)
1.38 years doc/lsearch.n
Allow -stride 1. (check-in: 52aa1fc70a, user: pspjuth, branch: tip-351)
1.39 years doc/format.n
Document "L" length modifier and (new) %a/%A specifiers. (check-in: afb68da53e, user: jan.nijtmans, branch: z_modifier)
1.46 years doc/Encoding.3
merge core-8-branch. Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar using only win32 API. (check-in: 465d5c8195, user: jan.nijtmans, branch: tip-389)
1.47 years win/rules-ext.vc
Safer to compare TCLDIR against "" rather than ifdef as recursive nmakes can pass TCLDIR as defined but with an empty value. (check-in: d9ab6f42be, user: apnadkarni, branch: core-8-6-branch)
1.49 years tests/config.test
Update the config.test with new keys needed for zipfs (check-in: 08182e0f9f, user: hypnotoad, branch: core_zip_vfs)
1.51 years win/targets.vc
Allow standard targets to be selectively disabled. Automatic install for extension stubs and public headers if present. Print installation dir, remove useless partial print of preprocessor defines. (check-in: 2910ed4636, user: apnadkarni, branch: core-8-6-branch)
1.51 years win/tcl.rc
win/tclsh.rc
Initial implementation of TIP #491. Not tested yet. (check-in: 4f8b3e767d, user: jan.nijtmans, branch: tip-491)
1.54 years doc/UniCharIsAlpha.3
Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL chars strangely. Also fix various initializations, which only make a difference when TCL_UTF_MAX == 4. Add new test-cases which demonstrate the fix. For TCL_UTF_MAX == 4, surrogates will now be handled as expected as well when sorting. (check-in: b6438b69ad, user: jan.nijtmans, branch: core-8-branch)
1.56 years doc/Interp.3
merge core-8-branch. now really remove the math-related functions when compiling with -DTCL_NO_DEPRECATED. Also no longer supply Tcl_Value, Tcl_ValueType and TCL_RESULT_SPACE. (check-in: 3c414a62f6, user: jan.nijtmans, branch: tip-485)
1.56 years library/install.tcl
Added additional functions to the "install" command in tclsh (check-in: eb6443d309, user: hypnotoad, branch: core_zip_vfs)
1.56 years unix/tcl.pc.in
Removing the pool of literal values within the internals of tclZipfs.c. Replaced with a single pointer to a const string once discovery has sorted out where tcl_library is to be loaded from. Fixed a goof in the build system if tcl is compiled outside of the source directory (check-in: 9f0abfb1ac, user: hypnotoad, branch: core_zip_vfs)
1.56 years compat/zlib/contrib/minizip/tinydir.h
Added an implementation of tinydir.h, and spliced it into minizip to allow minizip to recurse directory structures (and get us out of having to feed `find` via autoconf) (check-in: 0064401a40, user: hypnotoad, branch: core_zip_vfs)
1.57 years .fossil-settings/crlf-glob
Fix ignore-glob versioned setting (something went wrong in previous merge). Also convert rules-ext.vc and targets.vc to CRLF line-endings. (check-in: 07461dba12, user: jan.nijtmans, branch: vc-reform)
1.57 years doc/Object.3
No longer document (even though it's only in an example) that Tcl_SavedResult is a struct, and that the internal representation of an int is stored in the object's internalRep.longValue member. That might no longer be true in the future. (check-in: 9cd5d84b3d, user: jan.nijtmans, branch: core-8-6-branch)
1.59 years unix/tclAppInit.c
Improvements to tip430 to embed the /library file system within a shared library or as a zip archive with a canonical name matching the current patch level This new version also builds a native executable version of minizip to allow archive to be built within make, even when cross compiling Added a new function TclZipfs_AppHook which implements tip430 core behavior startups to stock tclsh Embedding the file system as a zip archive can be defeated with --enable-zipfs=no (check-in: c8a90daba2, user: hypnotoad, branch: core_zip_vfs)
1.59 years tests/split.test
merge core-8-6-branch (check-in: 3d5a87d84a, user: jan.nijtmans, branch: core-8-branch)
1.60 years tests/compExpr.test
TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-branch). (check-in: e46c7b8b77, user: jan.nijtmans, branch: tip-485)
1.60 years tools/mkVfs.tcl
Pairing down the tip#430 branch to only include files and utilities called out by the tip. Eliminated the header files tclZipfs.h and zcrypt.h. The only public calls for tclZipfs.h are now in the stubs table and the contents of zcrypt.h are already part of the minizip implementation that Tcl keeps around in the compat/zlib/contrib/minizip directory. tclBootVFS.h hasn't been used by the implementation in a while. Alos eliminated the mkzip.tcl facility from tools/. The C based mkzip is much faster and more reliable (check-in: 3bbf40910f, user: hypnotoad, branch: core_zip_vfs)
1.60 years .project
library/opt/optparse.tcl
library/opt/pkgIndex.tcl
update .project file with branch name. Make clear that optparse doesnt work with 8.4 any more (check-in: 29c3b25318, user: jan.nijtmans, branch: core-8-branch)
1.61 years tests/stringObj.test
Detected bug in [string first] with unicode. Pat Thoyts found it. (check-in: d2c4c651ca, user: dkf, branch: string-first-unicode-bug)
1.61 years win/tclWinLoad.c
merge core-8-6-branch (check-in: 705199e7bf, user: jan.nijtmans, branch: trunk)
1.62 years tests/resolver.test
Revise tests that relied on deprecated variable resolution rules. (check-in: 3e3819a1ea, user: dgp, branch: core-8-6-branch)
1.64 years generic/regguts.h
generic/tclRegexp.h
Change (internal) refCount field from TclRegexp to type size_t: this allows more references on 64-bit platforms. Remove unused macro "xxx" in regguts.h. Remove superflouous eol-space in oo.test. (check-in: 689ce85f64, user: jan.nijtmans, branch: trunk)
1.64 years library/tzdata/Africa/Juba
library/tzdata/Africa/Khartoum
library/tzdata/America/Adak
library/tzdata/America/Anchorage
library/tzdata/America/Detroit
library/tzdata/America/Juneau
library/tzdata/America/Nome
library/tzdata/America/Sitka
library/tzdata/America/Yakutat
library/tzdata/Asia/Famagusta
library/tzdata/Asia/Kolkata
library/tzdata/Asia/Yangon
library/tzdata/Pacific/Pago_Pago
Update TZ info to tzcode2017c. (check-in: b0e52b87d7, user: jima, branch: core-8-6-branch)
1.66 years tests/unixFCmd.test
fix unixFCmd test-cases, as result of the octal behavior change (check-in: c79f83d82e, user: jan.nijtmans, branch: z_modifier)
1.74 years libtommath/astylerc
re-format everything through astyle. Taken from libtom/libtommath (pull request [https://github.com/libtom/libtommath/pull/85|85]) (check-in: 5c51cd4d35, user: jan.nijtmans, branch: libtommath)
1.76 years unix/tcl.spec
Add some more functions from libtommath for availability within Tcl (mainly the 'long long' variants). Add more 'const' keywords there too. (check-in: ff847e8f35, user: jan.nijtmans, branch: trunk)
1.78 years libtommath/libtommath.pc.in
Ignore libtommath/doc directory. Add some VS-related makefiles, useful for testing (check-in: 94eae7d317, user: jan.nijtmans, branch: libtommath)
1.79 years tools/fix_tommath_h.tcl
Tweak libtommath building, such that it doesn't depend on uint64_t any more. (handle mp_word in the same way as mp_digit) (check-in: c28c8e4f1c, user: jan.nijtmans, branch: trunk)
1.81 years unix/tclLoadDyld.c
Fix [d2612a2fa193196787aab33bb57f69b1eef9e30c|d2612a2fa1]: Build breaks because of gcc error. Only use "#pragma GCC diagnostic" if the compiler supports this. Also re-format tclUnixSock.c without further functional changes. (check-in: ba30aa3b1c, user: jan.nijtmans, branch: core-8-6-branch)
1.82 years win/buildall.vc.bat
Basic scaffolding for tcl::process (check-in: 7cbd47fe03, user: f.bonnet, branch: tip-462)
1.84 years doc/continue.n
Correct longstanding typo in continue man page (check-in: 7e42c87b8f, user: andy, branch: trunk)
1.86 years tests/httpd
merge 8.6 (check-in: 310ded6da8, user: dgp, branch: trunk)
1.97 years tests/init.test
unix/tclooConfig.sh
win/tclooConfig.sh
Merge 8.6; Bump to TclOO 1.2.0. (check-in: c5252bc435, user: dgp, branch: trunk)
1.97 years doc/regsub.n
Rewrite the documentation of [regsub -command] so it's not quite such a mess. (check-in: c11222b967, user: dgp, branch: trunk)
1.97 years doc/copy.n
TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literals (check-in: 4f68bf6677, user: jan.nijtmans, branch: trunk)
1.98 years tests/regexp.test
Add [regsub -command] case that wasn't actively tested for. (check-in: 0bd419a4d7, user: dkf, branch: trunk)
2.00 years doc/GetInt.3
Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....) (check-in: ae4471b37c, user: jan.nijtmans, branch: bsg-0d-radix-prefix)
2.04 years unix/tclUnixTime.c
merge core-8-6-branch (except: the "timerate" command and the clock performance-tests are kept) (check-in: 1922f2d481, user: jan.nijtmans, branch: trunk)
2.13 years tests/zlib.test
[50750c735a] Fix for uninit memory handling issue in zlib transforms. (check-in: fa1d22e834, user: dkf, branch: bug-50750c735a)
2.17 years library/msgs/ar.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/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/eo.msg
library/msgs/es.msg
library/msgs/et.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/fr.msg
library/msgs/ga.msg
library/msgs/gl.msg
library/msgs/he.msg
library/msgs/hi.msg
library/msgs/hr.msg
library/msgs/hu.msg
library/msgs/is.msg
library/msgs/it.msg
library/msgs/ko.msg
library/msgs/ko_kr.msg
library/msgs/kok.msg
library/msgs/lt.msg
library/msgs/lv.msg
library/msgs/mk.msg
library/msgs/mr.msg
library/msgs/mt.msg
library/msgs/nb.msg
library/msgs/nn.msg
library/msgs/pl.msg
library/msgs/pt.msg
library/msgs/ro.msg
library/msgs/ru.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/ta.msg
library/msgs/te.msg
library/msgs/te_in.msg
library/msgs/th.msg
library/msgs/tr.msg
library/msgs/uk.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
tools/loadICU.tcl
Translate all \u???? sequences to their UTF-8 counterpart in *.msg files: It is faster during parsing (since no backslash-sequences have to be handled) and makes the msg-files better readable by humans. TODO: adapt tools/loadICU.tcl to generate UTF-8 in stead of those sequences. This tools seems to be out-of-date a long time already, I couldn't make it run with latest ICU. (check-in: a6c8a2df48, user: jan.nijtmans, branch: trunk)
2.23 years library/tzdata/Africa/Monrovia
library/tzdata/America/Port-au-Prince
Update TZ info to tzcode2017b. (check-in: 308ac9b404, user: jima, branch: core-8-6-branch)
2.23 years generic/tclPreserve.c
generic/tclStubLib.c
If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are not used any more. (check-in: 3651512988, user: jan.nijtmans, branch: trunk)
2.24 years doc/RecEvalObj.3
If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpace|appendResult|appendAvl|appendUsed) are not used any more. (check-in: cb930ecbf1, user: jan.nijtmans, branch: trunk)
2.25 years doc/re_syntax.n
Fixes to docs made possible by recent HTML rendering fixes for Tk. (check-in: 5cc3f3f090, user: dkf, branch: trunk)
2.26 years library/tzdata/Africa/Nairobi
library/tzdata/America/Belize
library/tzdata/America/Caracas
library/tzdata/America/Cayenne
library/tzdata/America/Curacao
library/tzdata/America/Danmarkshavn
library/tzdata/America/Godthab
library/tzdata/America/Guyana
library/tzdata/America/Miquelon
library/tzdata/America/Paramaribo
library/tzdata/America/Santo_Domingo
library/tzdata/America/Scoresbysund
library/tzdata/Antarctica/Macquarie
library/tzdata/Asia/Bangkok
library/tzdata/Asia/Brunei
library/tzdata/Asia/Dili
library/tzdata/Asia/Dubai
library/tzdata/Asia/Ho_Chi_Minh
library/tzdata/Asia/Jakarta
library/tzdata/Asia/Jayapura
library/tzdata/Asia/Kabul
library/tzdata/Asia/Karachi
library/tzdata/Asia/Kathmandu
library/tzdata/Asia/Kuala_Lumpur
library/tzdata/Asia/Makassar
library/tzdata/Asia/Pontianak
library/tzdata/Asia/Qatar
library/tzdata/Asia/Riyadh
library/tzdata/Asia/Seoul
library/tzdata/Asia/Singapore
library/tzdata/Asia/Taipei
library/tzdata/Asia/Thimphu
library/tzdata/Asia/Urumqi
library/tzdata/Atlantic/Canary
library/tzdata/Atlantic/South_Georgia
library/tzdata/Australia/Eucla
library/tzdata/Europe/Amsterdam
library/tzdata/Europe/Madrid
library/tzdata/Europe/Zaporozhye
library/tzdata/Indian/Chagos
library/tzdata/Indian/Christmas
library/tzdata/Indian/Cocos
library/tzdata/Indian/Mahe
library/tzdata/Indian/Maldives
library/tzdata/Indian/Reunion
library/tzdata/Pacific/Bougainville
library/tzdata/Pacific/Fakaofo
library/tzdata/Pacific/Funafuti
library/tzdata/Pacific/Gambier
library/tzdata/Pacific/Guadalcanal
library/tzdata/Pacific/Marquesas
library/tzdata/Pacific/Niue
library/tzdata/Pacific/Norfolk
library/tzdata/Pacific/Pitcairn
library/tzdata/Pacific/Port_Moresby
library/tzdata/Pacific/Tahiti
library/tzdata/Pacific/Tarawa
library/tzdata/Pacific/Wake
library/tzdata/Pacific/Wallis
Update TZ data with tzdata2017a from IANA (check-in: fed617f928, user: jima, branch: core-8-6-branch)
2.27 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)
2.27 years .fossil-settings/encoding-glob
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)
2.27 years tests/nre.test
merge core-8-6-branch (check-in: 7e04677d75, user: sebres, branch: trunk)
2.28 years tests/incr.test
Fix for Ticket [71c0878b71] + test cases (check-in: 154835dcb2, user: avl, branch: trunk)
2.33 years tests/regexpComp.test
Proposed implementation of [regsub -command]. (check-in: a087f987e8, user: dkf, branch: tip-463)
2.34 years generic/tclHistory.c
tests/parseExpr.test
Shortcut in TclParseNumber(): If obj is a dict or list, don't bother to generate the string representation if we know already beforehand that the parsing will fail. Use TCL_NO_DEPRECATED in stead of KILL_OCTAL for removing the (deprecated un-prefixed) octal support. Adapt test-cases, so they work without octal support as well. (check-in: b4792ebcec, user: jan.nijtmans, branch: trunk)
2.38 years tests/case.test
tests/result.test
tools/configure
If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much less interp->result. Implementation mostly taken over from "novem". If TCL_NO_DEPRECATED is not defined, nothing changes. (check-in: 3fe8ec5fd6, user: jan.nijtmans, branch: trunk)
2.40 years doc/lsort.n
Fix [1f4bb8162f]: lsort -dictionary documentation to be improved (check-in: 931be8d1fb, user: fvogel, branch: core-8-6-branch)
2.40 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)
2.40 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)
2.41 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)
2.41 years library/tzdata/Europe/Saratov
Upgrade TZDATA to IETF tzdata2016j (check-in: a7c6635f1f, user: venkat, branch: core-8-5-branch)
2.43 years .fossil-settings/binary-glob
Complete the upgrade to Zlib 1.2.10: Now add the *.lib and *.dll files. (check-in: 88d2aaf212, user: jan.nijtmans, branch: core-8-6-branch)
2.44 years library/tclIndex
In stead of "source -nopkg" use a ::tcl::Pkg::source utility function. (check-in: 6388af59c8, user: jan.nijtmans, branch: package_files)
2.44 years doc/OpenTcp.3
TIP [http://www.tcl.tk/cgi-bin/tct/tip/456|456] implementation: Extend the C API to Support Passing Options to TCP Server Creation (check-in: b5c47b5b2f, user: jan.nijtmans, branch: trunk)
2.45 years compat/zlib/adler32.c
compat/zlib/compress.c
compat/zlib/configure
compat/zlib/contrib/README.contrib
compat/zlib/contrib/ada/zlib-streams.ads
compat/zlib/contrib/ada/zlib-thin.ads
compat/zlib/contrib/blast/blast.c
compat/zlib/contrib/blast/blast.h
compat/zlib/contrib/minizip/iowin32.c
compat/zlib/contrib/minizip/unzip.c
compat/zlib/contrib/minizip/zip.c
compat/zlib/contrib/puff/puff.c
compat/zlib/contrib/vstudio/vc10/zlibvc.def
compat/zlib/contrib/vstudio/vc11/zlibvc.def
compat/zlib/contrib/vstudio/vc12/miniunz.vcxproj
compat/zlib/contrib/vstudio/vc12/minizip.vcxproj
compat/zlib/contrib/vstudio/vc12/testzlib.vcxproj
compat/zlib/contrib/vstudio/vc12/testzlibdll.vcxproj
compat/zlib/contrib/vstudio/vc12/zlibstat.vcxproj
compat/zlib/contrib/vstudio/vc12/zlibvc.def
compat/zlib/contrib/vstudio/vc12/zlibvc.sln
compat/zlib/contrib/vstudio/vc12/zlibvc.vcxproj
compat/zlib/contrib/vstudio/vc14/miniunz.vcxproj
compat/zlib/contrib/vstudio/vc14/minizip.vcxproj
compat/zlib/contrib/vstudio/vc14/testzlib.vcxproj
compat/zlib/contrib/vstudio/vc14/testzlibdll.vcxproj
compat/zlib/contrib/vstudio/vc14/zlibstat.vcxproj
compat/zlib/contrib/vstudio/vc14/zlibvc.def
compat/zlib/contrib/vstudio/vc14/zlibvc.sln
compat/zlib/contrib/vstudio/vc14/zlibvc.vcxproj
compat/zlib/contrib/vstudio/vc9/zlibvc.def
compat/zlib/crc32.c
compat/zlib/deflate.h
compat/zlib/examples/gun.c
compat/zlib/examples/gzlog.c
compat/zlib/examples/zran.c
compat/zlib/gzguts.h
compat/zlib/gzread.c
compat/zlib/infback.c
compat/zlib/inflate.c
compat/zlib/inflate.h
compat/zlib/msdos/Makefile.dj2
compat/zlib/msdos/Makefile.emx
compat/zlib/old/Makefile.emx
compat/zlib/old/os2/Makefile.os2
compat/zlib/os400/bndsrc
compat/zlib/test/example.c
compat/zlib/test/infcover.c
compat/zlib/test/minigzip.c
compat/zlib/uncompr.c
compat/zlib/win32/Makefile.gcc
compat/zlib/win32/zlib.def
compat/zlib/zconf.h
compat/zlib/zconf.h.cmakein
compat/zlib/zconf.h.in
compat/zlib/zlib.map
compat/zlib/zutil.h
Update zlib to version 1.2.9. Dll's and *.lib files not updated yet (check-in: 4b7084a579, user: jan.nijtmans, branch: trunk)
2.48 years doc/InitStubs.3
Document that from the "exact" parameter of Tcl_InitStubs(), only bit 0 has meaning. (check-in: 7f5c4906c1, user: jan.nijtmans, branch: trunk)
2.48 years unix/dltest/pkga.c
unix/dltest/pkgc.c
unix/dltest/pkgd.c
unix/dltest/pkge.c
unix/dltest/pkgooa.c
unix/dltest/pkgua.c
unix/tclXtTest.c
Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 (or 9.0) features are needed. (Differences between 8.x and 9.0 are handled by a different stub magic value) (check-in: eda9a3e060, user: jan.nijtmans, branch: trunk)
2.53 years ChangeLog.2000
ChangeLog.2002
ChangeLog.2003
ChangeLog.2004
compatability -> compatibility (check-in: 9cf8d87904, user: jan.nijtmans, branch: core-8-5-branch)
2.54 years doc/package.n
Complete implementation, tests and documentation (check-in: 6a2f13e8d2, user: jan.nijtmans, branch: package_files)
2.55 years doc/socket.n
Windows support and minor touchups to the documentation. (check-in: aefe40befa, user: limeboy, branch: tip-456)
2.55 years generic/regc_lex.c
generic/regc_nfa.c
Eliminate some macros that are no longer used/needed. (check-in: 80e7984c44, user: jan.nijtmans, branch: trunk)
2.57 years compat/opendir.c
compat/waitpid.c
generic/tclConfig.c
Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-casts which are not necessary any more. (check-in: 521d320b7b, user: jan.nijtmans, branch: trunk)
2.58 years library/tzdata/Europe/Malta
library/tzdata/Europe/Rome
Update to tzdata2016i from IETF (check-in: 8b0d120b2a, user: venkat, branch: core-8-5-branch)
2.61 years tests/tm.test
Make packages msgcat and tcltest work unmodified in "novem". Make more test-cases work unmodified in "novem". (check-in: 9abb38ee0b, user: jan.nijtmans, branch: trunk)
2.62 years doc/variable.n
[253ba6e818] Improved description of [variable] behaviour. (check-in: 6abd304ca2, user: dkf, branch: core-8-6-branch)
2.62 years tests/history.test
[1ae12987cb] Ensure that deleting the [history] command deletes its storage. (check-in: eb11bf9cb5, user: dkf, branch: trunk)
2.62 years library/history.tcl
[1ae12987cb] Ensure that deleting the [history] command deletes its storage. (check-in: 3135d5681f, user: dkf, branch: core-8-6-branch)
2.63 years library/tzdata/Asia/Colombo
library/tzdata/Europe/Istanbul
Update timezone data to tzdata2016h from IETF (check-in: 72aa757082, user: venkat, branch: core-8-5-branch)
2.68 years doc/concat.n
[62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. (check-in: 53cdc09f00, user: dkf, branch: trunk)
2.68 years doc/scan.n
Be more accurate about scan's %i (check-in: b6c6a73a68, user: ferrieux, branch: trunk)
2.70 years library/tzdata/America/Los_Angeles
library/tzdata/America/Tijuana
library/tzdata/Antarctica/Davis
library/tzdata/Antarctica/DumontDUrville
library/tzdata/Antarctica/Mawson
library/tzdata/Antarctica/Rothera
library/tzdata/Antarctica/Syowa
library/tzdata/Antarctica/Troll
library/tzdata/Antarctica/Vostok
library/tzdata/Asia/Anadyr
library/tzdata/Asia/Chita
library/tzdata/Asia/Irkutsk
library/tzdata/Asia/Kamchatka
library/tzdata/Asia/Khandyga
library/tzdata/Asia/Krasnoyarsk
library/tzdata/Asia/Magadan
library/tzdata/Asia/Omsk
library/tzdata/Asia/Rangoon
library/tzdata/Asia/Sakhalin
library/tzdata/Asia/Srednekolymsk
library/tzdata/Asia/Ust-Nera
library/tzdata/Asia/Vladivostok
library/tzdata/Asia/Yakutsk
library/tzdata/Asia/Yekaterinburg
library/tzdata/Etc/GMT+1
library/tzdata/Etc/GMT+10
library/tzdata/Etc/GMT+11
library/tzdata/Etc/GMT+12
library/tzdata/Etc/GMT+2
library/tzdata/Etc/GMT+3
library/tzdata/Etc/GMT+4
library/tzdata/Etc/GMT+5
library/tzdata/Etc/GMT+6
library/tzdata/Etc/GMT+7
library/tzdata/Etc/GMT+8
library/tzdata/Etc/GMT+9
library/tzdata/Etc/GMT-1
library/tzdata/Etc/GMT-10
library/tzdata/Etc/GMT-11
library/tzdata/Etc/GMT-12
library/tzdata/Etc/GMT-13
library/tzdata/Etc/GMT-14
library/tzdata/Etc/GMT-2
library/tzdata/Etc/GMT-3
library/tzdata/Etc/GMT-4
library/tzdata/Etc/GMT-5
library/tzdata/Etc/GMT-6
library/tzdata/Etc/GMT-7
library/tzdata/Etc/GMT-8
library/tzdata/Etc/GMT-9
library/tzdata/Europe/Kaliningrad
library/tzdata/Europe/Kirov
library/tzdata/Europe/Minsk
library/tzdata/Europe/Moscow
library/tzdata/Europe/Samara
library/tzdata/Europe/Ulyanovsk
library/tzdata/Indian/Kerguelen
Update tzdata to 2016g from ietf.org (check-in: f302ad3362, user: venkat, branch: core-8-5-branch)
2.76 years doc/tclsh.1
Pulling changes from Trunk (check-in: c20e962d80, user: hypnotoad, branch: core_zip_vfs)
2.88 years doc/chan.n
[db0a5f6417] Make a few tests resilient to differences in semantics of pipes between OSs. (check-in: 1cf98255a8, user: dkf, branch: core-8-6-branch)
2.89 years doc/fcopy.n
[6a19dedc2e] "Clarified" what the units are that [chan copy] uses for -size and that synchronous copying returns. (check-in: 63410153ac, user: dkf, branch: core-8-6-branch)
2.91 years tests/unload.test
[77d58e3a7a] Test case independence: unload. (check-in: 5867920a2a, user: dkf, branch: core-8-6-branch)
2.92 years tests/set.test
merge 8.6 (check-in: 7e385b0261, user: dgp, branch: trunk)
2.92 years tests/parseOld.test
[3606125] Make parser-related tests work on their own. (check-in: dd90eda48e, user: dkf, branch: core-8-6-branch)
2.92 years library/tzdata/America/Cambridge_Bay
library/tzdata/America/Inuvik
library/tzdata/America/Iqaluit
library/tzdata/America/Pangnirtung
library/tzdata/America/Rankin_Inlet
library/tzdata/America/Resolute
library/tzdata/America/Yellowknife
library/tzdata/Asia/Novokuznetsk
library/tzdata/Asia/Novosibirsk
tzdata2016f (check-in: 5897ba5816, user: dgp, branch: core-8-6-6-rc)
2.92 years doc/Hash.3
Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for example). Default (unsigned) cannot be changed in Tcl 8.x, that must wait until Tcl 9. (check-in: 2f25778e69, user: jan.nijtmans, branch: trunk)
2.93 years tests/namespace-old.test
Fixes to namespace-old.test (check-in: c5ddb319aa, user: dkf, branch: bug-3606121)
2.93 years generic/tclOptimize.c
Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj in many places where possible. (check-in: 48cb8436f1, user: jan.nijtmans, branch: trunk)
2.94 years doc/SetResult.3
typo and end-of-line spacing (check-in: 4251186884, user: jan.nijtmans, branch: core-8-6-branch)
2.95 years tests/for.test
Make test-case "for.test" pass, regardless of end-of-line spacing (check-in: a957f4d518, user: jan.nijtmans, branch: trunk)
2.95 years tests/indexObj.test
Disable special hacks for Itcl 3 ensemble error message generation. Migration paths are in place to bring this to an end. (check-in: 726413c61a, user: dgp, branch: trunk)
2.95 years unix/tclXtNotify.c
Simplify use of "struct" keyword in many places. (check-in: 2e6ea5716f, user: jan.nijtmans, branch: trunk)
2.96 years doc/AddErrInfo.3
Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions which are deprecated. (check-in: 3108faf68a, user: jan.nijtmans, branch: trunk)
2.96 years doc/zlib.n
[dd260aaf72] Allow the -dictionary option to be read from a pushed transform. (check-in: 3a71ff429a, user: dkf, branch: core-8-6-branch)
2.96 years doc/proc.n
[c3d956be5b] Clearer text about positioning of optional arguments. (check-in: 06af0634c4, user: dkf, branch: trunk)
3.03 years tools/man2html.tcl
tools/man2html1.tcl
tools/tclZIC.tcl
Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH (check-in: d6287760d0, user: jan.nijtmans, branch: core-8-6-branch)
3.14 years library/tzdata/Asia/Barnaul
library/tzdata/Asia/Tomsk
library/tzdata/Europe/Astrakhan
Update to tzdata2016d from IETF (check-in: 61fc0755c1, user: venkat, branch: core-8-5-branch)
3.22 years library/tzdata/Europe/Vilnius
Update to tzdata 2016c from ietf.org (check-in: c7604723f9, user: venkat, branch: core-8-5-branch)
3.23 years library/word.tcl
Fix [f1253530cdd83e66]: Different Windows / *nix default bindings for text widget. Still - most likely - not the complete story for trunk/tcl9, but whatever we do this is a better starting-point than how it was. (check-in: bc8560501f, user: jan.nijtmans, branch: trunk)
3.25 years library/tzdata/Europe/Chisinau
Update tzdata to 2016b from ietf.org (check-in: 83ecbb6dbf, user: venkat, branch: core-8-5-branch)
3.26 years tests/README
tests/apply.test
tests/assemble1.bench
tests/autoMkindex.test
tests/chan.test
tests/lmap.test
tests/lrepeat.test
tests/lsetComp.test
tests/misc.test
tests/parse.test
tests/pkgMkIndex.test
tests/reg.test
tests/stack.test
tests/subst.test
tests/trace.test
tests/unixForkEvent.test
tests/unknown.test
Eliminate exess spacings in many test-cases (check-in: d6d9491140, user: jan.nijtmans, branch: trunk)
3.27 years doc/CallDel.3
doc/CmdCmplt.3
doc/Concat.3
doc/CrtFileHdlr.3
doc/CrtInterp.3
doc/CrtTimerHdlr.3
doc/DetachPids.3
doc/DictObj.3
doc/DoWhenIdle.3
doc/Environment.3
doc/ExprLongObj.3
doc/GetCwd.3
doc/GetIndex.3
doc/GetOpnFl.3
doc/GetTime.3
doc/Init.3
doc/Limit.3
doc/Load.3
doc/Namespace.3
doc/Preserve.3
doc/PrintDbl.3
doc/RecordEval.3
doc/SetErrno.3
doc/SetRecLmt.3
doc/Signal.3
doc/Sleep.3
doc/SplitList.3
doc/SplitPath.3
doc/StdChannels.3
doc/StrMatch.3
doc/SubstObj.3
doc/TCL_MEM_DEBUG.3
doc/TclZlib.3
doc/break.n
doc/case.n
doc/close.n
doc/eval.n
doc/gets.n
doc/if.n
doc/lassign.n
doc/list.n
doc/load.n
doc/lreverse.n
doc/namespace.n
doc/refchan.n
doc/registry.n
doc/seek.n
doc/split.n
doc/switch.n
doc/tailcall.n
doc/throw.n
doc/time.n
doc/tm.n
Eliminate exess spacings in remaining doc pages (check-in: 8731e8bf9f, user: jan.nijtmans, branch: trunk)
3.27 years macosx/configure.ac
tools/configure.ac
configure.in -> configure.ac (check-in: 4706c883d8, user: jan.nijtmans, branch: trunk)
3.28 years tools/tcl.hpj.in
win/README
win/tcl.hpj.in
Bump trunk to 8.7a0 to accept new feature development. (check-in: 4def3fa682, user: dgp, branch: trunk)
3.28 years doc/Access.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/CrtSlave.3
doc/CrtTrace.3
doc/DoOneEvent.3
doc/DoubleObj.3
doc/DumpActiveMemory.3
doc/Ensemble.3
doc/ExprLong.3
doc/FileSystem.3
doc/GetHostName.3
doc/GetStdChan.3
doc/GetVersion.3
doc/ListObj.3
doc/Notifier.3
doc/ObjectType.3
doc/PkgRequire.3
doc/RegExp.3
doc/SetVar.3
doc/TraceCmd.3
doc/Translate.3
doc/UpVar.3
doc/WrongNumArgs.3
doc/after.n
doc/apply.n
doc/bgerror.n
doc/binary.n
doc/catch.n
doc/dde.n
doc/encoding.n
doc/error.n
doc/fconfigure.n
doc/linsert.n
doc/lmap.n
doc/lset.n
doc/mathfunc.n
doc/memory.n
doc/pkgMkIndex.n
doc/read.n
doc/regexp.n
doc/return.n
doc/safe.n
doc/subst.n
doc/tclvars.n
doc/transchan.n
doc/try.n
doc/unload.n
doc/unset.n
doc/upvar.n
doc/vwait.n
Eliminate exess spacings in many doc pages. (check-in: 840e5d4825, user: jan.nijtmans, branch: trunk)
3.32 years library/tzdata/America/Santa_Isabel
Update to tzdata2016a. (check-in: 04a238c721, user: dgp, branch: core-8-6-5-rc)
3.48 years generic/regex.h
Code-cleanup: CONST -> const, don't use macro's like __REG_CONST and types like re_void any more. No change in functionality. (check-in: 83897e067a, user: jan.nijtmans, branch: trunk)
3.55 years library/tm.tcl
Make ::tcl::tm::roots work for alpha/beta Tcl releases. (backported from "novem", will be needed anyway for whatever future developments) (check-in: b8172944cb, user: jan.nijtmans, branch: trunk)
3.63 years library/tzdata/America/Fort_Nelson
Update to tzdata2015g from ietf (check-in: c2b3385e7d, user: venkat, branch: core-8-5-branch)
3.64 years library/platform/platform.tcl
Bring back regexp to wat it was in latest release. This is the correct fix for kbk's attempt. (check-in: e83c1de850, user: jan.nijtmans, branch: core-8-5-branch)
3.65 years library/clock.tcl
Change "clock format -format %x -locale current" output on msgcat locale change [4a0c163d24] (check-in: e5bf4e6084, user: oehhar, branch: bug-4a0c163d24)
3.65 years generic/regerrs.h
Adaptation of re-memaccounting.patch from Tom Lane @postgres. (check-in: 770f0e7907, user: dgp, branch: tgl-pg-re)
3.65 years doc/Class.3
[154f0982f2] Document that Tcl_NewObjectInstance() really needs to make a namespace. (check-in: 2327af6915, user: dkf, branch: trunk)
3.69 years generic/tclLoadNone.c
unix/tclLoadDl.c
Where "interp" is only used for error-reporting, it can be allowed to be NULL. This should fix [5da26d4760]: Tcl_LoadFile() segfaults if "interp" is NULL. (check-in: 5034c136a8, user: jan.nijtmans, branch: trunk)
3.71 years doc/for.n
Fix [b1f19286f0]: for command documentation. Minor addendum to previous commit: Make OS version number available in ::platform::generic for Cygwin (check-in: 46ff66412d, user: jan.nijtmans, branch: trunk)
3.72 years library/platform/pkgIndex.tcl
proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platform (check-in: 616b458e31, user: jan.nijtmans, branch: bug-219866c1e9)
3.73 years generic/regc_color.c
generic/regc_cvec.c
generic/rege_dfa.c
generic/regerror.c
[187d7f499b] Sync the regexp engine to the Postgres version. (check-in: 2039e3cf3d, user: dgp, branch: trunk)
3.78 years doc/DString.3
doc/OpenFileChnl.3
doc/ParseCmd.3
Remove unnecessary end-of-line spacing (preparing for some further documentation updates) (check-in: a5205fe3c8, user: jan.nijtmans, branch: trunk)
3.78 years tools/findBadExternals.tcl
tools/makeTestCases.tcl
tools/man2help.tcl
tools/mkdepend.tcl
Whitespace reduction in Tcl scripts. No functional change. (check-in: 401a39ba9a, user: jan.nijtmans, branch: trunk)
3.79 years doc/library.n
[7703ff1082] Improved wording. (check-in: 7e791e7784, user: dkf, branch: trunk)
3.84 years library/tzdata/Europe/Simferopol
library/tzdata/Europe/Sofia
library/tzdata/Europe/Tallinn
Upgrade to tzdata2015f from IETF. (check-in: 6cb0868771, user: venkat, branch: core-8-5-branch)
3.92 years generic/tclFileSystem.h
Increase some counter sizes related to filesystem epoch from int to size_t. And prevent them ever becoming 0 due to an overflow. (backported with variation from androwish) (check-in: 5a8e195a32, user: jan.nijtmans, branch: trunk)
3.95 years compat/fake-rfc2553.c
compat/gettod.c
compat/mkstemp.c
compat/strncasecmp.c
compat/strstr.c
merge trunk (check-in: 7c68910cbf, user: jan.nijtmans, branch: win-console-panic)
3.97 years library/encoding/jis0208.enc
tools/Makefile.in
win/tcl.dsw
Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. (check-in: 0ff7f3392c, user: jan.nijtmans, branch: core-8-5-branch)
3.97 years compat/fake-rfc2553.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)
4.08 years tests/ooNext2.test
[0f42ff7871] Remove unintentional difference between interpreted and compiled [next]. (check-in: 55abfff316, user: dkf, branch: trunk)
4.13 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)
4.29 years doc/glob.n
Deleted Win95/98-specific documentation as those platforms have long been unsupported. (check-in: 792da66b36, user: ashok, branch: trunk)
4.34 years library/tzdata/Africa/Asmera
library/tzdata/America/Cancun
library/tzdata/Asia/Aden
library/tzdata/Asia/Bahrain
library/tzdata/Asia/Kuwait
library/tzdata/Asia/Muscat
merge tzdata2015a from ietf.org (check-in: 371af1a745, user: venkat, branch: core-8-5-branch)
4.51 years library/tzdata/Africa/Addis_Ababa
library/tzdata/Africa/Asmara
library/tzdata/Africa/Bangui
library/tzdata/Africa/Blantyre
library/tzdata/Africa/Brazzaville
library/tzdata/Africa/Bujumbura
library/tzdata/Africa/Dar_es_Salaam
library/tzdata/Africa/Djibouti
library/tzdata/Africa/Douala
library/tzdata/Africa/Gaborone
library/tzdata/Africa/Harare
library/tzdata/Africa/Kampala
library/tzdata/Africa/Kigali
library/tzdata/Africa/Kinshasa
library/tzdata/Africa/Libreville
library/tzdata/Africa/Luanda
library/tzdata/Africa/Lubumbashi
library/tzdata/Africa/Lusaka
library/tzdata/Africa/Malabo
library/tzdata/Africa/Maseru
library/tzdata/Africa/Mbabane
library/tzdata/Africa/Mogadishu
library/tzdata/Africa/Niamey
library/tzdata/Africa/Porto-Novo
library/tzdata/Asia/Phnom_Penh
library/tzdata/Asia/Vientiane
library/tzdata/Europe/Riga
library/tzdata/Indian/Antananarivo
library/tzdata/Indian/Comoro
library/tzdata/Indian/Mayotte
tzdata2014j from ietf.org (check-in: dbaa498f63, user: venkat, branch: core-8-5-branch)
4.58 years license.terms
pkgs/README
unix/ldAix
Remove a number of eol-spaces. No change in functionality. (check-in: 43b5a95f6d, user: jan.nijtmans, branch: trunk)
4.60 years tests/append.test
tests/appendComp.test
[214cc0eb22] Add tests to make sure that this bug stays fixed. (check-in: fcc112066f, user: dkf, branch: trunk)
4.63 years win/tclsh.exe.manifest.in
Support for Windows 10 (check-in: 585b37d8d8, user: jan.nijtmans, branch: core-8-5-branch)
4.76 years tests/error.test
[cee90e4e88] Correct error in stack depth checking. (check-in: b5ecfdaff3, user: dgp, branch: trunk)
4.78 years tests/aaa_exit.test
Distinguish hanging from crashing in exit tests. (check-in: 208b2e859d, user: ferrieux, branch: trunk)
4.84 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/Kashgar
library/tzdata/Atlantic/St_Helena
library/tzdata/Australia/Adelaide
library/tzdata/Australia/Brisbane
library/tzdata/Australia/Broken_Hill
library/tzdata/Australia/Currie
library/tzdata/Australia/Darwin
library/tzdata/Australia/Hobart
library/tzdata/Australia/Lindeman
library/tzdata/Australia/Melbourne
library/tzdata/Australia/Perth
library/tzdata/Australia/Sydney
library/tzdata/Europe/Budapest
library/tzdata/Europe/Helsinki
library/tzdata/Europe/Kiev
tzdata2014f from ietf.org (check-in: cefd4a6c51, user: kbk, branch: core-8-5-branch)
4.87 years library/platform/shell.tcl
Updated package "platform" to version 1.0.13. Separated the identifiers "macosx*-i386-x86_64" and "macosx-universal" as incompatible with each other. Plus addition of a cast in tclIO.c to match types in a comparison which otherwise bugs a Windows debug build (warnings are errors). (check-in: dcb280116a, user: andreask, branch: core-8-5-branch)
4.99 years tests/switch.test
[f0f876c141] Improve consistency in error messages. (check-in: fffc281b07, user: dkf, branch: trunk)
5.30 years 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)
5.34 years generic/tclPlatDecls.h
generic/tclThreadJoin.c
Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang/LLVM) don't define it, and _WIN32 is much more portable anyway. See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW] (check-in: 80cf092cc7, user: jan.nijtmans, branch: trunk)
5.34 years library/http/effective_tld_names.txt.gz
update list of TLDs (check-in: 38e63c1acb, user: dkf, branch: dkf-http-cookies)
5.43 years generic/tclStringTrim.h
Make DEFAULT_TRIM_SET a MODULE_SCOPE string constant, so its value can be shared in tclCmdMZ.o and TclCompCmdsSZ.o and it no longer pollutes the tclStringTrim.h header file. (check-in: 2191bd8485, user: jan.nijtmans, branch: trunk)
5.55 years library/parray.tcl
[a122627849] Improve stack trace from parray on not-array. (check-in: 2c4acdb880, user: dkf, branch: core-8-5-branch)
5.57 years generic/tclNotify.c
Fix [e832d2b08]: unnecessary code in Tcl_SetMaxBlockTime. (check-in: 04b08d7303, user: jan.nijtmans, branch: trunk)
5.60 years doc/ChnlStack.3
doc/CrtChnlHdlr.3
doc/CrtCloseHdlr.3
doc/OOInitStubs.3
doc/RegConfig.3
doc/SetChanErr.3
doc/class.n
doc/object.n
Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others. (check-in: 92ff51d4b5, user: jan.nijtmans, branch: trunk)
5.60 years doc/SourceRCFile.3
Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others. (check-in: 5145f9b673, user: jan.nijtmans, branch: core-8-5-branch)
5.63 years pkgs/package.list.txt
[01b77111e5]: Small fixes relating to this bug. In particular, the package name mapping was not being distributed, and there were some small problems with what the mappings were and how they were applied. Also prevented external URLs from ending with a '.'; that's vanishingly rare... (check-in: bfb7a5375f, user: dkf, branch: trunk)
5.68 years generic/tclOOStubLib.c
Fix for bug [f51efe99a7]: MinGW build fails on current checkin. And a new test-case which makes the problem visible on UNIX as well. (check-in: 7abbaed029, user: jan.nijtmans, branch: trunk)
5.69 years library/tzdata/America/Anguilla
library/tzdata/America/Aruba
library/tzdata/America/Dominica
library/tzdata/America/Grenada
library/tzdata/America/Guadeloupe
library/tzdata/America/Marigot
library/tzdata/America/Montserrat
library/tzdata/America/St_Barthelemy
library/tzdata/America/St_Kitts
library/tzdata/America/St_Lucia
library/tzdata/America/St_Thomas
library/tzdata/America/St_Vincent
library/tzdata/America/Tortola
library/tzdata/America/Virgin
library/tzdata/Antarctica/McMurdo
library/tzdata/Antarctica/South_Pole
library/tzdata/Europe/Vaduz
library/tzdata/Europe/Zurich
library/tzdata/Pacific/Johnston
Advance to tzdata2013g (check-in: 0bce3cbeeb, user: kbk, branch: core-8-5-branch)
5.83 years tests/rename.test
[a16752c252] Correct failure to call cmd deletion callbacks. (check-in: 2718a160f1, user: dgp, branch: trunk)
6.09 years compat/zlib/contrib/infback9/infback9.c
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)
6.17 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)
6.23 years library/tzdata/America/Barbados
library/tzdata/America/Costa_Rica
library/tzdata/America/Nassau
library/tzdata/Atlantic/Bermuda
library/tzdata/Europe/Busingen
library/tzdata/Europe/Vienna
Update to tzdata2013b (check-in: 15d1b83223, user: venkat, branch: core-8-5-branch)
6.27 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)
6.29 years tests/listObj.test
[Bug 3606542]: Add missing constraint to test. (check-in: 068506d5f1, user: dkf, branch: trunk)
6.30 years tests/assocd.test
3605719,3605720 Test independence. Thanks Rolf Ade for patches. (check-in: c4b02b8c49, user: dgp, branch: trunk)
6.37 years tests/cmdInfo.test
tests/dcall.test
For Parse/eval & msgcat, select modernizations from Patrick Fradin + -debug fix (check-in: 886f2784c1, user: dgp, branch: trunk)
6.46 years compat/dirent2.h
compat/dlfcn.h
compat/string.h
eliminate dependancy of compat/*.h on tcl.h (check-in: 5e21e8284c, user: jan.nijtmans, branch: core-8-5-branch)
6.53 years unix/tclLoadShl.c
Tcl headers already protect from EXTERN defines (check-in: 6b7f7f3849, user: dgp, branch: trunk)
6.59 years unix/tclLoadNext.c
style fix (check-in: 5fbbfc2a80, user: jan.nijtmans, branch: trunk)
6.60 years tools/README
Remove files and references for long outdated Wise Installer. (check-in: bbb8a76120, user: dgp, branch: trunk)
6.60 years ChangeLog.2001
just fix some characters that fossil cannot handle well (check-in: 7559185e9a, user: jan.nijtmans, branch: core-8-5-branch)
6.64 years unix/tclLoadOSF.c
Add "flags" parameter from Tcl_LoadFile to to various internal functions, so these flags are available through the whole filesystem for (future) internal use (check-in: 4d417791c9, user: jan.nijtmans, branch: trunk)
6.87 years tests/dstring.test
tests/lset.test
tests/notify.test
tests/unixFile.test
tests/winNotify.test
tests/winTime.test
No longer build tcltest.exe to run the tests,but use tclsh86.exe in combination with tcltest86.dll to do that (Windows only) (check-in: 9792ff8b65, user: jan.nijtmans, branch: trunk)
6.89 years unix/install-sh
sync with TEA, fix some comments (check-in: 0728cce9c7, user: jan.nijtmans, branch: trunk)
7.11 years compat/zlib/FAQ
compat/zlib/INDEX
compat/zlib/contrib/ada/buffer_demo.adb
compat/zlib/contrib/ada/mtest.adb
compat/zlib/contrib/ada/read.adb
compat/zlib/contrib/ada/test.adb
compat/zlib/contrib/ada/zlib-streams.adb
compat/zlib/contrib/ada/zlib-thin.adb
compat/zlib/contrib/ada/zlib.adb
compat/zlib/contrib/ada/zlib.ads
compat/zlib/contrib/asm686/match.S
compat/zlib/contrib/delphi/zlibd32.mak
compat/zlib/contrib/iostream2/zstream.h
compat/zlib/contrib/masmx86/inffas32.asm
compat/zlib/contrib/masmx86/match686.asm
compat/zlib/contrib/minizip/Makefile.am
compat/zlib/contrib/minizip/ioapi.c
compat/zlib/contrib/minizip/ioapi.h
compat/zlib/contrib/minizip/minizip.pc.in
compat/zlib/contrib/minizip/mztools.c
compat/zlib/contrib/minizip/mztools.h
compat/zlib/contrib/pascal/zlibd32.mak
compat/zlib/contrib/puff/Makefile
compat/zlib/contrib/puff/zeros.raw
compat/zlib/contrib/vstudio/vc10/testzlibdll.vcxproj
compat/zlib/crc32.h
compat/zlib/inffixed.h
compat/zlib/make_vms.com
compat/zlib/msdos/Makefile.bor
compat/zlib/msdos/Makefile.msc
compat/zlib/msdos/Makefile.tc
compat/zlib/win32/Makefile.bor
compat/zlib/zlib.pc.cmakein
zlib-1.2.7 (check-in: eb14b7478a, user: jan.nijtmans, branch: trunk)
7.15 years library/tzdata/Asia/Damascus
Apply tzdata2012c (check-in: 7fbd5f91d3, user: kbk, branch: core-8-5-branch)
7.24 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)
7.25 years win/cat.c
[Bug 3288345] Wrong Tcl_StatBuf used on Cygwin (check-in: 7ad5febe39, user: jan.nijtmans, branch: trunk)
7.54 years generic/tclTomMathInt.h
[Bug 2991415]: tclport.h #include'd before limits.h (check-in: 92d210ba25, user: jan.nijtmans, branch: trunk)
7.75 years generic/tclDTrace.d
3405652 Portability workaround for broken system DTrace support. Thanks to Dagobert Michelson. (check-in: d9f5e84500, user: dgp, branch: trunk)
7.83 years generic/tclPosixStr.c
[Bug 3388350] mingw64 compiler warnings (check-in: 8fbf108ea7, user: jan.nijtmans, branch: trunk)
7.88 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)
8.19 years library/tzdata/America/North_Dakota/Beulah
Import Olson's tzdata2011e. (check-in: d9f4537543, user: venkat, branch: core-8-5-branch)
8.26 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)
8.28 years compat/memcmp.c
macosx/tclMacOSXBundle.c
tests/concat.test
tests/eval.test
tests/if.test
tests/linsert.test
tests/opt.test
tests/proc-old.test
tests/remote.tcl
tests/security.test
tests/while.test
tools/checkLibraryDoc.tcl
tools/index.tcl
unix/tclUnixEvent.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)
8.28 years doc/man.macros
generic/README
macosx/Tcl-Debug.xcconfig
macosx/Tcl-Info.plist.in
macosx/Tcl-Release.xcconfig
macosx/Tclsh-Info.plist.in
tests/for-old.test
tests/incr-old.test
tests/llength.test
tests/macOSXLoad.test
tests/pid.test
tests/pwd.test
tests/while-old.test
tests/winConsole.test
tools/installData.tcl
tools/man2tcl.c
unix/dltest/README
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. (check-in: 79367df0f0, user: dgp, branch: core-8-5-branch)
8.29 years compat/README
compat/dirent.h
tests/if-old.test
tools/encoding/big5.txt
tools/encoding/gb2312.txt
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. (check-in: 90b4acd7bd, user: dgp, branch: core-8-4-branch)
8.63 years ChangeLog.2008
Split from ChangeLog (check-in: 183b97080e, user: rmax, branch: trunk)
8.86 years library/tzdata/America/Bahia_Banderas
library/tzdata/Pacific/Ponape
library/tzdata/Pacific/Truk
library/tzdata/Pacific/Yap
* library/tzdata/America/Bahia_Banderas: * library/tzdata/Pacific/Chuuk: * library/tzdata/Pacific/Pohnpei: * library/tzdata/Africa/Cairo: * library/tzdata/Europe/Helsinki: * library/tzdata/Pacific/Ponape: * library/tzdata/Pacific/Truk: * library/tzdata/Pacific/Yap: Olson's tzdata2010k. (check-in: 9808871b8d, user: kennykb, branch: core-8-5-branch)
8.95 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)
9.13 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)
9.15 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)
9.25 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)
9.26 years library/tzdata/America/Matamoros
library/tzdata/America/Ojinaga
* library/tzdata/America/Matamoros: New locale * library/tzdata/America/Ojinaga: New locale * library/tzdata/America/Santa_Isabel: New locale * library/tzdata/America/Asuncion: * library/tzdata/America/Tijuana: * library/tzdata/Antarctica/Casey: * library/tzdata/Antarctica/Davis: * library/tzdata/Antarctica/Mawson: * library/tzdata/Asia/Dhaka: * library/tzdata/Pacific/Fiji: Olson tzdata2010c. (check-in: c9785f1583, user: dgp, branch: trunk)
9.66 years win/tclsh.ico
Fix the icon to have 48x48 size (mistakenly made a 46px icon) (check-in: cd373de52f, user: patthoyts, branch: trunk)
9.69 years generic/tommath.h
* generic/tclTomMathInt.h (new): Public header tclTomMath.h had * generic/tclTomMath.h: dependence on private headers, breaking use * generic/tommath.h: by extensions [Bug 1941434]. (check-in: 6e9ea43f97, user: dgp, branch: core-8-5-branch)
9.97 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)
10.12 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)
10.18 years library/tzdata/Asia/Katmandu
Olson's tzdata2009e (check-in: 112f6af617, user: kennykb, branch: trunk)
10.48 years compat/zlib/contrib/ada/readme.txt
compat/zlib/contrib/ada/zlib.gpr
compat/zlib/contrib/blast/Makefile
compat/zlib/contrib/blast/README
compat/zlib/contrib/blast/test.pk
compat/zlib/contrib/blast/test.txt
compat/zlib/contrib/delphi/ZLibConst.pas
compat/zlib/contrib/delphi/readme.txt
compat/zlib/contrib/dotzlib/DotZLib.sln
compat/zlib/contrib/dotzlib/DotZLib/DotZLib.csproj
compat/zlib/contrib/dotzlib/LICENSE_1_0.txt
compat/zlib/contrib/infback9/README
compat/zlib/contrib/infback9/infback9.h
compat/zlib/contrib/infback9/inffix9.h
compat/zlib/contrib/infback9/inflate9.h
compat/zlib/contrib/inflate86/inffast.S
compat/zlib/contrib/iostream/test.cpp
compat/zlib/contrib/iostream/zfstream.cpp
compat/zlib/contrib/iostream/zfstream.h
compat/zlib/contrib/iostream2/zstream_test.cpp
compat/zlib/contrib/iostream3/README
compat/zlib/contrib/iostream3/TODO
compat/zlib/contrib/iostream3/test.cc
compat/zlib/contrib/iostream3/zfstream.cc
compat/zlib/contrib/iostream3/zfstream.h
compat/zlib/contrib/masmx64/bld_ml64.bat
compat/zlib/contrib/minizip/Makefile
compat/zlib/contrib/pascal/example.pas
compat/zlib/contrib/pascal/readme.txt
compat/zlib/contrib/puff/README
compat/zlib/contrib/testzlib/testzlib.txt
compat/zlib/contrib/untgz/Makefile
compat/zlib/contrib/untgz/Makefile.msc
compat/zlib/contrib/untgz/untgz.c
compat/zlib/examples/fitblk.c
compat/zlib/old/Makefile.riscos
compat/zlib/old/README
compat/zlib/old/descrip.mms
compat/zlib/old/os2/zlib.def
compat/zlib/old/visual-basic.txt
Add previously omitted files so we have a complete zlib 1.2.3 distro... (check-in: 8b8d3f1e88, user: dkf, branch: trunk)
10.85 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)
11.13 years generic/regfronts.c
Get rid of pre-C89-isms (esp. CONST vs const). (check-in: 2d205c22fb, user: dkf, branch: trunk)
11.21 years library/tzdata/Asia/Calcutta
library/tzdata/Asia/Saigon
Changes up to and including Olson's tzdata2008b (check-in: 79c4daab88, user: kennykb, branch: trunk)
11.67 years ChangeLog.1999
ChangeLog.2005
Tidying up, adding names to log entries, etc. (check-in: e185293bea, user: dkf, branch: trunk)
11.78 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)
12.15 years library/tzdata/America/Tegucigalpa
Olson's tzdata2007e. (check-in: 7420c6c384, user: kennykb, branch: trunk)
12.27 years library/tzdata/America/Indiana/Winamac
New US DST rules on Windows; Olson's tzdata2007c (check-in: f6e91e1904, user: kennykb, branch: trunk)
12.33 years library/tzdata/Atlantic/Faeroe
library/tzdata/Atlantic/Faroe
rebuilt from Olson's tzdata2007b (check-in: eb57473537, user: kennykb, branch: trunk)
12.54 years library/tzdata/America/Managua
library/tzdata/Europe/Podgorica
Olson's tzdata2006p (check-in: b2237c8c13, user: kennykb, branch: trunk)
12.69 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/UTC
library/tzdata/Etc/Universal
library/tzdata/Etc/Zulu
library/tzdata/Europe/Andorra
library/tzdata/Europe/Athens
library/tzdata/Europe/Belfast
library/tzdata/Europe/Bratislava
library/tzdata/Europe/Brussels
library/tzdata/Europe/Bucharest
library/tzdata/Europe/Copenhagen
library/tzdata/Europe/Gibraltar
library/tzdata/Europe/Guernsey
library/tzdata/Europe/Isle_of_Man
library/tzdata/Europe/Jersey
library/tzdata/Europe/Ljubljana
library/tzdata/Europe/London
library/tzdata/Europe/Luxembourg
library/tzdata/Europe/Mariehamn
library/tzdata/Europe/Monaco
library/tzdata/Europe/Nicosia
library/tzdata/Europe/Oslo
library/tzdata/Europe/Paris
library/tzdata/Europe/San_Marino
library/tzdata/Europe/Sarajevo
library/tzdata/Europe/Skopje
library/tzdata/Europe/Stockholm
library/tzdata/Europe/Tirane
library/tzdata/Europe/Tiraspol
library/tzdata/Europe/Uzhgorod
library/tzdata/Europe/Vatican
library/tzdata/Europe/Warsaw
library/tzdata/Europe/Zagreb
library/tzdata/GB
library/tzdata/GB-Eire
library/tzdata/GMT
library/tzdata/GMT+0
library/tzdata/GMT-0
library/tzdata/GMT0
library/tzdata/Greenwich
library/tzdata/HST
library/tzdata/Hongkong
library/tzdata/Iceland
library/tzdata/Iran
library/tzdata/Israel
library/tzdata/Jamaica
library/tzdata/Japan
library/tzdata/Kwajalein
library/tzdata/Libya
library/tzdata/MST
library/tzdata/MST7MDT
library/tzdata/Mexico/BajaNorte
library/tzdata/Mexico/BajaSur
library/tzdata/Mexico/General
library/tzdata/NZ
library/tzdata/NZ-CHAT
library/tzdata/Navajo
library/tzdata/PRC
library/tzdata/PST8PDT
library/tzdata/Pacific/Samoa
library/tzdata/Poland
library/tzdata/Portugal
library/tzdata/ROC
library/tzdata/ROK
library/tzdata/Singapore
library/tzdata/Turkey
library/tzdata/US/Alaska
library/tzdata/US/Aleutian
library/tzdata/US/Arizona
library/tzdata/US/Central
library/tzdata/US/East-Indiana
library/tzdata/US/Eastern
library/tzdata/US/Hawaii
library/tzdata/US/Indiana-Starke
library/tzdata/US/Michigan
library/tzdata/US/Mountain
library/tzdata/US/Pacific
library/tzdata/US/Pacific-New
library/tzdata/US/Samoa
library/tzdata/UTC
library/tzdata/Universal
library/tzdata/W-SU
library/tzdata/WET
library/tzdata/Zulu
Olson's tzdata2006m (check-in: cc62308f7f, user: kennykb, branch: trunk)
13.55 years unix/aclocal.m4
* unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), add CFLAGS to SHLIB_LD to support passing -isysroot in env(CFLAGS) to configure (flag can't be present twice, so can't be in both CFLAGS and LDFLAGS during configure), don't use -prebind when deploying on 10.4, define TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING (rdar://3171542). (SC_ENABLE_LANGINFO, SC_TIME_HANDLER): add/fix caching, fix obsolete autoconf macros. Sync with tk/unix/tcl.m4. * unix/configure.in: fix obsolete autoconf macros, sync gratuitous formatting/ordering differences with tk/unix/configure.in. * unix/Makefile.in: add CFLAGS to tclsh/tcltest link to make executable linking the same as during configure (needed to avoid loosing any linker relevant flags in CFLAGS, in particular flags that can't be in LDFLAGS). Avoid concurrent linking of tclsh and compiling of tclTestInit.o or xtTestInit.o during parallel make. (checkstubs, checkdoc, checkexports): dependency and Darwin fixes (dist): add new macosx files. * unix/tclLoadDyld.c (TclpDlopen): use NSADDIMAGE_OPTION_WITH_SEARCHING on second NSAddImage only. [Bug 1204237] (TclGuessPackageName): should not be MODULE_SCOPE. (TclpLoadMemory): ppc64 and endian (i386) fixes, add support for loading universal (fat) bundles from memory. * unix/tclUnixFCmd.c: * macosx/tclMacOSXFCmd.c: ppc64 and endian (i386) fixes. (TclMacOSXCopyFileAttributes): add support for new Tiger copyfile() API to enable copying of xattrs & ACLs by [file copy]. * generic/tcl.h: add Darwin specifc configure overrides for TCL_WIDE defines to support fat compiles of ppc and ppc64 at the same time, (replaces Darwin CVS fix by emoy, rdar://3693001). add/correct location of version numbers in macosx files. * generic/tclInt.h: clarify fat compile comment. * unix/tclUnixPort.h: add Darwin specifc configure overrides to support fat compiles, where configure runs only once for multiple architectures (replaces Darwin CVS fix by emoy, rdar://3693001). * macosx/tclMacOSXBundle.c: * macosx/tclMacOSXNotify.c: * unix/tclUnixNotfy.c: * unix/tclUnixPort.h: fix #include order to support compile time override of HAVE_COREFOUNDATION in tclUnixPort.h when building for ppc64 * macosx/Tcl.pbproj/default.pbxuser (new file): * macosx/Tcl.pbproj/jingham.pbxuser: * macosx/Tcl.pbproj/project.pbxproj: * macosx/Tcl.xcode/default.pbxuser (new file): * macosx/Tcl.xcode/project.pbxproj (new file): * macosx/Tcl.xcodeproj/default.pbxuser (new file): * macosx/Tcl.xcodeproj/project.pbxproj (new file): new/updated projects for Xcode 2.2 on 10.4, Xcode 1.5 on 10.3 & ProjectBuilder on 10.2, with native tcltest targets and support for universal (fat) compiles. * macosx/README: clarification/cleanup, document new Xcode projects and universal (fat) builds via CFLAGS (i.e. all of ppc ppc64 i386 at once). * unix/Makefile.in: * unix/aclocal.m4: * unix/configure.in: * unix/dltest/Makefile.in: * macosx/configure.ac (new file): add support for inclusion of unix/configure.in by macosx/configure.ac, allows generation of a config headers enabled configure script in macosx (required by Xcode projects). * macosx/GNUmakefile: rename from Makefile to avoid overwriting by configure run in tcl/macosx, add support for reusing configure cache, build target fixes, remove GENERIC_FLAGS override now handled by tcl.m4. * generic/tcl.decls: add Tcl_Main declaration as comment to avoid 'checkstubs' target complaining about it missing from stubs. * generic/regex.h: * generic/tclDate.c: * generic/tclEnv.c: * generic/tclGetDate.y: * generic/tclIOUtil.c: * generic/tclObj.c: * generic/tclStubInit.c: * generic/tclStubLib.c: * generic/tclPathObj.c: * generic/tclThreadAlloc.c: * generic/tclThreadStorage.c: * generic/tclTrace.c: * generic/tclVar.c: * generic/tommath.h: * tools/fix_tommath_h.tcl: * unix/tclUnixFCmd.c: ensure externally visible symbols not contained in stubs table are declared as MODULE_SCOPE (or as static if not used outside of own source file). These changes allow 'make checkstubs' to complete without error on Darwin with gcc 4. * generic/rege_dfa.c (getvacant): * generic/regexec.c (cfind): * generic/tclCompExpr.c (CompileSubExpr): * generic/tclNamesp.c (NamespaceEnsembleCmd): * unix/tclUnixChan.c (TclUnixWaitForFile): initialise variables to silence gcc 4 warnings. * generic/tclExecute.c (TclExecuteByteCode): fix unused variable warning when NO_WIDE_TYPE is defined. * generic/regguts.h: only #define NDEBUG if not already #defined. * unix/tclUnixNotfy.c: * macosx/tclMacOSXNotify.c: sync whitespace & comments. * unix/tclUnixPort.h: * win/tclWinPort.h: remove declaration of obsolete&unused TclpMutex API. * unix/configure: * unix/tclConfig.h.in: regen. (check-in: eac3630f72, user: das, branch: trunk)
13.59 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)
14.77 years library/tzdata/SystemV/AST4
library/tzdata/SystemV/AST4ADT
library/tzdata/SystemV/CST6
library/tzdata/SystemV/CST6CDT
library/tzdata/SystemV/EST5
library/tzdata/SystemV/EST5EDT
library/tzdata/SystemV/HST10
library/tzdata/SystemV/MST7
library/tzdata/SystemV/MST7MDT
library/tzdata/SystemV/PST8
library/tzdata/SystemV/PST8PDT
library/tzdata/SystemV/YST9
library/tzdata/SystemV/YST9YDT
* generic/tclTimer.c: Removed a premature optimisation that attempted to store the assoc data in the client data; the optimisation caused a bug that [after] would overwrite its imports. [Bug 1016167] * library/clock.tcl (InitTZData, ClearCaches): Changed so that the in-memory time zone :UTC (and its aliases) always gets reinitialised, in case tzdata is absent. [Bug 1019537, 1023779] * library/tzdata/*: Regenerated. * tests/clock.test (clock-31.*, clock-39.1): Corrected a problem where the 'system' locale tests fail on a non-English Windows machine. [Bug 1023761]. Added a test to make sure that alias time zones load correctly. [Bug 1023779]. * tools/tclZIC.tcl (writeLinks): Corrected a problem where alias time zone names were written incorrectly, causing them to fail to load at run time. [Bug 1023779]. * win/tclWinTime.c (Tcl_GetTime): Eliminated CPUID tests on Win64 - assuming that HAL vendors now do a better job of keeping the performance counters synchronized among CPU's. [Bug 1020445] (check-in: 58fb9afc44, user: kennykb, branch: trunk)
14.82 years library/msgs/af.msg
library/msgs/af_za.msg
library/msgs/ar_in.msg
library/msgs/bn_in.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/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/eu.msg
library/msgs/eu_es.msg
library/msgs/fo_fo.msg
library/msgs/fr_be.msg
library/msgs/fr_ca.msg
library/msgs/fr_ch.msg
library/msgs/ga_ie.msg
library/msgs/gl_es.msg
library/msgs/gv.msg
library/msgs/gv_gb.msg
library/msgs/hi_in.msg
library/msgs/id.msg
library/msgs/id_id.msg
library/msgs/it_ch.msg
library/msgs/kl.msg
library/msgs/kl_gl.msg
library/msgs/kok_in.msg
library/msgs/kw.msg
library/msgs/kw_gb.msg
library/msgs/mr_in.msg
library/msgs/ms.msg
library/msgs/ms_my.msg
library/msgs/nl.msg
library/msgs/nl_be.msg
library/msgs/pt_br.msg
library/msgs/ru_ua.msg
library/msgs/sw.msg
library/msgs/ta_in.msg
TIP #173 and #209 implementation - see ChangeLog for details (check-in: 251b9c6eca, user: kennykb, branch: trunk)
16.10 years tools/encoding/txt2enc.c
fix for [Bug 733221] (check-in: d95fa584b3, user: mistachkin, branch: trunk)
16.31 years library/encoding/cp932.enc
library/encoding/euc-jp.enc
library/encoding/iso2022-jp.enc
library/encoding/shiftjis.enc
* generic/tclEncoding.c (LoadTableEncoding): * library/encoding/cp932.enc: Correct jis round-trip encoding * library/encoding/euc-jp.enc: by adding 'R' type to .enc files. * library/encoding/iso2022-jp.enc: [Patch #689341] (koboyasi, taguchi) * library/encoding/jis0208.enc: * library/encoding/shiftjis.enc: * tests/encoding.test: (check-in: 3e571abd43, user: hobbs, branch: trunk)
16.43 years tools/encoding/cp437.txt
tools/encoding/cp737.txt
tools/encoding/cp775.txt
tools/encoding/cp850.txt
tools/encoding/cp852.txt
tools/encoding/cp855.txt
tools/encoding/cp857.txt
tools/encoding/cp860.txt
tools/encoding/cp861.txt
tools/encoding/cp862.txt
tools/encoding/cp863.txt
tools/encoding/cp864.txt
tools/encoding/cp865.txt
tools/encoding/cp866.txt
tools/encoding/cp869.txt
remove unused variable (check-in: e7546a259f, user: vincentdarley, branch: trunk)
16.71 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)
17.21 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)
17.29 years library/encoding/iso2022.enc
tools/encoding/iso2022-jp.esc
tools/encoding/iso2022.esc
* library/encoding/iso2022-jp.enc: * library/encoding/iso2022.enc: * tools/encoding/iso2022-jp.esc: * tools/encoding/iso2022.esc: gave <ESC>$B precedence over <ESC>$@, based on comments (point 1) in [Bug #219283] (rfc 1468) (check-in: ab9df3e822, user: hobbs, branch: trunk)
17.67 years library/encoding/ebcdic.enc
tools/encoding/ebcdic.txt
* library/encoding/ebcdic.enc: * tools/encoding/ebcdic.txt: EBCDIC charset mapping. [Patch #219323] (nijtmans) (check-in: 186e3e6270, user: hobbs, branch: trunk)
17.67 years library/encoding/tis-620.enc
tools/encoding/tis-620.txt
* library/encoding/tis-620.enc: * tools/encoding/tis-620.txt: TIS-620 charset mapping. [Patch #467423] (poonlap) (check-in: 0ae6c21212, user: hobbs, branch: trunk)
17.69 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)
18.06 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)
18.14 years library/encoding/iso8859-15.enc
Got the encoding wrong; thanks to Richard Suchenwirth for pointing me in the direction of a correct encoding. (check-in: e7cab317cf, user: dkf, branch: trunk)
19.63 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)
20.12 years tools/encoding/README
* Merged changes from 8.1.0 branch (check-in: dc45694c11, user: stanton, branch: trunk)
20.14 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)
20.16 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)