Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
62 check-ins using file tests/reg.test version 915ceb8d0f
|
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 | |
| 00:59 | * unix/tclUnixTest.c (TestalarmCmd): don't bother checking return value of alarm. [B... check-in: 12b273dd6c user: hobbs tags: trunk | |
|
2003-10-10
| ||
| 15:50 | Exported symbol name police (thanks GPS for spotting this!) check-in: c377842c48 user: dkf tags: trunk | |
|
2003-10-09
| ||
| 00:29 | * win/makefile.vc: Applied patches for bug #801467 by Joe Mistachkin * win/tclAppInit.c: to fix i... check-in: c6bd53ea96 user: patthoyts tags: trunk | |
|
2003-10-08
| ||
| 23:18 | * generic/tclBasic.c: Save and restore the iPtr->flag bits that control the state ... check-in: f1a98cad4c user: dgp tags: trunk | |
| 17:50 | Format correction check-in: bdc05963a2 user: dgp tags: trunk | |
| 15:24 | Added constraint to the new tests. check-in: e697dfc739 user: dgp tags: trunk | |
| 14:24 | Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the length because of a negative '... check-in: 6b243da1f0 user: dkf tags: trunk | |
|
2003-10-07
| ||
| 21:45 | * tests/cmdAH.test: * tests/exec.test: Corrected temporary file managem... check-in: 10252720cd user: dgp tags: trunk | |
| 16:37 | * tests/pid.test: Corrected temporary file management issues uncovered by -deb... check-in: c50be0ebf4 user: dgp tags: trunk | |
| 16:00 | * tests/fCmd.test: Run tests with the [temporaryDirectory] as the current direc... check-in: 081319d78f user: dgp tags: trunk | |
| 15:26 | * doc/OpenFileChnl.3: Updated Tcl_Tell and Tcl_Seek documentation to reflect that ... check-in: db8fd51f20 user: dgp tags: trunk | |
| 14:58 | * tests/io.test: Corrected several tests that failed when paths * tests/ioCmd... check-in: 1d663f7cc8 user: dgp tags: trunk | |
| 04:48 | * tests/regexp.test: Matched [makeFile] with [removeFile]. * tests/regexp... check-in: 1aecb14fff user: dgp tags: trunk | |
|
2003-10-06
| ||
| 19:08 | * win/configure: * win/tcl.m4: removed incorrect checks for existence of optimization. TCL_CFG_O... check-in: e8c5420848 user: hobbs tags: trunk | |
| 17:27 | * tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution happens, not for a... check-in: cee2238b21 user: dgp tags: trunk | |
| 16:17 | * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so that alpha and beta... check-in: 287de6f037 user: dgp tags: trunk | |
| 14:32 | * tests/reg.test: Corrected duplicate test names. * tests/resource.test: [Bug... check-in: 35fbcc69fd user: dgp tags: trunk | |