Timeline
Not logged in

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

225 check-ins using file tools/tcltk-man2html.tcl version f4ea4d7262

2001-05-03
23:59
fixed minor nroff bugs check-in: 225d96560a user: hobbs tags: trunk
23:57
by chance '\n' started a line, looking like a comment check-in: 0cee5f2df7 user: hobbs tags: trunk
23:52
removed extraneous 'v' from doc check-in: 9ac0296ad4 user: hobbs tags: trunk
23:35
* tests/tcltest.test: removed extraneous 'c' (doh!) [Bug: 414031] check-in: 84d7288ad6 user: hobbs tags: trunk
22:41
Insure that [::unknown] is always called [Patch #421166, Bug #420507] check-in: 060b7be8d8 user: msofer tags: msofer-bcEngine
22:38
Fix for Bug 420186 check-in: 8d1325ceb9 user: dgp tags: trunk
21:14
Patch for bug #420507 check-in: 1b1c7f5a86 user: msofer tags: trunk
2001-05-02
20:42
* tools/genStubs.tcl: Add a package require of Tcl 8 at the beginning of the script so that the sc... check-in: 060a508bc9 user: mdejong tags: trunk
2001-04-30
22:10
better comments check-in: 7de2738260 user: msofer tags: msofer-bcEngine
20:55
revert stupid mistake in tclExecute.c check-in: 63d61e10d4 user: msofer tags: msofer-bcEngine
20:52
cleanup of tclExecute.h check-in: 9506fae4ad user: msofer tags: msofer-bcEngine
2001-04-27
23:04
Small bugfixes in the MSVC version check-in: ae3a1d1cf5 user: msofer tags: msofer-bcEngine
22:15
Second attempt at committing the changes adding CONST qualifiers. check-in: aa645e2ead user: kennykb tags: trunk
22:11
Added several missing CONSTs in calls to TclGetNamespaceForQualName check-in: 0d69de5027 user: kennykb tags: trunk
2001-04-25
22:01
* unix/configure: Regen. * unix/tcl.m4: Subst TCL_THREADS into tclConfig.sh. * unix/tclConfig.sh.... check-in: 6fb90b112f user: mdejong tags: trunk
21:48
* unix/configure: Regen. * unix/configure.in: Use $@ in MAKE_LIB and MAKE_STUB_LIB commands inste... check-in: 620c7bfcf5 user: mdejong tags: trunk
20:23
Woops, fix last checking of broken configure. check-in: 44bed9db9a user: mdejong tags: trunk
19:54
* unix/Makefile.in: Use TCL_STUB_LIB_FILE instead of STUB_LIB_FILE. * unix/configure: Regen. * un... check-in: 746077b5b7 user: mdejong tags: trunk
15:02
Got the encoding wrong; thanks to Richard Suchenwirth for pointing me in the direction of a correct ... check-in: e7cab317cf user: dkf tags: trunk
13:08
Added some ISO8859-15 (Latin-9 or Latin-1+Euro symbol) support. check-in: 7575bc4d37 user: dkf tags: trunk
09:44
Added a bunch of missing CONST declarations to stop warnings about using TclGetNamespaceForQualName ... check-in: 4df1ba8b19 user: dkf tags: trunk
2001-04-24
20:59
(TIP #27) Another round of CONST changes, this time adding CONST to the API's exported from tclBasi... check-in: 2d62b07770 user: kennykb tags: trunk
2001-04-11
22:51
Improved comments/instructions check-in: f2dd2b9b8d user: msofer tags: msofer-bcEngine
20:14
First CVS version of the new engine check-in: 24de9a9b47 user: msofer tags: msofer-bcEngine
20:03
First CVS version of the S4 engine (slight updates & bugfixes from original) check-in: 465f45dca7 user: msofer tags: msofer-bcEngine
19:57
minor changes to fix [set tcl_traceExec 3] possibility check-in: 92c8ae0615 user: msofer tags: msofer-bcEngine
12:55
Added compilation flag TCL_BYTECODE_OPCODES_OK for use in the new engine in branch msofer-bcEngine check-in: c6334e0207 user: msofer tags: msofer-bcEngine
12:31
Slight modifications for the new engine in branch msofer-bcEngine; mainly, to convert the addressing... check-in: 06ffda8590 user: msofer tags: msofer-bcEngine
12:09
Added for the branch msofer-bcEngine; contains compiler-dependent macros to vary the code to jump t... check-in: ed4d42e46e user: msofer tags: msofer-bcEngine
2001-04-10
18:32
Altered tclUnixTime.c in hopes of better K&R compatibility. check-in: e984e525c2 user: kennykb tags: trunk
15:43
Oops. Committed the wrong copy of the source with the last commit five minutes ago. check-in: b6db3ba81c user: kennykb tags: trunk
15:39
Fixed silly typo in calls to 'gmtime' and 'localtime'. check-in: 436fdc174b user: kennykb tags: trunk
2001-04-09
23:09
Bug #219140: Added DYNAMIC_PATH to the shl_load flags. check-in: 206145b21c user: kennykb tags: trunk
23:02
Changes to support re-entrant coding of gmtime and localtime. (Bugs #219136 and #232558) check-in: 4962ea9dd5 user: kennykb tags: trunk
09:48
Recognise the non-numeric boolean literals (true,false,yes,no,on,off.) [Bug #217777] check-in: 738883f61a user: dkf tags: trunk
09:45
Fixed typo. check-in: b457ab376d user: dkf tags: trunk
2001-04-07
03:15
Avoid panic when there are extra items in the tcl stack [Bug #406709, Patch #414470] check-in: 37a039f673 user: msofer tags: trunk
02:36
corrected behaviour of [namespace code] (Bug #219385, Patch #403530) check-in: 78d3e10d03 user: msofer tags: trunk
02:08
Corrected behaviour of [namespace code] (bug #219385, patch #403530) check-in: be05dac289 user: msofer tags: trunk
2001-04-06
23:29
2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net> * unix/Makefile.in (checkdoc)... check-in: a38cb4ed7c user: andreas_kupries tags: trunk
23:14
2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net> * unix/mkLinks: Updated to in... check-in: 872fb4567a user: andreas_kupries tags: trunk
17:57
Modified processing of $::errorInfo by [unknown] when the auto-loaded command throws an error to bet... check-in: 4a0a9d69ba user: dgp tags: trunk
14:27
Improved documentation on behaviour of read w.r.t. serial ports. [Bug #219402] check-in: e9e3650d52 user: dkf tags: trunk
10:50
Fixed problem with [string compare \x00 \x01] and hopefully sped the command up in a few cases too (... check-in: 6677432d73 user: dkf tags: trunk
2001-04-05
15:14
2001-04-05 Andreas Kupries <andreas_kupries@users.sourceforge.net> * doc/Macintosh.3: Removed du... check-in: 6ee3ca938c user: andreas_kupries tags: trunk
10:20
Fixed so tclCmdMZ.c will compile with K&R compilers [Patch #413844] check-in: cf7db19c98 user: dkf tags: trunk
2001-04-04
23:26
Restore support for pre-ANSI compilers. check-in: a4457e9e33 user: dgp tags: trunk
21:32
2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> * unix/mkLinks: Updated to co... check-in: b66749bdda user: andreas_kupries tags: trunk
19:11
* unix/configure: * unix/tcl.m4: extended test of termios vs. termio vs. sgtty to better detect r... check-in: dab434e960 user: hobbs tags: trunk
17:35
2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> * generic/tclTest.c: * tests... check-in: 5d529b3b1d user: andreas_kupries tags: trunk
16:22
fixed a typo in today's date. check-in: 2e51d2c25b user: kennykb tags: trunk
16:07
(TIP#27) Changed a number of Tcl API's to accept "CONST char*" in place of simple "char*". (ken... check-in: bda1abaf85 user: kennykb tags: trunk
14:49
Corrected out of date comment check-in: d59f169ba4 user: dgp tags: trunk
07:14
change for tclListObj.c check-in: 2b80143559 user: hobbs tags: trunk
07:14
* generic/tclListObj.c (Tcl_SetListObj): set objPtr->length = 0 in empty object case to maintain s... check-in: 6c2114143e user: hobbs tags: trunk
07:13
give mklinks its own target check-in: 3c0109786b user: hobbs tags: trunk
07:11
Typo in comment check-in: 6cd2de3a51 user: dgp tags: trunk
2001-04-03
14:53
2001-04-03 Andreas Kupries <andreas_kupries@users.sourceforge.net> * unix/mkLinks: Added 'Signal... check-in: b33fc9c2a1 user: andreas_kupries tags: trunk
07:11
* README: * win/README: * win/README.binary: further notes corrections. check-in: 5ace24b624 user: hobbs tags: trunk
06:55
* win/configure: * win/tcl.m4 (SHLIB_LD): added -incremental:no. [Bug #219381] check-in: a762980c8f user: hobbs tags: trunk
2001-04-02
01:59
* README: * mac/README: * win/README: * win/README.binary: * unix/README: updated patchlevel in... check-in: c8846c0182 user: hobbs tags: trunk
01:59
* generic/tcl.h: * tools/tcl.wse.in: * win/configure.in (VER): * win/configure: * unix/configur... check-in: 4841414fb7 user: hobbs tags: trunk
2001-03-31
07:57
* generic/tclCkalloc.c (TclFinalizeMemorySubsystem): set curTagPtr to NULL to allow for reuse. * ... check-in: 243ce734c7 user: hobbs tags: trunk
07:55
* generic/tclThreadTest.c (Tcl_ThreadObjCmd): cast fixes check-in: 6dcd4ef529 user: hobbs tags: trunk
05:44
* win/tclWinSock.c (SocketEventProc): Fixed race condition in readability of socket on Windows. [... check-in: 870dfc7f97 user: hobbs tags: trunk
01:55
* generic/tclTest.c (TestChannelCmd): added cast to mollify Windows debug build. check-in: 0d97ccbef4 user: hobbs tags: trunk
2001-03-30
23:46
see ChangeLog check-in: da8cbf8124 user: hobbs tags: trunk
23:45
* win/Makefile.in (install-libraries): removed extra \s that broke the target. (install-doc): imp... check-in: 98bc8cef29 user: hobbs tags: trunk
23:45
* win/tcl.m4: added imm32.lib to LIBS_GUI for Tk IME support. check-in: 9ec54cf62e user: hobbs tags: trunk
23:06
2001-03-30 Andreas Kupries <andreas_kupries@users.sourceforge.net> * All of the changes below be... check-in: 902eab8ec8 user: andreas_kupries tags: trunk
00:56
doc fixes check-in: a11a4f6eaf user: hobbs tags: trunk
00:56
* doc/tcltest.n: corrected incorrect macro usage. check-in: 62008473e3 user: hobbs tags: trunk
00:56
* doc/lsort.n: corrected unbalanced nroff macros. check-in: 13b8955802 user: hobbs tags: trunk
2001-03-29
23:24
* tests/interp.test: Print out warning when testinterpdelete command is not defined. Add tests th... check-in: 05df7048a2 user: mdejong tags: trunk
19:45
* unix/tclUnixPipe.c (TclpCreateTempFile): prevent potential race condition and security leak in t... check-in: 9e1310c829 user: hobbs tags: trunk
19:30
see ChangeLog check-in: 522e1c694c user: hobbs tags: trunk
19:29
* unix/configure: * unix/tcl.m4: corrected IRIX-5.x config to not use -n32. (english) [Patch 403... check-in: d66c099eac user: hobbs tags: trunk
19:29
* unix/tclUnixThrd.c (Tcl_ConditionWait): fixed handling of timeout for threads (corrects excessiv... check-in: bc12cdd261 user: hobbs tags: trunk
13:16
Added notes to clarify behaviour of [lsort] and many examples. check-in: d21256b7f5 user: dkf tags: trunk
2001-03-28
02:30
see changes check-in: 9fc162a8be user: hobbs tags: trunk
02:30
* tests/regexp.test (regexp-19.1): * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): fixed handling of null... check-in: 73865f2ba9 user: hobbs tags: trunk
02:26
* doc/Alloc.3: corrected docs to note that Tcl_Attempt* return char *'s, not ints. [Bug #411388] check-in: 62b0f03d24 user: hobbs tags: trunk
2001-03-26
22:16
Correction to patch from 2001-01-18 tclDecls.h was not generated using 'make genstubs'. Typos in ca... check-in: 3d28dd5bba user: dgp tags: trunk
11:08
Removed tclWinTCharEncoding (static variable in win/tclWin32Dll.c) check-in: ae6d8ea5a5 user: dkf tags: trunk
2001-03-24
01:19
see changes check-in: 780efc51d6 user: hobbs tags: trunk
01:14
* generic/tclNamesp.c (Tcl_Import): Correctly freed a DString. (lavana) [Patch #403755] check-in: bc076e7852 user: hobbs tags: trunk
01:14
* generic/tclVar.c (Tcl_ArrayObjCmd): Corrected retrieval of resultPtr to prevent possible corrupt... check-in: a0fe604f1e user: hobbs tags: trunk
2001-03-15
14:36
Error behaviour of [unset] was changed to agree with documentation, so must change associated test a... check-in: ae833bf382 user: dkf tags: trunk
2001-03-14
18:25
* library/package.tcl (pkg_mkIndex): Added patch from Vince Darley to make [pkg_mkI... check-in: f2ff3f3f38 user: dgp tags: trunk
2001-03-13
15:10
Improved documentation for [info hostname]. check-in: a24fb131fd user: dkf tags: trunk
11:18
Made [unset] command behave as documented when no arguments present. check-in: 82d6be0b3d user: dkf tags: trunk
11:10
A missing return was causing memory corruption in [string map]. check-in: 6a3e130d8c user: dkf tags: trunk
09:31
Added some casts to ClientData that are apparently needed on some architectures for a clean compile.... check-in: 301179c6d8 user: dkf tags: trunk
2001-03-12
15:58
Fixed some string test numberings and added a test. check-in: 146f9d6de0 user: dkf tags: trunk
2001-03-06
18:59
Added SF bug/patch numbers to recent log messages. check-in: f52d450bf2 user: dgp tags: trunk
14:45
Fixed two faults with [unset -nocomplain]; one with a possible overrun of the argument array, and an... check-in: 308102bafc user: dkf tags: trunk
2001-03-02
15:31
Fixed bug that could leave saved data for [info level] pointing into unallocated memory. check-in: 4bd1165dd5 user: dkf tags: trunk
2001-02-25
00:03
Corrected earlier missing change log entry for 'clock' documentation. check-in: 03985e231e user: kennykb tags: trunk
2001-02-23
22:30
Added test in execute.test for evaluation of an expression in a variable; evals once by compiling, s... check-in: 016cc58649 user: msofer tags: trunk
22:23
*** empty log message *** check-in: 076ceda800 user: msofer tags: trunk
21:41
added test for evaluation of an expression in a variable; evals once by compiling, second time using... check-in: 31a8c28c54 user: msofer tags: trunk
2001-02-18
19:05
Updated documentation to reflect the addition of compat/strftime.c, including the correct formatting... check-in: a60d4ac186 user: kennykb tags: trunk
2001-02-16
09:26
[split $string ""] now shares character strings in the resulting list, giving better performance for... check-in: 9f5ef61d9d user: dkf tags: trunk
2001-02-02
05:34
Spelling fix. check-in: cebe98ef3a user: dgp tags: trunk
2001-02-01
00:58
D'oh! The checkbook problem! It's 200*1* now, you fool! check-in: 5698b7db09 user: dgp tags: trunk
2001-01-31
22:27
2000-01-31 Don Porter <dgp@users.sourceforge.net> * win/makefile.vc (install-libraries): ... check-in: 39a7ef8b25 user: dgp tags: trunk
2001-01-30
17:32
2000-01-30 Don Porter <dgp@users.sourceforge.net> * generic/tclIO.c (CopyData): Moved code that u... check-in: 8a04aef41f user: dgp tags: trunk
2001-01-19
14:28
Clarified last log entry. check-in: 6522bf9d78 user: dgp tags: trunk
2001-01-18
19:09
2000-01-18 Andreas Kupries <a.kupries@westend.com> * Everything below belongs together, it fixes... check-in: f44e486cdf user: andreas_kupries tags: trunk
2001-01-16
15:41
Added missing nroff directive. check-in: 76ff65c10b user: dkf tags: trunk
2001-01-12
09:54
Fixes tests when spaces exist in install pathnames. (Applies patch #103174 which fixes bug #119406.)... check-in: fb4c5a7c4a user: dkf tags: trunk
2001-01-04
21:30
2001-01-04 Don Porter <dgp@users.sourceforge.net> * tests/unixInit.test: * unix/tclUnixInit.c (T... check-in: b363b69d15 user: dgp tags: trunk
2000-12-14
22:24
2000-12-14 Don Porter <dgp@users.sourceforge.net> * generic/tclExecute.c: * tests... check-in: ce0aad6ef5 user: dgp tags: trunk
2000-12-11
04:17
2000-12-10 Don Porter <dgp@users.sourceforge.net> * library/init.tcl: * library/m... check-in: 6f3323c8b4 user: dgp tags: trunk
2000-12-10
03:27
* docs/scan.n: * tests/scan.test: * generic/tclScan.c (Tcl_ScanObjCmd): changed %o and %x to use ... check-in: c628433a43 user: hobbs tags: trunk
03:26
added change notes check-in: 879382ee98 user: hobbs tags: trunk
03:26
* docs/scan.n: * tests/scan.test: * generic/tclScan.c (Tcl_ScanObjCmd): changed %o and %x to use ... check-in: 4fc2144f42 user: hobbs tags: trunk
03:25
* win/tclWinTime.c (CalibrationThread): added lint return value to prevent compiler warning. [Bug... check-in: b79489f2bb user: hobbs tags: trunk
2000-12-09
00:11
* library/init.tcl: Added support for PATHEXT variable in auto_execok, recognizing the proper set ... check-in: 8f589b9d20 user: hobbs tags: trunk
2000-12-08
18:55
Fixing bug #119417 using patch #102496. check-in: 8d1b4ad9d7 user: andreas_kupries tags: trunk
11:22
Why do you always find stupid typos after committing? <sigh> check-in: 1b0b1f5116 user: dkf tags: trunk
11:12
Applied patch #102680 after review and approval by several TCT members check-in: a89c5e2ad3 user: dkf tags: trunk
04:22
* generic/tcl.h (attemptckalloc): Fixed typo for #define of attemptckalloc (was defined to T... check-in: 679e400b19 user: ericm tags: trunk
04:12
see change notes check-in: 28c9e1ee7e user: hobbs tags: trunk
2000-12-07
22:22
* library/dde/pkgIndex.tcl: updated to use 84 version to reflect the makefile. Should probably be... check-in: 82552da9e6 user: hobbs tags: trunk
22:20
* generic/tcl.h: added note about need to updated library/dde/pkgIndex.tcl with minor version incr... check-in: 340b108662 user: hobbs tags: trunk
2000-11-24
15:29
Logical negation "!" can now handle string booleans, provided those values are placed in variables. ... check-in: a82d42d08d user: dkf tags: trunk
15:14
Added test to detect bug #119153; the string forms of boolean values should not be second-class citi... check-in: cd37f4cab0 user: dkf tags: trunk
14:17
Missed a few spots with the previous checkin. Now only tools/tcltk-man2html.tcl is left unfixed, bu... check-in: 3fc9c1b16a user: dkf tags: trunk
13:56
[glob] uses -directory instead of unsafe [file join] to stop problems with some directory names. Fi... check-in: 19ef2cee3b user: dkf tags: trunk
11:32
Fixed bug #119082. check-in: a6c5763f27 user: dkf tags: trunk
11:27
Now correctly test for (and fix) Bug #119082. check-in: ec52a943df user: dkf tags: trunk
2000-11-23
15:53
Fixed memory leak from Bug #119398 check-in: 738a6b889a user: dkf tags: trunk
14:21
Improved use of [uplevel] in unknown. Fixes #123217 check-in: 9f9f8ea55e user: dkf tags: trunk
2000-11-21
21:33
Applied the patch for TIP #7 from Kevin Kenny. See http://www.cs.man.ac.uk/fellowsd-bin/TIP/7.html check-in: 3d13d2887f user: andreas_kupries tags: trunk
15:56
Improved documentation to fix bug #119387 (info locals seems not to work properly) since the behavio... check-in: 2d230fc9b1 user: dkf tags: trunk
2000-11-17
11:06
Finally fixed bug 119192. This was a real nasty that was hidden by the fact that it never caused a ... check-in: e927e40de9 user: dkf tags: trunk
09:55
Added test for bug 119192 to test suite. check-in: f467514311 user: dkf tags: trunk
2000-11-16
21:38
2000-11-16 Andreas Kupries <a.kupries@westend.com> * win/tclWinPort.h (line 69): Changed referen... check-in: 8c9af6af2a user: andreas_kupries tags: trunk
00:15
* unix/Makefile.in: removed bp.c references (hasn't existed in a long time). Corrected 'make dist... check-in: 7d3275abcf user: hobbs tags: trunk
2000-11-15
22:19
* generic/tclVar.c (TclLookupVar): reverted fix below as it broke all other array unset error repo... check-in: c281b485f6 user: hobbs tags: trunk
14:09
Fixed bug 119192 which was causing variable names to be reported incorrectly in some circumstances. check-in: 8990473135 user: dkf tags: trunk
2000-11-04
00:03
Created branch core-8-4-a2-synthetic Closed-Leaf check-in: af92574198 user: cvs2fossil tags: core-8-4-a2-synthetic, core-8-4-a2
00:03
updated with 8.4a2 changes check-in: 5c2bf986ab user: hobbs tags: trunk
2000-11-03
23:44
no message check-in: 13a1dbe3bc user: davidg tags: trunk
23:44
2000-11-03 David Gravereaux <davygrvy@ajubasolutions.com> * win/.cvsignore: Removed 'configure' ... check-in: 6719e2a6de user: davidg tags: trunk
22:52
added release mark check-in: 554aaa6452 user: hobbs tags: trunk
21:23
* tools/tcl.wse.in: updated for unversioning of library dirs * unix/Makefile.in (install-libraries... check-in: a9a8b0340d user: hobbs tags: trunk
21:12
unversioned the reg and dde CVS directories check-in: cfa5da7d5b user: hobbs tags: trunk
20:57
unversioned http msgcat and opt packages in CVS check-in: b1533be637 user: hobbs tags: trunk
20:43
unversioned the tcltest directory check-in: 2041a671c9 user: hobbs tags: trunk
20:30
safety check on setting mainLoopProc to NULL check-in: 0a100cb9d7 user: hobbs tags: trunk
20:20
doc/Tcl_Main.3: added docs for Tcl_SetMainLoop check-in: 96b3bbccbc user: hobbs tags: trunk
20:19
updated mkLinks with latest doc updates check-in: 58da8d745e user: hobbs tags: trunk
20:07
corrected pointer reference to mainLoopProc execution check-in: ef737d4323 user: hobbs tags: trunk
20:01
moved Tcl_GetThreadData call after Tcl_FindExecutable check-in: ec3dcb8271 user: hobbs tags: trunk
18:46
* generic/tclStubInit.c: * generic/tclDecls.h: * generic/tcl.decls: added Tcl_SetMainLoop proc th... check-in: 0419203b11 user: hobbs tags: trunk
01:13
* unix/configure: * unix/dltest/configure: * win/configure: * tools/configure: checked in config... check-in: 658246cf09 user: hobbs tags: trunk
01:10
updated default tools paths check-in: 61ae31e8d9 user: hobbs tags: trunk
2000-11-02
23:34
Added some more comments and a missing Tcl_IncrRefCount in TclGetLibraryPath() when the tclLibraryPa... check-in: dfbe5d11b6 user: davidg tags: trunk
22:55
updated copyright check-in: d2157bbbb4 user: hobbs tags: trunk
22:05
no message check-in: 9bb98b69b0 user: davidg tags: trunk
22:04
2000-11-02 David Gravereaux <davygrvy@ajubasolutions.com> * generic/tclEvent.c: tclLibraryPath T... check-in: 5584667c8f user: davidg tags: trunk
09:21
see changes check-in: d3547b0c8d user: hobbs tags: trunk
09:21
makefile fixes for Win64 support check-in: 2a6fb1e595 user: hobbs tags: trunk
09:20
minor cast changes check-in: 6804f8f600 user: hobbs tags: trunk
01:20
* unix/tcl.m4: removed use of -lbsd and -ldl for AIX-5. check-in: 1f3eae3fde user: hobbs tags: trunk
2000-11-01
22:13
* tests/subst.test: added tests for non-zero return code handling by subst. * generic/tclParse.c ... check-in: 012624ada8 user: hobbs tags: trunk
21:48
* generic/tclVar.c (TclVarTraceExists): Corrected excessive mem use when info exists was called on... check-in: 1357c659e3 user: hobbs tags: trunk
2000-10-31
01:20
no message check-in: f8d7922c61 user: davidg tags: trunk
01:20
2000-10-30 David Gravereaux <davygrvy@ajubasolutions.com> * win/configure.in: * win/Makefile.in... check-in: 6ed4f00b1a user: davidg tags: trunk
00:49
see changes check-in: 06095a57ae user: hobbs tags: trunk
00:48
* unix/tclUnixInit.c: added default encoding map from "ja_JP.eucJP" to "euc-jp". (takahashi) check-in: e102dff849 user: hobbs tags: trunk
00:30
* unix/configure.in (SC_TCL_LINK_LIBS): removed code that was commented out (it had been moved to ... check-in: 01762ed9c9 user: hobbs tags: trunk
00:30
tests/clock.test: corrected clock-2.* test numbering check-in: 2d76774e72 user: hobbs tags: trunk
00:23
unix/tcl.m4: consolidated gettimeofday check for AIX. check-in: e6b81f476b user: hobbs tags: trunk
2000-10-28
00:30
* unix/configure.in: * unix/tcl.m4: added support for AIX-5. check-in: db905ca1c8 user: hobbs tags: trunk
00:29
* unix/tclUnixChan.c: updated channel types to strict TCL_CHANNEL_VERSION_2 style to avoid compile... check-in: af55bc2b2d user: hobbs tags: trunk
00:29
* generic/tclIO.c (Tcl_NotifyChannel): removed #ifdef around code for old channel structures, plac... check-in: af6e1bf3b1 user: hobbs tags: trunk
2000-10-27
23:59
* library/tcltest1.0/tcltest.tcl: Removed a cd into the test directory in runAllTests that screwed u... check-in: 2361a3c505 user: jenn tags: trunk
22:34
* generic/tclIO.c (CloseChannel): the statePtr for a channel was not being freed when the last cha... check-in: ff154ed552 user: hobbs tags: trunk
01:58
no message check-in: 26b27f3587 user: davidg tags: trunk
01:58
2000-10-26 David Gravereaux <davygrvy@ajubasolutions.com> * win/tclWinFile.c (TclpMatchFilesTypes... check-in: 53a3e0b763 user: davidg tags: trunk
2000-10-24
22:30
* tests/all.tcl: Removed support for tcltest 1.0. * tests/tcltest.test: * library/tcltest1.0/tcltes... check-in: 30eb4d542e user: jenn tags: trunk
2000-10-21
00:43
* win/tclWinFile.c (TclpMatchFilesTypes): made the stat call only occur when necessary (for 'glob'... check-in: f581f844f0 user: hobbs tags: trunk
2000-10-19
18:00
* library/tcltest1.0/tcltest2.tcl: * tests/tcltest2.test * doc/tcltest2.n: Code and documentation cl... check-in: 105995497b user: jenn tags: trunk
2000-10-06
23:46
2000-10-06 David Gravereaux <davygrvy@ajubasolutions.com> * win/tclWinChan.c: moved Win2K bug ca... check-in: 3a18ee7fcb user: davidg tags: trunk
23:45
no message check-in: 5d2ba9a084 user: davidg tags: trunk
21:10
* tests/cmdAH.test: extra tests for 'file channels' that include multiple interpreter tests and ch... check-in: c07558c028 user: hobbs tags: trunk
21:06
* doc/CrtChannel.3: fixed spelling mistakes check-in: e4ac0a30ac user: hobbs tags: trunk
2000-10-05
01:06
added demarcation of out-of-order 8.3.2 ChangeLog entries check-in: 8b3f671f57 user: hobbs tags: trunk
2000-09-29
23:26
Fixed typo check-in: 3f6666d015 user: jenn tags: trunk
22:49
Fixed a typo. check-in: 074c6a9517 user: jenn tags: trunk
22:48
* tests/tcltest.test: Modified the new form of the test command to accept both attribute-value pairs... check-in: 541acf4405 user: jenn tags: trunk
22:48
* library/tcltest1.0/tcltest2.tcl: Modified the new form of the test command to accept both attribut... check-in: 2e9a4a3686 user: jenn tags: trunk
22:47
* doc/tcltest2.n: Modified the new form of the test command to accept both attribute-value pairs and... check-in: 63c6f73017 user: jenn tags: trunk
22:47
* library/tcltest1.0/tcltest2.tcl: * tests/tcltest.test: * doc/tcltest2.n: Modified the new form of ... check-in: d31a89fc56 user: jenn tags: trunk
21:53
* win/tclWinSerial.c (SerialGetOptionProc): corrected reporting of space parity on Windows (Eason)... check-in: 1b14887226 user: hobbs tags: trunk
21:43
* win/Makefile.in: commented use of TESTFLAGS * unix/Makefile.in: added TESTFLAGS to test target t... check-in: 24a9849611 user: hobbs tags: trunk
21:42
* tests/stack.test: prevented possible crash on systems with low default stacksize (Tru64, AIX) in... check-in: c5d5ef9b4a user: hobbs tags: trunk
21:42
* generic/tclIOGT.c (FLUSH_DELAY): renamed DELAY define to FLUSH_DELAY to avoid defn conflict usin... check-in: 3ed9a4ac79 user: hobbs tags: trunk
01:12
* tools/tcl.wse.in: added tclPlatDecls.h and tkPlatDecls.h to the Windows .exe install. check-in: 9346a1dafd user: hobbs tags: trunk
01:12
* tests/fCmd.test (fCmd-6.20): corrected test to remove c:/tcl8975@ after creating it. * tests/f... check-in: 6c3c7ae703 user: hobbs tags: trunk
2000-09-28
06:39
added changes related to upport of stacked channel rewrite check-in: b3dc12bf95 user: hobbs tags: trunk
06:38
up-port of the stacked channel implementation rewrite in 8.3.2 to 8.4a2 code base, merged in with so... check-in: 23d1294c3a user: hobbs tags: trunk
06:36
addition of tclIOGT.c source file corrected static build inclusion of reg and dde libraries check-in: 2ae66cc70c user: hobbs tags: trunk
06:35
addition of tclIOGT.c source file check-in: eb0d114a3b user: hobbs tags: trunk
06:34
updated docs to reflect 8.3.2 stacked channel implementation up-port check-in: 36d00ba957 user: hobbs tags: trunk
06:33
* win/tclConfig.sh.in (TCL_LIBS): Cleaned up unix-specific autoconf variables. check-in: 96394f0855 user: hobbs tags: trunk
2000-09-21
00:58
* tests/socket.test: removed doTestsWithRemoteServer constraint from socket-12.*. It requires 'ex... check-in: 30035e4719 user: hobbs tags: trunk
2000-09-20
23:09
* library/tcltest1.0/pkgIndex.tcl: Updated to load tcltest 2.0. * library/tcltest1.0/tcltest2.tcl: N... check-in: 495294d130 user: jenn tags: trunk
01:50
* generic/tclCmdMZ.c (Tcl_RegexpObjCmd): When using -all, all attempts after the first to match the ... check-in: 9c141af9b5 user: ericm tags: trunk
2000-09-19
19:37
no message check-in: 60baaa8f16 user: davidg tags: trunk
19:36
2000-09-19 David Gravereaux <davygrvy@ajubasolutions.com> * doc/Eval.3: Added a note about the ... check-in: 874d472072 user: davidg tags: trunk
2000-09-17
22:40
* tests/cmdIL.test: Added a test for fix for [Bug: 6212]. * generic/tclCmdIL.c (Tcl_LsortObjCmd): A... check-in: fe4c99079c user: ericm tags: trunk
2000-09-14
18:42
* doc/Alloc.3: Added entries for Tcl_AttemptAlloc, Tcl_AttempRealloc. * doc/StringObj.3: Added entr... check-in: 66347b65e4 user: ericm tags: trunk
2000-09-08
04:00
no message check-in: 5445f97a7a user: davidg tags: trunk
03:59
* win/tclWinPipe.c: Stage-1 bug fix for TR#2460 "exec leaks memory". Added more logic around the c... check-in: d5d6df7f1e user: davidg tags: trunk
2000-09-07
19:51
no message check-in: 3536165676 user: davidg tags: trunk
19:50
2000-09-07 David Gravereaux <davygrvy@ajubasolutions.com> * win/.cvsignore: changed the glob patt... check-in: 21119e961a user: davidg tags: trunk
17:39
* doc/trace.n: minor doc cleanup check-in: fceb6ccc40 user: hobbs tags: trunk
14:31
Entry for new "SEE ALSO" section. check-in: 93cbdcd809 user: poenitz tags: trunk
14:27
New or changed "SEE ALSO" section. check-in: 2d43282569 user: poenitz tags: trunk
2000-09-06
22:37
* win/tclWinLoad.c (TclpLoadFile): added special message for ERROR_PROC_NOT_FOUND exception in loa... check-in: 3bea237729 user: hobbs tags: trunk
18:50
* README: * generic/tcl.h: * library/tcltest1.0/tcltest.tcl: * tools/tcl.wse.in: * tools/tcltk-... check-in: b15d80ab0f user: hobbs tags: trunk