Tcl Source Code

File Ages
Login

Files in check-in e2f2e6ca337ae2ff ordered by age

File ages are expressed relative to the check-in time of 2017-10-31 16:16:46.

AgeFilesCheck-in
current generic/tclExecute.c
eliminate most use of (long) type, except for increments (check-in: e2f2e6ca33, user: jan.nijtmans, branch: no-wideint)
23.5 hours generic/tclInt.h
generic/tclObj.c
Fix some pointer arthemeric (only visible on big-endian systems) (check-in: d3adf52e7a, user: jan.nijtmans, branch: no-wideint)
25.7 hours generic/tclAssembly.c
generic/tclBasic.c
generic/tclCmdMZ.c
generic/tclTimer.c
generic/tclUtil.c
more progress in code simplifications (check-in: 3876616fc4, user: jan.nijtmans, branch: no-wideint)
29.3 hours generic/tclInt.decls
generic/tclIntDecls.h
Change (internal) TclFormatInt() signature, so it can handle WideInt's directly. Ongoing simplifications ... (check-in: c606809235, user: jan.nijtmans, branch: no-wideint)
31.5 hours generic/tclDisassemble.c
generic/tclGet.c
generic/tclProc.c
generic/tclStrToD.c
generic/tclStubInit.c
Experimental branch meant to eliminate the "wideint" type, just merge it to a single "int" type. No effect on linux64 and similar systems, code simplification for Win64 and 32-bit system. No TIP yet, implementation ongoing. (check-in: c2abe1efd0, user: jan.nijtmans, branch: no-wideint)
34.9 hours tests/oo.test
merge bug-fc1409fc91. (check-in: 76eaf9a16b, user: pooryorick, branch: trunk)
34.9 hours generic/tclFileName.c
generic/tclOO.c
generic/tclOOCall.c
generic/tclOOInt.h
Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion deletes the object's namespace. (check-in: bee7f97ad6, user: pooryorick, branch: bug-fc1409fc91)
1.5 days tests/platform.test
merge 8.6 (check-in: 0c0de52be7, user: dgp, branch: trunk)
1.6 days tests/assemble.test
tests/execute.test
merge 8.6 (check-in: 2ce0a4a90e, user: dgp, branch: trunk)
1.6 days tests/resolver.test
Revise tests that relied on deprecated variable resolution rules. (check-in: 3e3819a1ea, user: dgp, branch: core-8-6-branch)
4.1 days tests/encoding.test
oops (check-in: 4456d66c47, user: dgp, branch: trunk)
4.1 days tests/cmdAH.test
Update tests that were still written on the outdated premise that Tcl's encoding subsystem had to initialize starting in the identity encoding. (check-in: 67d6de0b15, user: dgp, branch: core-8-6-branch)
4.4 days unix/tclEpollNotfy.c
Fix timeout calculation in epoll-based notifier. Proposed fix for [1a6a36d901dedead248ea96df09d5dc159532652|1a6a36d901]. Patch by Lucio AndrĂ©s Illanes Albornoz. Thanks! (check-in: ad84a95758, user: jan.nijtmans, branch: trunk)
7.1 days 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)
7.1 days tests/clock.test
Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967 (check-in: 810600812c, user: kbk, branch: core-8-6-branch)
7.3 days generic/tclOOMethod.c
[fc1409fc91]: TclOO method with non-literal value for body argument causes segmentation fault (check-in: d6d4b18fc1, user: pooryorick, branch: bug-fc1409fc91)
8.0 days library/tzdata/Africa/Juba
library/tzdata/Africa/Khartoum
library/tzdata/Africa/Windhoek
library/tzdata/America/Adak
library/tzdata/America/Anchorage
library/tzdata/America/Detroit
library/tzdata/America/Grand_Turk
library/tzdata/America/Juneau
library/tzdata/America/Metlakatla
library/tzdata/America/Nome
library/tzdata/America/Sitka
library/tzdata/America/Yakutat
library/tzdata/Asia/Famagusta
library/tzdata/Asia/Kolkata
library/tzdata/Asia/Yangon
library/tzdata/Asia/Yerevan
library/tzdata/Europe/Dublin
library/tzdata/Pacific/Apia
library/tzdata/Pacific/Fiji
library/tzdata/Pacific/Pago_Pago
library/tzdata/Pacific/Tongatapu
Update TZ info to tzcode2017c. (check-in: b0e52b87d7, user: jima, branch: core-8-6-branch)
8.2 days generic/tclIO.c
merge core-8-6-branch (check-in: 91967bbc3f, user: jan.nijtmans, branch: trunk)
18.0 days generic/tclDictObj.c
generic/tclStringObj.c
Plug some memleaks. (check-in: 5fdcbcbaeb, user: dgp, branch: trunk)
19.0 days win/tclWinFCmd.c
win/tclWinLoad.c
Eliminate variable which is only used once. And a minor end-of-line space reduction. No functional change. (check-in: 28f72eb529, user: jan.nijtmans, branch: trunk)
22.1 days win/nmakehlp.c
In nmakehlp -v, return non-0 exit code if version is not found. (taken from vc-reform branch) (check-in: a0bd77b537, user: jan.nijtmans, branch: core-8-5-branch)
22.1 days .fossil-settings/ignore-glob
Add visual-studio related entries to ignore-glob. Taken over from reform-vc branch (check-in: b94bf5a82c, user: jan.nijtmans, branch: core-8-5-branch)
28.3 days generic/tclTomMath.h
libtommath/tommath.h
Merge latest 'const'ification changes from libtommath (develop branch, will be in next release). None of those are used in Tcl. (check-in: 294fb5e1fa, user: jan.nijtmans, branch: trunk)
29.0 days libtommath/bn_mp_export.c
libtommath/bn_mp_reduce.c
libtommath/bn_mp_reduce_2k_l.c
libtommath/bn_s_mp_exptmod.c
'const'ify all libtommath functions, will appear in next libtommath version. See: pull request [https://github.com/libtom/libtommath/pull/88|88] (check-in: 682abc3c1e, user: jan.nijtmans, branch: libtommath)
39.3 days libtommath/bn_mp_div_d.c
Make libtommath's "make" work in Tcl environment (for testing). Eliminate internal s_is_power_of_two(), which can better be done inline. Fix tommath.h for _MSC_VER. (check-in: 4fcc04a348, user: jan.nijtmans, branch: trunk)
41.3 days libtommath/bn_mp_abs.c
libtommath/bn_mp_add_d.c
libtommath/bn_mp_addmod.c
libtommath/bn_mp_and.c
libtommath/bn_mp_cmp.c
libtommath/bn_mp_copy.c
libtommath/bn_mp_count_bits.c
libtommath/bn_mp_div.c
libtommath/bn_mp_div_3.c
libtommath/bn_mp_dr_reduce.c
libtommath/bn_mp_dr_setup.c
libtommath/bn_mp_exptmod_fast.c
libtommath/bn_mp_exteuclid.c
libtommath/bn_mp_get_int.c
libtommath/bn_mp_get_long.c
libtommath/bn_mp_get_long_long.c
libtommath/bn_mp_is_square.c
libtommath/bn_mp_mod.c
libtommath/bn_mp_mod_2d.c
libtommath/bn_mp_mod_d.c
libtommath/bn_mp_montgomery_reduce.c
libtommath/bn_mp_montgomery_setup.c
libtommath/bn_mp_mul.c
libtommath/bn_mp_mul_d.c
libtommath/bn_mp_radix_size.c
libtommath/bn_mp_sqr.c
libtommath/bn_mp_sqrmod.c
libtommath/bn_mp_sub.c
libtommath/bn_mp_sub_d.c
libtommath/bn_mp_submod.c
libtommath/bn_mp_toom_sqr.c
libtommath/bn_mp_toradix.c
libtommath/bn_mp_toradix_n.c
libtommath/bn_mp_xor.c
libtommath/bn_s_mp_add.c
libtommath/bn_s_mp_mul_high_digs.c
libtommath/bn_s_mp_sqr.c
libtommath/bn_s_mp_sub.c
Further astyle formatting of libtommath. No functional changes. (check-in: 6706db6842, user: jan.nijtmans, branch: trunk)
43.1 days libtommath/bn_fast_s_mp_mul_high_digs.c
libtommath/bn_mp_prime_fermat.c
libtommath/bn_mp_prime_is_divisible.c
libtommath/bn_mp_prime_is_prime.c
libtommath/bn_mp_prime_miller_rabin.c
libtommath/tommath_private.h
win/tclAppInit.c
win/tclWinPipe.c
Finish libtommath's constification work. All done (hopefully). And make sure that C preprocessor directives have the '#' as first character on the line. (check-in: 5d1dde9e60, user: jan.nijtmans, branch: trunk)
43.1 days libtommath/bn_fast_mp_invmod.c
libtommath/bn_fast_mp_montgomery_reduce.c
libtommath/bn_mp_dr_is_modulus.c
libtommath/bn_mp_exptmod.c
libtommath/bn_mp_gcd.c
libtommath/bn_mp_invmod.c
libtommath/bn_mp_invmod_slow.c
libtommath/bn_mp_jacobi.c
libtommath/bn_mp_lcm.c
libtommath/bn_mp_montgomery_calc_normalization.c
libtommath/bn_mp_mulmod.c
libtommath/bn_mp_n_root.c
libtommath/bn_mp_n_root_ex.c
libtommath/bn_mp_reduce_2k.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_sqrtmod_prime.c
Another round of libtommath const'ification. To be submitted to the libtommath folks (check-in: 330a406fa5, user: jan.nijtmans, branch: trunk)
43.3 days libtommath/bn_fast_s_mp_mul_digs.c
libtommath/bn_fast_s_mp_sqr.c
libtommath/bn_mp_add.c
libtommath/bn_mp_cmp_d.c
libtommath/bn_mp_cmp_mag.c
libtommath/bn_mp_cnt_lsb.c
libtommath/bn_mp_div_2.c
libtommath/bn_mp_div_2d.c
libtommath/bn_mp_expt_d.c
libtommath/bn_mp_expt_d_ex.c
libtommath/bn_mp_fwrite.c
libtommath/bn_mp_init_copy.c
libtommath/bn_mp_karatsuba_mul.c
libtommath/bn_mp_karatsuba_sqr.c
libtommath/bn_mp_mul_2.c
libtommath/bn_mp_mul_2d.c
libtommath/bn_mp_neg.c
libtommath/bn_mp_or.c
libtommath/bn_mp_signed_bin_size.c
libtommath/bn_mp_sqrt.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_unsigned_bin_size.c
libtommath/bn_s_mp_mul_digs.c
Merge libtommath upstream changes (astyle formatting only). No functional changes. All Tcl-specific modifications are kept. (check-in: 6954ead823, user: jan.nijtmans, branch: trunk)
46.1 days libtommath/astylerc
libtommath/bn_error.c
libtommath/bn_mp_2expt.c
libtommath/bn_mp_clamp.c
libtommath/bn_mp_clear.c
libtommath/bn_mp_clear_multi.c
libtommath/bn_mp_exch.c
libtommath/bn_mp_fread.c
libtommath/bn_mp_grow.c
libtommath/bn_mp_import.c
libtommath/bn_mp_init.c
libtommath/bn_mp_init_multi.c
libtommath/bn_mp_init_set.c
libtommath/bn_mp_init_set_int.c
libtommath/bn_mp_init_size.c
libtommath/bn_mp_lshd.c
libtommath/bn_mp_prime_next_prime.c
libtommath/bn_mp_prime_rabin_miller_trials.c
libtommath/bn_mp_prime_random_ex.c
libtommath/bn_mp_rand.c
libtommath/bn_mp_read_radix.c
libtommath/bn_mp_read_signed_bin.c
libtommath/bn_mp_read_unsigned_bin.c
libtommath/bn_mp_rshd.c
libtommath/bn_mp_set.c
libtommath/bn_mp_set_int.c
libtommath/bn_mp_shrink.c
libtommath/bn_mp_zero.c
libtommath/bn_prime_tab.c
libtommath/bn_reverse.c
libtommath/bncore.c
libtommath/makefile
libtommath/tommath_class.h
libtommath/tommath_superclass.h
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)
46.1 days generic/tclTomMath.decls
generic/tclTomMathDecls.h
'const'ify more libtommath functions. All functions in generic/tclTomMath.decls (used by Tcl) are done now. (check-in: b54e97868c, user: jan.nijtmans, branch: trunk)
47.3 days generic/tclHash.c
generic/tclTomMathInterface.c
Remove some unnecessary #if 0 sections. Fix comments and panic messages. No functional changes. (check-in: f4cdedde64, user: jan.nijtmans, branch: trunk)
47.4 days library/init.tcl
Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in comments (check-in: 41b84c3667, user: jan.nijtmans, branch: trunk)
48.3 days generic/tclBinary.c
generic/tclDecls.h
unix/Makefile.in
win/Makefile.in
win/makefile.vc
Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions. Deprecate the internal TclBNInitBignumFrom* functions, in favor of the official tommath functions with the same purpose. (check-in: 900152d715, user: jan.nijtmans, branch: trunk)
53.1 days libtommath/bn_mp_set_long_long.c
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)
53.1 days changes
Be consistent about how I am referred to. (check-in: 6015050c0e, user: gahr, branch: trunk)
53.1 days README
generic/tcl.h
unix/configure
unix/configure.ac
win/configure
win/configure.ac
Bump to 8.7a2 to distinguish trunk from 8.7a1 release. (check-in: 6896e53834, user: dgp, branch: trunk)
57.1 days library/msgcat/pkgIndex.tcl
Make pkgIndex.tcl from msgcat work for Tcl 9.0 (not really necessary, but for consistancy) (check-in: df3d5fa5a3, user: jan.nijtmans, branch: core-8-6-branch)
57.2 days generic/tclEncoding.c
merge core-8-6-branch (check-in: 134e487b22, user: jan.nijtmans, branch: trunk)
58.8 days tests/basic.test
[0e4d88b650] Allow command overwrite when deletion callback deletes namespace. (check-in: 95c4436a1e, user: dgp, branch: trunk)
60.1 days generic/tclScan.c
Handle Unicode surrogates correctly in Tcl_AppendFormatToObj() and BuildCharSet(). Only makes a difference for TCL_UTF_MAX=4, when surrogates are used in the format string ... highly unlikely corner-case. (check-in: 9d12b1026e, user: jan.nijtmans, branch: core-8-6-branch)
61.0 days libtommath/libtommath.pc.in
libtommath/libtommath_VS2005.vcproj
libtommath/libtommath_VS2008.vcproj
Ignore libtommath/doc directory. Add some VS-related makefiles, useful for testing (check-in: 94eae7d317, user: jan.nijtmans, branch: libtommath)
61.1 days .fossil-settings/crlf-glob
.fossil-settings/crnl-glob
libtommath/README.md
libtommath/bn_mp_radix_smap.c
libtommath/bn_mp_set_long.c
Undo tag removal (just get libtommath directly from GitHUB), so we don't have useless file changes with every new release (check-in: 00a007bbf6, user: jan.nijtmans, branch: libtommath)
61.4 days library/http/http.tcl
library/http/pkgIndex.tcl
http state 100 continue handling broken [2a94652ee1] (check-in: b80bf5033f, user: oehhar, branch: bug-2a94652ee1)
62.0 days tests/string.test
Cherrypick string.test [de104ef5ab] (check-in: c649c52458, user: andy, branch: trunk)
62.2 days 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)
62.2 days libtommath/changes.txt
libtommath/makefile_include.mk
Cherry-pick [https://github.com/libtom/libtommath/commit/a0a86c696a7182f8be4b10bb79a1c5c971dc9561]: Merge branch 'tcl-fixes' into develop Remove many files, which are not used in Tcl. Modify "changelog.txt", with real release-date of 1.0.1 version (check-in: 4d78007238, user: jan.nijtmans, branch: libtommath)
62.8 days libtommath/callgraph.txt
libtommath/makefile.shared
Forgot a few files from libtommath 1.0.1 (check-in: f7dbcc08cf, user: jan.nijtmans, branch: libtommath)
68.0 days generic/tclPipe.c
tests/exec.test
Fix [b50fb214] : add to 2>> the same O_APPEND that was added to >> back in 2005. (check-in: 844c1fa97f, user: ferrieux, branch: trunk)
70.1 days unix/tclUnixSock.c
merge core-8-6-branch (check-in: 2b42a8db4c, user: jan.nijtmans, branch: trunk)
70.2 days 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)
73.8 days generic/tclCmdIL.c
generic/tclCompExpr.c
generic/tclLoad.c
generic/tclParse.c
generic/tclUtf.c
merge core-8-6-branch (check-in: 75da8b29f8, user: jan.nijtmans, branch: trunk)
74.7 days win/tclWin32Dll.c
win/tclWinFile.c
Merge core-8-6-branch. Update outdated comment (cherry-pick [d5dec2b0514639f44929cbbba9c4130798a8a54a|d5dec2b051]) (check-in: 1b01d8a66c, user: jan.nijtmans, branch: trunk)
74.8 days unix/tclUnixPort.h
'#if' -> '#ifdef' in tclUnixPort.h. Suggested by Gustaf Neumann. Reduces the number of gcc warnings, when compiling Tcl with -Wundef. Harmless. (check-in: 96fdbb7598, user: jan.nijtmans, branch: core-8-6-branch)
78.8 days generic/tclPanic.c
Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio. (check-in: bde6588ccd, user: mistachkin, branch: irontcl)
79.9 days doc/continue.n
Correct longstanding typo in continue man page (check-in: 7e42c87b8f, user: andy, branch: trunk)
81.9 days generic/tclPkg.c
Update outdated comment. (check-in: d5dec2b051, user: dgp, branch: core-8-7-a1-rc)
82.1 days generic/tclIORChan.c
merge 8.6 (check-in: c36e167835, user: dgp, branch: trunk)
85.6 days generic/tclIOUtil.c
[5bfe3de008]: Modify [source] to set input EOF character but not output EOF character. This avoids having ^Z being appended to the sourced file when it is an always-writable [tcl::chan::variable] in a custom VFS. Tested by adding this same change as a patch to Tcl 8.6.6 in KitCreator because that seems to be the easiest way to get custom VFS capability exposed as script commands. Original problem introduced by [03cdfc3a86] 2000-05-11 00:16:52. (check-in: 527d354828, user: andy, branch: trunk)
88.1 days tests/http.test
tests/httpd
tests/httpold.test
merge 8.6 (check-in: 310ded6da8, user: dgp, branch: trunk)
106.3 days library/auto.tcl
Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies across builds from auto_mkindex (check-in: d86807b814, user: jan.nijtmans, branch: core-8-6-branch)
117.0 days generic/tclPathObj.c
merge 8.6 (check-in: 78ed92ebd5, user: dgp, branch: trunk)
126.8 days generic/tclOO.h
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)
130.1 days tests/format.test
No longer split tests for longIs32bit/longIs64bit, since the results should be identical (check-in: a7db1ba444, user: jan.nijtmans, branch: trunk)
130.1 days doc/regsub.n
Rewrite the documentation of [regsub -command] so it's not quite such a mess. (check-in: c11222b967, user: dgp, branch: trunk)
130.3 days doc/copy.n
doc/expr.n
TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literals (check-in: 4f68bf6677, user: jan.nijtmans, branch: trunk)
130.7 days tests/regexp.test
Add [regsub -command] case that wasn't actively tested for. (check-in: 0bd419a4d7, user: dkf, branch: trunk)
130.8 days generic/tclOOBasic.c
Rebase for final implementation work (check-in: 187b146c23, user: dkf, branch: tip-473)
130.8 days generic/tclOODefineCmds.c
merge trunk (check-in: bc0550924f, user: dkf, branch: tip-470)
138.8 days doc/dict.n
[9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section. (check-in: 98b22be0c4, user: dkf, branch: core-8-6-branch)
139.3 days doc/GetInt.3
doc/format.n
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)
140.2 days doc/define.n
Add tests and docs. (check-in: e19250e477, user: dkf, branch: tip-470)
144.8 days generic/tclVar.c
Make read and write operations on Tcl_Var handles available in tclInt API. (check-in: 2487a9bc13, user: dkf, branch: trunk)
145.2 days generic/tclTest.c
merge core-8-6-branch (check-in: 9053c4a54f, user: jan.nijtmans, branch: trunk)
145.2 days tests/utf.test
Fix [2738427]: Tcl_NumUtfChars(...) no overflow check. (check-in: 6b5843fde9, user: jan.nijtmans, branch: core-8-6-branch)
146.0 days macosx/tclMacOSXFCmd.c
merge core-8-6-branch (check-in: eba046ff54, user: jan.nijtmans, branch: trunk)
146.0 days generic/tclClock.c
Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifications/optimizations. No functional change. (check-in: b96e8d7611, user: jan.nijtmans, branch: core-8-6-branch)
153.1 days generic/regc_locale.c
Fix [83a3d869722fab9caaae3b6728215fb2507a6f0d|83a3d86972]: tclEpollNotfy.c fails to compile on Linux 2.6.<22 due to unconditionally including <sys/eventfd.h> Also re-generate regc_locale.c with Unicode 10 tables: previous generation went horribly wrong somehow... (check-in: 76c5f3c17a, user: jan.nijtmans, branch: trunk)
153.4 days unix/tcl.m4
Unbreak on OpenBSD, again. Put back the old SHLIB_VERSION doings. On OpenBSD, Tcl's libs will need the extra version numbers probably forever. There's no point to adding the extra knob. On OpenBSD, the extra version numbers are used for dependency tracking. The extra version numbers must be on linkable libs (code will be linked to them, they have a corresponding .h file). Loadable libs (no code will be linked to them, they don't have a corresponding .h file. Usually a Tcl extension) don't need the burden (OpenBSD has to track the libs' dependencies) of the extra version numbers. Libs that are loadable and linkable are treated as linkable. I hope that clears things up. (check-in: 860c9f0dc4, user: stu, branch: trunk)
156.0 days generic/tclLink.c
tests/link.test
0d in LinkVar (check-in: 9712ea48a2, user: griffin, branch: bsg-0d-radix-prefix)
156.7 days tests/cmdIL.test
tests/util.test
Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o. (check-in: d492c01a39, user: griffin, branch: bsg-0d-radix-prefix)
161.1 days generic/tclUniData.c
Update internal tables to Unicode 10.0. Still in Beta, but to be released soon. (check-in: 090498e9a8, user: jan.nijtmans, branch: trunk)
172.1 days tests/unixInit.test
unix/tclUnixTest.c
Don't test Tcl_GetDefaultEncodingDir() any more (which is obsolete), test Tcl_GetEncodingSearchPath() in stead. (check-in: 3f14a7216c, user: jan.nijtmans, branch: trunk)
175.3 days generic/tclCompile.h
merge core-8-6-branch (check-in: 7ee9022a55, user: jan.nijtmans, branch: trunk)
178.9 days tests/binary.test
[6015221f59] Segfault after overflow of [binary] field specifier numeric count. (check-in: 5c07ae32cf, user: dgp, branch: trunk)
180.2 days unix/tclUnixInit.c
merge core-8-6-branch (check-in: a4fd5b790b, user: jan.nijtmans, branch: trunk)
180.3 days unix/tclUnixChan.c
merge trunk (check-in: 9a065b2341, user: jan.nijtmans, branch: tip-458)
181.0 days tests/fileSystem.test
win/tclWinInit.c
merge core-8-6-branch (check-in: 332495285a, user: jan.nijtmans, branch: trunk)
181.0 days win/tclWinInt.h
win/tclWinReg.c
Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for an already loaded dll. Fix filesystem-1.52 (only works correctly on UNIX) (check-in: 218333d3c0, user: jan.nijtmans, branch: core-8-6-branch)
181.3 days tools/genStubs.tcl
slightly better formatting, both in genStubs.tcl and in the generated XXX_DEPRECATED functions. (check-in: 43c15aca5d, user: jan.nijtmans, branch: trunk)
183.3 days win/tclWinConsole.c
win/tclWinSerial.c
merge core-8-6-branch (check-in: f3148fad99, user: jan.nijtmans, branch: trunk)
185.1 days win/tclWinChan.c
Make trunk compile on MSVC (problem was: warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence) (check-in: d701ee871e, user: fvogel, branch: trunk)
185.9 days tests/fileName.test
Test for [f34cf83dd0]. (check-in: 9a6ff36832, user: dgp, branch: core-8-6-branch)
187.2 days generic/tclZlib.c
[50750c735a] Fix broken test and stop reading uninit-but-allocated memory in zlib channel transform. (check-in: d9638d1cad, user: dkf, branch: trunk)
188.1 days unix/tclUnixNotfy.c
Move some variable declarations closer to where they are used. No change in functionality. (check-in: cf831b219f, user: jan.nijtmans, branch: tip-458)
188.9 days tests/zlib.test
[50750c735a] Fix for uninit memory handling issue in zlib transforms. (check-in: fa1d22e834, user: dkf, branch: bug-50750c735a)
194.1 days unix/tclConfig.sh.in
win/tclConfig.sh.in
merge core-8-6-branch (check-in: f590914719, user: jan.nijtmans, branch: trunk)
194.3 days tools/tcltk-man2html.tcl
Entry for text.n into exclude_refs_map inserted. (check-in: 9b324dcab5, user: gcramer, branch: trunk)
197.2 days tests/chanio.test
tests/io.test
Repair revised tests that failed. (check-in: 467717ad27, user: dgp, branch: trunk)
200.3 days tests/scan.test
Don't use "0%o" format in test-cases, as it suggest's it's the normal way to format octal numbers: it isn't. Better use "%#o". Add tests for "format" and "scan" corner-cases which weren't documented (except in TIP's) neither had tests before. (check-in: 50a34ec0ff, user: jan.nijtmans, branch: core-8-6-branch)
201.2 days 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/ja.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)
201.8 days library/msgcat/msgcat.tcl
Bump msgcat and tcl tests and continue updates to changes. (check-in: 458be994a5, user: dgp, branch: core-8-6-7-rc)
202.1 days generic/tclCkalloc.c
If %llu is considered invalid, it means that "%" TCL_LL_MODIFIER "u" cannot be used Tcl_ObjPrintf(), but only in sprintf(). That's unfortunate, clearly an oversight in TIP #237. Conclusion: new TIP must be written to correct this. I'll read a TIP and see what case you have, but TCL_LL_MODIFIER was never meant to play any role in [format] or in Tcl_ObjPrintf(). TCL_LL_MODIFIER exists to help deal with platform differences in sprintf() calls. Tcl_ObjPrintf() in contrast ought to be consistent in its behavior across platforms and should not need such things. If that's false, then fixes to Tcl_ObjPrintf() are in order. (check-in: 7f1a6f68a7, user: jan.nijtmans, branch: trunk)
202.2 days tests/coroutine.test
merge core-8-6-branch (check-in: e6b6bedf25, user: jan.nijtmans, branch: trunk)
202.3 days tests/socket.test
merge core-8-6-branch (check-in: 14915702ec, user: jan.nijtmans, branch: trunk)
203.0 days generic/tclEvent.c
generic/tclIOCmd.c
generic/tclIORTrans.c
generic/tclIOSock.c
generic/tclNamesp.c
generic/tclRegexp.c
Remove some unnecessary "struct" definitions and some type casts no longer necessary. No functional changes. (check-in: 1f5acc492f, user: jan.nijtmans, branch: trunk)
203.2 days win/tclWinSock.c
unbreak windows build (by previous commit) (check-in: d64f0632a8, user: jan.nijtmans, branch: trunk)
208.0 days unix/tclUnixThrd.c
Some more (internal) stub entries which can be cleaned up with -DTCL_NO_DEPRECATED, because they are not used any more. (check-in: d731f72293, user: jan.nijtmans, branch: trunk)
208.2 days unix/tclUnixTime.c
win/tclWinTime.c
If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/TclpGmtime can be removed: They are internal and not used for anything any more. (check-in: 637ba41a2b, user: jan.nijtmans, branch: trunk)
216.2 days doc/IntObj.3
In comments and documentation, distinguish between __int64 (a Microsoft 64-bit integer type) and int64_t (C99 equivalent) (check-in: 88e580fec1, user: jan.nijtmans, branch: core-8-6-branch)
218.1 days generic/tclThreadTest.c
Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. In tclThreadTest.c, allow mainThreadId to be >32 bits. (check-in: b32a1a3b8d, user: jan.nijtmans, branch: trunk)
221.2 days unix/tclSelectNotfy.c
Merge trunk (check-in: 16f83d748c, user: jan.nijtmans, branch: tip-458)
221.3 days generic/tcl.decls
macosx/tclMacOSXNotify.c
Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread() (check-in: c1557805a9, user: jan.nijtmans, branch: trunk)
222.3 days library/tzdata/Africa/Monrovia
library/tzdata/America/Port-au-Prince
Update TZ info to tzcode2017b. (check-in: 308ac9b404, user: jima, branch: core-8-6-branch)
222.9 days tests/interp.test
New(ish) test interp-14.11 was missing its -cleanup. (check-in: c498dac30d, user: dgp, branch: trunk)
224.3 days generic/tclTrace.c
Addendum to previous commit: If compiled with TCL_NO_DEPRECATED, remove a few more stub entries which are not used any more. (check-in: 4754095572, user: jan.nijtmans, branch: trunk)
225.2 days generic/tclIndexObj.c
generic/tclInterp.c
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)
228.2 days doc/RecEvalObj.3
generic/tclResult.c
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)
229.3 days doc/re_syntax.n
tools/tcltk-man2html-utils.tcl
Fixes to docs made possible by recent HTML rendering fixes for Tk. (check-in: 5cc3f3f090, user: dkf, branch: trunk)
230.0 days generic/tclCmdAH.c
generic/tclCompCmds.c
redundant end-of-line spacing (check-in: 8672d2a28d, user: jan.nijtmans, branch: trunk)
230.6 days generic/tclCompile.c
Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock seconds]. (check-in: 8095566752, user: kbk, branch: trunk)
232.4 days doc/info.n
Add back missing significant character (check-in: 6d8f6fb570, user: dkf, branch: trunk)
235.0 days library/tzdata/Africa/Accra
library/tzdata/Africa/Bissau
library/tzdata/Africa/Ceuta
library/tzdata/Africa/El_Aaiun
library/tzdata/Africa/Nairobi
library/tzdata/America/Araguaina
library/tzdata/America/Argentina/Buenos_Aires
library/tzdata/America/Argentina/Catamarca
library/tzdata/America/Argentina/Cordoba
library/tzdata/America/Argentina/Jujuy
library/tzdata/America/Argentina/La_Rioja
library/tzdata/America/Argentina/Mendoza
library/tzdata/America/Argentina/Rio_Gallegos
library/tzdata/America/Argentina/Salta
library/tzdata/America/Argentina/San_Juan
library/tzdata/America/Argentina/San_Luis
library/tzdata/America/Argentina/Tucuman
library/tzdata/America/Argentina/Ushuaia
library/tzdata/America/Asuncion
library/tzdata/America/Bahia
library/tzdata/America/Belem
library/tzdata/America/Belize
library/tzdata/America/Boa_Vista
library/tzdata/America/Bogota
library/tzdata/America/Campo_Grande
library/tzdata/America/Caracas
library/tzdata/America/Cayenne
library/tzdata/America/Cuiaba
library/tzdata/America/Curacao
library/tzdata/America/Danmarkshavn
library/tzdata/America/Eirunepe
library/tzdata/America/Fortaleza
library/tzdata/America/Godthab
library/tzdata/America/Guayaquil
library/tzdata/America/Guyana
library/tzdata/America/La_Paz
library/tzdata/America/Lima
library/tzdata/America/Maceio
library/tzdata/America/Manaus
library/tzdata/America/Miquelon
library/tzdata/America/Montevideo
library/tzdata/America/Noronha
library/tzdata/America/Paramaribo
library/tzdata/America/Porto_Velho
library/tzdata/America/Punta_Arenas
library/tzdata/America/Recife
library/tzdata/America/Rio_Branco
library/tzdata/America/Santarem
library/tzdata/America/Santiago
library/tzdata/America/Santo_Domingo
library/tzdata/America/Sao_Paulo
library/tzdata/America/Scoresbysund
library/tzdata/Antarctica/Macquarie
library/tzdata/Antarctica/Palmer
library/tzdata/Asia/Atyrau
library/tzdata/Asia/Baghdad
library/tzdata/Asia/Bangkok
library/tzdata/Asia/Brunei
library/tzdata/Asia/Choibalsan
library/tzdata/Asia/Dhaka
library/tzdata/Asia/Dili
library/tzdata/Asia/Dubai
library/tzdata/Asia/Ho_Chi_Minh
library/tzdata/Asia/Hovd
library/tzdata/Asia/Jakarta
library/tzdata/Asia/Jayapura
library/tzdata/Asia/Kabul
library/tzdata/Asia/Karachi
library/tzdata/Asia/Kathmandu
library/tzdata/Asia/Kuala_Lumpur
library/tzdata/Asia/Kuching
library/tzdata/Asia/Macau
library/tzdata/Asia/Makassar
library/tzdata/Asia/Manila
library/tzdata/Asia/Oral
library/tzdata/Asia/Pontianak
library/tzdata/Asia/Pyongyang
library/tzdata/Asia/Qatar
library/tzdata/Asia/Riyadh
library/tzdata/Asia/Seoul
library/tzdata/Asia/Singapore
library/tzdata/Asia/Taipei
library/tzdata/Asia/Tehran
library/tzdata/Asia/Thimphu
library/tzdata/Asia/Tokyo
library/tzdata/Asia/Ulaanbaatar
library/tzdata/Asia/Urumqi
library/tzdata/Atlantic/Azores
library/tzdata/Atlantic/Canary
library/tzdata/Atlantic/Cape_Verde
library/tzdata/Atlantic/Madeira
library/tzdata/Atlantic/Reykjavik
library/tzdata/Atlantic/South_Georgia
library/tzdata/Atlantic/Stanley
library/tzdata/Australia/Eucla
library/tzdata/Australia/Lord_Howe
library/tzdata/Europe/Amsterdam
library/tzdata/Europe/Madrid
library/tzdata/Europe/Zaporozhye
library/tzdata/Indian/Chagos
library/tzdata/Indian/Christmas
library/tzdata/Indian/Cocos
library/tzdata/Indian/Mahe
library/tzdata/Indian/Maldives
library/tzdata/Indian/Mauritius
library/tzdata/Indian/Reunion
library/tzdata/Pacific/Bougainville
library/tzdata/Pacific/Chatham
library/tzdata/Pacific/Chuuk
library/tzdata/Pacific/Easter
library/tzdata/Pacific/Efate
library/tzdata/Pacific/Enderbury
library/tzdata/Pacific/Fakaofo
library/tzdata/Pacific/Funafuti
library/tzdata/Pacific/Galapagos
library/tzdata/Pacific/Gambier
library/tzdata/Pacific/Guadalcanal
library/tzdata/Pacific/Kiritimati
library/tzdata/Pacific/Kosrae
library/tzdata/Pacific/Kwajalein
library/tzdata/Pacific/Majuro
library/tzdata/Pacific/Marquesas
library/tzdata/Pacific/Nauru
library/tzdata/Pacific/Niue
library/tzdata/Pacific/Norfolk
library/tzdata/Pacific/Noumea
library/tzdata/Pacific/Palau
library/tzdata/Pacific/Pitcairn
library/tzdata/Pacific/Pohnpei
library/tzdata/Pacific/Port_Moresby
library/tzdata/Pacific/Rarotonga
library/tzdata/Pacific/Tahiti
library/tzdata/Pacific/Tarawa
library/tzdata/Pacific/Wake
library/tzdata/Pacific/Wallis
Update TZ data with tzdata2017a from IANA (check-in: fed617f928, user: jima, branch: core-8-6-branch)
237.1 days unix/tclKqueueNotfy.c
A few more end-of-line spacings (check-in: 480612897a, user: jan.nijtmans, branch: tip-458)
237.9 days 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)
238.3 days macosx/Tcl.xcode/project.pbxproj
macosx/Tcl.xcodeproj/project.pbxproj
win/tcl.dsp
Merge core-8-6-branch (check-in: 79d7f1f670, user: jan.nijtmans, branch: trunk)
238.3 days .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)
238.8 days tests/nre.test
merge core-8-6-branch (check-in: 7e04677d75, user: sebres, branch: trunk)
240.0 days tests/incr.test
Fix for Ticket [71c0878b71] + test cases (check-in: 154835dcb2, user: avl, branch: trunk)
258.1 days generic/tclEnsemble.c
generic/tclIO.h
More internal use of size_t in stead of int, e.g. for epoch's (check-in: ff3f6a12a8, user: jan.nijtmans, branch: trunk)
261.8 days tests/regexpComp.test
Proposed implementation of [regsub -command]. (check-in: a087f987e8, user: dkf, branch: tip-463)
265.1 days generic/tclHistory.c
tests/get.test
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)
266.8 days doc/Eval.3
s/then/than/ in Eval.3 manpage (check-in: 9790a775de, user: bch, branch: core-8-6-branch)
270.2 days generic/tclListObj.c
In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERROR is returned: The caller doesn't do anything with this. Don't access (non-const) variable tclEmptyStringRep any more, use its value (&tclEmptyString) directly. Only keep it in tclPkg.c, for error checking. (check-in: 54e59981c7, user: jan.nijtmans, branch: trunk)
272.1 days tests/expr.test
Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argument NaN shortcut is too aggressive (check-in: c63d2eba50, user: jan.nijtmans, branch: trunk)
273.1 days doc/LinkVar.3
Update documentation on recent changes in Tcl_LinkVar. Minor code clean-up. No functional changes. (check-in: 2079ddf9bb, user: jan.nijtmans, branch: trunk)
279.2 days 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)
284.7 days doc/lsort.n
Fix [1f4bb8162f]: lsort -dictionary documentation to be improved (check-in: 931be8d1fb, user: fvogel, branch: core-8-6-branch)
287.3 days 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)
287.3 days 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)
288.2 days 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)
290.3 days library/tzdata/Asia/Aqtau
library/tzdata/Asia/Gaza
library/tzdata/Asia/Hebron
library/tzdata/Europe/Saratov
Upgrade TZDATA to IETF tzdata2016j (check-in: a7c6635f1f, user: venkat, branch: core-8-5-branch)
291.1 days generic/tclThreadAlloc.c
Introduce new function TclInitThreadAlloc(), symmetric with TclFinalizeThreadAlloc() (check-in: 39da38ff2f, user: jan.nijtmans, branch: notifier)
291.1 days win/rules.vc
missing rules.vc after merge (check-in: 6583377fcf, user: sebres, branch: core-8-6-branch)
293.1 days macosx/Tcl-Common.xcconfig
win/tcl.m4
Merge core-8-6-branch. Do gcc-compiles with the option -Wwrite-strings, so we can detect mis-usage of "const". Make Tcl_AddErrorInfo() and Tcl_AddObjErrorInfo() a macro. (check-in: 81fb7a2a5e, user: jan.nijtmans, branch: trunk)
298.2 days .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)
299.1 days library/package.tcl
One more ::tcl::Pkg::source, for the Mac (check-in: ffd4cfacc5, user: jan.nijtmans, branch: package_files)
300.0 days library/tclIndex
In stead of "source -nopkg" use a ::tcl::Pkg::source utility function. (check-in: 6388af59c8, user: jan.nijtmans, branch: package_files)
300.1 days 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)
302.9 days 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)
312.0 days generic/tclAlloc.c
Update -DMSTATS functionality, for possible total memory sizes > 2Gb. One more place where use of size_t can increase range. (check-in: 31fbc1f55a, user: jan.nijtmans, branch: trunk)
315.2 days 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)
315.3 days unix/tclUnixFCmd.c
unix/tclUnixFile.c
more internal use of size_t in stead of int. (check-in: 8171f63934, user: jan.nijtmans, branch: trunk)
315.3 days tools/tsdPerf.c
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)
320.0 days tests/winFile.test
Add back testcase winFile-4.10. This test passes anyway, even though it appeared to be Windows 2000 only. (check-in: 7c2ad0e88f, user: jan.nijtmans, branch: trunk)
320.0 days tests/fCmd.test
tests/registry.test
tests/winFCmd.test
tests/winPipe.test
Add "file join $grandParentDir tcl8.? library" as possible path for a valid init.tcl. Some simplifications in use of test restrictions. (check-in: 9869b1e0b8, user: jan.nijtmans, branch: trunk)
333.1 days generic/tclStringRep.h
Implement %ll (WideInt) handling for Tcl_ObjPrintf(). Use it in some places. (now without edit-error in tcl.h, thanks Don!) (check-in: eac13870dc, user: jan.nijtmans, branch: trunk)
334.2 days ChangeLog.2000
ChangeLog.2002
ChangeLog.2003
ChangeLog.2004
compatability -> compatibility (check-in: 9cf8d87904, user: jan.nijtmans, branch: core-8-5-branch)
336.1 days generic/regcustom.h
Minor simplifications. Eliminate FUNCPRT from regexp engine. Fix compile-error (non-debug) in tclDictObj.c, from previous commit (check-in: 63240d8b9e, user: jan.nijtmans, branch: trunk)
336.2 days generic/tclTestObj.c
tests/cmdMZ.test
more internal use of size_t (in stead of int) (check-in: ad1e711238, user: jan.nijtmans, branch: trunk)
337.1 days doc/package.n
Complete implementation, tests and documentation (check-in: 6a2f13e8d2, user: jan.nijtmans, branch: package_files)
340.0 days tests/info.test
Merge trunk. Implementation looks complete. Still missing: test-cases and documentation. (check-in: 1ae9161edd, user: jan.nijtmans, branch: package_files)
340.1 days doc/socket.n
Windows support and minor touchups to the documentation. (check-in: aefe40befa, user: limeboy, branch: tip-456)
340.2 days generic/regc_lex.c
generic/regc_nfa.c
generic/regcomp.c
generic/regexec.c
Eliminate some macros that are no longer used/needed. (check-in: 80e7984c44, user: jan.nijtmans, branch: trunk)
340.4 days tests/set-old.test
Allow [array names -regexp] to use backreferences. This capability was broken by [71270e9141]. See also bug [1366683]. (check-in: b29701996a, user: andy, branch: trunk)
341.0 days tests/package.test
Starting implementing the "package files" command. TIP still to be written. (check-in: 6cdb6a1b24, user: jan.nijtmans, branch: package_files)
344.3 days generic/tclIOGT.c
More internal use of size_t in stead of int. (check-in: ef4da65408, user: jan.nijtmans, branch: trunk)
347.5 days doc/file.n
Remove extra space in documentation for [file stat] (check-in: 21feca063c, user: andy, branch: trunk)
348.0 days tests/obj.test
Restore bn_mp_radix_size.c to exact copy of libtommath-1.0 version: Since the radix_size of "9" should return 2, not 3. Add test-case to prove that. (check-in: 8cf7627603, user: jan.nijtmans, branch: libtommath-1.0)
348.3 days unix/tclConfig.h.in
Remove subdirectories of "libtommath", and various individual related files, not taking any part in the Tcl build. Makes the Tcl distribution smaller without sacrificing anything. And remove the TCL_TOMMATH define, which was never used for anything. (check-in: 634ffe2b64, user: jan.nijtmans, branch: trunk)
349.2 days compat/opendir.c
compat/waitpid.c
generic/tclCompCmdsSZ.c
generic/tclConfig.c
win/tclWinPort.h
win/tclWinThrd.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)
353.2 days library/tzdata/Antarctica/Casey
library/tzdata/Europe/Malta
library/tzdata/Europe/Rome
Update to tzdata2016i from IETF (check-in: 8b0d120b2a, user: venkat, branch: core-8-5-branch)
354.1 days generic/tclIntPlatDecls.h
unix/tclUnixCompat.c
Fix harmless gcc warning message: using "unsigned" doesn't serve any purpose, actually. (check-in: 01243c07ff, user: jan.nijtmans, branch: trunk)
361.2 days tests/all.tcl
tests/main.test
tests/msgcat.test
tests/safe.test
tests/tm.test
Make packages msgcat and tcltest work unmodified in "novem". Make more test-cases work unmodified in "novem". (check-in: 9abb38ee0b, user: jan.nijtmans, branch: trunk)
361.2 days library/tcltest/tcltest.tcl
Make packages msgcat and tcltest work unmodified in "novem". (check-in: 3b9aba0637, user: jan.nijtmans, branch: core-8-6-branch)
1.00 years doc/variable.n
[253ba6e818] Improved description of [variable] behaviour. (check-in: 6abd304ca2, user: dkf, branch: core-8-6-branch)
1.00 years tests/history.test
[1ae12987cb] Ensure that deleting the [history] command deletes its storage. (check-in: eb11bf9cb5, user: dkf, branch: trunk)
1.00 years library/history.tcl
[1ae12987cb] Ensure that deleting the [history] command deletes its storage. (check-in: 3135d5681f, user: dkf, branch: core-8-6-branch)
1.01 years library/tzdata/Asia/Colombo
library/tzdata/Europe/Istanbul
Update timezone data to tzdata2016h from IETF (check-in: 72aa757082, user: venkat, branch: core-8-5-branch)
1.05 years tests/stringComp.test
[eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test. (check-in: f58d30ec32, user: dgp, branch: core-8-6-branch)
1.05 years doc/http.n
[74bc0e44f5] Doc tweak. (check-in: 04fbd1b5dd, user: dkf, branch: core-8-6-branch)
1.06 years doc/concat.n
[62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. (check-in: 53cdc09f00, user: dkf, branch: trunk)
1.06 years doc/scan.n
Be more accurate about scan's %i (check-in: b6c6a73a68, user: ferrieux, branch: trunk)
1.08 years library/tzdata/America/Los_Angeles
library/tzdata/America/Tijuana
library/tzdata/Antarctica/Davis
library/tzdata/Antarctica/DumontDUrville
library/tzdata/Antarctica/Mawson
library/tzdata/Antarctica/Rothera
library/tzdata/Antarctica/Syowa
library/tzdata/Antarctica/Troll
library/tzdata/Antarctica/Vostok
library/tzdata/Asia/Anadyr
library/tzdata/Asia/Ashgabat
library/tzdata/Asia/Baku
library/tzdata/Asia/Bishkek
library/tzdata/Asia/Chita
library/tzdata/Asia/Dushanbe
library/tzdata/Asia/Irkutsk
library/tzdata/Asia/Kamchatka
library/tzdata/Asia/Khandyga
library/tzdata/Asia/Krasnoyarsk
library/tzdata/Asia/Magadan
library/tzdata/Asia/Omsk
library/tzdata/Asia/Rangoon
library/tzdata/Asia/Sakhalin
library/tzdata/Asia/Samarkand
library/tzdata/Asia/Srednekolymsk
library/tzdata/Asia/Tashkent
library/tzdata/Asia/Tbilisi
library/tzdata/Asia/Ust-Nera
library/tzdata/Asia/Vladivostok
library/tzdata/Asia/Yakutsk
library/tzdata/Asia/Yekaterinburg
library/tzdata/Etc/GMT+1
library/tzdata/Etc/GMT+10
library/tzdata/Etc/GMT+11
library/tzdata/Etc/GMT+12
library/tzdata/Etc/GMT+2
library/tzdata/Etc/GMT+3
library/tzdata/Etc/GMT+4
library/tzdata/Etc/GMT+5
library/tzdata/Etc/GMT+6
library/tzdata/Etc/GMT+7
library/tzdata/Etc/GMT+8
library/tzdata/Etc/GMT+9
library/tzdata/Etc/GMT-1
library/tzdata/Etc/GMT-10
library/tzdata/Etc/GMT-11
library/tzdata/Etc/GMT-12
library/tzdata/Etc/GMT-13
library/tzdata/Etc/GMT-14
library/tzdata/Etc/GMT-2
library/tzdata/Etc/GMT-3
library/tzdata/Etc/GMT-4
library/tzdata/Etc/GMT-5
library/tzdata/Etc/GMT-6
library/tzdata/Etc/GMT-7
library/tzdata/Etc/GMT-8
library/tzdata/Etc/GMT-9
library/tzdata/Europe/Kaliningrad
library/tzdata/Europe/Kirov
library/tzdata/Europe/Minsk
library/tzdata/Europe/Moscow
library/tzdata/Europe/Samara
library/tzdata/Europe/Ulyanovsk
library/tzdata/Europe/Volgograd
library/tzdata/Indian/Kerguelen
Update tzdata to 2016g from ietf.org (check-in: f302ad3362, user: venkat, branch: core-8-5-branch)
1.11 years generic/tclLiteral.c
Merge core-8-6-branch. Add more comments to tclLiteral.c, contributed by mr_calvin (check-in: 8ac9a69b51, user: jan.nijtmans, branch: trunk)
1.15 years tests/var.test
[4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. Thanks mr_calvin for report and fix. (check-in: db4b2eff59, user: dgp, branch: trunk)
1.15 years generic/tclCompCmdsGR.c
Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd literal sharing vs. per-interp resolvers (check-in: 8dd58d9800, user: jan.nijtmans, branch: trunk)
1.27 years doc/chan.n
[db0a5f6417] Make a few tests resilient to differences in semantics of pipes between OSs. (check-in: 1cf98255a8, user: dkf, branch: core-8-6-branch)
1.27 years doc/fcopy.n
[6a19dedc2e] "Clarified" what the units are that [chan copy] uses for -size and that synchronous copying returns. (check-in: 63410153ac, user: dkf, branch: core-8-6-branch)
1.29 years tests/namespace.test
[104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached channel name lookups. Also merge backlog of test suite & doc improvements. (check-in: 98f348e049, user: dgp, branch: trunk)
1.29 years tests/tcltest.test
tests/unload.test
[77d58e3a7a] Test case independence: unload. (check-in: 5867920a2a, user: dkf, branch: core-8-6-branch)
1.30 years tests/env.test
[77d58e3a7a] Test case independence: chanio, cmdah, env, history. (check-in: 0a7e505919, user: dkf, branch: core-8-6-branch)
1.30 years tests/set.test
merge 8.6 (check-in: 7e385b0261, user: dgp, branch: trunk)
1.30 years generic/tclFCmd.c
New private flag value INDEX_TEMP_TABLE. Used to signal to Tcl_GetIndexFromObj*() routines that the table in which lookups are done has a fleeting existence. Thus there is no value in caching any results, since the cache can never be useful. Improvement over existing hackery where cache is stored and then freed to avoid bogus results. Likely candidate to eventually push to the public interface. (check-in: 2413f3f624, user: dgp, branch: trunk)
1.30 years tests/parseOld.test
[3606125] Make parser-related tests work on their own. (check-in: dd90eda48e, user: dkf, branch: core-8-6-branch)
1.30 years library/tzdata/America/Cambridge_Bay
library/tzdata/America/Inuvik
library/tzdata/America/Iqaluit
library/tzdata/America/Pangnirtung
library/tzdata/America/Rankin_Inlet
library/tzdata/America/Resolute
library/tzdata/America/Yellowknife
library/tzdata/Asia/Novokuznetsk
library/tzdata/Asia/Novosibirsk
tzdata2016f (check-in: 5897ba5816, user: dgp, branch: core-8-6-6-rc)
1.30 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)
1.31 years tests/namespace-old.test
Fixes to namespace-old.test (check-in: c5ddb319aa, user: dkf, branch: bug-3606121)
1.31 years doc/exec.n
Fixed docs for prior check-in (exec of .CMD files on Windows) (check-in: ec74f7d026, user: ashok, branch: core-8-6-branch)
1.31 years generic/tclMain.c
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)
1.33 years tests/compile.test
Use conventional list operations for ensemble dispatch Add ability to disassemble TclOO constructors and destructors (check-in: b73ca431a6, user: jan.nijtmans, branch: trunk)
1.33 years doc/SetResult.3
typo and end-of-line spacing (check-in: 4251186884, user: jan.nijtmans, branch: core-8-6-branch)
1.33 years tests/for.test
Make test-case "for.test" pass, regardless of end-of-line spacing (check-in: a957f4d518, user: jan.nijtmans, branch: trunk)
1.33 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)
1.34 years unix/tclUnixPipe.c
unix/tclXtNotify.c
win/tclWinDde.c
win/tclWinNotify.c
Simplify use of "struct" keyword in many places. (check-in: 2e6ea5716f, user: jan.nijtmans, branch: trunk)
1.34 years macosx/README
Eliminate internal use of TCL_STORAGE_CLASS, as it will be gone in 9.0 anyway (check-in: b78ff97295, user: jan.nijtmans, branch: trunk)
1.34 years doc/AddErrInfo.3
tests/event.test
Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions which are deprecated. (check-in: 3108faf68a, user: jan.nijtmans, branch: trunk)
1.34 years doc/zlib.n
[dd260aaf72] Allow the -dictionary option to be read from a pushed transform. (check-in: 3a71ff429a, user: dkf, branch: core-8-6-branch)
1.34 years doc/proc.n
[c3d956be5b] Clearer text about positioning of optional arguments. (check-in: 06af0634c4, user: dkf, branch: trunk)
1.35 years unix/installManPage
[c30087b04f] Install man pages with permissions 644 instead of 444. (check-in: 02219cfde2, user: max, branch: trunk)
1.36 years tests/dict.test
[d553228d9f] Stop crashes in [dict update] with low refcount dictionaries. (check-in: a1400f5f20, user: dkf, branch: core-8-6-branch)
1.39 years generic/tclDate.c
Fix [e14c77b845] for MSVC6: Compilation error over typedef (check-in: 66a48888ae, user: jan.nijtmans, branch: core-8-6-branch)
1.41 years library/tcltest/pkgIndex.tcl
tcltest 2.3.9 -> 2.4.0 (check-in: e49dfc8538, user: jan.nijtmans, branch: trunk)
1.42 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)
1.42 years tools/man2html2.tcl
Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH (check-in: 3967da79cf, user: jan.nijtmans, branch: core-8-5-branch)
1.43 years doc/tell.n
Change "integer string" to "integer" in documentation for [tell]. It's not necessary to emphasize EIAS in every man page. The phrase "integer string" dates back to 1999 [ee1e5d143e], previous was "decimal string" which dates back to 1998, in fact the oldest version in Fossil [196f92fd17]. (check-in: 238a26c325, user: andy, branch: trunk)
1.47 years library/reg/pkgIndex.tcl
Make tclreg13.dll work in any Unicode environment (either with 32-bit or 64-bit characters). Adopted from Androwish. Thanks to Christian Werner. version -> 1.3.2 (check-in: 978ad0ba66, user: jan.nijtmans, branch: core-8-6-branch)
1.49 years doc/tcltest.n
Add a note in tcltest manual page to betray false expectations on msec and usec. (check-in: 2b96efaf27, user: gahr, branch: gahr-tip-447)
1.52 years library/tzdata/Asia/Almaty
library/tzdata/Asia/Aqtobe
library/tzdata/Asia/Barnaul
library/tzdata/Asia/Qyzylorda
library/tzdata/Asia/Tomsk
library/tzdata/Europe/Astrakhan
Update to tzdata2016d from IETF (check-in: 61fc0755c1, user: venkat, branch: core-8-5-branch)
1.57 years tests/uplevel.test
merge 8.6 (check-in: a7a8861836, user: dgp, branch: trunk)
1.58 years win/coffbase.txt
RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase.txt (check-in: 8046aa6a2d, user: jan.nijtmans, branch: core-8-5-branch)
1.59 years tests/lreplace.test
[47ac84309b] Import of aspect's branch from his personal repository on chiselapp. (check-in: 56f14cc0fe, user: dkf, branch: aspect-lreplace-cleanup)
1.60 years library/tzdata/Europe/Vilnius
Update to tzdata 2016c from ietf.org (check-in: c7604723f9, user: venkat, branch: core-8-5-branch)
1.61 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)
1.63 years library/tzdata/Europe/Chisinau
Update tzdata to 2016b from ietf.org (check-in: 83ecbb6dbf, user: venkat, branch: core-8-5-branch)
1.64 years libtommath/LICENSE
libtommath/makefile.bcc
libtommath/makefile.cygwin_dll
libtommath/makefile.icc
libtommath/makefile.msvc
[e6f27aa56f] Initial import of libtommath-1.0 This commit brings in libtommath-1.0, as of tag v1.0 of the upstream repository at https://github.com/libtom/libtommath. Only the top-level directory has been imported: the demo, etc, logs, mtest, pics, pre_gen, and tombc directories have been removed from our repo. The stubs tables have been regenerated to accomodate for the new function: mp_expt_d_ex(mp_int *a, mp_digit b, mp_int *c, int fast); See https://github.com/libtom/libtommath/commit/e9b1837 for details. Only the unix build system has been modified for now. Windows and Mac OSX will come later. (check-in: c7a3a1452b, user: gahr, branch: gahr-ticket-e6f27aa56f)
1.64 years tests/README
tests/apply.test
tests/assemble1.bench
tests/autoMkindex.test
tests/chan.test
tests/expr-old.test
tests/ioTrans.test
tests/iogt.test
tests/lindex.test
tests/lmap.test
tests/lrange.test
tests/lrepeat.test
tests/lsearch.test
tests/lsetComp.test
tests/misc.test
tests/parse.test
tests/pkgMkIndex.test
tests/proc.test
tests/reg.test
tests/split.test
tests/stack.test
tests/stringObj.test
tests/subst.test
tests/tailcall.test
tests/trace.test
tests/unixForkEvent.test
tests/unixNotfy.test
tests/unknown.test
tests/upvar.test
Eliminate exess spacings in many test-cases (check-in: d6d9491140, user: jan.nijtmans, branch: trunk)
1.65 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/FindExec.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/ParseArgs.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/StaticPkg.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/cd.n
doc/close.n
doc/coroutine.n
doc/eof.n
doc/eval.n
doc/exit.n
doc/fblocked.n
doc/flush.n
doc/foreach.n
doc/gets.n
doc/history.n
doc/if.n
doc/incr.n
doc/interp.n
doc/join.n
doc/lappend.n
doc/lassign.n
doc/list.n
doc/load.n
doc/lrepeat.n
doc/lreverse.n
doc/namespace.n
doc/next.n
doc/packagens.n
doc/pid.n
doc/platform.n
doc/platform_shell.n
doc/prefix.n
doc/puts.n
doc/pwd.n
doc/refchan.n
doc/registry.n
doc/rename.n
doc/seek.n
doc/source.n
doc/split.n
doc/switch.n
doc/tailcall.n
doc/tclsh.1
doc/throw.n
doc/time.n
doc/tm.n
Eliminate exess spacings in remaining doc pages (check-in: 8731e8bf9f, user: jan.nijtmans, branch: trunk)
1.65 years macosx/GNUmakefile
macosx/configure.ac
tools/configure.ac
configure.in -> configure.ac (check-in: 4706c883d8, user: jan.nijtmans, branch: trunk)
1.65 years .project
Fix version number in .project file (check-in: 94a2fe2d49, user: jan.nijtmans, branch: trunk)
1.66 years tools/tcl.hpj.in
win/README
Bump trunk to 8.7a0 to accept new feature development. (check-in: 4def3fa682, user: dgp, branch: trunk)
1.66 years doc/clock.n
Clarify that weekends are intended as Saturdays and Sundays (check-in: aaa1b378a1, user: gahr, branch: tip-444)
1.67 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/CrtObjCmd.3
doc/CrtSlave.3
doc/CrtTrace.3
doc/DoOneEvent.3
doc/DoubleObj.3
doc/DumpActiveMemory.3
doc/Ensemble.3
doc/Exit.3
doc/ExprLong.3
doc/FileSystem.3
doc/GetHostName.3
doc/GetStdChan.3
doc/GetVersion.3
doc/Interp.3
doc/ListObj.3
doc/NRE.3
doc/Notifier.3
doc/ObjectType.3
doc/Panic.3
doc/PkgRequire.3
doc/RegExp.3
doc/SaveResult.3
doc/SetVar.3
doc/Tcl.n
doc/Tcl_Main.3
doc/TraceCmd.3
doc/TraceVar.3
doc/Translate.3
doc/UniCharIsAlpha.3
doc/UpVar.3
doc/WrongNumArgs.3
doc/after.n
doc/append.n
doc/apply.n
doc/array.n
doc/bgerror.n
doc/binary.n
doc/catch.n
doc/dde.n
doc/encoding.n
doc/error.n
doc/fconfigure.n
doc/fileevent.n
doc/filename.n
doc/global.n
doc/lindex.n
doc/linsert.n
doc/llength.n
doc/lmap.n
doc/lrange.n
doc/lsearch.n
doc/lset.n
doc/mathfunc.n
doc/memory.n
doc/msgcat.n
doc/open.n
doc/pkgMkIndex.n
doc/read.n
doc/regexp.n
doc/return.n
doc/safe.n
doc/set.n
doc/string.n
doc/subst.n
doc/tclvars.n
doc/trace.n
doc/transchan.n
doc/try.n
doc/unknown.n
doc/unload.n
doc/unset.n
doc/update.n
doc/uplevel.n
doc/upvar.n
doc/vwait.n
doc/while.n
Eliminate exess spacings in many doc pages. (check-in: 840e5d4825, user: jan.nijtmans, branch: trunk)
1.70 years library/tzdata/America/Santa_Isabel
Update to tzdata2016a. (check-in: 04a238c721, user: dgp, branch: core-8-6-5-rc)
1.70 years generic/tclEnv.c
Proposed fix for [9b47029467631832]: testing existence of env(some_thing) destroys traces. Was the comment [http://core.tcl.tk/tcl/artifact/f93c0675115b73ce?ln=554|here] not correct after all?. (check-in: 5e24c6a9db, user: jan.nijtmans, branch: bug-9b47029467631832)
1.79 years generic/tclTestProcBodyObj.c
Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are deprecated functions. (check-in: 1bfaa8fd18, user: jan.nijtmans, branch: trunk)
1.86 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)
1.94 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)
1.94 years generic/tclOOInfo.c
[3d96b7076e] Prevent crashes when destroying an object's class inside a method call. (check-in: 3a5e60f35a, user: dkf, branch: trunk)
2.01 years library/tzdata/America/Fort_Nelson
Update to tzdata2015g from ietf (check-in: c2b3385e7d, user: venkat, branch: core-8-5-branch)
2.02 years library/platform/platform.tcl
Bring back regexp to wat it was in latest release. This is the correct fix for kbk's attempt. (check-in: e83c1de850, user: jan.nijtmans, branch: core-8-5-branch)
2.03 years library/clock.tcl
Change "clock format -format %x -locale current" output on msgcat locale change [4a0c163d24] (check-in: e5bf4e6084, user: oehhar, branch: bug-4a0c163d24)
2.03 years generic/regerrs.h
Adaptation of re-memaccounting.patch from Tom Lane @postgres. (check-in: 770f0e7907, user: dgp, branch: tgl-pg-re)
2.03 years doc/Class.3
[154f0982f2] Document that Tcl_NewObjectInstance() really needs to make a namespace. (check-in: 2327af6915, user: dkf, branch: trunk)
2.07 years generic/tclLoadNone.c
unix/tclLoadDl.c
Where "interp" is only used for error-reporting, it can be allowed to be NULL. This should fix [5da26d4760]: Tcl_LoadFile() segfaults if "interp" is NULL. (check-in: 5034c136a8, user: jan.nijtmans, branch: trunk)
2.08 years generic/tclThreadStorage.c
Eliminate unnessessary end-of-line spacing. No functional change. (check-in: 7caaf52e89, user: jan.nijtmans, branch: trunk)
2.09 years doc/for.n
Fix [b1f19286f0]: for command documentation. Minor addendum to previous commit: Make OS version number available in ::platform::generic for Cygwin (check-in: 46ff66412d, user: jan.nijtmans, branch: trunk)
2.10 years library/platform/pkgIndex.tcl
proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platform (check-in: 616b458e31, user: jan.nijtmans, branch: bug-219866c1e9)
2.11 years win/tclWinError.c
Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further optimizations by the C-compiler. (check-in: 783aaa7b90, user: jan.nijtmans, branch: panic-noreturn)
2.11 years generic/regc_color.c
generic/regc_cvec.c
generic/rege_dfa.c
generic/regerror.c
[187d7f499b] Sync the regexp engine to the Postgres version. (check-in: 2039e3cf3d, user: dgp, branch: trunk)
2.16 years doc/Thread.3
Document that multi-threading is on by default since 8.6 (check-in: 2e7826da11, user: jan.nijtmans, branch: trunk)
2.16 years doc/DString.3
doc/Encoding.3
doc/Object.3
doc/OpenFileChnl.3
doc/ParseCmd.3
doc/StringObj.3
doc/ToUpper.3
doc/Utf.3
Remove unnecessary end-of-line spacing (preparing for some further documentation updates) (check-in: a5205fe3c8, user: jan.nijtmans, branch: trunk)
2.16 years tests/ioCmd.test
tests/unixFCmd.test
nonportable -> nonPortable (check-in: 2452a86c51, user: jan.nijtmans, branch: trunk)
2.17 years tools/uniParse.tcl
Various Unicode handling enhancements, when building with TCL_UTF_MAX > 3, inspired by androwish. No effect if TCL_UTF_MAX=3 (which is the default) (check-in: e2278643dc, user: jan.nijtmans, branch: trunk)
2.17 years library/opt/optparse.tcl
library/safe.tcl
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)
2.17 years doc/library.n
[7703ff1082] Improved wording. (check-in: 7e791e7784, user: dkf, branch: trunk)
2.20 years doc/Method.3
[465213d171] Documentation correction for Tcl_NewMethod. (check-in: 46d2108111, user: dkf, branch: trunk)
2.20 years doc/my.n
[2c509f6291] Minor documentation correction from Peter Lewerin. (check-in: 2aa305b227, user: dkf, branch: trunk)
2.22 years library/tzdata/Europe/Simferopol
library/tzdata/Europe/Sofia
library/tzdata/Europe/Tallinn
Upgrade to tzdata2015f from IETF. (check-in: 6cb0868771, user: venkat, branch: core-8-5-branch)
2.30 years generic/tclFileSystem.h
Increase some counter sizes related to filesystem epoch from int to size_t. And prevent them ever becoming 0 due to an overflow. (backported with variation from androwish) (check-in: 5a8e195a32, user: jan.nijtmans, branch: trunk)
2.33 years compat/fake-rfc2553.c
compat/fixstrtod.c
compat/gettod.c
compat/mkstemp.c
compat/strncasecmp.c
compat/strstr.c
compat/strtod.c
compat/strtol.c
compat/strtoul.c
Remove unnecessary end-of-line spacing in compat/*.c (check-in: cbe2302e59, user: jan.nijtmans, branch: trunk)
2.35 years library/tzdata/Africa/Casablanca
Summary: Update to tzdata2015e from ietf.org (check-in: 51e17e0790, user: venkat, branch: core-8-5-branch)
2.35 years win/buildall.vc.bat
win/tcl.hpj.in
Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. (check-in: 63b06948ef, user: jan.nijtmans, branch: trunk)
2.35 years library/encoding/jis0208.enc
tools/Makefile.in
win/tcl.dsw
win/tcl.rc
Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. (check-in: 0ff7f3392c, user: jan.nijtmans, branch: core-8-5-branch)
2.36 years compat/fake-rfc2553.h
compat/unistd.h
Member field which should not have been const, because it is dynamically allocated. Some end-of-line spacing in header files. (check-in: e6a8b4df5b, user: jan.nijtmans, branch: trunk)
2.38 years doc/lreplace.n
lreplace: more tests, doc improvement (check-in: b1d875f05f, user: aspect, branch: aspect-lreplace-refix)
2.41 years tests/thread.test
Merge thread test typo fixes from trunk. (check-in: dfd36a52c7, user: mistachkin, branch: bug-57945b574a)
2.42 years ChangeLog
merge trunk (check-in: 5a33b96277, user: oehhar, branch: msgcat_dyn_locale)
2.46 years tests/ooNext2.test
[0f42ff7871] Remove unintentional difference between interpreted and compiled [next]. (check-in: 55abfff316, user: dkf, branch: trunk)
2.47 years tests/http11.test
[b9d0434667] Prefer the gzip encoding for transfers. It's less efficient, but it is far more interoperable and that's a more important metric. (check-in: 52fd51a4df, user: dkf, branch: trunk)
2.51 years library/tzdata/Africa/Cairo
library/tzdata/America/Antigua
library/tzdata/America/Cayman
library/tzdata/America/Montreal
library/tzdata/Pacific/Midway
library/tzdata/Pacific/Saipan
Update to tzdata2015d from ietf.org (check-in: 635281ed4f, user: venkat, branch: core-8-5-branch)
2.67 years doc/glob.n
Deleted Win95/98-specific documentation as those platforms have long been unsupported. (check-in: 792da66b36, user: ashok, branch: trunk)
2.72 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)
2.87 years generic/tclThread.c
Rework the *FinalizeThread*() routines so that the quick exit preference is respected without need to run afoul of encoding finalizations. tests pass now. All changes are fully internal. (check-in: 0c55f8ef65, user: dgp, branch: bug-af08e89777)
2.89 years library/tzdata/Africa/Addis_Ababa
library/tzdata/Africa/Asmara
library/tzdata/Africa/Bangui
library/tzdata/Africa/Blantyre
library/tzdata/Africa/Brazzaville
library/tzdata/Africa/Bujumbura
library/tzdata/Africa/Dar_es_Salaam
library/tzdata/Africa/Djibouti
library/tzdata/Africa/Douala
library/tzdata/Africa/Gaborone
library/tzdata/Africa/Harare
library/tzdata/Africa/Kampala
library/tzdata/Africa/Kigali
library/tzdata/Africa/Kinshasa
library/tzdata/Africa/Libreville
library/tzdata/Africa/Luanda
library/tzdata/Africa/Lubumbashi
library/tzdata/Africa/Lusaka
library/tzdata/Africa/Malabo
library/tzdata/Africa/Maseru
library/tzdata/Africa/Mbabane
library/tzdata/Africa/Mogadishu
library/tzdata/Africa/Niamey
library/tzdata/Africa/Porto-Novo
library/tzdata/America/Jamaica
library/tzdata/Asia/Phnom_Penh
library/tzdata/Asia/Vientiane
library/tzdata/Europe/Lisbon
library/tzdata/Europe/Riga
library/tzdata/Indian/Antananarivo
library/tzdata/Indian/Comoro
library/tzdata/Indian/Mayotte
tzdata2014j from ietf.org (check-in: dbaa498f63, user: venkat, branch: core-8-5-branch)
2.96 years license.terms
pkgs/README
unix/ldAix
unix/tclUnixThrd.h
Remove a number of eol-spaces. No change in functionality. (check-in: 43b5a95f6d, user: jan.nijtmans, branch: trunk)
2.98 years tests/append.test
tests/appendComp.test
[214cc0eb22] Add tests to make sure that this bug stays fixed. (check-in: fcc112066f, user: dkf, branch: trunk)
3.02 years win/tclsh.exe.manifest.in
Support for Windows 10 (check-in: 585b37d8d8, user: jan.nijtmans, branch: core-8-5-branch)
3.14 years tests/error.test
[cee90e4e88] Correct error in stack depth checking. (check-in: b5ecfdaff3, user: dgp, branch: trunk)
3.16 years tests/aaa_exit.test
Distinguish hanging from crashing in exit tests. (check-in: 208b2e859d, user: ferrieux, branch: trunk)
3.22 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/Sao_Tome
library/tzdata/Africa/Timbuktu
library/tzdata/Africa/Tripoli
library/tzdata/America/Havana
library/tzdata/Asia/Amman
library/tzdata/Asia/Chongqing
library/tzdata/Asia/Chungking
library/tzdata/Asia/Harbin
library/tzdata/Asia/Jerusalem
library/tzdata/Asia/Kashgar
library/tzdata/Asia/Shanghai
library/tzdata/Atlantic/St_Helena
library/tzdata/Australia/Adelaide
library/tzdata/Australia/Brisbane
library/tzdata/Australia/Broken_Hill
library/tzdata/Australia/Currie
library/tzdata/Australia/Darwin
library/tzdata/Australia/Hobart
library/tzdata/Australia/Lindeman
library/tzdata/Australia/Melbourne
library/tzdata/Australia/Perth
library/tzdata/Australia/Sydney
library/tzdata/Europe/Budapest
library/tzdata/Europe/Helsinki
library/tzdata/Europe/Kiev
tzdata2014f from ietf.org (check-in: cefd4a6c51, user: kbk, branch: core-8-5-branch)
3.25 years library/platform/shell.tcl
Updated package "platform" to version 1.0.13. Separated the identifiers "macosx*-i386-x86_64" and "macosx-universal" as incompatible with each other. Plus addition of a cast in tclIO.c to match types in a comparison which otherwise bugs a Windows debug build (warnings are errors). (check-in: dcb280116a, user: andreask, branch: core-8-5-branch)
3.29 years win/tclWinTest.c
Convert TesteventloopCmd and TestchmodCmd to Tcl_Obj-API form. (check-in: c1e59561b9, user: jan.nijtmans, branch: trunk)
3.37 years tests/switch.test
[f0f876c141] Improve consistency in error messages. (check-in: fffc281b07, user: dkf, branch: trunk)
3.56 years unix/tcl.pc.in
Provide full Tcl patchlevel to tcl.pc and move private libs to "Libs.private". Record the fact that Tcl 8.6 requires Zlib 1.2.3 as a minimum. Supply both the shared library and the stub library to "Libs": Only one of them will actually be linked in, depending on whether -DUSE_TCL_STUBS is defined or not. (check-in: 667dfe5615, user: jan.nijtmans, branch: trunk)
3.68 years generic/tclOO.decls
generic/tclOODecls.h
generic/tclOOIntDecls.h
Simplify macro handling in tclOO*Decls.h, just as already done in "novem" [0c37ab8944], itcl*Decls.h and tdbc*Decls.h. This doesn't change the way symbols are exported. This simplifications were already present in the Tcl 8.6.2 headers, but those were buggy when tclOO was linked in statically without using stubs. (check-in: ebf5381b2f, user: jan.nijtmans, branch: trunk)
3.72 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)
3.81 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)
3.88 years tools/man2help2.tcl
Improve descriptions of character escapes and ranges in Tcl.n. Improve output format handlers to cope with added escape for en-dashes. (check-in: 35e85b0756, user: dkf, branch: trunk)
3.93 years library/parray.tcl
[a122627849] Improve stack trace from parray on not-array. (check-in: 2c4acdb880, user: dkf, branch: core-8-5-branch)
3.94 years win/tclsh.rc
Add support for Windows 8.1: See [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx] (check-in: c505b4ac53, user: jan.nijtmans, branch: core-8-5-branch)
3.96 years generic/tclNotify.c
Fix [e832d2b08]: unnecessary code in Tcl_SetMaxBlockTime. (check-in: 04b08d7303, user: jan.nijtmans, branch: trunk)
3.99 years doc/ChnlStack.3
doc/CrtChnlHdlr.3
doc/CrtCloseHdlr.3
doc/OOInitStubs.3
doc/RegConfig.3
doc/SetChanErr.3
doc/class.n
doc/mathop.n
doc/object.n
doc/self.n
Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others. (check-in: 92ff51d4b5, user: jan.nijtmans, branch: trunk)
3.99 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)
4.01 years pkgs/package.list.txt
[01b77111e5]: Small fixes relating to this bug. In particular, the package name mapping was not being distributed, and there were some small problems with what the mappings were and how they were applied. Also prevented external URLs from ending with a '.'; that's vanishingly rare... (check-in: bfb7a5375f, user: dkf, branch: trunk)
4.04 years unix/dltest/Makefile.in
-I${BUILD_DIR}/.. doesn't work when BUILD_DIR != "unix". Reported by Matthias Kraft (check-in: 9d2e353c0d, user: jan.nijtmans, branch: trunk)
4.06 years generic/tclOOStubLib.c
Fix for bug [f51efe99a7]: MinGW build fails on current checkin. And a new test-case which makes the problem visible on UNIX as well. (check-in: 7abbaed029, user: jan.nijtmans, branch: trunk)
4.07 years library/tzdata/America/Anguilla
library/tzdata/America/Aruba
library/tzdata/America/Dominica
library/tzdata/America/Grenada
library/tzdata/America/Guadeloupe
library/tzdata/America/Marigot
library/tzdata/America/Montserrat
library/tzdata/America/St_Barthelemy
library/tzdata/America/St_Kitts
library/tzdata/America/St_Lucia
library/tzdata/America/St_Thomas
library/tzdata/America/St_Vincent
library/tzdata/America/Tortola
library/tzdata/America/Virgin
library/tzdata/Antarctica/McMurdo
library/tzdata/Antarctica/South_Pole
library/tzdata/Europe/Vaduz
library/tzdata/Europe/Zurich
library/tzdata/Pacific/Johnston
Advance to tzdata2013g (check-in: 0bce3cbeeb, user: kbk, branch: core-8-5-branch)
4.09 years tests/source.test
Fix test source-4.1 (check-in: d6941999f1, user: dgp, branch: trunk)
4.12 years tests/foreach.test
Merge test; bug already fixed in trunk. (check-in: dd4cc03df6, user: dgp, branch: trunk)
4.21 years tests/rename.test
[a16752c252] Correct failure to call cmd deletion callbacks. (check-in: 2718a160f1, user: dgp, branch: trunk)
4.37 years tools/uniClass.tcl
Fix uniClass tool which was the real cause for [a876646efe], and add test-case for it. (check-in: f604a21bb0, user: jan.nijtmans, branch: core-8-5-branch)
4.37 years unix/README
Updates to redirect bug reports to the new tracker location. (check-in: cc0db5a0ac, user: dgp, branch: core-8-5-branch)
4.38 years unix/tclAppInit.c
Don't use deprecated stricmp/strnicmp any more, but underscored variant for non-GNU compilers. Some formatting - improved comments. (check-in: cc8464e99f, user: jan.nijtmans, branch: trunk)
4.47 years compat/zlib/contrib/infback9/infback9.c
compat/zlib/contrib/minizip/crypt.h
compat/zlib/contrib/minizip/miniunzip.1
compat/zlib/contrib/minizip/minizip.1
compat/zlib/contrib/minizip/unzip.h
compat/zlib/contrib/puff/puff.h
compat/zlib/contrib/puff/pufftest.c
compat/zlib/contrib/testzlib/testzlib.c
compat/zlib/contrib/vstudio/vc10/zlibstat.vcxproj
compat/zlib/contrib/vstudio/vc10/zlibvc.vcxproj
compat/zlib/contrib/vstudio/vc11/miniunz.vcxproj
compat/zlib/contrib/vstudio/vc11/minizip.vcxproj
compat/zlib/contrib/vstudio/vc11/testzlib.vcxproj
compat/zlib/contrib/vstudio/vc11/testzlibdll.vcxproj
compat/zlib/contrib/vstudio/vc11/zlibstat.vcxproj
compat/zlib/contrib/vstudio/vc11/zlibvc.sln
compat/zlib/contrib/vstudio/vc11/zlibvc.vcxproj
compat/zlib/examples/enough.c
compat/zlib/examples/gzappend.c
compat/zlib/examples/gzjoin.c
compat/zlib/examples/gzlog.h
Upgrade to zlib 1.2.8 (check-in: f7bd677361, user: jan.nijtmans, branch: trunk)
4.55 years unix/dltest/pkgb.c
Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack space, is (marginally) faster, while still being fully up/down compatible. It makes pkgb.so loadable in "novem" without the need to change the Tcl_PkgProvide() call to Tcl_PkgProvideEx(). (check-in: 0d1aa1bcb8, user: jan.nijtmans, branch: trunk)
4.61 years library/tzdata/America/Barbados
library/tzdata/America/Costa_Rica
library/tzdata/America/Nassau
library/tzdata/Asia/Hong_Kong
library/tzdata/Atlantic/Bermuda
library/tzdata/Europe/Busingen
library/tzdata/Europe/Vienna
Update to tzdata2013b (check-in: 15d1b83223, user: venkat, branch: core-8-5-branch)
4.65 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)
4.67 years tests/listObj.test
[Bug 3606542]: Add missing constraint to test. (check-in: 068506d5f1, user: dkf, branch: trunk)
4.68 years tests/assocd.test
3605719,3605720 Test independence. Thanks Rolf Ade for patches. (check-in: c4b02b8c49, user: dgp, branch: trunk)
4.75 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)
4.81 years generic/tclTomMathStubLib.c
Restrict the stub library to only use Tcl_PkgRequireEx, Tcl_ResetResult and Tcl_AppendResult, not any other function. This puts least restrictions on eventual Tcl 9 stubs re-organization, and it works on the widest range of Tcl versions. (check-in: 8ceea4a885, user: jan.nijtmans, branch: trunk)
4.85 years generic/tclPort.h
proposed fix for Bug 3598300 (check-in: dcbf22ad99, user: jan.nijtmans, branch: bug-3598300)
4.85 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)
4.91 years generic/tclParse.h
MODULE_SCOPE symbol names are suppoted to start with 'tcl' (data) or 'Tcl' (code) (check-in: 31daf6f1a3, user: jan.nijtmans, branch: trunk)
4.91 years unix/tclLoadShl.c
Tcl headers already protect from EXTERN defines (check-in: 6b7f7f3849, user: dgp, branch: trunk)
4.96 years tools/str2c
A few unneeded internal CONST/CONST86's (check-in: b86be72558, user: jan.nijtmans, branch: trunk)
4.97 years unix/tclLoadNext.c
style fix (check-in: 5fbbfc2a80, user: jan.nijtmans, branch: trunk)
4.98 years tools/README
Remove files and references for long outdated Wise Installer. (check-in: bbb8a76120, user: dgp, branch: trunk)
4.98 years ChangeLog.2001
just fix some characters that fossil cannot handle well (check-in: 7559185e9a, user: jan.nijtmans, branch: core-8-5-branch)
5.02 years unix/tclLoadOSF.c
Add "flags" parameter from Tcl_LoadFile to to various internal functions, so these flags are available through the whole filesystem for (future) internal use (check-in: 4d417791c9, user: jan.nijtmans, branch: trunk)
5.23 years tests/winDde.test
merge trunk (check-in: 27388707f2, user: jan.nijtmans, branch: frq-3527238)
5.26 years tests/async.test
tests/compExpr-old.test
tests/compExpr.test
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)
5.27 years unix/install-sh
sync with TEA, fix some comments (check-in: 0728cce9c7, user: jan.nijtmans, branch: trunk)
5.29 years library/dde/pkgIndex.tcl
make dde 1.4 loadlable when ::tcl::pkgconfig is available (check-in: 5dd4322c78, user: jan.nijtmans, branch: frq-3527238)
5.49 years compat/zlib/FAQ
compat/zlib/INDEX
compat/zlib/contrib/ada/buffer_demo.adb
compat/zlib/contrib/ada/mtest.adb
compat/zlib/contrib/ada/read.adb
compat/zlib/contrib/ada/test.adb
compat/zlib/contrib/ada/zlib-streams.adb
compat/zlib/contrib/ada/zlib-thin.adb
compat/zlib/contrib/ada/zlib.adb
compat/zlib/contrib/ada/zlib.ads
compat/zlib/contrib/asm686/match.S
compat/zlib/contrib/delphi/zlibd32.mak
compat/zlib/contrib/iostream2/zstream.h
compat/zlib/contrib/masmx86/inffas32.asm
compat/zlib/contrib/masmx86/match686.asm
compat/zlib/contrib/minizip/Makefile.am
compat/zlib/contrib/minizip/ioapi.c
compat/zlib/contrib/minizip/ioapi.h
compat/zlib/contrib/minizip/miniunz.c
compat/zlib/contrib/minizip/minizip.c
compat/zlib/contrib/minizip/minizip.pc.in
compat/zlib/contrib/minizip/mztools.c
compat/zlib/contrib/minizip/mztools.h
compat/zlib/contrib/pascal/zlibd32.mak
compat/zlib/contrib/puff/Makefile
compat/zlib/contrib/puff/zeros.raw
compat/zlib/contrib/vstudio/vc10/testzlibdll.vcxproj
compat/zlib/crc32.h
compat/zlib/inffixed.h
compat/zlib/make_vms.com
compat/zlib/msdos/Makefile.bor
compat/zlib/msdos/Makefile.msc
compat/zlib/msdos/Makefile.tc
compat/zlib/win32/Makefile.bor
compat/zlib/zlib.pc.cmakein
zlib-1.2.7 (check-in: eb14b7478a, user: jan.nijtmans, branch: trunk)
5.54 years library/tzdata/Asia/Damascus
Apply tzdata2012c (check-in: 7fbd5f91d3, user: kbk, branch: core-8-5-branch)
5.55 years generic/tclPkgConfig.c
[Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation (check-in: 8032e7f92e, user: jan.nijtmans, branch: trunk)
5.62 years library/tzdata/America/Atikokan
library/tzdata/America/Blanc-Sablon
library/tzdata/America/Creston
library/tzdata/America/Dawson_Creek
library/tzdata/America/Edmonton
library/tzdata/America/Glace_Bay
library/tzdata/America/Goose_Bay
library/tzdata/America/Halifax
library/tzdata/America/Moncton
library/tzdata/America/Nipigon
library/tzdata/America/Rainy_River
library/tzdata/America/Regina
library/tzdata/America/St_Johns
library/tzdata/America/Swift_Current
library/tzdata/America/Toronto
library/tzdata/America/Vancouver
library/tzdata/America/Winnipeg
Update to tzdata 2012b (check-in: 1077be73d7, user: venkat, branch: core-8-5-branch)
5.63 years win/cat.c
[Bug 3288345] Wrong Tcl_StatBuf used on Cygwin (check-in: 7ad5febe39, user: jan.nijtmans, branch: trunk)
5.92 years generic/tclTomMathInt.h
[Bug 2991415]: tclport.h #include'd before limits.h (check-in: 92d210ba25, user: jan.nijtmans, branch: trunk)
6.13 years generic/tclDTrace.d
3405652 Portability workaround for broken system DTrace support. Thanks to Dagobert Michelson. (check-in: d9f5e84500, user: dgp, branch: trunk)
6.15 years library/tzdata/Pacific/Honolulu
Update to Olson's tzdata2011i (check-in: 25a54364a6, user: venkat, branch: core-8-5-branch)
6.21 years generic/tclPosixStr.c
[Bug 3388350] mingw64 compiler warnings (check-in: 8fbf108ea7, user: jan.nijtmans, branch: trunk)
6.26 years library/tzdata/America/Kralendijk
library/tzdata/America/Lower_Princes
Update to Olson's tzdata2011h (check-in: 6e66b1bc32, user: dgp, branch: core-8-5-branch)
6.48 years tests/list.test
New internal routines TclScanElement() and TclConvertElement(). Rewritten guts of machinery to produce string rep of lists. [Bug 3173086] (check-in: 7720fbb825, user: dgp, branch: trunk)
6.50 years tests/join.test
tests/mathop.test
merge 8.5 (check-in: 27fd15ce57, user: dgp, branch: trunk)
6.57 years library/tzdata/America/North_Dakota/Beulah
Import Olson's tzdata2011e. (check-in: d9f4537543, user: venkat, branch: core-8-5-branch)
6.59 years generic/tclGetDate.y
TclClockOldscanObjCmd: More generation of errorCode information. (check-in: 25eb27727e, user: dkf, branch: trunk)
6.63 years libtommath/libtommath_VS2005.sln
libtommath/libtommath_VS2008.sln
Import of tommath 0.42.0 (check-in: 004ecece95, user: jan.nijtmans, branch: libtommath)
6.63 years libtommath/libtommath.dsp
Import of libtommath 0.41 Import of libtommath 0.41 (check-in: e534c0f85c, user: jan.nijtmans, branch: libtommath)
6.64 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)
6.67 years compat/memcmp.c
compat/stdlib.h
generic/tclOOStubInit.c
library/http1.0/http.tcl
macosx/tclMacOSXBundle.c
tests/concat.test
tests/config.test
tests/eval.test
tests/if.test
tests/linsert.test
tests/opt.test
tests/proc-old.test
tests/remote.tcl
tests/security.test
tests/timer.test
tests/while.test
tools/checkLibraryDoc.tcl
tools/index.tcl
tools/regexpTestLib.tcl
unix/tclLoadAix.c
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)
6.67 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/macOSXFCmd.test
tests/macOSXLoad.test
tests/pid.test
tests/pwd.test
tests/while-old.test
tests/winConsole.test
tools/installData.tcl
tools/man2tcl.c
unix/dltest/README
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. (check-in: 79367df0f0, user: dgp, branch: core-8-5-branch)
6.67 years compat/README
compat/dirent.h
compat/float.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)
7.01 years ChangeLog.2008
Split from ChangeLog (check-in: 183b97080e, user: rmax, branch: trunk)
7.25 years library/tzdata/America/Bahia_Banderas
library/tzdata/Pacific/Ponape
library/tzdata/Pacific/Truk
library/tzdata/Pacific/Yap
* library/tzdata/America/Bahia_Banderas: * library/tzdata/Pacific/Chuuk: * library/tzdata/Pacific/Pohnpei: * library/tzdata/Africa/Cairo: * library/tzdata/Europe/Helsinki: * library/tzdata/Pacific/Ponape: * library/tzdata/Pacific/Truk: * library/tzdata/Pacific/Yap: Olson's tzdata2010k. (check-in: 9808871b8d, user: kennykb, branch: core-8-5-branch)
7.33 years tools/eolFix.tcl
tools/tsdPerf.tcl
[Bug #3020677] wish can't link reg1.2 formatting, spacing, cleanup unused variables (check-in: cc4ffb1da9, user: nijtmans, branch: trunk)
7.43 years library/opt/pkgIndex.tcl
optParse.tcl: eliminate ';' at line end, bump to v0.4.6 (check-in: 426aabe409, user: nijtmans, branch: trunk)
7.51 years library/tzdata/Africa/Tunis
* library/tzdata/Antarctica/Macquarie: * library/tzdata/Africa/Casablanca: * library/tzdata/Africa/Tunis: * library/tzdata/America/Santiago: * library/tzdata/America/Argentina/San_Luis: * library/tzdata/Antarctica/Casey: * library/tzdata/Antarctica/Davis: * library/tzdata/Asia/Anadyr: * library/tzdata/Asia/Damascus: * library/tzdata/Asia/Dhaka: * library/tzdata/Asia/Gaza: * library/tzdata/Asia/Kamchatka: * library/tzdata/Asia/Karachi: * library/tzdata/Asia/Taipei: * library/tzdata/Europe/Samara: * library/tzdata/Pacific/Apia: * library/tzdata/Pacific/Easter: * library/tzdata/Pacific/Fiji: Olson's tzdata2010i. (check-in: 2fa0d393d8, user: kennykb, branch: trunk)
7.53 years compat/zlib/contrib/dotzlib/DotZLib.build
compat/zlib/contrib/dotzlib/DotZLib/AssemblyInfo.cs
compat/zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs
compat/zlib/contrib/dotzlib/DotZLib/CircularBuffer.cs
compat/zlib/contrib/dotzlib/DotZLib/CodecBase.cs
compat/zlib/contrib/dotzlib/DotZLib/Deflater.cs
compat/zlib/contrib/dotzlib/DotZLib/DotZLib.cs
compat/zlib/contrib/dotzlib/DotZLib/GZipStream.cs
compat/zlib/contrib/dotzlib/DotZLib/Inflater.cs
compat/zlib/contrib/dotzlib/readme.txt
compat/zlib/contrib/gcc_gvmat64/gvmat64.S
compat/zlib/contrib/masmx64/gvmat64.asm
compat/zlib/contrib/masmx64/inffas8664.c
compat/zlib/contrib/masmx64/inffasx64.asm
compat/zlib/contrib/masmx64/readme.txt
compat/zlib/contrib/masmx86/bld_ml32.bat
compat/zlib/contrib/masmx86/readme.txt
compat/zlib/contrib/vstudio/vc10/miniunz.vcxproj
compat/zlib/contrib/vstudio/vc10/miniunz.vcxproj.filters
compat/zlib/contrib/vstudio/vc10/minizip.vcxproj
compat/zlib/contrib/vstudio/vc10/minizip.vcxproj.filters
compat/zlib/contrib/vstudio/vc10/testzlib.vcxproj
compat/zlib/contrib/vstudio/vc10/testzlib.vcxproj.filters
compat/zlib/contrib/vstudio/vc10/testzlibdll.vcxproj.filters
compat/zlib/contrib/vstudio/vc10/zlibstat.vcxproj.filters
compat/zlib/contrib/vstudio/vc10/zlibvc.sln
compat/zlib/contrib/vstudio/vc10/zlibvc.vcxproj.filters
compat/zlib/contrib/vstudio/vc9/miniunz.vcproj
compat/zlib/contrib/vstudio/vc9/minizip.vcproj
compat/zlib/contrib/vstudio/vc9/testzlib.vcproj
compat/zlib/contrib/vstudio/vc9/testzlibdll.vcproj
compat/zlib/contrib/vstudio/vc9/zlibstat.vcproj
compat/zlib/contrib/vstudio/vc9/zlibvc.sln
compat/zlib/contrib/vstudio/vc9/zlibvc.vcproj
compat/zlib/inffast.h
compat/zlib/inftrees.h
compat/zlib/trees.h
compat/zlib/zlib.pc.in
Upgrade to zlib 1.2.5 (check-in: 47f60cf757, user: nijtmans, branch: trunk)
7.63 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)
7.65 years library/tzdata/America/Matamoros
library/tzdata/America/Ojinaga
* library/tzdata/America/Matamoros: New locale * library/tzdata/America/Ojinaga: New locale * library/tzdata/America/Santa_Isabel: New locale * library/tzdata/America/Asuncion: * library/tzdata/America/Tijuana: * library/tzdata/Antarctica/Casey: * library/tzdata/Antarctica/Davis: * library/tzdata/Antarctica/Mawson: * library/tzdata/Asia/Dhaka: * library/tzdata/Pacific/Fiji: Olson tzdata2010c. (check-in: c9785f1583, user: dgp, branch: trunk)
8.04 years win/tclsh.ico
Fix the icon to have 48x48 size (mistakenly made a 46px icon) (check-in: cd373de52f, user: patthoyts, branch: trunk)
8.07 years generic/tommath.h
* generic/tclTomMathInt.h (new): Public header tclTomMath.h had * generic/tclTomMath.h: dependence on private headers, breaking use * generic/tommath.h: by extensions [Bug 1941434]. (check-in: 6e9ea43f97, user: dgp, branch: core-8-5-branch)
8.35 years macosx/Tcl.xcode/default.pbxuser
macosx/Tcl.xcodeproj/default.pbxuser
* macosx/Tcl-Common.xcconfig: update projects for Xcode 3.1 and 3.2, * macosx/Tcl.xcode/*: standardize on gcc 4.2, remove obsolete * macosx/Tcl.xcodeproj/*: configurations and pre-Xcode project. * macosx/Tcl.pbproj/* (removed): * macosx/README: update project docs, cleanup. * unix/Makefile.in: update dist target for project changes. (check-in: 8dde9fbdba, user: das, branch: trunk)
8.50 years tools/tclsh.svg
Tcl icon upgraded and SVG file added. Windows 7 makes significant use of large icon resources. An SVG version of the tcl feather is included and has been used to generate the set of icons recommended for use on Vista except for the 256x256 PNG version. Inclusion of this prevents building with MSVC6 and a number of other tools which cannot handle PNG in in ico files. Hence the largest icon included is 64x64 at 32bit depth. (check-in: e30d6f8118, user: patthoyts, branch: trunk)
8.56 years library/tzdata/Asia/Katmandu
Olson's tzdata2009e (check-in: 112f6af617, user: kennykb, branch: trunk)
8.87 years compat/zlib/contrib/ada/readme.txt
compat/zlib/contrib/ada/zlib.gpr
compat/zlib/contrib/blast/Makefile
compat/zlib/contrib/blast/README
compat/zlib/contrib/blast/test.pk
compat/zlib/contrib/blast/test.txt
compat/zlib/contrib/delphi/ZLibConst.pas
compat/zlib/contrib/delphi/readme.txt
compat/zlib/contrib/dotzlib/DotZLib.sln
compat/zlib/contrib/dotzlib/DotZLib/DotZLib.csproj
compat/zlib/contrib/dotzlib/LICENSE_1_0.txt
compat/zlib/contrib/infback9/README
compat/zlib/contrib/infback9/infback9.h
compat/zlib/contrib/infback9/inffix9.h
compat/zlib/contrib/infback9/inflate9.h
compat/zlib/contrib/inflate86/inffast.S
compat/zlib/contrib/iostream/test.cpp
compat/zlib/contrib/iostream/zfstream.cpp
compat/zlib/contrib/iostream/zfstream.h
compat/zlib/contrib/iostream2/zstream_test.cpp
compat/zlib/contrib/iostream3/README
compat/zlib/contrib/iostream3/TODO
compat/zlib/contrib/iostream3/test.cc
compat/zlib/contrib/iostream3/zfstream.cc
compat/zlib/contrib/iostream3/zfstream.h
compat/zlib/contrib/masmx64/bld_ml64.bat
compat/zlib/contrib/minizip/Makefile
compat/zlib/contrib/pascal/example.pas
compat/zlib/contrib/pascal/readme.txt
compat/zlib/contrib/puff/README
compat/zlib/contrib/testzlib/testzlib.txt
compat/zlib/contrib/untgz/Makefile
compat/zlib/contrib/untgz/Makefile.msc
compat/zlib/contrib/untgz/untgz.c
compat/zlib/examples/fitblk.c
compat/zlib/old/Makefile.riscos
compat/zlib/old/README
compat/zlib/old/descrip.mms
compat/zlib/old/os2/zlib.def
compat/zlib/old/visual-basic.txt
Add previously omitted files so we have a complete zlib 1.2.3 distro... (check-in: 8b8d3f1e88, user: dkf, branch: trunk)
9.19 years ChangeLog.2007
Split off the ChangeLog entries for 2006-2007 into their own file. (check-in: e58b904c88, user: dkf, branch: trunk)
9.23 years library/tzdata/CET
library/tzdata/Europe/Belgrade
library/tzdata/Europe/Berlin
library/tzdata/MET
Olson's tzdata2008e (check-in: 121b0de920, user: kennykb, branch: trunk)
9.51 years generic/regfronts.c
Get rid of pre-C89-isms (esp. CONST vs const). (check-in: 2d205c22fb, user: dkf, branch: trunk)
9.60 years library/tzdata/Asia/Calcutta
library/tzdata/Asia/Saigon
Changes up to and including Olson's tzdata2008b (check-in: 79c4daab88, user: kennykb, branch: trunk)
10.06 years ChangeLog.1999
ChangeLog.2005
Tidying up, adding names to log entries, etc. (check-in: e185293bea, user: dkf, branch: trunk)
10.16 years library/tzdata/America/Indiana/Petersburg
library/tzdata/America/Indiana/Tell_City
library/tzdata/America/Indiana/Vincennes
library/tzdata/Pacific/Auckland
Olson's tzdata2007g (check-in: 820ffba5ee, user: kennykb, branch: trunk)
10.53 years library/tzdata/America/Tegucigalpa
Olson's tzdata2007e. (check-in: 7420c6c384, user: kennykb, branch: trunk)
10.65 years library/tzdata/America/Indiana/Winamac
New US DST rules on Windows; Olson's tzdata2007c (check-in: f6e91e1904, user: kennykb, branch: trunk)
10.71 years library/tzdata/Atlantic/Faeroe
library/tzdata/Atlantic/Faroe
rebuilt from Olson's tzdata2007b (check-in: eb57473537, user: kennykb, branch: trunk)
10.92 years library/tzdata/America/Managua
library/tzdata/Europe/Podgorica
Olson's tzdata2006p (check-in: b2237c8c13, user: kennykb, branch: trunk)
11.07 years library/tzdata/Africa/Abidjan
library/tzdata/Africa/Algiers
library/tzdata/Africa/Johannesburg
library/tzdata/Africa/Lagos
library/tzdata/Africa/Maputo
library/tzdata/Africa/Ndjamena
library/tzdata/America/Argentina/ComodRivadavia
library/tzdata/America/Atka
library/tzdata/America/Boise
library/tzdata/America/Buenos_Aires
library/tzdata/America/Catamarca
library/tzdata/America/Chicago
library/tzdata/America/Chihuahua
library/tzdata/America/Coral_Harbour
library/tzdata/America/Cordoba
library/tzdata/America/Dawson
library/tzdata/America/Denver
library/tzdata/America/El_Salvador
library/tzdata/America/Ensenada
library/tzdata/America/Fort_Wayne
library/tzdata/America/Guatemala
library/tzdata/America/Hermosillo
library/tzdata/America/Indiana/Indianapolis
library/tzdata/America/Indiana/Knox
library/tzdata/America/Indiana/Marengo
library/tzdata/America/Indiana/Vevay
library/tzdata/America/Indianapolis
library/tzdata/America/Jujuy
library/tzdata/America/Kentucky/Louisville
library/tzdata/America/Kentucky/Monticello
library/tzdata/America/Knox_IN
library/tzdata/America/Louisville
library/tzdata/America/Martinique
library/tzdata/America/Mazatlan
library/tzdata/America/Mendoza
library/tzdata/America/Menominee
library/tzdata/America/Merida
library/tzdata/America/Mexico_City
library/tzdata/America/Monterrey
library/tzdata/America/New_York
library/tzdata/America/North_Dakota/Center
library/tzdata/America/North_Dakota/New_Salem
library/tzdata/America/Panama
library/tzdata/America/Phoenix
library/tzdata/America/Port_of_Spain
library/tzdata/America/Porto_Acre
library/tzdata/America/Puerto_Rico
library/tzdata/America/Rosario
library/tzdata/America/Shiprock
library/tzdata/America/Thule
library/tzdata/America/Thunder_Bay
library/tzdata/America/Whitehorse
library/tzdata/Arctic/Longyearbyen
library/tzdata/Asia/Ashkhabad
library/tzdata/Asia/Beirut
library/tzdata/Asia/Dacca
library/tzdata/Asia/Istanbul
library/tzdata/Asia/Macao
library/tzdata/Asia/Nicosia
library/tzdata/Asia/Tel_Aviv
library/tzdata/Asia/Thimbu
library/tzdata/Asia/Ujung_Pandang
library/tzdata/Asia/Ulan_Bator
library/tzdata/Atlantic/Jan_Mayen
library/tzdata/Australia/ACT
library/tzdata/Australia/Canberra
library/tzdata/Australia/LHI
library/tzdata/Australia/NSW
library/tzdata/Australia/North
library/tzdata/Australia/Queensland
library/tzdata/Australia/South
library/tzdata/Australia/Tasmania
library/tzdata/Australia/Victoria
library/tzdata/Australia/West
library/tzdata/Australia/Yancowinna
library/tzdata/Brazil/Acre
library/tzdata/Brazil/DeNoronha
library/tzdata/Brazil/East
library/tzdata/Brazil/West
library/tzdata/CST6CDT
library/tzdata/Canada/Atlantic
library/tzdata/Canada/Central
library/tzdata/Canada/East-Saskatchewan
library/tzdata/Canada/Eastern
library/tzdata/Canada/Mountain
library/tzdata/Canada/Newfoundland
library/tzdata/Canada/Pacific
library/tzdata/Canada/Saskatchewan
library/tzdata/Canada/Yukon
library/tzdata/Chile/Continental
library/tzdata/Chile/EasterIsland
library/tzdata/Cuba
library/tzdata/EET
library/tzdata/EST
library/tzdata/EST5EDT
library/tzdata/Egypt
library/tzdata/Eire
library/tzdata/Etc/GMT
library/tzdata/Etc/GMT+0
library/tzdata/Etc/GMT-0
library/tzdata/Etc/GMT0
library/tzdata/Etc/Greenwich
library/tzdata/Etc/UCT
library/tzdata/Etc/UTC
library/tzdata/Etc/Universal
library/tzdata/Etc/Zulu
library/tzdata/Europe/Andorra
library/tzdata/Europe/Athens
library/tzdata/Europe/Belfast
library/tzdata/Europe/Bratislava
library/tzdata/Europe/Brussels
library/tzdata/Europe/Bucharest
library/tzdata/Europe/Copenhagen
library/tzdata/Europe/Gibraltar
library/tzdata/Europe/Guernsey
library/tzdata/Europe/Isle_of_Man
library/tzdata/Europe/Jersey
library/tzdata/Europe/Ljubljana
library/tzdata/Europe/London
library/tzdata/Europe/Luxembourg
library/tzdata/Europe/Mariehamn
library/tzdata/Europe/Monaco
library/tzdata/Europe/Nicosia
library/tzdata/Europe/Oslo
library/tzdata/Europe/Paris
library/tzdata/Europe/Prague
library/tzdata/Europe/San_Marino
library/tzdata/Europe/Sarajevo
library/tzdata/Europe/Skopje
library/tzdata/Europe/Stockholm
library/tzdata/Europe/Tirane
library/tzdata/Europe/Tiraspol
library/tzdata/Europe/Uzhgorod
library/tzdata/Europe/Vatican
library/tzdata/Europe/Warsaw
library/tzdata/Europe/Zagreb
library/tzdata/GB
library/tzdata/GB-Eire
library/tzdata/GMT
library/tzdata/GMT+0
library/tzdata/GMT-0
library/tzdata/GMT0
library/tzdata/Greenwich
library/tzdata/HST
library/tzdata/Hongkong
library/tzdata/Iceland
library/tzdata/Iran
library/tzdata/Israel
library/tzdata/Jamaica
library/tzdata/Japan
library/tzdata/Kwajalein
library/tzdata/Libya
library/tzdata/MST
library/tzdata/MST7MDT
library/tzdata/Mexico/BajaNorte
library/tzdata/Mexico/BajaSur
library/tzdata/Mexico/General
library/tzdata/NZ
library/tzdata/NZ-CHAT
library/tzdata/Navajo
library/tzdata/PRC
library/tzdata/PST8PDT
library/tzdata/Pacific/Guam
library/tzdata/Pacific/Samoa
library/tzdata/Poland
library/tzdata/Portugal
library/tzdata/ROC
library/tzdata/ROK
library/tzdata/Singapore
library/tzdata/Turkey
library/tzdata/UCT
library/tzdata/US/Alaska
library/tzdata/US/Aleutian
library/tzdata/US/Arizona
library/tzdata/US/Central
library/tzdata/US/East-Indiana
library/tzdata/US/Eastern
library/tzdata/US/Hawaii
library/tzdata/US/Indiana-Starke
library/tzdata/US/Michigan
library/tzdata/US/Mountain
library/tzdata/US/Pacific
library/tzdata/US/Pacific-New
library/tzdata/US/Samoa
library/tzdata/UTC
library/tzdata/Universal
library/tzdata/W-SU
library/tzdata/WET
library/tzdata/Zulu
Olson's tzdata2006m (check-in: cc62308f7f, user: kennykb, branch: trunk)
11.93 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)
11.97 years generic/regfree.c
Finish applying the style guide to the RE engine (except for variable and function names, which are a much bigger job to fix!) (check-in: 8d6df41218, user: dkf, branch: trunk)
13.15 years library/tzdata/SystemV/AST4
library/tzdata/SystemV/AST4ADT
library/tzdata/SystemV/CST6
library/tzdata/SystemV/CST6CDT
library/tzdata/SystemV/EST5
library/tzdata/SystemV/EST5EDT
library/tzdata/SystemV/HST10
library/tzdata/SystemV/MST7
library/tzdata/SystemV/MST7MDT
library/tzdata/SystemV/PST8
library/tzdata/SystemV/PST8PDT
library/tzdata/SystemV/YST9
library/tzdata/SystemV/YST9YDT
* generic/tclTimer.c: Removed a premature optimisation that attempted to store the assoc data in the client data; the optimisation caused a bug that [after] would overwrite its imports. [Bug 1016167] * library/clock.tcl (InitTZData, ClearCaches): Changed so that the in-memory time zone :UTC (and its aliases) always gets reinitialised, in case tzdata is absent. [Bug 1019537, 1023779] * library/tzdata/*: Regenerated. * tests/clock.test (clock-31.*, clock-39.1): Corrected a problem where the 'system' locale tests fail on a non-English Windows machine. [Bug 1023761]. Added a test to make sure that alias time zones load correctly. [Bug 1023779]. * tools/tclZIC.tcl (writeLinks): Corrected a problem where alias time zone names were written incorrectly, causing them to fail to load at run time. [Bug 1023779]. * win/tclWinTime.c (Tcl_GetTime): Eliminated CPUID tests on Win64 - assuming that HAL vendors now do a better job of keeping the performance counters synchronized among CPU's. [Bug 1020445] (check-in: 58fb9afc44, user: kennykb, branch: trunk)
13.20 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)
14.48 years tools/encoding/txt2enc.c
fix for [Bug 733221] (check-in: d95fa584b3, user: mistachkin, branch: trunk)
14.69 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)
14.81 years tools/encoding/cp437.txt
tools/encoding/cp737.txt
tools/encoding/cp775.txt
tools/encoding/cp850.txt
tools/encoding/cp852.txt
tools/encoding/cp855.txt
tools/encoding/cp857.txt
tools/encoding/cp860.txt
tools/encoding/cp861.txt
tools/encoding/cp862.txt
tools/encoding/cp863.txt
tools/encoding/cp864.txt
tools/encoding/cp865.txt
tools/encoding/cp866.txt
tools/encoding/cp869.txt
remove unused variable (check-in: e7546a259f, user: vincentdarley, branch: trunk)
15.10 years library/encoding/koi8-u.enc
* library/encoding/koi8-u.enc: removed extraneous spaces that confused encoding reader. [Bug #615115] (check-in: 9f70afe199, user: hobbs, branch: trunk)
15.59 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)
15.67 years library/encoding/iso2022.enc
tools/encoding/iso2022-jp.esc
tools/encoding/iso2022.esc
* library/encoding/iso2022-jp.enc: * library/encoding/iso2022.enc: * tools/encoding/iso2022-jp.esc: * tools/encoding/iso2022.esc: gave <ESC>$B precedence over <ESC>$@, based on comments (point 1) in [Bug #219283] (rfc 1468) (check-in: ab9df3e822, user: hobbs, branch: trunk)
16.05 years library/encoding/ebcdic.enc
tools/encoding/ebcdic.txt
* library/encoding/ebcdic.enc: * tools/encoding/ebcdic.txt: EBCDIC charset mapping. [Patch #219323] (nijtmans) (check-in: 186e3e6270, user: hobbs, branch: trunk)
16.05 years library/encoding/tis-620.enc
tools/encoding/tis-620.txt
* library/encoding/tis-620.enc: * tools/encoding/tis-620.txt: TIS-620 charset mapping. [Patch #467423] (poonlap) (check-in: 0ae6c21212, user: hobbs, branch: trunk)
16.07 years library/encoding/cp936.enc
library/encoding/cp949.enc
library/encoding/cp950.enc
library/encoding/iso8859-16.enc
library/encoding/macCroatian.enc
library/encoding/macCyrillic.enc
library/encoding/macGreek.enc
library/encoding/macIceland.enc
library/encoding/macRoman.enc
library/encoding/macTurkish.enc
tools/encoding/cp1250.txt
tools/encoding/cp1251.txt
tools/encoding/cp1252.txt
tools/encoding/cp1253.txt
tools/encoding/cp1254.txt
tools/encoding/cp1255.txt
tools/encoding/cp1256.txt
tools/encoding/cp1257.txt
tools/encoding/cp1258.txt
tools/encoding/cp874.txt
tools/encoding/cp932.txt
tools/encoding/cp936.txt
tools/encoding/cp949.txt
tools/encoding/cp950.txt
tools/encoding/iso8859-1.txt
tools/encoding/iso8859-10.txt
tools/encoding/iso8859-13.txt
tools/encoding/iso8859-14.txt
tools/encoding/iso8859-15.txt
tools/encoding/iso8859-16.txt
tools/encoding/iso8859-2.txt
tools/encoding/iso8859-3.txt
tools/encoding/iso8859-4.txt
tools/encoding/iso8859-5.txt
tools/encoding/iso8859-6.txt
tools/encoding/iso8859-7.txt
tools/encoding/iso8859-8.txt
tools/encoding/iso8859-9.txt
tools/encoding/koi8-r.txt
tools/encoding/macCentEuro.txt
tools/encoding/macCroatian.txt
tools/encoding/macCyrillic.txt
tools/encoding/macGreek.txt
tools/encoding/macIceland.txt
tools/encoding/macRoman.txt
tools/encoding/macTurkish.txt
Updated encodings with latest mappings from www.unicode.org. This did not include some Mac encodings that have special multi-unichar translations now (like symbols, dingbats and japanese). Also does not include big5, gb or euc* as those have different formats in the latest Unicode version that need new conversion tools. Not all related .enc files changed as some had been updates separately. (check-in: a93c3e5d89, user: hobbs, branch: trunk)
16.44 years library/encoding/cp1250.enc
library/encoding/cp1251.enc
library/encoding/cp1252.enc
library/encoding/cp1253.enc
library/encoding/cp1254.enc
library/encoding/cp1255.enc
library/encoding/cp1256.enc
library/encoding/cp1257.enc
library/encoding/cp1258.enc
library/encoding/cp874.enc
library/encoding/iso8859-10.enc
library/encoding/iso8859-13.enc
library/encoding/iso8859-14.enc
library/encoding/iso8859-6.enc
library/encoding/iso8859-7.enc
library/encoding/iso8859-8.enc
* library/encoding/cp1250.enc: * library/encoding/cp1251.enc: * library/encoding/cp1252.enc: * library/encoding/cp1253.enc: * library/encoding/cp1254.enc: * library/encoding/cp1255.enc: * library/encoding/cp1256.enc: * library/encoding/cp1257.enc: * library/encoding/cp1258.enc: * library/encoding/cp874.enc: * library/encoding/iso8859-6.enc: * library/encoding/iso8859-7.enc: * library/encoding/iso8859-8.enc: * library/encoding/iso8859-10.enc (new): * library/encoding/iso8859-13.enc (new): * library/encoding/iso8859-14.enc (new): updated encoding tables based on http://www.unicode.org/Public/MAPPINGS/. (kuhn) (check-in: 8883e16cf6, user: hobbs, branch: trunk)
16.52 years library/encoding/iso8859-15.enc
Got the encoding wrong; thanks to Richard Suchenwirth for pointing me in the direction of a correct encoding. (check-in: e7cab317cf, user: dkf, branch: trunk)
18.01 years win/aclocal.m4
* unix/tclUnixPort.h: added utime.h to includes * unix/aclocal.m4: made it just include tcl.m4 (check-in: dedc005e01, user: hobbs, branch: trunk)
18.50 years tools/encoding/README
* Merged changes from 8.1.0 branch (check-in: dc45694c11, user: stanton, branch: trunk)
18.52 years library/encoding/koi8-r.enc
* library/encoding/koi8-r.enc: * tools/encoding/koi8-r.txt: Added support for the koi8-r Cyrillic encoding. [Bug: 1771] (check-in: 40dd26149a, user: stanton, branch: trunk)
18.55 years library/encoding/ascii.enc
library/encoding/big5.enc
library/encoding/cp437.enc
library/encoding/cp737.enc
library/encoding/cp775.enc
library/encoding/cp850.enc
library/encoding/cp852.enc
library/encoding/cp855.enc
library/encoding/cp857.enc
library/encoding/cp860.enc
library/encoding/cp861.enc
library/encoding/cp862.enc
library/encoding/cp863.enc
library/encoding/cp864.enc
library/encoding/cp865.enc
library/encoding/cp866.enc
library/encoding/cp869.enc
library/encoding/dingbats.enc
library/encoding/euc-cn.enc
library/encoding/euc-kr.enc
library/encoding/gb12345.enc
library/encoding/gb1988.enc
library/encoding/gb2312-raw.enc
library/encoding/gb2312.enc
library/encoding/iso2022-kr.enc
library/encoding/iso8859-1.enc
library/encoding/iso8859-2.enc
library/encoding/iso8859-3.enc
library/encoding/iso8859-4.enc
library/encoding/iso8859-5.enc
library/encoding/iso8859-9.enc
library/encoding/jis0201.enc
library/encoding/jis0212.enc
library/encoding/ksc5601.enc
library/encoding/macCentEuro.enc
library/encoding/macDingbats.enc
library/encoding/macJapan.enc
library/encoding/macRomania.enc
library/encoding/macThai.enc
library/encoding/macUkraine.enc
library/encoding/symbol.enc
tools/encoding/Makefile
tools/encoding/ascii.txt
tools/encoding/cjk.inf
tools/encoding/dingbats.txt
tools/encoding/gb12345.txt
tools/encoding/gb1988.txt
tools/encoding/iso2022-kr.esc
tools/encoding/jis0201.txt
tools/encoding/jis0208.txt
tools/encoding/jis0212.txt
tools/encoding/ksc5601.txt
tools/encoding/macDingbats.txt
tools/encoding/macJapan.txt
tools/encoding/macRomania.txt
tools/encoding/macThai.txt
tools/encoding/macUkraine.txt
tools/encoding/shiftjis.txt
tools/encoding/symbol.txt
tools/white.bmp
merged tcl 8.1 branch back into the main trunk (check-in: f3b32fb71c, user: stanton, branch: trunk)
19.60 years library/http1.0/pkgIndex.tcl
Initial revision (check-in: cacdd0f329, user: rjohnson, branch: trunk)