Timeline
Not logged in

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

353 check-ins using file generic/tclProc.c version 462d4a4370

2001-05-03
22:41
Insure that [::unknown] is always called [Patch #421166, Bug #420507] check-in: 060b7be8d8 user: msofer tags: msofer-bcEngine
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
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
18:49
see changes. check-in: e504635a1a user: hobbs tags: trunk
18:46
* unix/tclUnixPipe.c (TclpCreateProcess): Removed WNOHANG from Tcl_WaitPid call in error case of p... check-in: 4746499d46 user: hobbs tags: trunk
18:35
* tests/string.test: extended string repeat tests check-in: 8a7cbbab88 user: hobbs tags: trunk
18:31
* generic/tclCmdMZ.c (Tcl_StringObjCmd): changed STR_REPEAT to preallocate the full space of the f... check-in: fce8088f27 user: hobbs tags: trunk
16:59
* generic/tclExecute.c (TclExecuteByteCode): INST_STR_INDEX fixed pedantic cast warning. Correcte... check-in: acc4756b17 user: hobbs tags: trunk
16:57
* generic/tclHash.c: fixed pedantic warning of incorrectly placed #endif check-in: 619f494f33 user: hobbs tags: trunk
16:56
* doc/source.n: * doc/Eval.3: added extra note about how to safe use ^Z in code, as it is now a c... check-in: 15427185f2 user: hobbs tags: trunk
2000-08-30
01:43
* generic/tclStringObj.c: Applied patch from Gerhard Hintermayer to provide a more conservative stri... check-in: ce0e80bb0f user: ericm tags: trunk
2000-08-25
20:39
* tests/trace.test: Extended array tracing tests. * doc/trace.n: Clarified information about when a... check-in: 78f46f24d0 user: ericm tags: trunk
06:20
ChangeLog commit. check-in: 91be546704 user: ericm tags: trunk
06:18
Tweaked tab settings for .SO (Standard Options) sections, from suggestion from Peter Spjuth. check-in: 667da4e9ff user: ericm tags: trunk
05:56
fix small typo in last commit check-in: fba19a6c54 user: mo tags: trunk
05:45
remove --enable-gcc configure option check-in: 15f085286b user: mo tags: trunk
02:25
Added RFE id numbers to comments. check-in: 0f006ae7e6 user: ericm tags: trunk
02:04
* doc/trace.n: Updated documentation for new syntax; flagged old syntax as deprecated; added documen... check-in: e12f4e1180 user: ericm tags: trunk
2000-08-21
01:37
Added check for non-arrays for [array statistics]. check-in: b857b66be3 user: ericm tags: trunk
2000-08-20
03:51
2000-08-19 David Gravereaux <davygrvy@ajubasolutions.com> * generic/tclPlatDecls.h: without a pre... check-in: 2eab56183a user: davidg tags: trunk
03:51
no message check-in: a1bcf8c228 user: davidg tags: trunk
2000-08-18
19:52
added another glob pattern I had forgotten check-in: 2a1eaade6f user: davidg tags: trunk
19:45
no message check-in: 3c1e1ebf8f user: davidg tags: trunk
19:44
* win/.cvsignore: provides a cleaner build environment with graphical CVS clients. check-in: 9fd90db260 user: davidg tags: trunk
18:02
Fixed comment. check-in: 958506ae41 user: ericm tags: trunk
2000-08-15
21:31
noted extra change to opt.test in ChangeLog check-in: 61b07565ae user: hobbs tags: trunk
18:10
* library/tcltest1.0/tcltest.tcl: Set debug level in tcltest::restoreState to 2, for consistancy wit... check-in: f3fa69a1f9 user: ericm tags: trunk
00:08
* win/makefile.vc: * win/Makefile.in: * unix/Makefile.in: Added tclPlatDecls.h to the list of instal... check-in: 2adc0d9420 user: ericm tags: trunk
2000-08-14
18:37
URL typo correction. check-in: bf6c431b8a user: ericm tags: trunk
2000-08-11
17:42
* generic/tclEnv.c (TclUnsetEnv): Changed declaration of length variable from "unsigned int" to "int... check-in: 0b29a04cd5 user: ericm tags: trunk
00:45
* library/msgcat1.0/pkgIndex.tcl: Bumped version number to 1.2 [Bug: 6100]. * library/msgcat1.0/msg... check-in: 46dfbc92c2 user: ericm tags: trunk
2000-08-10
22:24
* library/msgcat1.0/msgcat.tcl: Removed erroneous [package forget] in msgcat namespace initializer. check-in: 23022429bb user: ericm tags: trunk
18:24
2000-08-10 David Gravereaux <davygrvy@ajubasolutions.com> * generic/tclObj.c: r1.15 accidentally ... check-in: 03edb81667 user: davidg tags: trunk
18:24
no message check-in: 40239d144b user: davidg tags: trunk
2000-08-07
22:42
* tests/indexObj.test: Added tests using the [testwrongnumargs] command to test Tcl_WrongNumArgs. *... check-in: 9b1fed9cba user: ericm tags: trunk
2000-07-31
18:03
Removed dead space at end of file. check-in: a71bddc821 user: ericm tags: trunk
2000-07-27
22:47
* win/configure.in: TCL_STUB_LIB_FLAG should not include ${TCL_DBGX} in win/tclConfig.sh, fix that... check-in: 604402ceb3 user: mo tags: trunk
2000-07-26
01:32
no message check-in: afd49506de user: davidg tags: trunk
01:29
Thread-safe rewrite for the Tcl_Async* commands. check-in: 50488dfc4c user: davidg tags: trunk
01:28
no message check-in: 4ba17c5943 user: davidg tags: trunk
01:27
Thread-safe rewrite for the Tcl_Async* commands. check-in: 116644925e user: davidg tags: trunk
01:27
no message check-in: abc17ddc7e user: davidg tags: trunk
2000-07-25
22:41
* generic/tclVar.c (CallTraces): Added check for VAR_TRACE_ACTIVE on the array containing the variab... check-in: 509d5a4bdc user: ericm tags: trunk
18:38
* win/tclWinPipe.c (BuildCommandLine): Added Tcl_DStringFree call to prevent potential memory leaks ... check-in: be3408a6fc user: ericm tags: trunk
2000-07-24
18:09
* doc/msgcat.n: Added documentation about the selection of the default locale on Windows. check-in: 1abad32549 user: ericm tags: trunk
00:03
doc/AddErrInfo.3, doc/ChnlStack.3, doc/Exit.3, doc/GetIndex.3, doc/Notifier.3, doc/Object.3, doc/Reg... check-in: 68fe2a61a5 user: jenglish tags: trunk
2000-07-22
01:53
* generic/tclStubInit.c: * generic/tclObj.c: * generic/tclInt.h: * generic/tclHash.c: * generic/tclD... check-in: 9ec468f405 user: ericm tags: trunk
00:51
* doc/binary.n: Noted that the example in the introduction assumes a 32-bit system [Bug: 6035]. check-in: 35180fc2a9 user: ericm tags: trunk
2000-07-21
16:22
* win/configure.in: Define ${prefix} and ${exec_prefix} like unix/configure.in. Fix or add TCL_SR... check-in: 83a553168f user: mo tags: trunk
2000-07-20
20:33
* generic/tclStubInit.c: * generic/tclObj.c: * generic/tclInt.h: * generic/tclHash.c: * generic/tclD... check-in: 2abafbeedc user: ericm tags: trunk
20:32
ChangeLog commit. check-in: fa64a2b8ab user: ericm tags: trunk
2000-07-19
22:15
* generic/tclStubInit.c: * generic/tclObj.c: * generic/tclInt.h: * generic/tclHash.c: * generic/tclD... check-in: 6c43b17f3d user: ericm tags: trunk
21:40
* tests/pkgMkIndex.test: Added tests for pkg_compareExtension. * library/package.tcl: Enhanced pkg_... check-in: 3d1a0ccec5 user: ericm tags: trunk
18:27
* win/makefile.vc: Applied patch from Don Porter to provide better nmake support for NT/Alpha [RFE: ... check-in: b794a4da5e user: ericm tags: trunk
01:47
Doh! revert piece of last commit that did not belong check-in: 526dad7c30 user: mo tags: trunk
01:17
* unix/configure.in: * unix/tcl.m4: * win/tcl.m4: Properly quote arguments to m4 macros. This al... check-in: 6b4e7b11ec user: mo tags: trunk
2000-07-18
23:51
no message check-in: 95813326ba user: davidg tags: trunk
21:30
* tests/opt.test: Removed references to Lfirst, Lrest functions. * library/opt0.4/optparse.tcl: App... check-in: e809de1fb4 user: ericm tags: trunk
18:16
* compat/string.h: Fixed function prototypes for strpbrk and strtok [Bug: 6020]. check-in: 907cc4ce33 user: ericm tags: trunk
02:17
no message check-in: e78fe8718e user: davidg tags: trunk
02:16
Win2K OS bug with GetStdHandle(STD_OUTPUT_HANDLE) returning 0x00010001 instead of INVALID_HANDLE_VAL... check-in: 9ab4e92981 user: davidg tags: trunk
2000-07-17
22:25
* library/msgcat1.0/msgcat.tcl: * doc/msgcat.n: * tests/msgcat.test: Applied patches from Chris Nels... check-in: 3ad3252f55 user: ericm tags: trunk
08:26
Don't set CC=gcc before running AC_PROG_CC if CC is already set. check-in: 3909688465 user: mo tags: trunk
2000-07-13
07:22
Added some SEE ALSO sections. check-in: 30e1dd7649 user: poenitz tags: trunk
2000-07-07
11:13
Fix definition of TCL_SRC_DIR in mingw/vc++ configure so that it matches the unix verison check-in: 41152ea860 user: mo tags: trunk
2000-07-06
21:05
* tests/msgcat.test: * library/msgcat1.0/msgcat.tcl: Applied patch from Christian Krone, to provide ... check-in: 011b026d9e user: ericm tags: trunk
2000-06-30
06:28
* doc/msgcat.n: Doc's for mcmax function. * library/msgcat1.0/msgcat.tcl: Applied patches from Laur... check-in: dd75ed2b7a user: ericm tags: trunk
2000-06-28
18:11
* tests/stringObj.test: Tweaked tests to avoid hardcoded high-ASCII characters (which will fail in m... check-in: e273f9d105 user: ericm tags: trunk
2000-06-26
23:23
* doc/package.n: Corrected information about [package forget] arguments [Bug: 5418]. check-in: 3e27881a53 user: ericm tags: trunk
2000-06-24
00:26
* doc/Hash.3: Added documentation patch for Tcl_Obj *'s as keys in Tcl hash tables [RFE: 5934]. * g... check-in: 7e7bdba8eb user: ericm tags: trunk
2000-06-20
21:30
Applied patch from [Bug: 5921] check-in: beffb3997a user: ericm tags: trunk
21:28
Applied patch from [Bug: 5922] check-in: 26d9b6680e user: ericm tags: trunk
2000-06-19
21:34
* doc/RegExp.3: Replaced instances of "Tcl_GetRegExpInfo" with "Tcl_RegExpGetInfo", the correct name... check-in: a51a0fc6ec user: ericm tags: trunk
2000-06-13
21:01
* win/tcl.m4: * win/configure.in: * win/Makefile.in: Applied patch from [RFE: 5844], to extend suppo... check-in: 3bc42b9ac3 user: ericm tags: trunk
20:30
* win/tclWinDde.c: * win/tclWinInit.c: * win/tclWinNotify.c: * win/tclWinPipe.c: * win/tclWinReg.c: ... check-in: 84806aadba user: ericm tags: trunk
2000-06-07
01:59
marked 8.4a1 release point check-in: 2af383029e user: hobbs tags: trunk
2000-06-06
19:35
see changes check-in: 96c191ac0f user: hobbs tags: trunk, core-8-4-a1
19:34
* generic/tclExecute.c (TclExecuteByteCode INST_STR_CMP): added test of iResult return from memcmp... check-in: 9c8205c1e7 user: hobbs tags: trunk
19:34
* generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Corrected caching of the index ptr to account... check-in: 23806e51b7 user: hobbs tags: trunk
04:55
Added version 8.4a1 to list of versions to look for. check-in: a5d8ff9ee1 user: ericm tags: trunk
04:51
Added spinbox.tcl to list of files to install. check-in: 75512ed338 user: ericm tags: trunk
04:39
Added tcl.hpj.in to distribution. check-in: 24c88cf726 user: ericm tags: trunk
01:53
Fixed color map. check-in: ed358ee5f4 user: ericm tags: trunk
01:11
Fixed copyright. check-in: 68aca6b5bf user: ericm tags: trunk
01:08
Fixed version number, scriptics -> ajuba logo. check-in: dba67551eb user: ericm tags: trunk
00:45
Fixed version number. check-in: 7e0ca1d918 user: ericm tags: trunk
2000-06-05
23:36
Comment typo correction. check-in: 68d103692c user: ericm tags: trunk
23:27
Added "released 8.4a1" line check-in: addb8dc38e user: ericm tags: trunk
23:14
Corrected credits. check-in: c4bbd232e0 user: ericm tags: trunk
21:39
Added changes since 8.3.1. check-in: 4ff4416169 user: ericm tags: trunk
2000-06-02
23:43
reduced unnecessary iterations in http-3.13 check-in: 946105af77 user: hobbs tags: trunk
23:14
2000-05-29 Sandeep Tamhankar <sandeep@scriptics.com> * tests/http.test * doc/http.n * library/h... check-in: 2667506cff user: hobbs tags: trunk
2000-06-01
00:33
added unset -- -nocomplain options check-in: 1f4fd67a67 user: hobbs tags: trunk
00:33
* tests/set-old.test: * doc/unset.n: * generic/tclVar.c (Tcl_UnsetObjCmd): added -nocomplain and ... check-in: 4f72696ca3 user: hobbs tags: trunk
2000-05-31
15:03
* generic/tclVar.c (Tcl_ArrayObjCmd): Added support for regexp and exact matching for [array names] ... check-in: 634da00427 user: ericm tags: trunk
2000-05-27
23:58
* tests/info.test: * doc/info.n: * generic/tclIOUtil.c (Tcl_EvalFile): * generic/tclCmdIL.c (Inf... check-in: 11466720a7 user: hobbs tags: trunk
2000-05-26
08:54
new compiled commands, reworked string commands for unicode check-in: 58b3cdf9e7 user: hobbs tags: trunk
08:53
* generic/tclCompExpr.c: changed INST_STREQ -> INST_STR_EQ, INST_STRNEQ -> INST_STR_NEQ * generic... check-in: 42d08624f2 user: hobbs tags: trunk
08:52
* generic/tclStringObj.c (Tcl_AppendUnicodeToObj): removed dead code. (AppendUnicodeToUnicodeRep) ... check-in: 0ea5ede54f user: hobbs tags: trunk
08:51
* generic/tclInt.h: * generic/tclObj.c (Tcl_DbIsShared): added support for checking result of Tcl... check-in: b4ded7886d user: hobbs tags: trunk
08:51
* generic/tclCmdMZ.c (Tcl_RegsubObjCmd): reworked to operate in Unicode, tweaked for performance. ... check-in: 021b3fcbdd user: hobbs tags: trunk
08:50
* tests/string.test: added string map tests for the one-pair case, corrected tests to reflect impr... check-in: 446f8b2bde user: hobbs tags: trunk
2000-05-23
22:10
* generic/tclInt.h: Added function prototypes for TclCompileStringCmd and TclCompileReturnCmd. * ge... check-in: 9a0e714517 user: ericm tags: trunk
02:45
* doc/scan.n: * doc/array.n: minor doc fixes [Bug: 5396] check-in: e139b081e4 user: hobbs tags: trunk
2000-05-22
23:55
see changes check-in: 47b3d7b741 user: hobbs tags: trunk
23:55
* win/tclWinFCmd.c: cast cleanup [Bug: 5627] check-in: b24330d647 user: hobbs tags: trunk
23:54
* win/tclWinSerial.c: cast cleanup [Bug: 5626] check-in: 899476c20b user: hobbs tags: trunk
23:54
* win/tclWinConsole.c: cast and header cleanup [Bug: 5625] check-in: 3f4a2d6af6 user: hobbs tags: trunk
23:54
* generic/tclEnv.c: cast cleanup [Bug: 5624] check-in: 2c6b454dab user: hobbs tags: trunk
2000-05-19
21:30
see changes check-in: 3c461b5722 user: hobbs tags: trunk
21:30
* generic/tclTest.c: * generic/tclIO.c: moved channel test commands from tclIO.c to tclTest.c. *... check-in: a0e9b1640e user: hobbs tags: trunk
18:57
fixed patching problems for mingw compatability check-in: ab2a9725ab user: hobbs tags: trunk
2000-05-18
22:29
* tests/clock.test: Added test for "2 days 2 hours ago" style specifications. * generic/tclDate.c: ... check-in: 5dc84a282d user: ericm tags: trunk
22:19
see changes check-in: ea4f8179a8 user: hobbs tags: trunk
22:19
* win/{tcl.m4,Makefile.in,configure.in}: added support for mingw compile env and cross-compiling. ... check-in: eab5a957cf user: hobbs tags: trunk
21:37
see changes check-in: ed930df419 user: hobbs tags: trunk
21:37
* library/init.tcl (auto_import): added check to see if a valid pattern was coming in, to avoid si... check-in: 27f0354112 user: hobbs tags: trunk
21:37
* doc/regsub.n: correct regsub docs [Bug: 5346] check-in: d7844ddfd5 user: hobbs tags: trunk
21:36
* generic/tclClock.c (FormatClock): correct code to handle locale specific return values from strf... check-in: 7395d09104 user: hobbs tags: trunk
2000-05-15
21:48
* library/history.tcl: Corrected an off-by-one error in HistIndex, which was causing [history redo... check-in: b47be28ecb user: ericm tags: trunk
2000-05-11
01:50
* generic/tclPosixStr.c (Tcl_SignalMsg): clarified #defines for Linux on Sparc to compile correctl... check-in: 23bdc0c3b5 user: hobbs tags: trunk
00:17
see changes check-in: d00cfae838 user: hobbs tags: trunk
00:17
* doc/namespace.n: * tests/namespace.test: * generic/tclNamesp.c (Tcl_NamespaceObjCmd): added 'na... check-in: 1570dc2201 user: hobbs tags: trunk
00:16
* doc/source.n: * doc/Eval.3: * tests/source.test: * generic/tclIOUtil.c (Tcl_EvalFile): added e... check-in: 03cdfc3a86 user: hobbs tags: trunk
2000-05-10
23:49
test fix check-in: 7b12230f7d user: hobbs tags: trunk
2000-05-09
19:13
2000-05-09 Andreas Kupries <a.kupries@westend.com> operating as proxy for David Gravereaux <davyg... check-in: c1e244a299 user: kupries tags: trunk
17:50
* tests/lsearch.test: * doc/lsearch.n: * generic/tclCmdIL.c (Tcl_LsearchObjCmd): Extended [lsearch] ... check-in: 51a0b967fd user: ericm tags: trunk
00:00
* doc/expr.n: * tests/expr.test: * tests/expr-old.test: added tests for 'eq' and 'ne' * generic/... check-in: 0d91727189 user: hobbs tags: trunk
2000-05-08
22:21
* generic/tclCmdIL.c (Tcl_LinsertObjCmd): made use of Tcl_DuplicateObj where code was otherwise du... check-in: 39a3a048f1 user: hobbs tags: trunk
22:14
lint chan = NULL init check-in: 8f82990764 user: hobbs tags: trunk
22:13
* generic/tclObj.c (Tcl_DuplicateObj): simplified code to call TclInitStringRep, which the code wa... check-in: b7f61c3131 user: hobbs tags: trunk
22:10
minor comment correction check-in: 7fc9fd97f3 user: hobbs tags: trunk
22:06
removed unreferenced var check-in: 5482dfcb56 user: hobbs tags: trunk
22:05
removed VS/VE 8.1 macros check-in: bee7a32576 user: hobbs tags: trunk
22:04
* tests/string.test: extended string match tests check-in: 287915a2fe user: hobbs tags: trunk
21:59
* doc/Utf.3: * generic/tclStubInit.c: * generic/tcl.decls: * generic/tclDecls.h: * generic/tclU... check-in: 52c8e2d16d user: hobbs tags: trunk
21:25
* tests/set-old.test: * doc/array.n: * generic/tclVar.c: Added [array statistics] command [RFE: 4557... check-in: 4254340950 user: ericm tags: trunk
2000-05-06
19:51
2000-05-06 Andreas Kupries <a.kupries@westend.com> operating as proxy for David Gravereaux <davygr... check-in: d0d9090813 user: kupries tags: trunk
2000-05-03
00:15
* README: * generic/tcl.h: * library/init.tcl: * library/reg1.0/pkgIndex.tcl: * library/tcltest... check-in: be42a4145e user: hobbs tags: trunk
00:14
* tests/compile.test: * tests/init.test: * tests/proc.test: * tests/proc-old.test: * tests/rena... check-in: e9b0d62a31 user: hobbs tags: trunk