Timeline
Not logged in

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

57 check-ins using file generic/tclIO.c version 8e998661b6

2003-02-17
19:12
update in comment check-in: 6310fa5a5b user: dgp tags: trunk
17:23
Removed Windows line terminators. [Bug 687913]. check-in: bdee5e1df5 user: kennykb tags: trunk
2003-02-16
01:36
Don Porter's fix for bad parsing of nested scripts [Bug 681841]. check-in: 13c34f1df9 user: msofer tags: trunk
2003-02-15
22:30
Corrected a couple of typos in error messages. [Bug 596027] check-in: aba2bc0454 user: kennykb tags: trunk
20:24
Fixed Tcl_DeleteEvents not to get a pointer smash when deleting the last event in the queue. Added ... check-in: 035d1a2446 user: kennykb tags: trunk
02:16
* README: Bumped to version 8.4.2. * generic/tcl.h: * tools/tcl.wse.in: * unix/configure: * un... check-in: 1ba5113e1d user: hobbs tags: trunk
02:14
generic/tclStringObj.c (Tcl_GetCharLength): perf tweak check-in: 3dfa905412 user: hobbs tags: trunk
02:13
correct HP-UX ia64 --enable-64bit build flags check-in: e5d910b43d user: hobbs tags: trunk
2003-02-14
22:31
* win/tclWinTime.c: Added code to test and compensate for forward leaps of the performance counter.... check-in: 59b1f50de7 user: kennykb tags: trunk
22:16
* win/tclWinTime.c: Added code to test and compensate for forward leaps of the performance counter.... check-in: 5e2c269457 user: kennykb tags: trunk
2003-02-13
23:49
Added conversion from the system encoding to tcl_platform(user), so that it works with non-ASCII7 u... check-in: 42d87fe111 user: kennykb tags: trunk
22:03
Added language to describe the handling of the end-of-file character \u001a embedded in a script fi... check-in: 2a357daf79 user: kennykb tags: trunk
2003-02-12
18:57
glob -l on broken symlink fix check-in: be22ec9c79 user: vincentdarley tags: trunk
2003-02-11
23:59
lint init regexp check-in: d55a53df62 user: hobbs tags: trunk
21:54
* tests/lsearch.test: * generic/tclCmdIL.c (Tcl_LsearchObjCmd): protect against the case that lse... check-in: 1c9153d6ed user: hobbs tags: trunk
20:41
Corrected a problem where http-4.14 would fail when run with a proxy server. Replaced references t... check-in: a5fc0bb948 user: kennykb tags: trunk
18:46
correct test names check-in: 03be579296 user: hobbs tags: trunk
18:35
* tests/stringObj.test: * generic/tclStringObj.c (Tcl_GetCharLength): correct ascii char opt of 2... check-in: 78c313648a user: hobbs tags: trunk
18:34
* generic/tclParse.c (CommandComplete): more paranoid check to break on (p >= end) instead of just... check-in: 9743f441b5 user: hobbs tags: trunk
18:27
remove excess EOF whitespace check-in: ad24f00755 user: hobbs tags: trunk
18:03
* generic/tclParse.c * tests/parse.test: fix for [Bug 684744], by Don Porter. check-in: 0240a75766 user: msofer tags: trunk
11:07
* generic/tclIOUtil.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath): (UpdateStringOfFsPath): revert th... check-in: a148677ade user: hobbs tags: trunk
09:42
* tests/fileSystem.test: added test 8.3 * generic/tclIOUtil.c (Tcl_FSGetNormalizedPath): (Tcl_FSM... check-in: 7c7fc4f3fd user: hobbs tags: trunk
09:42
* unix/tclUnixFile.c (TclpMatchInDirectory): simplify the hidden file match check. check-in: 5ac811df84 user: hobbs tags: trunk
02:18
* win/configure: * win/configure.in: Generate error when attempting to build under Cygwin. The Cy... check-in: 9ae2332ed0 user: mdejong tags: trunk
2003-02-10
13:32
* doc/append.n: Return value was not documented. [Bug 683188] check-in: 13f7008676 user: dkf tags: trunk
12:50
further fs cleanup check-in: 4e91ed4531 user: vincentdarley tags: trunk
10:26
filesystem speed up round 2 check-in: 1f9c0e4f03 user: vincentdarley tags: trunk
2003-02-09
02:50
add catches to suppress unnecessary errors check-in: 1f3b9cac32 user: hobbs tags: trunk
2003-02-08
22:03
code cleanup of eval and string comp use check-in: 3073e9d59a user: hobbs tags: trunk
2003-02-07
15:29
first speedups to Win filesystem check-in: e7c1a40863 user: vincentdarley tags: trunk
11:59
fix to crashing filesystem test check-in: 63c1460f0b user: vincentdarley tags: trunk
01:07
* generic/tclCompCmds.c (TclCompileIncrCmd): * tests/incr.test: Don't include the text "(incremen... check-in: 8d271ffd13 user: mdejong tags: trunk
2003-02-06
22:44
* generic/tclExecute.c (TclExecuteByteCode): When an error is encountered reading the increment va... check-in: a84d591f12 user: mdejong tags: trunk
16:29
* library/tcltest/tcltest.tcl: Filename arguments to [outputChannel] and [errorChan... check-in: dafc6b463d user: dgp tags: trunk
2003-02-05
20:05
* tests/interp.test: * tests/set-old.test: Run test cases that depend on hash order through lsort... check-in: 050a14cf73 user: mdejong tags: trunk
12:46
added regression test for recent bug fix check-in: 64b1083fb2 user: vincentdarley tags: trunk
2003-02-04
18:23
test suite fixes for spaces in paths check-in: 811cea19f2 user: vincentdarley tags: trunk
17:06
finalization and test fixes check-in: 1bf7a82411 user: vincentdarley tags: trunk
00:56
Marked filesystem-7.1 as known bug. check-in: ebd433c730 user: andreas_kupries tags: trunk
00:56
doc formatting fix check-in: 531b3a90d4 user: hobbs tags: trunk
2003-02-03
20:16
* generic/tclBasic.c: Changed [trace add command] so that 'rename' callbacks get fully qualified na... check-in: 382a9b8449 user: kennykb tags: trunk
2003-02-01
23:49
* generic/tclCompCmds.c: Removed an unused variable that caused compiler warnings on SGI. [Bug 66... check-in: 6da94f8950 user: kennykb tags: trunk
23:37
* generic/tclLoad.c: Changed the code so that if Tcl_StaticPackage is called to report the same p... check-in: 06bcf54eca user: kennykb tags: trunk
21:27
* generic/tclClock.c: Fixed a bug that incorrectly allowed [clock clicks {}] and [clock clicks -]... check-in: c877b70a1b user: kennykb tags: trunk
21:07
* tests/unixNotfy.test: Added cleanup of working files [Bug 675609] check-in: 2ad9774a7b user: kennykb tags: trunk
19:48
2003-02-01 Kevin Kenny <kennykb@users.sourceforge.net> * doc/Tcl.n: Added headings to the elev... check-in: fdbe463400 user: kennykb tags: trunk
2003-01-31
22:19
The utility [slave] command failed to properly [list]-quote a constructed [open] com... check-in: a7dc77246b user: dgp tags: trunk
22:10
* tests/tcltest.test: Cleaned up management of file/directory creation/deletion to i... check-in: 557bb3d6fb user: dgp tags: trunk
18:54
* tests/main.test: Stopped main.test from deleting existing file. Test suite should ... check-in: 26a42fb072 user: dgp tags: trunk
2003-01-28
17:59
* tests/main.test: Constrain tests that do not work on Windows. check-in: 4526b1dfd4 user: dgp tags: trunk
14:52
filesystem bug fix and new test check-in: 083e6f570a user: vincentdarley tags: trunk
11:03
* generic/tcl.h: Add TCL_PREFIX_IDENT and TCL_DEBUG_IDENT, used only by TclpCreateProcess. * unix... check-in: 0b07cfddbf user: mdejong tags: trunk
2003-01-27
15:25
typo corrections in comments. check-in: 45c321246f user: dgp tags: trunk
03:34
* win/README: Update msys+mingw URL to release 6. This version bundles gcc 3. check-in: fc8c920f3d user: mdejong tags: trunk
02:19
* win/configure: Regen. * win/configure.in: Add test that checks to see if the compiler can cast ... check-in: 1acd5861be user: mdejong tags: trunk
2003-01-26
05:59
* generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel): Invoke TclpCutFileChannel and TclpSpliceFil... check-in: 40bc638062 user: mdejong tags: trunk