Timeline
Not logged in

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

234 check-ins using file tests/socket.test version b68f6af1e1

2000-09-20
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
01:08
Added rules to make tclreg and tcldde static libraries. check-in: b721d923fa user: welch tags: core-8-3-1-io-rewrite
01:08
*** empty log message *** check-in: 43cf7aa9f5 user: welch tags: core-8-3-1-io-rewrite
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
23:09
* README: * win/README: * win/README.binary: * win/configure.in: * unix/configure.in: * unix/t... check-in: a6bac79caf user: hobbs tags: core-8-3-1-io-rewrite
22:59
* generic/tclStubInit.c: * generic/tclIntDecls.h: * generic/tclInt.decls: commented out internal ... check-in: 9a75cd275a user: hobbs tags: core-8-3-1-io-rewrite
22:58
* unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: added tclIOGT.c to objects list to comp... check-in: b002942e32 user: hobbs tags: core-8-3-1-io-rewrite
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-14
04:16
* win/tclWinChan.c: updated fileChannelType to v2 channel struct * win/tclWinConsole.c: updated co... check-in: edb18d89dd user: hobbs tags: core-8-3-1-io-rewrite
04:16
* generic/tclIO.c (StackSetBlockMode): moved set of chanPtr outside of blockModeProc check to avoi... check-in: d0ec86cd6c user: hobbs tags: core-8-3-1-io-rewrite
2000-07-13
07:22
Added some SEE ALSO sections. check-in: 30e1dd7649 user: poenitz tags: trunk
01:08
Added builds of the tclreg and tcldde static libraries. check-in: b7b41af2c9 user: welch tags: core-8-3-1-branch
01:08
*** empty log message *** check-in: 15e292afd9 user: welch tags: core-8-3-1-branch
2000-07-12
01:41
* tests/iogt.test: made tests [345].0 not run by default as they were failing in the new design, b... check-in: 2f00b8921d user: hobbs tags: core-8-3-1-io-rewrite
2000-07-10
17:35
2000-07-10 Andreas Kupries <a.kupries@westend.com> * tests/iogt.test: Reverted some earlier chang... check-in: ddc1b09ee7 user: kupries tags: core-8-3-1-io-rewrite
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
03:31
* tests/iogt.test: new tests for stacked channel stuff based off new 'testchannel transform|unstac... check-in: b684e61b81 user: hobbs tags: core-8-3-1-io-rewrite
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-21
03:49
Fix Weak links check-in: 87e0596e14 user: jingham tags: core-8-3-1-branch
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-14
01:38
fixed the arglist for scan--varNames are all optional check-in: e63242ecaa user: hershey tags: core-8-3-1-branch
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:44
Created branch ajuba-ajuba2-2-0-synthetic Closed-Leaf check-in: 61886d60e7 user: cvs2fossil tags: ajuba-ajuba2-2-0-synthetic, ajuba-ajuba2-2-0
23:44
reduced unnecessary iterations in http-3.13 check-in: dc87c202da user: hobbs tags: core-8-3-1-branch
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
20:04
* generic/tclIO.c (CloseChannel): removed the &ing out of (TCL_READABLE|TCL_WRITABLE) from the fla... check-in: 7659a94a04 user: hobbs tags: core-8-3-1-branch
05:20
(CloseChannel): further extended CloseChannel in the stacked case to effect certain operations on ... check-in: 0224a167ee user: hobbs tags: core-8-3-1-branch
03:01
* generic/tclIO.c (CloseChannel): Rewrote CloseChannel code to unstack a channel during the close ... check-in: f7571ce9e0 user: hobbs tags: core-8-3-1-branch
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
01:28
2000-05-29 Sandeep Tamhankar <sandeep@scriptics.com> * tests/http.test * doc/http.n * library/h... check-in: 43202241e2 user: sandeep tags: core-8-3-1-branch
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
00:13
* unix/Makefile.in: add tclsh.ico and tcl.spec to dist target check-in: bcfb7bbe48 user: hobbs tags: trunk
2000-05-02
22:02
2000-05-02 Andreas Kupries <a.kupries@westend.com> * Overall changes: (1) Implementation of jo... check-in: cdf262856d user: kupries tags: trunk
2000-04-28
00:47
* doc/library.n: Added entries for auto_qualify and auto_import [Bug: 1271]. * doc/Init.3: Manual e... check-in: 3429c5f93a user: ericm tags: trunk
2000-04-27
01:46
* doc/memory.n: Man page for Tcl "memory" command, which is created when TCL_MEM_DEBUG is defined at... check-in: 9aabc80546 user: ericm tags: trunk
2000-04-26
22:36
* unix/mkLinks: Regen'd with new mkLinks.tcl. * unix/mkLinks.tcl: Fixed indentation, made link setu... check-in: 04f453e64f user: ericm tags: trunk
20:49
Created branch core-8-3-1-synthetic Closed-Leaf check-in: 229cb92672 user: cvs2fossil tags: core-8-3-1-synthetic, core-8-3-1
20:49
Fixed bad crosslink command. check-in: e316983b70 user: ericm tags: trunk
17:31
* README: * mac/README: * tools/tcl.wse.in: * unix/README: * unix/tcl.spec: * win/README: * w... check-in: e2a5e3125f user: hobbs tags: trunk
17:05
Updated URLs check-in: b6b9751c73 user: welch tags: trunk
17:01
LogCommandInfo man entry. check-in: aca9cea7e2 user: ericm tags: trunk
17:00
LogCommandInfo man page. check-in: 76377166af user: ericm tags: trunk
17:00
LogCommandInfo man entry. check-in: a6e79bb9c4 user: ericm tags: trunk
00:24
updated for 8.3.1 release check-in: 338f651564 user: hobbs tags: trunk
2000-04-25
23:03
NAME macro fix check-in: 968c1a7522 user: hobbs tags: trunk
22:29
version cleanup check-in: 26d383863d user: hobbs tags: trunk
20:58
* unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: updated for http change and some cleanu... check-in: 1e558a16da user: hobbs tags: trunk
20:21
moved http2.1 to http2.3 check-in: a43b5bad06 user: hobbs tags: trunk
17:56
* unix/tclUnixThrd.c: removed {}s around PTHREAD_MUTEX_INITIALIZER [Bug: 5254] check-in: aa8d40b8f1 user: hobbs tags: trunk
17:55
* unix/tclLoadDyld.c (TclpLoadFile): removed use of interp->result check-in: 390ae98d85 user: hobbs tags: trunk
17:55
* doc/Utf.3: clarified docs for Tcl_(UniChar|Utf)AtIndex check-in: b3b30628d9 user: hobbs tags: trunk
00:54
* unix/mkLinks: * doc/OpenFileChnl.3: Added man entry for Tcl_Ungets [Bug: 1834]. check-in: 09b0933925 user: ericm tags: trunk
00:28
* unix/mkLinks: * doc/SourceRCFile.3: Man page for Tcl_SourceRCFile [Bug: 1833]. check-in: e1c7b67772 user: ericm tags: trunk
2000-04-24
23:52
* unix/mkLinks: * doc/ParseCmd.3: Added documentation for Tcl_ParseVar [Bug: 1828]. check-in: b374c02492 user: ericm tags: trunk
23:32
* unix/tclUnixNotfy.c (Tcl_FinalizeNotifier, NotifierThreadProc): added write of 'q' into triggerP... check-in: b63233fd7f user: hobbs tags: trunk
06:46
*** empty log message *** check-in: 26e0b4a97b user: jingham tags: trunk
06:43
2000-04-23 Jim Ingham <jingham@cygnus.com> These changes make some error handling margina... check-in: 406aaa947b user: jingham tags: trunk
2000-04-23
03:37
*** empty log message *** check-in: d202742949 user: jingham tags: trunk
03:36
2000-04-22 Jim Ingham <jingham@cygnus.com> * library/package.tcl (tclPkgUnknown): Fixed a ... check-in: aa5214fbab user: jingham tags: trunk
2000-04-22
07:07
2000-04-21 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: Fixed a newly in... check-in: 8f0cd2d9ba user: sandeep tags: trunk
00:37
More thrashing with the "server closes without reading post data" scenario. Reverted to the previou... check-in: c0d948dc41 user: welch tags: trunk
00:37
comments for http.tcl check-in: d893bfe62f user: welch tags: trunk
2000-04-21
04:04
* generic/tclAlloc.c: wrapped caddr_t define to not be done on Unix * unix/tclUnixPort.h: added Tc... check-in: 618011d0b2 user: hobbs tags: trunk
2000-04-20
01:30
* library/dde1.1/pkgIndex.tcl: * library/reg1.0/pkgIndex.tcl: * win/tclWinChan.c: * win/tclWinTh... check-in: c818263820 user: hobbs tags: trunk
2000-04-19
23:24
* generic/tclFileName.c (SplitUnixPath): added support for QNX node ids. check-in: 20e78a2f2d user: hobbs tags: trunk
09:17
have to allow for strchr being a macro in TtyParseProc check-in: 8e5dea5253 user: hobbs tags: trunk
08:32
* README: * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/con... check-in: 2bb0593bdf user: hobbs tags: trunk
01:01
* generic/tclEvent.c (TclInitSubsystems): Moved tclLibraryPath to thread-local storage to prevent ... check-in: 57271c3723 user: hobbs tags: trunk
2000-04-18
23:26
* win/Makefile.in: * win/tcl.rc: * win/tclsh.rc: * win/tclsh.ico: Modified copyright dates in W... check-in: ef4b92e1f8 user: redman tags: trunk
23:10
* generic/tclEvent.c (TclInitSubsystems): Moved tclLibraryPath to thread-local storage to prevent ... check-in: 800390a3de user: hobbs tags: trunk
23:06
* unix/tclAppInit.c (main): removed #ifdef TCL_TEST that sets the library path as it was unnecessa... check-in: 7545f3c2fc user: hobbs tags: trunk
2000-04-17
20:32
Added Tcl_CreateThreadType and TCL_RETURN_THREAD_TYPE macros for declaring the NewThread callback pr... check-in: 3013a54849 user: welch tags: trunk
20:32
Updates for Tcl_CreateThreadType check-in: cf0b7dd51e user: welch tags: trunk
01:52
Don't append : to folder name if the folder name is empty. check-in: bb30f9a434 user: jingham tags: trunk
2000-04-15
18:42
Added additional information regarding TCLLIBPATH (specifically, that "/" must be used as the path s... check-in: e1576ae91b user: ericm tags: trunk
17:34
* unix/tclUnixChan.c (TtyParseMode): Only allow setting mark/space parity on platforms that suppor... check-in: 64dd87f4a7 user: hobbs tags: trunk
17:34
* generic/tclBasic.c (Tcl_GetVersion): adjusted use of major/minor to not conflict with global dec... check-in: cc48184a22 user: hobbs tags: trunk
17:34
* unix/tclUnixChan.c (TtyParseMode): Only allow setting mark/space parity on platforms that suppor... check-in: a64be0d5f2 user: hobbs tags: trunk
2000-04-14
23:01
* doc/AppInit.3: * doc/Async.3: * doc/BackgdErr.3: * doc/CrtChannel.3: * doc/CrtInterp.3: * do... check-in: 66905b808b user: hobbs tags: trunk
06:42
* unix/tcl.m4 (SC_ENABLE_THREADS): enhanced the detection of pthread_mutex_init [Bug: 4359] and (S... check-in: 720c60af3f user: hobbs tags: trunk
06:42
* doc/regexp.n: doc clarification [Bug: 5037] * doc/update.n: typo fix [Bug: 4996] check-in: f5cd778d6a user: hobbs tags: trunk
06:42
* doc/regexp.n: doc clarification [Bug: 5037] * doc/update.n: typo fix [Bug: 4996] * unix/tcl.m4... check-in: b1dcbfacb9 user: hobbs tags: trunk
2000-04-13
02:30
removed __stdcall decl for WIN32 case on ThreadCreate check-in: e8fa73f24d user: hobbs tags: trunk
2000-04-12
18:41
* doc/dde.n: corrected dde poke docs. [Bug: 4991] check-in: 6356a7ea59 user: hobbs tags: trunk
2000-04-11
21:42
* win/tclWinPipe.c: Added "CONST" keyword to declaration of char *native in TclpCreateTempFile, to s... check-in: abd92d8bbb user: ericm tags: trunk
21:16
* msgcat.n: Added docs for new behavior from patch in [Bug: 4158]. * msgcat.test: Added tests for n... check-in: 3991fa63bb user: ericm tags: trunk
01:04
Fixed compiler warnings check-in: 7f42a656b6 user: welch tags: trunk
01:04
Updated to work with thread extension, if present check-in: 78b08a48a9 user: welch tags: trunk
01:04
Changes for threading update check-in: b5288176c3 user: welch tags: trunk
2000-04-10
23:42
fixed conflict in this file check-in: 8dbc8717ba user: welch tags: trunk
22:44
Fixed Tcl_CreateThreadProc declaration check-in: c66c45242e user: welch tags: trunk
21:08
* win/tclWinPipe.c (TclpCreateTempFile): Added conversion of contents string from UTF to native enco... check-in: 1908ebdc39 user: ericm tags: trunk
18:17
* generic/tcl.h: removed specific typedef of Tcl_ThreadCreateProc for Windows as the build choked.... check-in: 484f58332a user: hobbs tags: trunk
17:18
* tests/*.test: Changed all occurances of "namespace import ::tcltest" to "namespace import -force :... check-in: c2f93a113c user: ericm tags: trunk