Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
52 check-ins using file generic/tclCompExpr.c version 78a7657ea0
|
2003-10-14
| ||
| 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 | |
|
2003-10-04
| ||
| 16:12 | fix for [Bug 816641] - faulty execution and catch stack management. check-in: 1fbbe0dc83 user: msofer tags: trunk | |
|
2003-10-03
| ||
| 20:42 | * generic/tclBasic.c: Fixed error in ref count management of command * generic/tcl... check-in: 56fecef86d user: dgp tags: trunk | |
|
2003-10-02
| ||
| 18:08 | * generic/tclTrace.c: Corrected comingling of introspection results of [trace info c... check-in: d8fd7cc24d user: dgp tags: trunk | |
|
2003-10-01
| ||
| 14:33 | * macosx/Makefile: fixed redo prebinding bug when DESTDIR="". * mac/tclMacResource.c: fixed possib... check-in: ce2dbaa84e user: das tags: trunk | |
|
2003-09-30
| ||
| 14:05 | fixed inconsistent handling of file separators in file join check-in: ebab8e8fa9 user: vincentdarley tags: trunk | |
|
2003-09-29
| ||
| 23:56 | Remove unintentional check-in of work-in-progress check-in: 1bfa692a27 user: dkf tags: trunk | |
| 22:51 | Undid bozo check-in of work-in-progress check-in: bad15625ff user: dkf tags: trunk | |
| 22:38 | Symbols which are visible outside a single compilation unit must have the prefix 'Tcl' to keep them ... check-in: cd7c23855c user: dkf tags: trunk | |
| 22:11 | Undo mistaken commit of work-in-progress check-in: c93a77cabe user: dkf tags: trunk | |
| 21:47 | Oops. Missed out on an index line update check-in: 4f07f60509 user: dkf tags: trunk | |
| 21:45 | Regen check-in: 7080f02eb6 user: dkf tags: trunk | |
| 21:38 | TIP#121 (app exit proc API) implementation from Joe Mistachkin check-in: 4618164501 user: dkf tags: trunk | |
| 21:28 | improved test description check-in: d7cb1a0d6f user: dgp tags: trunk | |
| 14:37 | TIP#112 ([namespace ensemble] command) implementation. check-in: e1f27128dc user: dkf tags: trunk | |
| 10:01 | Correctly check the types of boolean options to http::geturl [Bug 811170] check-in: b5f9c46a87 user: dkf tags: trunk | |
| 09:43 | Added note that frameworks are a MacOSX feature [Bug 619440] check-in: abcc204689 user: dkf tags: trunk | |
|
2003-09-28
| ||
| 10:36 | no message check-in: 013af71ab9 user: davygrvy tags: trunk | |
| 10:36 | * win/tclWinPipe.c: The windows port of expect can call TclWinAddProcess before any of the other pip... check-in: 1ff27fbb73 user: davygrvy tags: trunk | |
|
2003-09-25
| ||
| 05:34 | * macosx/Makefile: ensure SYMROOT exists if OBJROOT is overridden on command line. Replaced explic... check-in: fdd3ebad30 user: das tags: trunk | |
|
2003-09-24
| ||
| 18:07 | package unknown performance on MacOS and MacOS X check-in: 361ef0c572 user: vincentdarley tags: trunk | |
| 12:56 | trace.test remove knownBug check-in: 954c5880cb user: vincentdarley tags: trunk | |
| 02:07 | * tests/trace.test (trace-31,32-*): Added tests for [Bug 807243] and [Bug 811483]. check-in: 256e98a853 user: dgp tags: trunk | |
|
2003-09-23
| ||
| 18:38 | fix failure of previous commit on Alpha platform check-in: 75cc747d06 user: msofer tags: trunk | |
| 14:48 | * generic/tclExecute.c: * generic/tclInt.h: changed the evaluation-stack addressing mode, from ar... check-in: cc2dd645bb user: msofer tags: trunk | |
| 04:49 | * library/init.tcl (auto_load, auto_import): Expanded Eric Melski's 2000-01-28 fix ... check-in: dbc5f2a73f user: dgp tags: trunk | |
|
2003-09-19
| ||
| 23:05 | Stop failure of expr-23.4 on 64bit architectures. [Bug 808244] check-in: 0d0db69145 user: dkf tags: trunk | |
| 18:09 | * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to protect all calls that may cause trac... check-in: 03dd1a4927 user: msofer tags: trunk | |
|
2003-09-18
| ||
| 11:29 | fileName test suite bug fix check-in: 055dc59c05 user: vincentdarley tags: trunk | |
|
2003-09-16
| ||
| 16:06 | test suite fix for AFS check-in: 88d1d3d987 user: vincentdarley tags: trunk | |
| 14:56 | minor filesystem bug fixes check-in: 7d62ac81ba user: vincentdarley tags: trunk | |
|
2003-09-15
| ||
| 14:24 | Fixed comment typos. check-in: 26f81efb72 user: patthoyts tags: trunk | |
| 09:46 | Oops! Last checkin had wrong value for LAST_INST_OPCODE. D'oh! check-in: 03e050818f user: dkf tags: trunk | |
|
2003-09-12
| ||
| 23:55 | TIP#123 Implementation based on work by Arjen Markus. [Patch 655176] check-in: 605f7ff911 user: dkf tags: trunk | |