Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 2003-12-03 17:39:51.
|
2003-12-16
| ||
| 02:55 | * win/tclWinFile.c (TclpUtime) : utimbuf struct not a problem with Borland. * win/tclWinTime.c (... check-in: cf0b9606ba user: davygrvy tags: trunk | |
| 02:43 | * win/tcl.rc: Slight modification to the STRINGIFY macro to support Borland's rc tool. From Helmu... check-in: 97ef66fca1 user: davygrvy tags: trunk | |
| 02:35 | * wintclsh.rc: Slight modification to the STRINGIFY macro to support Borland's rc tool. From Helm... check-in: 385122fc8c user: davygrvy tags: trunk | |
| 02:31 | Slight modification to the STRINGIFY macro to support Borland's rc tool. check-in: ae05ff553c user: davygrvy tags: trunk | |
|
2003-12-15
| ||
| 00:49 | * generic/tclInt.decls: commented-out entry for TclpCheckStackSpace, removing it from the Stubs tabl... check-in: 58f0786941 user: davygrvy tags: trunk | |
|
2003-12-14
| ||
| 18:32 | TIP#75 Implementation check-in: 37ab2795dd user: dkf tags: trunk | |
| 17:38 | Stop warnings due to (annoying) C type promotion rules. check-in: c0649787a6 user: dkf tags: trunk | |
| 10:51 | rewrite of file normalization check-in: 5b1ae40484 user: vincentdarley tags: trunk | |
|
2003-12-13
| ||
| 03:11 | prefer Tcl_LongAsWide and Tcl_WideAsLong for casts. check-in: 990811b730 user: davygrvy tags: trunk | |
| 02:11 | no message check-in: 5d61b76a22 user: davygrvy tags: trunk | |
| 02:07 | Win32's SetFilePointer() takes LONGs not DWORDs. Redid local vars to avoid all casting except where... check-in: 8ee1137fac user: davygrvy tags: trunk | |
|
2003-12-12
| ||
| 17:15 | better filesystem tests with more informative results check-in: c9ed107497 user: vincentdarley tags: trunk | |
| 17:09 | various filesystem fixes check-in: 6f1ffc504e user: vincentdarley tags: trunk | |
| 17:09 | allow creation of relative links check-in: 60f9fa8b4d user: vincentdarley tags: trunk | |
| 17:02 | new filesystem tests check-in: 8560e5ecaa user: vincentdarley tags: trunk | |
| 17:02 | file normalize ~nobody fix check-in: f1c2619a40 user: vincentdarley tags: trunk | |
| 17:02 | improved filesystem documentation check-in: 574d369381 user: vincentdarley tags: trunk | |
| 16:47 | fix to 'file normalize ~nobody' crash check-in: 23ab3123af user: vincentdarley tags: core-8-4-branch | |
| 01:01 | no message check-in: e2be25f20c user: davygrvy tags: trunk | |
| 00:59 | (SocketThreadExitHandler) : added a TerminateThread fallback just in case the socket handler thread ... check-in: ebde28db01 user: davygrvy tags: trunk | |
|
2003-12-09
| ||
| 21:55 | * unix/configure: * unix/tcl.m4: updated OpenBSD build configuration based on [Patch #775246] (ca... check-in: 9311063130 user: hobbs tags: trunk | |
| 16:03 | fixed tests and constraints and setup so works x-platform check-in: 4e7375a764 user: vincentdarley tags: trunk | |
| 15:32 | #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369] check-in: d0ff553585 user: dkf tags: core-8-4-branch | |
| 15:27 | #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369] check-in: d06ae339af user: dkf tags: trunk | |
| 14:57 | NT file permissions fix and tests check-in: a6a450bd88 user: vincentdarley tags: trunk | |
|
2003-12-03
| ||
| 17:39 | * generic/tcl.h: Bumped patch level to 8.4.5.1 to distinguish * unix/configur... check-in: 125b8530bb user: dgp tags: core-8-4-branch | |
|
2003-12-02
| ||
| 17:36 | * README: Bumped patch level to 8.4.6 to distinguish * generic/tcl.h: ... check-in: 67f0414823 user: dgp tags: core-8-4-branch | |
| 09:31 | Stop losing references when variables are repeated in [binary scan]. [851747] check-in: 4b0fb393bf user: dkf tags: core-8-4-branch | |
| 09:29 | Stop losing references when variables are repeated in [binary scan]. [851747] check-in: e1aa93441d user: dkf tags: trunk | |
|
2003-12-01
| ||
| 21:29 | * doc/lset.n: fix typo [Bug 852224] check-in: 424fb3443c user: msofer tags: core-8-4-branch | |
| 21:27 | * doc/lset.n: fix typo [Bug 852224] check-in: 89c716f872 user: msofer tags: trunk | |
|
2003-11-24
| ||
| 19:06 | * generic/tclParse.c: Corrected faulty check for trailing white space in {expand} ... check-in: 672ceae2ae user: dgp tags: trunk | |
| 10:13 | remove windows [cd] bug check-in: aed01a3091 user: vincentdarley tags: trunk | |
|
2003-11-21
| ||
| 18:47 | * tests/winFCmd.test (winFCmd-16.10,11): Merged new tests from core-8-4-branch. check-in: 3edba276c1 user: dgp tags: trunk | |
| 18:18 | moved core-8-4-5 tag to include las test correction check-in: 8f0b8e9adb user: hobbs tags: core-8-4-5, core-8-4-branch | |
| 16:19 | * tests/windFCmd.test (winFCmd-16.10): Corrected failure to initialize variable $dd... check-in: e353d8cf35 user: dgp tags: core-8-4-branch | |
| 00:18 | moved 8.4.5 tag check-in: de183ca925 user: hobbs tags: core-8-4-branch | |
|
2003-11-20
| ||
| 19:19 | * generic/tclVar.c: fix flag bit collision between LOOKUP_FOR_UPVAR and TCL_PARSE_PART1 (deprecate... check-in: 27a479625d user: msofer tags: core-8-4-branch | |
| 19:05 | fix to 'cd' infinite recursion bug on Windows check-in: f5a4c09bdb user: vincentdarley tags: core-8-4-branch | |
| 18:37 | * generic/tclVar.c: fix flag bit collision between LOOKUP_FOR_UPVAR and TCL_PARSE_PART1 (deprecate... check-in: 00fc87dfaf user: msofer tags: trunk | |
| 00:15 | * tests/compile.test (compile-16.22.0): Improved test for the recent fix for Bug 845... check-in: 39903cd5c5 user: dgp tags: trunk | |
|
2003-11-19
| ||
| 22:04 | Fixed Bug 845412; long commands without expansion don't get tangled with the expansion machinery now... check-in: 791e41a307 user: dkf tags: trunk | |
| 16:29 | typo correction check-in: b5c0f24d2c user: dgp tags: core-8-4-branch | |
|
2003-11-18
| ||
| 23:35 | updated for 8.4.5 release check-in: 5d4a25efc8 user: hobbs tags: core-8-4-branch | |
| 23:29 | Changes from Victor Wagner <vitus@45.free.net> for better DJGPP support. check-in: 393c948780 user: davygrvy tags: trunk | |
| 23:13 | Changes from Victor Wagner <vitus@45.free.net> for DJGPP support. check-in: c34a3f8b13 user: davygrvy tags: trunk | |
|
2003-11-17
| ||
| 18:28 | more details on the regexp fix. check-in: 91556819cc user: dgp tags: trunk | |
| 18:12 | * generic/regcomp.c: Backported regexp bug fixes and tests. Thanks * generic/tcl... check-in: c65f205307 user: dgp tags: core-8-4-branch | |
| 17:48 | * tests/reg.test: Added tests for [Bugs 230589, 504785, 505048, 840258] recently fi... check-in: ef520e12a5 user: dgp tags: trunk | |
| 15:23 | Added cast to suppress compiler warning. check-in: 7882b5bc8d user: dgp tags: trunk | |