Tcl Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 ancestors of 12f98a95283336fc

2013-03-28
14:48
Undo [6a9ee3273c]. Last commit in Tk's core-8-5-branch makes this change no longer necessary. check-in: 12f98a9528 user: jan.nijtmans tags: core-8-5-branch
2013-03-27
14:06
Add dummy (undocumented) TclCanceled function in stub table (not exported as symbol or macro), which... check-in: 6a9ee3273c user: jan.nijtmans tags: core-8-5-branch
10:48
remove unneccessary duplication check-in: 1d94413d32 user: jan.nijtmans tags: core-8-5-branch
2013-03-22
23:05
Update to tzdata2013b check-in: 15d1b83223 user: venkat tags: core-8-5-branch
2013-03-21
14:56
Tcl 8.5 doesn't have [try] check-in: 1ea74eff23 user: jan.nijtmans tags: core-8-5-branch
14:39
test suite hygiene check-in: 61271524e1 user: dgp tags: core-8-5-branch
14:32
Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test case fCmd-30.3 were backp... check-in: 541abadf3e user: jan.nijtmans tags: core-8-5-branch
14:30
Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test case fCmd-30.3 were backp... check-in: 7985dfa8d7 user: jan.nijtmans tags: core-8-5-branch
14:28
2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin. check-in: 7a2254a607 user: dgp tags: core-8-5-branch
2013-03-20
15:26
dup test names check-in: 024ec31117 user: dgp tags: core-8-5-branch
13:39
Slightly more correct: If FindFirstFile() fails, the error should be "no such file or directory" (EN... check-in: 5ed5ec73c0 user: jan.nijtmans tags: core-8-5-branch
11:18
Slightly more correct: If FindFirstFile() fails, the error should be "no such file or directory" (EN... check-in: aad700de84 user: jan.nijtmans tags: core-8-4-branch
2013-03-19
14:57
Handle the (unlikely) case that the file is deleted in between. Suggested by Harald Oehlmann (Thanks... check-in: 2314a4bd26 user: jan.nijtmans tags: core-8-5-branch
14:55
Handle the (unlikely) case that the file is deleted in between. Suggested by Harald Oehlmann (Thanks... check-in: ee85786241 user: jan.nijtmans tags: core-8-4-branch
14:31
3597000 Consistent [file copy] result. check-in: 629ee9f78d user: dgp tags: core-8-5-branch
14:26
3597000 Consistent [file copy] result. check-in: ef8bec8154 user: dgp tags: core-8-4-branch
13:48
[Bug 2893771]: file stat fails on locked files on win32. check-in: f5ff2ff965 user: jan.nijtmans tags: core-8-5-branch
13:37
make sure that [file stat] returns the right data, even for locked files. check-in: f92d60cd3d user: jan.nijtmans tags: core-8-4-branch
13:11
Test independence in fCmd.test. check-in: a9c03bc5f2 user: dgp tags: core-8-5-branch
12:43
[Bug 2893771]: file stat fails on locked files on win32. check-in: bfeff04939 user: jan.nijtmans tags: core-8-4-branch
10:16
[Bug 3606390]: Fix isolation of test string-6.37. check-in: 0d203d42ce user: dkf tags: core-8-5-branch
10:06
[Bug 3606387]: Fix isolation of test scan-7.4. check-in: cf4f9480ee user: dkf tags: core-8-5-branch
2013-03-18
18:35
Test independence in fileSystem.test check-in: bebb15f295 user: dgp tags: core-8-5-branch
17:59
Test independence in unixFCmd.test. check-in: 459474d587 user: dgp tags: core-8-5-branch
14:25
[Bug 3608360]: Test to make sure we never let [file exists] do globbing. check-in: 28f6af0a75 user: dkf tags: core-8-5-branch
14:22
[Bug 3608360]: Test to make sure we never let [file exists] do globbing. check-in: d1b80647cd user: dkf tags: core-8-4-branch
2013-03-12
12:00
Regenerate configure with autoconf-2.13. Mostly repairs line numbers. check-in: 1d32f4f268 user: dgp tags: core-8-4-branch
08:45
Patch by Andrew Shadura, providing better support for three architectures they have in Debian. check-in: 2544c55254 user: jan.nijtmans tags: core-8-5-branch
08:32
re-generate configure check-in: 68f4e24433 user: jan.nijtmans tags: core-8-4-branch
08:26
Patch by Andrew Shadura, providing better support for three architectures they have in Debian. (rege... check-in: 4826897f80 user: jan.nijtmans tags: core-8-4-branch
2013-03-11
19:05
3606391 trace.test test independence check-in: b94141ae1d user: dgp tags: core-8-5-branch
17:37
Greater protection against double TclFreeObj() calls in TCL_MEM_DEBUG mode. check-in: 3474bcc2db user: dgp tags: core-8-5-branch
2013-03-08
21:12
Some more ignore-glob settings for msvc, mac, hp .... check-in: 46c1b89e22 user: jan.nijtmans tags: core-8-4-branch
2013-03-06
21:54
Cleaner error handling in fixempties(). check-in: 8577d952c4 user: dgp tags: core-8-5-branch
21:51
Cleaner error handling in fixempties(). check-in: ee7549bebd user: dgp tags: core-8-4-branch
20:28
3604074,3606683 Rewrite of the fixempties() routine (and supporting routines) to completely eliminat... check-in: 71a42e2a9c user: dgp tags: core-8-5-branch
19:56
merge 8.5 Closed-Leaf check-in: 5ea1084e1e user: dgp tags: bug-3606683-85
19:53
Rework into Tcl 8.5+ coding style. check-in: 6fd3ededf1 user: dgp tags: bug-3606683-85
19:25
3604074,3606683 Rewrite of the fixempties() routine (and supporting routines) to completely eliminat... check-in: 8293cc6b1f user: dgp tags: core-8-4-branch
19:12
merge 8.4 Closed-Leaf check-in: ea4fdbc376 user: dgp tags: bug-3606683-84
19:11
Rework into Tcl 8.4 coding style (closer to original Spencer). check-in: 991d6f0796 user: dgp tags: bug-3606683-84
18:01
Indent reduction in fixempties() check-in: cc4f0aada0 user: dgp tags: bug-3606683-85
18:00
Indent reduction in fixempties(). check-in: 3b0c8c5763 user: dgp tags: bug-3606683-84
17:30
Use flag argument to combine copy(nonempty)* routines into copy* routines. check-in: ee5fff61d9 user: dgp tags: bug-3606683-85
16:57
Use flag argument to combine copy(nonempty)* routines into copy* routines. check-in: 1b9ad2f445 user: dgp tags: bug-3606683-84
16:26
New routine hasnonemptyout() for minor improvement to new fixempties(). check-in: 3c35d0842a user: dgp tags: bug-3606683-85
16:07
New routine hasnonemptyout() for minor improvement to new fixempties(). check-in: 9fe9aa7be3 user: dgp tags: bug-3606683-84
12:22
Add Eclipse .project too check-in: 7da71b436d user: jan.nijtmans tags: core-8-5-branch
12:19
Tell fossil and Eclipse that the default eol-convention is LF. Tell fossil which files are binary a... check-in: c1c1f6e24d user: jan.nijtmans tags: core-8-5-branch
12:08
Tell fossil and Eclipse that the default eol-convention is LF. Tell fossil which files are binary a... check-in: 74e78f02d8 user: jan.nijtmans tags: core-8-4-branch
2013-03-05
20:16
Remove from tclCompile.h declarations used in only one source file. check-in: df46919393 user: dgp tags: core-8-5-branch