Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
45 check-ins using file generic/tcl.h version 4fe30594ee
|
2003-11-12
| ||
| 17:27 | * tests/cmdMZ.test (cmdMZ-1.4): change to nonPortable as more systems are using perm... check-in: 0f226694e4 user: hobbs tags: trunk | |
| 01:07 | * unix/configure: * unix/tcl.m4: improve AIX --enable-64bit handling remove -D__NO_STRING_INLINES... check-in: 0c5e766d14 user: hobbs tags: trunk | |
|
2003-11-11
| ||
| 10:06 | no message check-in: 09a8cae981 user: davygrvy tags: trunk | |
| 08:24 | added socklen_t typedef for DJGPP check-in: d155989891 user: davygrvy tags: trunk | |
|
2003-11-10
| ||
| 22:55 | * library/dde/pkgIndex.tcl: Added safeguards so that registry * library/reg/pkgI... check-in: 207b9d2fc9 user: dgp tags: trunk | |
| 20:34 | * unix/tclUnixInit.c (TclpInitLibraryPath): * win/tclWinInit.c (TclpInitLibraryPath)... check-in: 5d17bf7a05 user: dgp tags: trunk | |
| 18:30 | Make cmdIL.test more self-contained [Bug 838384] check-in: b27e450c20 user: dkf tags: trunk | |
| 17:57 | fix to misleading error message check-in: 5a025a528e user: vincentdarley tags: trunk | |
|
2003-11-07
| ||
| 11:36 | compilation warning check-in: 5e759647b7 user: vincentdarley tags: trunk | |
|
2003-11-06
| ||
| 13:11 | * macosx/Makefile: optimized builds define NDEBUG to turn off ThreadAlloc range checking. check-in: b971567508 user: das tags: trunk | |
|
2003-11-05
| ||
| 20:50 | * tests/unixInit.test (unixInit-2.10): New test to expose [Bug 832657] failure of T... check-in: 687e16de39 user: dgp tags: trunk | |
|
2003-11-04
| ||
| 09:36 | * macosx/Makefile: added 'test' target. check-in: 59cc5bd7e4 user: das tags: trunk | |
|
2003-11-03
| ||
| 12:49 | loadHandle vs clientData cleanup check-in: faef05470c user: vincentdarley tags: trunk | |
| 12:49 | whitespace check-in: d044c8be98 user: vincentdarley tags: trunk | |
| 12:48 | remove warning check-in: 3a2780c1a7 user: vincentdarley tags: trunk | |
| 12:48 | free path when no longer needed check-in: 5e80e5abd3 user: vincentdarley tags: trunk | |
|
2003-11-02
| ||
| 18:57 | Typo fix check-in: 33c0fbef93 user: dkf tags: trunk | |
|
2003-11-01
| ||
| 01:31 | regen check-in: d1f0e54921 user: dkf tags: trunk | |
| 01:28 | When copying and pasting code, check that argument types are sensible! <:^) check-in: cfc3336537 user: dkf tags: trunk | |
| 01:23 | Oops check-in: 6a41f32717 user: dkf tags: trunk | |
| 01:20 | Increased robustness and speed for [lrepeat] with help of new list constructor check-in: 14a264ed1d user: dkf tags: trunk | |
|
2003-10-30
| ||
| 22:46 | Whitespace police check-in: 0e454ce0e1 user: dkf tags: trunk | |
| 22:18 | Whitespace police check-in: 355816d9e5 user: dkf tags: trunk | |
|
2003-10-28
| ||
| 22:07 | doh, forgot Changelog entry check-in: df96275051 user: msofer tags: trunk | |
| 22:06 | * generic/tclExecute.c (NEXT_INST macros): replaced macro variable "result" by "resultHandling" to... check-in: 1debe942a0 user: msofer tags: trunk | |
|
2003-10-23
| ||
| 18:00 | * unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606] fixing [Bug 813087]. Detecti... check-in: 5b68e65f6c user: andreas_kupries tags: trunk | |
| 16:28 | * win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too when asked for writable events by the... check-in: 8ec3963650 user: andreas_kupries tags: trunk | |
| 10:10 | filesystem documentation check-in: a4fc365a4e user: vincentdarley tags: trunk | |
| 10:07 | mac resource freeing fix check-in: d76762d8f8 user: vincentdarley tags: trunk | |
|
2003-10-22
| ||
| 08:29 | Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528] check-in: f86ca225de user: dkf tags: trunk | |
|
2003-10-21
| ||
| 23:39 | * tools/tcltk-man2html.tcl: fixed incorrect html generated for .IP/.TP lists, now use <DL><DT>...<... check-in: 1c115e499e user: das tags: trunk | |
| 23:25 | * win/tclWinPipe.c (BuildCommandLine): Applied the patch coming with [Bug 805605] to the code, ... check-in: 9bc2883984 user: andreas_kupries tags: trunk | |
| 20:42 | Removed variables that are no longer used. check-in: b8ce70f5db user: dgp tags: trunk | |
| 05:10 | corrected new msgcat tests to work on case-sensitive filesystems (where ROOT.msg and root.msg are di... check-in: b52b8cd9d1 user: dgp tags: trunk | |
| 03:42 | update msgcat version to 1.4 check-in: 480ccd7066 user: dgp tags: trunk | |
| 00:23 | TIP #156: Language-Neutral Root Locale for Msgcat check-in: 36d6f6daf7 user: kennykb tags: trunk | |
|
2003-10-15
| ||
| 13:15 | Fixed bug 823768 by pre-parsing the index list check-in: 4f28048ff5 user: dkf tags: trunk | |
|
2003-10-14
| ||
| 22:48 | no message check-in: da23724d51 user: davygrvy tags: trunk | |
| 22:48 | Punt gracefully if exitToken was already destroyed. check-in: 4d99865323 user: davygrvy tags: trunk | |
| 21:49 | Test to detect a sharing problem with TIP#127 exposed in tclbench Thanks DGP for helping develop thi... check-in: cd19c5a7b4 user: dkf tags: trunk | |
| 20:42 | whitespace police check-in: b7d561203b user: dkf tags: trunk | |
| 18:23 | regsub fix check-in: 67a6ac6109 user: vincentdarley tags: trunk | |
| 15:44 | * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routine that appends a ... check-in: 3522d44090 user: dgp tags: trunk | |
| 13:38 | TIP#127 Implementation. Thanks to Michael Schlenker for his implementation work check-in: 3dfa4104f6 user: dkf tags: trunk | |
|
2003-10-13
| ||
| 16:48 | filesystem bug fixes check-in: f53be6ca93 user: vincentdarley tags: trunk | |