Timeline
Not logged in

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

728 check-ins using file win/tclsh.rc version 9f274c16c9

2010-02-19
23:44
Fix sh quoting error reported in bash-3.1+ [Bug 1377619] Closed-Leaf check-in: fb13b258d6 user: nijtmans tags: core-8-2-1-branch
2000-04-18
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
00:27
* generic/tclBasic.c (Tcl_SetCommandInfo): comment fix check-in: 0ed4a6b7ce user: hobbs tags: trunk
00:26
* tests/reg.test (matchexpected): corrected tests to use tcltest constraint types to skip certain ... check-in: 1387708c80 user: hobbs tags: trunk
00:26
* tests/reg.test (matchexpected): corrected tests to use tcltest constraint types to skip certain ... check-in: ccc1337b10 user: hobbs tags: trunk
2000-04-09
23:56
Added "server closes without reading post data" case. check-in: 1803037c3d user: welch tags: trunk
23:56
Adjusted file events and unified error handling. check-in: e3eb4545f0 user: welch tags: trunk
23:55
Documented error cases. check-in: 00a3a996cb user: welch tags: trunk
23:55
Updates for htp check-in: 7fb7d11f65 user: welch tags: trunk
21:14
* unix/tclUnixThrd.c (Tcl_CreateThread): moved TCL_THREADS ifdef inside of func as it is declared ... check-in: 26ed7e69c3 user: hobbs tags: trunk
16:04
2000-04-08 Andreas Kupries <a.kupries@westend.com> * Overall change: Definition of a public API f... check-in: 51f6c167f6 user: kupries tags: trunk
2000-04-08
02:35
* tests/fCmd.test: marked test 8.1 knownBug because it is dangerous on poorly configured systems [... check-in: 89587dc15b user: hobbs tags: trunk
02:35
* library/tcltest1.0/tcltest.tcl (initConstraints): removed win32s references (no longer supported... check-in: 4c4ac9c48f user: hobbs tags: trunk
02:35
* doc/binary.n: clarified docs on sign extension in binary scan [Bug: 3466] check-in: 7552c56cef user: hobbs tags: trunk
02:35
* doc/binary.n: clarified docs on sign extension in binary scan [Bug: 3466] * library/tcltest1.0... check-in: 6716ee0f7c user: hobbs tags: trunk
2000-04-05
19:02
Forgot to update the ChangeLog. Fixed. check-in: de3554b5c6 user: kupries tags: trunk
19:00
2000-04-05 Andreas Kupries <a.kupries@westend.com> * generic/tclIO.c (Tcl_UnstackChannel, line 18... check-in: 52b3ac564c user: kupries tags: trunk
00:42
Added dependency of tclStubInit.c on the stubs tables check-in: b0e8d28f5d user: welch tags: trunk
00:42
Fixed compilation w/out TCL_THREADS check-in: 8dddd071dc user: welch tags: trunk
00:42
Updated for TCL_THREADS and stubs table stuff check-in: c3aefafff6 user: welch tags: trunk
00:30
2000-03-29 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: For the -querych... check-in: 709209ad4d user: sandeep tags: trunk
2000-04-04
20:28
2000-04-03 Andreas Kupries <a.kupries@westend.com> * Overall change: Definition of public API's f... check-in: 861e460865 user: kupries tags: trunk
08:06
* unix/dltest/pkg[a-e].c: Cleaned up test packages [Bug: 2293] check-in: b0a1e49e5b user: hobbs tags: trunk
08:05
* unix/Makefile.in (MAN_INSTALL_DIR): patch to accept --mandir correctly [Bug: 4085] * unix/tclUn... check-in: 45165c0e6d user: hobbs tags: trunk
08:05
* tools/man2help2.tcl: fixed winhelp cross-linking error [Bug: 4156] improved translation to winhe... check-in: 6c60529376 user: hobbs tags: trunk
08:05
* tests/foreach.test: * tests/namespace.test: * tests/var.test: Added lsorts to avoid random sort... check-in: 8394b788c5 user: hobbs tags: trunk
08:04
* generic/tclCmdIL.c (InfoVarsCmd): checked for non-NULL procPtr to prevent itcl info override cra... check-in: 3181b69dce user: hobbs tags: trunk
08:04
* generic/tclCmdIL.c (InfoVarsCmd): checked for non-NULL procPtr to prevent itcl info override cra... check-in: 4b3b0b572c user: hobbs tags: trunk
2000-03-31
19:39
* generic/tclGet.c (Tcl_GetDouble): Added additional conditions to error test (previously only errno... check-in: 27f457dd13 user: ericm tags: trunk
08:52
* generic/tclInt.decls: * generic/tclIntPlatDecls.h: * generic/tclStubInit.c: * win/tclWin32Dll.... check-in: 36c0007d3f user: hobbs tags: trunk
08:52
* generic/tclBasic.c (Tcl_DeleteCommandFromToken): Added comments noting the need to pair ckalloc ... check-in: 4d38e9fd6a user: hobbs tags: trunk
08:51
* generic/tclBasic.c (Tcl_DeleteCommandFromToken): Added comments noting the need to pair ckalloc ... check-in: 0f620f033e user: hobbs tags: trunk
2000-03-30
04:36
Created branch scriptics-sc-2-0-b5-synthetic Closed-Leaf check-in: 80dddef3ef user: cvs2fossil tags: scriptics-sc-2-0-b5-synthetic, scriptics-sc-2-0-b5
04:36
Created branch scriptics-sc-2-0-fixed-synthetic Closed-Leaf check-in: 1f13ffc351 user: cvs2fossil tags: scriptics-sc-2-0-fixed-synthetic, scriptics-sc-2-0-fixed
04:36
Created branch scriptics-sc-2-0-b2-synthetic Closed-Leaf check-in: 26b1008bda user: cvs2fossil tags: scriptics-sc-2-0-b2-synthetic, scriptics-sc-2-0-b2
04:36
* generic/tclCompile.c (TclCleanupByteCode): made ByteCode cleanup more aware of TCL_BYTECODE_PREC... check-in: 95a7cc2831 user: hobbs tags: trunk
2000-03-29
20:19
2000-03-29 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: Removed a... check-in: 21ce42ac0d user: sandeep tags: trunk
2000-03-27
22:19
* tests/httpd: removed unnecessary 'puts stderr "Post Dispatch"' * tests/namespace.test: * gener... check-in: 2188389346 user: hobbs tags: trunk
22:18
* tests/namespace.test: * generic/tclNamesp.c (Tcl_Export): added a uniq'ing test to the export l... check-in: 6f0ee764c1 user: hobbs tags: trunk
22:18
* tests/httpd: removed unnecessary 'puts stderr "Post Dispatch"' * tests/namespace.test: * gener... check-in: b0d58d49d1 user: hobbs tags: trunk
21:22
Added catch around fileevent to fix test suite failure check-in: 6631c99875 user: welch tags: trunk
18:34
* unix/tclUnixChan.c: Added (off_t) type casts in lseek() call [Bug: 4409]. * unix/tclLoadAout.c: *... check-in: 30a242b059 user: ericm tags: trunk
2000-03-24
23:15
Updated file list. check-in: e19dc38d8e user: ericm tags: trunk
2000-03-22
22:49
2000-03-22 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: Fixed a b... check-in: 78af155baa user: sandeep tags: trunk
21:18
2000-03-22 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: Fixed bug... check-in: cf54817498 user: sandeep tags: trunk
2000-03-21
22:55
* tests/clock.test: Modified some tests that were not robust with respect to the time zone in which ... check-in: 80bb9d067f user: ericm tags: trunk
2000-03-19
23:45
2000-03-19 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: geturl used to t... check-in: f3a17a1b81 user: sandeep tags: trunk, scriptics-sc-2-0-b1
22:32
* library/http2.1/http.tcl: Added -querychannel option and altered some of Brent's modifications t... check-in: aadf3c36fe user: sandeep tags: trunk
2000-03-18
02:16
updated package index file to use version 2.3 instead of 2.2. check-in: adccf407b1 user: hershey tags: trunk
2000-03-17
02:15
Added tests for -queryprogress check-in: e63f79f70b user: welch tags: trunk
02:15
Added -queryprogress callback to http::geturl and also changed it so that writing the post data is e... check-in: f147131f44 user: welch tags: trunk
02:14
Added note about geturl addition check-in: 34b130a668 user: welch tags: trunk
2000-03-07
02:21
Install the dde and reg .lib files in the same place as the corresponding .dlls check-in: c332a2164a user: wart tags: trunk
2000-03-06
19:17
* library/package.tcl: Applied patch from Bug: 2570; rather than setting geometry of slave interp to... check-in: d5871cf1fe user: ericm tags: trunk
2000-03-03
02:58
* win/README.binary: change mailing lists from @consortium.org to @scriptics.com [Bug: 4173] check-in: 0135308c93 user: hobbs tags: trunk
02:58
* library/package.tcl (tclPkgUnknown): extended to allow recognizes changes in the auto_path while... check-in: 4e3bbc1d41 user: hobbs tags: trunk
02:57
* generic/tclFileName.c (Tcl_TranslateFileName): Applied patch from Newman to significantly speedu... check-in: 486f2c37ac user: hobbs tags: trunk
02:57
* doc/FindExec.3: fixed doc for declaration of Tcl_FindExecutable [Bug: 4275] check-in: 89ca3862b7 user: hobbs tags: trunk
02:57
* library/package.tcl (tclPkgUnknown): extended to allow recognizes changes in the auto_path while... check-in: 418acce075 user: hobbs tags: trunk
2000-02-28
18:49
* tests/clock.test: Added test for ISO bases < 100000 * generic/tclDate.c: (generated on Solaris) *... check-in: 7f9ecc28ca user: ericm tags: trunk
2000-02-14
22:40
* unix/Makefile.in: Added rpm target to generate Tcl binary RPM. * unix/tcl.spec: RPM specification... check-in: 442aaf884c user: ericm tags: trunk
2000-02-10
10:21
syntax cleanup check-in: aed7e39769 user: hobbs tags: trunk, core-8-3-0
10:09
cleaned up syntax, corrected package:: -> pkg:: check-in: df11d61bdc user: hobbs tags: trunk
09:59
Remove need for "OLDROUTINENAMES" def'n in one more file... check-in: 53236a711c user: jingham tags: trunk
09:53
* doc/load.n: added notes about dll load errors on Windows check-in: 492839384e user: hobbs tags: trunk
09:53
* changes: updated for 8.3.0 release * doc/load.n: added notes about dll load errors on Windows check-in: 1e954ca882 user: hobbs tags: trunk
08:55
* win/tclWinLoad.c (TclpLoadFile): improved error message for load failures, could perhaps be even... check-in: 738eec4269 user: hobbs tags: trunk
08:55
* unix/README: * unix/Makefile.in (dist): removed porting.notes and porting.old from distribution... check-in: 94b6c133d5 user: hobbs tags: trunk
08:43
*** empty log message *** check-in: 5d02166377 user: jingham tags: trunk
08:41
Don't panic when you can't close an async socket on error. It seems to be benign to just pass out t... check-in: 444274f909 user: jingham tags: trunk
08:39
Minor doco fixes check-in: f5da32e251 user: jingham tags: trunk
08:38
Change to using .h files as the prefix file. This is more convenient, since the same file can be us... check-in: aa8b2f16c1 user: jingham tags: trunk
08:37
Updated for Tcl8.3 check-in: 69a5706b93 user: jingham tags: trunk
02:54
flipped debug bit check-in: d5abd1524c user: hobbs tags: trunk
2000-02-09
03:56
* tests/clock.test: Added tests for "next monthname" constructs. * generic/tclDate.c: * generic/tclG... check-in: 21f3edaefc user: ericm tags: trunk
2000-02-08
10:06
* unix/configure.in: * win/configure.in: * win/README: * win/README.binary: * generic/tcl.h (TC... check-in: 6b327fb3d2 user: hobbs tags: trunk
10:06
* README: * tools/tcl.wse.in: * unix/configure.in: * win/configure.in: * win/README: * win/REA... check-in: 48e435c4b4 user: hobbs tags: trunk
10:06
* library/tcltest1.0/tcltest.tcl: correctly protected searchDirectory list to allow dirnames with ... check-in: f7cfa4e3bd user: hobbs tags: trunk
10:06
* doc/library.n: * library/auto.tcl: fixed crufty puts code and docs [Bug: 4122] check-in: 3a4ebbc0f4 user: hobbs tags: trunk
10:05
* generic/tclDecls.h: * generic/tcl.decls: change Tcl_GetOpenFile to use decl of 'int forWriting'... check-in: c10caae88f user: hobbs tags: trunk
10:05
* doc/library.n: * library/auto.tcl: fixed crufty puts code and docs [Bug: 4122] check-in: fdd9aaa8b9 user: hobbs tags: trunk
10:05
* README: * tools/tcl.wse.in: * unix/configure.in: * win/configure.in: * win/README: * win/REA... check-in: 868410f546 user: hobbs tags: trunk
2000-02-07
22:33
* tests/package.test: * library/tclIndex: * library/package.tcl: Renamed ::package namespace to ::pk... check-in: 7a226d8e74 user: ericm tags: trunk
21:35
Removed references to struct1.0 dir. check-in: 3758c5b56d user: ericm tags: trunk
19:15
Removing struct namespace stuff. check-in: 532cae8952 user: ericm tags: trunk
2000-02-05
12:37
* tests/httpold.test: changed test script to source in the httpd server procs from httpd instead o... check-in: e888279deb user: hobbs tags: trunk
12:09
* unix/README: fixed notes about --enable-shared and add note about --disable-shared. check-in: 9e1610ece1 user: hobbs tags: trunk
12:09
* tests/httpd: improved query support in test httpd to handle fix in http.tcl. [Bug: 4089 change 2... check-in: f0c169557b user: hobbs tags: trunk
12:08
*** empty log message *** check-in: bfb5a3081d user: hobbs tags: trunk
12:08
* tests/httpd: improved query support in test httpd to handle fix in http.tcl. [Bug: 4089 change 2... check-in: 4ef763221b user: hobbs tags: trunk
03:20
* doc/tree.n: * doc/stack.n: * doc/queue.n: docs for tree, stack, and queue. * win/Makefile.in: * u... check-in: 1955d2e8a3 user: ericm tags: trunk
2000-02-03
17:27
Renamed Package.n -> packagens.n to deal with (one of) NT's (many) shortcomings. check-in: 76b94d68b6 user: ericm tags: trunk
2000-02-02
22:32
* tests/regexp.test: added tests for -all and -inline switches * doc/regexp.n: added docs for -all... check-in: 9176c9a50b user: hobbs tags: trunk
2000-02-01
19:26
* library/init.tcl: Applied patch from rfe 1734 regarding auto_load errors not setting error message... check-in: d16fc81976 user: ericm tags: trunk
11:50
see log check-in: 1a6c66d8f0 user: hobbs tags: trunk
11:50
improved OSF1 thread build flags check-in: 1eb3f9bc2e user: hobbs tags: trunk
11:49
* win/Makefile.in (install-*): reduced verbosity of install check-in: 8ae33a5684 user: hobbs tags: trunk
11:49
* generic/tclFileName.c (Tcl_JoinPath): improved support for special QNX node id prefixes in pathn... check-in: d0269bc1eb user: hobbs tags: trunk
11:48
* library/http1.0/http.tcl: * library/http2.1/http.tcl: The query data POSTed was newline termina... check-in: 90fb17614b user: hobbs tags: trunk
01:14
* tests/package.test: * library/tclIndex: * library/package.tcl: Added ::package namespace and ::pac... check-in: fbd31a6e84 user: ericm tags: trunk
2000-01-29
00:12
* tests/pkg/magicchar2.tcl: * tests/autoMkindex.test: Test for auto loader fix (bug #2480). * libra... check-in: 56990efadd user: ericm tags: trunk
2000-01-28
19:32
* tests/pkg/spacename.tcl: * tests/pkgMkIndex.test: Tests for fix for bug #2360. * library/package.... check-in: 031046ecda user: ericm tags: trunk
16:38
* tests/pkg/magicchar.tcl: * tests/autoMkindex.test: Test for fix for bug #2611. * library/auto.tcl... check-in: a5e724fd20 user: ericm tags: trunk
00:09
* tests/autoMkindex.test: * library/auto.tcl: Applied patch (with slight modification) from bug #270... check-in: 8e75673ac2 user: ericm tags: trunk
2000-01-27
23:44
* library/tcltest1.0/tcltest.tcl: Changed NormalizePath to normalizePath and exported it as a public... check-in: 336bed6b79 user: jenn tags: trunk
19:48
* tests/pkg/samename.tcl: test file for bug #1983 * tests/pkgMkIndex.test: * library/package.tcl: F... check-in: 356f51f836 user: ericm tags: trunk
19:20
* tests/pkgMkIndex.test: * doc/pkgMkIndex.n: * library/package.tcl: Per rfe #4097, optimized creatio... check-in: fc236223b3 user: ericm tags: trunk
2000-01-26
21:36
* generic/tclNamesp.c: Undid fix for #956, which broke backwards compatibility. * doc/variable.n... check-in: 234fd734e8 user: ericm tags: trunk
03:38
* win/makefile.vc: added some support for building helpfile on Windows check-in: bfb0850aff user: hobbs tags: trunk
03:38
* unix/tcl.m4: modified EXTRA_CFLAGS to add -DHAVE_TZSET for OSF1-V* and ULTRIX-4.* when not using... check-in: 4eda7886fc user: hobbs tags: trunk
03:37
* generic/tclClock.c (FormatClock): inlined resultPtr, as it conflicted with var creation for HAVE... check-in: 9211c6268f user: hobbs tags: trunk
03:37
* doc/ListObj.3: clarified Tcl_ListObjGetElements docs [Bug: 4080] * doc/glob.n: clarified Mac pa... check-in: 7544ca4f08 user: hobbs tags: trunk
03:37
see logs check-in: 010f69ed5f user: hobbs tags: trunk
2000-01-24
02:30
simplified makefile flags check-in: 2f2e46a1a4 user: hobbs tags: trunk
02:30
* unix/tclUnixPort.h: moved include of <utime.h> lower since some systems (UTS) require sys/types.... check-in: 383590b98a user: hobbs tags: trunk
02:30
* library/init.tcl (auto_execok): added 'start' to list of recognized built-in commands for COMSPE... check-in: f0de569609 user: hobbs tags: trunk
02:29
* generic/tclInt.h: * generic/tcl.decls: moved Tcl_ProcObjCmd to stubs table [Bug: 3827] and remo... check-in: 981dd41cfb user: hobbs tags: trunk
02:29
see logs check-in: efefd47ee8 user: hobbs tags: trunk
2000-01-21
18:52
* unix/mkLinks: * doc/GetHostName.3: Man page for Tcl_GetHostName (bug #1817). check-in: 516c1ca142 user: ericm tags: trunk
18:24
* doc/lreplace.n: Corrected man page with respect to treatment of empty lists, and "prettied up" the... check-in: ae7e3132d3 user: ericm tags: trunk
04:00
ChangeLog commit. check-in: 0c7a2a5d06 user: ericm tags: trunk
03:58
* namespace.test: Added test for undefined variables with namespace which (bug #956). * tclNamesp.c... check-in: bb4c1ac9e3 user: ericm tags: trunk
03:40
added test for [info body] bytecompiled object bug check-in: f5acbfc929 user: hobbs tags: trunk
03:29
* var.test: Added tests for corrected variable behavior (bug #981). * upvar.n: Expanded explanation... check-in: 4521696b98 user: ericm tags: trunk
03:26
added catch {unset t} for atomic test check-in: 44bcbac945 user: hobbs tags: trunk
02:26
*** empty log message *** check-in: 700c3e8dd6 user: hobbs tags: trunk
02:26
* unix/tclUnixNotfy.c (Tcl_InitNotifier): added cast for tsdPtr check-in: e486883673 user: hobbs tags: trunk
02:26
set.test: added test for complex array elem name compiling check-in: 5a23e9ddaf user: hobbs tags: trunk
02:25
* library/word.tcl: changed tcl_(non)wordchars settings to use new unicode regexp char class escap... check-in: 0ff0bf2100 user: hobbs tags: trunk
02:25
* generic/tclCmdIL.c (InfoBodyCmd): made [info body] return a string if the body has been bytecomp... check-in: 15c9a98cc9 user: hobbs tags: trunk
02:25
* doc/tclvars.n: added definitions for tcl_(non)wordchars * doc/vwait.n: added notes about requir... check-in: 4e21e52344 user: hobbs tags: trunk
02:24
see logs check-in: f39c22ec3c user: hobbs tags: trunk
2000-01-19
00:34
Fixed typo check-in: fdbd74224b user: wart tags: trunk
2000-01-16
05:32
made install less verbose check-in: 436cdac5d7 user: hobbs tags: trunk
2000-01-15
02:52
* tests/var.test: Added a test for the array multiple delete protection in Tcl_UnsetVar2. * generic... check-in: f0922bda2d user: ericm tags: trunk
01:50
added IsLeapYear macro (from tclGetDate.y) check-in: 02122eb243 user: hobbs tags: trunk
2000-01-14
22:15
* unix/tclUnixTime.c: New clock format format. * compat/strftime.c: New clock format format. * gen... check-in: 53023d030d user: ericm tags: trunk
00:20
* README: * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.m4: * win/READM... check-in: c857d53077 user: hobbs tags: trunk, core-8-3-b2
2000-01-13
23:40
Re-added stuff that CVS lost. check-in: eee52700f8 user: ericm tags: trunk
23:30
Wow! CVS really fucked this one up. check-in: de99c55ffb user: ericm tags: trunk
20:33
* tests/cmdIL.test: Added tests for lsort -dictionary with characters that occur between Z and a in ... check-in: be988a1220 user: ericm tags: trunk
00:12
* tests/clock.test: Added tests for "monday 1 week ago", etc, from RFE #3671. check-in: 3a06c0cf0a user: ericm tags: trunk
2000-01-12
23:35
* tests/clock.test: Added tests for "next <day-of-week>" and "<day-of-week>" check-in: 927e25a961 user: ericm tags: trunk
19:36
* doc/tests/clock.test: Added numerous tests for clock scan. * doc/generic/tclGetDa... check-in: 5b25723b45 user: ericm tags: trunk
11:13
* tests/unixFCmd.test: * unix/tclUnixFCmd.c: added support for symbolic permissions setting in Se... check-in: 21ead6fbd0 user: hobbs tags: trunk
11:13
* tests/info.test: * generic/tclCmdIL.c: fixed 'info procs ::namesp::*' behavior (Dejong) * test... check-in: 2ce9534422 user: hobbs tags: trunk
11:12
* generic/tclClock.c: fixed support for 64bit handling of clock values [Bug: 1806] * generic/tcl... check-in: 665ebd74df user: hobbs tags: trunk
11:10
* doc/file.n: * tests/unixFCmd.test: * unix/tclUnixFCmd.c: added support for symbolic permissions... check-in: 9eba7adcd0 user: hobbs tags: trunk
11:10
see log check-in: b61d526058 user: hobbs tags: trunk
03:13
* generic/tclGetDate.y: Added comments for the Convert function. Added a fix for daylight savings ti... check-in: 69adbd6db8 user: ericm tags: trunk
01:16
* generic/tclGetDate.y: Added comments for the Convert function. * generic/tclDate.c: Fixed compile... check-in: 286cd58368 user: ericm tags: trunk
2000-01-11
22:09
* unix/tclUnixFile.c: fixed signature style on functions * unix/Makefile.in: made sure tcl.m4 wou... check-in: 341792a1e8 user: hobbs tags: trunk
22:09
* library/http2.1/http.tcl: trim value for $state(meta) key check-in: 0e47f1bf03 user: hobbs tags: trunk
22:08
* generic/tclUtf.c: changed Tcl_UtfBackslash to not allow non-octal digits (8,9) in \ooo substs. [... check-in: f664655d33 user: hobbs tags: trunk
22:08
* compat/waitpid.c: use pid_t type instead of int [Bug: 3999] check-in: 3b711e6b6a user: hobbs tags: trunk
22:08
see log check-in: a20cc9ad69 user: hobbs tags: trunk
02:59
fixed "next" constant to give 1 unit ahead, not 2. check-in: 1438d1edd0 user: ericm tags: trunk
02:36
yacc run check-in: 70e29604ff user: ericm tags: trunk
02:35
*** empty log message *** check-in: 4ae9f19e4f user: ericm tags: trunk
00:51
* generic/tclGetDate.y: Added rules for ISO 8601 formats (BUG #847): CCYY-MM-DD CCYYMMDD YY-MM-DD YY... check-in: b8dd90a438 user: ericm tags: trunk
2000-01-08
02:31
* generic/tclClock.c: Changed switch in Tcl_ClockObjCmd to use enumerated values instead of constant... check-in: a779ec2b6d user: ericm tags: trunk
1999-12-22
23:48
fixed backslashing of } check-in: fd8a11d1c6 user: hobbs tags: trunk, core-8-3-b1
23:00
updated to 8.3 check-in: c700acf811 user: hobbs tags: trunk
22:59
minor bug fix in man2help.tcl and updated configure.in to 8.3 check-in: 56a85243d7 user: hobbs tags: trunk
20:00
* changes: updated changes file check-in: 2077556312 user: hobbs tags: trunk
19:48
splash screen for Wise for 8.3 check-in: cad19cfeb9 user: hobbs tags: trunk
02:38
fixed 8.2 setting check-in: 7b2fc60dcd user: hobbs tags: trunk
02:26
updated fully for 8.3 check-in: c371bfd7ea user: hobbs tags: trunk
01:27
updated for 8.3b1 changes check-in: ca4f3d67e7 user: hobbs tags: trunk
00:41
removed ^M's from man page - confuses man2tcl check-in: fd0de97756 user: hobbs tags: trunk
00:24
updated for 8.3 check-in: 2e521b9756 user: hobbs tags: trunk
00:00
* win/mkd.bat: * win/rmd.bat: removed necessity of tag.txt [Bug: 3874] * win/tclWinThrd.c: chang... check-in: 375e49cc20 user: hobbs tags: trunk
1999-12-21
23:59
* unix/Makefile.in: added -srcdir=... for 'make html' check-in: 0287429982 user: hobbs tags: trunk
23:59
renamed tcl8.1-tk8.1-man-html.tcl tcltk-man2html.tcl, and rewrote the internals to use 8.2+ string f... check-in: fa915632a2 user: hobbs tags: trunk
23:58
* tests/cmdIL.test: * generic/tclCmdIL.c: added -unique option to lsort check-in: cffdbd72e3 user: hobbs tags: trunk
23:58
* mac/tclMacOSA.c: fixed applescript for I18N [Bug: 3644] check-in: 9b8241d4cd user: hobbs tags: trunk
23:58
* generic/tclCmdIL.c: added -unique option to lsort * generic/tclThreadTest.c: changed thread ids... check-in: 473262218e user: hobbs tags: trunk
23:57
* doc/Hash.3: fixed reference to ckfree [Bug: 3912] * doc/RegExp.3: fixed calling params for Tcl_R... check-in: 4030bf50ec user: hobbs tags: trunk
23:57
up'd to 8.3b1 check-in: 860fe80937 user: hobbs tags: trunk
1999-12-14
23:58
Added comment about the bug number to the knownBug constraint. check-in: da0ebee405 user: jenn tags: core-8-2-1-branch, core-8-2-3, scriptics-sc-1-1
21:36
Modified tcltest library to set testConstraint(root) and testConstraint(notRoot) properly if UID is ... check-in: 77755a87bc user: jenn tags: core-8-2-1-branch
1999-12-13
03:05
removed \n in panic check-in: 5a0cc23756 user: hobbs tags: trunk
1999-12-12
22:46
* doc/glob.n: * tests/fileName.test: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclI... check-in: c20c742c78 user: hobbs tags: trunk
22:46
see log check-in: 49e433ff55 user: hobbs tags: trunk
02:58
*** empty log message *** check-in: ba9c29e959 user: hobbs tags: trunk
02:27
* unix/configure.in: * unix/tcl.m4: * unix/tclUnixPipe.c: removed checking for compatible vfork ... check-in: 10d5714aca user: hobbs tags: trunk
02:27
* tests/info.test: * tests/parseOld.test: * generic/tclCmdAH.c: * generic/tclProc.c: changed Tcl... check-in: 39d765c053 user: hobbs tags: trunk
02:26
* tests/var.test: * generic/tclCompile.c: fixed problem where setting to {} array would intermitt... check-in: a887ecceee user: hobbs tags: trunk
02:26
see log check-in: bf305abef5 user: hobbs tags: trunk
1999-12-10
05:52
updated changes for 8.2.3 check-in: a9d6451fdb user: hobbs tags: core-8-2-1-branch
1999-12-09
14:44
* win/tclWin32Dll.c: * win/tclWinChan.c: * win/tclWinFCmd.c: * win/tclWinInit.c: * win/tclWinPi... check-in: 28cb1be105 user: hobbs tags: trunk
14:43
* doc/exec.n: * doc/open.n: removed references to Win32s check-in: 1f09d42a1a user: hobbs tags: trunk
14:43
see log check-in: ad936c56c2 user: hobbs tags: trunk
1999-12-08
05:49
* library/http2.1/http.tcl: fixed error handling in http::Event [Bug: 3752] check-in: 5e6bcca375 user: hobbs tags: core-8-2-1-branch
05:49
* generic/tclUtil.c: fixed Tcl_ScanCountedElement to not step beyond the end of the counted string... check-in: d339070a4e user: hobbs tags: core-8-2-1-branch
05:49
see log check-in: 62d72d1127 user: hobbs tags: core-8-2-1-branch
03:50
* unix/Makefile.in: fixed make gendate to swap const with CONST so it uses the Tcl defined CONST t... check-in: 8d3c584b8d user: hobbs tags: trunk
03:50
* tests/io.test: removed 'knownBug' tests that were for unsupported0, which is now fcopy (that alr... check-in: d334eae425 user: hobbs tags: trunk
03:50
* mac/tclMacPort.h: added utime.h include check-in: 62d99aa122 user: hobbs tags: trunk
03:49
* generic/tclDate.c: * unix/Makefile.in: fixed make gendate to swap const with CONST so it uses t... check-in: b39a92cac1 user: hobbs tags: trunk
03:49
see log check-in: 628e398038 user: hobbs tags: trunk
1999-12-07
00:40
Winhelp should build more cleanly now. check-in: 30599c6398 user: wart tags: trunk
00:18
Don't build winhelp as part of the doc: target. Now we use a separate "winhelp" target for building... check-in: 9a53a10dad user: wart tags: trunk
1999-12-06
01:46
Added "doc" target to the Makefile that will build the winhelp files check-in: 9584ae6763 user: wart tags: trunk
01:43
Added #define around include of <errno.h> so that systems with the header file (win NT) will pick it... check-in: a5dacdb2f3 user: wart tags: trunk
00:34
Changed version number from "82" to "83" check-in: 4c2a910ef1 user: wart tags: trunk
1999-12-04
06:28
check for whitespace after bad octals check-in: 16f0a0d493 user: hobbs tags: trunk
06:16
* tests/env.test: removed knownBug limitation from working test * tests/all.tcl: ensured that ::tc... check-in: 7b710149dc user: hobbs tags: trunk
06:16
* library/http2.1/http.tcl: fixed error handling in http::Event [Bug: 3752] check-in: 70543f0676 user: hobbs tags: trunk
06:15
* tests/expr-old.test: * tests/parseExpr.test: * tests/string.test: * generic/tclGet.c: * gener... check-in: bc2b85b9c2 user: hobbs tags: trunk
06:15
* doc/load.n: added note about NT's buggy handling of './' with LoadLibrary check-in: 4438057968 user: hobbs tags: trunk
06:15
see log check-in: dfda353184 user: hobbs tags: trunk
1999-12-02
02:03
* generic/tcl.decls : * generic/tclMain.c : * unix/tclAppInit.c: * win/tclAppInit.c: Added two ... check-in: cafaa4d046 user: redman tags: trunk
1999-12-01
02:45
* generic/tclIO.c: fix from Kupries for Tcl_UnstackChannel that correctly handles resetting transl... check-in: 83cb927173 user: hobbs tags: trunk
00:08
* win/tclWinTime.c: fixed handling of %Z on NT for time zones that don't have DST. check-in: 2aab86d6ee user: hobbs tags: trunk
00:08
* generic/tclLoad.c: #def'd out the unloading of DLLs at finalize time for Unix in TclFinalizeLoad... check-in: 049dffa868 user: hobbs tags: trunk
00:08
* generic/tclLoad.c: #def'd out the unloading of DLLs at finalize time for Unix in TclFinalizeLoad... check-in: faa91d96be user: hobbs tags: trunk
00:03
* generic/tclLoad.c: #def'd out the unloading of DLLs at finalize time for Unix in TclFinalizeLoad... check-in: fbfc81f106 user: hobbs tags: core-8-2-1-branch
1999-11-30
08:43
* unix/tclUnixPipe.c: fixed PipeBlockModeProc to properly set isNonBlocking flag on pipe. [Bug: 13... check-in: 19ef021163 user: hobbs tags: core-8-2-1-branch
08:42
* generic/tclScan.c: fixed scan where %[..] didn't match anything [Bug: 3700] check-in: 1be6572a7b user: hobbs tags: core-8-2-1-branch
08:42
see log check-in: 299d9c9a6f user: hobbs tags: core-8-2-1-branch
08:37
* unix/tclUnixPipe.c: fixed PipeBlockModeProc to properly set isNonBlocking flag on pipe. [Bug: 13... check-in: d923016a93 user: hobbs tags: trunk
08:37
* library/dde1.1/pkgIndex.tcl: * library/reg1.0/pkgIndex.tcl: added supported for debugged versio... check-in: 6f4b62c8ee user: hobbs tags: trunk
08:36
see log check-in: 0700df9bb9 user: hobbs tags: trunk
01:42
* tests/scan.test: * generic/tclScan.c: fixed scan where %[..] didn't match anything and added te... check-in: 27ebd6ad86 user: hobbs tags: trunk
1999-11-24
20:55
* win/tclWinSerial.c: adopted patch from Schroedter to handle fconfigure $sock -lasterror on Windo... check-in: 5df86529da user: hobbs tags: trunk
20:55
* generic/tclCmdIL.c: made SORTMODE_INTEGER work with Longs [Bug: 3652] check-in: 07f78f991f user: hobbs tags: trunk
20:54
* doc/open.n: * win/tclWinSerial.c: adopted patch from Schroedter to handle fconfigure $sock -las... check-in: af299ce78e user: hobbs tags: trunk
20:54
see log check-in: 10bcf75695 user: hobbs tags: trunk
01:52
Changed version number on dlls check-in: 1b1c1ae220 user: wart tags: trunk
1999-11-23
22:59
* library/tcltest1.0/tcltest.tcl: Fixed bug where tcltest output went to stdout instead of the speci... check-in: b16d36cb82 user: stanton tags: trunk
1999-11-22
20:15
Took out "nonPortable" flag that was hiding -timeout tests, plus added more timeout cases for variou... check-in: c741790926 user: welch tags: trunk
1999-11-20
17:57
updated to 2.2 version for http check-in: 539e4eb4fe user: hobbs tags: trunk
1999-11-19
23:32
Creating branch scriptics-sc-1-1-branch Closed-Leaf check-in: 3b183abe24 user: cvs tags: scriptics-sc-1-1-branch, scriptics-sc-1-1-b1, scriptics-sc-1-1-base
23:32
* README: * generic/tcl.h: * unix/configure.in: * win/configure.in: * win/README.binary: update... check-in: 38c0dc3e1d user: hobbs tags: core-8-2-1-branch
23:32
* tools/tcl.wse.in: updated to patchlevel 3, as well as making sure tcltest1.0 is installed, and k... check-in: bcf594f8d9 user: hobbs tags: core-8-2-1-branch
23:32
* tests/http.test: updated http package to 2.2 * doc/http.n: * library/http2.1/http.tcl: added re... check-in: bf8425559b user: hobbs tags: core-8-2-1-branch
23:32
* generic/tclCkalloc.c: fixed Tcl_DbCkfree to return a value on NULL input. [Bug: 3400] * generi... check-in: 662493e960 user: hobbs tags: core-8-2-1-branch
23:31
* tests/http.test: updated http package to 2.2 * doc/http.n: * library/http2.1/http.tcl: added re... check-in: 7fcd7c1093 user: hobbs tags: core-8-2-1-branch
23:31
updated for 8.2.3 check-in: d46028bdff user: hobbs tags: core-8-2-1-branch
23:10
*** empty log message *** check-in: 5469e18e7e user: hobbs tags: trunk
23:08
updated to 2.2 in example check-in: 14f2ca6a58 user: hobbs tags: trunk
23:08
see log check-in: 2737c93f65 user: hobbs tags: trunk
23:02
* tools/tcl.wse.in: added tcltest1.0 library to distribution list check-in: b0141fa30a user: hobbs tags: trunk
23:02
removed excess newliunes check-in: b9cf7c43f1 user: hobbs tags: trunk
23:02
* library/http2.1/http.tcl: * library/http2.1/pkgIndex.tcl: updated http package to 2.2 check-in: 1e51a5eaf7 user: hobbs tags: trunk
23:02
* generic/tclProc.c: backed out change from 1999-11-18 as it could affect return string from upvar... check-in: 10917802fd user: hobbs tags: trunk
23:02
see log check-in: 0bb07f09e0 user: hobbs tags: trunk
06:40
minor change that prevents stack blowing check-in: c11ea62b85 user: hobbs tags: trunk
06:35
* unix/tcl.m4: added defined for _THREAD_SAFE in --enable-threads case; added check for pthread_mu... check-in: 020d2c798a user: hobbs tags: trunk
06:35
* tests/scan.test: * generic/tclScan.c: finished support for inline scan by supporting XPG identi... check-in: 67351ebdfb user: hobbs tags: trunk
06:34
* library/http2.1/http.tcl: added register and unregister commands to http:: package (better suppo... check-in: 0229de4970 user: hobbs tags: trunk
06:34
* generic/tclProc.c: corrected error reporting for default case at the global level for uplevel co... check-in: 907f606957 user: hobbs tags: trunk
06:33
* doc/scan.n: * tests/scan.test: * generic/tclScan.c: finished support for inline scan by suppor... check-in: 3de36dc975 user: hobbs tags: trunk
06:33
see log check-in: 6136880bb4 user: hobbs tags: trunk
1999-11-18
02:22
Improved error handling of http::geturl in the case the server is not available. Also correctly fix... check-in: 0966d9fbb0 user: welch tags: trunk
1999-11-13
01:35
Added support for the TCLTESTARGS method for passing in additional test arguments check-in: 59a4bb8d6c user: wart tags: trunk
1999-11-10
02:52
* unix/tcl.m4: added recognition of pthreads library for AIX check-in: aa81518c6c user: hobbs tags: trunk
02:52
* tools/tcl.wse.in: updated to 8.3a1, fixed install of twind.tcl and koi8-r.enc files check-in: bbd1fbead4 user: hobbs tags: trunk
02:52
*** empty log message *** check-in: 36eaa5869b user: hobbs tags: trunk
02:52
* library/init.tcl: removed the installed binary directory from the auto_path variable check-in: a96e3c56d7 user: hobbs tags: trunk
02:51
* generic/tclIOUtil.c: changed Tcl_Alloc to ckalloc * generic/tclInt.h: * generic/tclObj.c: roll... check-in: 4cf2e06b0a user: hobbs tags: trunk
02:51
* doc/open.n: corrected docs for 'a' open mode. check-in: db875734d1 user: hobbs tags: trunk
02:51
see log check-in: d577e6efba user: hobbs tags: trunk
1999-11-04
18:20
Changed references to the README to references to the man page for tcltest. check-in: 673ccd1fd7 user: jenn tags: trunk
1999-11-03
02:00
Creating branch scriptics-sc-1-0-branch Closed-Leaf check-in: f796914958 user: cvs tags: scriptics-sc-1-0-branch, core-8-2-2, scriptics-sc-1-0, scriptics-sc-1-0-base
02:00
* library/dde1.1/pkgIndex.tcl: * library/reg1.0/pkgIndex.tcl: fixed packaging to use the debug ve... check-in: 00262ff020 user: hobbs tags: core-8-2-1-branch
02:00
see log check-in: 5bcba665e6 user: hobbs tags: core-8-2-1-branch
00:42
updated for 8.2.2 release check-in: 9caa5ba8ca user: hobbs tags: core-8-2-1-branch
1999-11-02
22:01
see log check-in: 47d7a87db5 user: hobbs tags: core-8-2-1-branch
02:10
* tests/reg.test: updated to Henry Spencer's new regexp engine (mid-Sept 99). Should greatly redu... check-in: 9f4bec066d user: hobbs tags: core-8-2-1-branch
02:09
* generic/regc_color.c: * generic/regc_cvec.c: * generic/regc_lex.c: * generic/regc_locale.c: *... check-in: 8685035011 user: hobbs tags: core-8-2-1-branch
02:09
see log check-in: 812e8ce355 user: hobbs tags: core-8-2-1-branch
1999-10-30
11:09
updated for patchlevel 2 check-in: 1a4f05699e user: hobbs tags: core-8-2-1-branch
11:09
* unix/Makefile.in: purify has to use -best-effort to instrument * unix/tclUnixPipe.c: fixed mem l... check-in: 07e490e23d user: hobbs tags: core-8-2-1-branch
11:09
* tools/tcl.wse.in: made demos\twind.tcl install in correct place check-in: fe9a571a7f user: hobbs tags: core-8-2-1-branch
11:07
* tests/string.test: * generic/tclCmdMZ.c: fixed [string index] to return ByteArrayObj when index... check-in: fc5c8cd8e2 user: hobbs tags: core-8-2-1-branch
11:07
* library/tcltest1.0/tcltest.tcl: * generic/tclThreadTest.c: fixed mem leaks in threads check-in: 0270ee3848 user: hobbs tags: core-8-2-1-branch
11:06
* library/http2.1/http.tcl: protected gets with catch [Bug: 2665] Fixed a bug in the handling of ... check-in: 89d055e3df user: hobbs tags: core-8-2-1-branch
11:06
* library/init.tcl: removed [info nameof]/../bin from auto_path check-in: 3e5c8f0c0a user: hobbs tags: core-8-2-1-branch
11:05
* generic/tcl.h: updated to patchlevel 2 * generic/tclCmdMZ.c: fixed [string index] to return Byt... check-in: be0c860183 user: hobbs tags: core-8-2-1-branch
11:05
see log check-in: 3e4a327458 user: hobbs tags: core-8-2-1-branch
00:33
Updated for http.tcl changes check-in: 43e9095de4 user: welch tags: trunk
00:31
Fixed bug in the handling of the status code after an asynchronous connect, e.g., one that is used w... check-in: 900bb28c94 user: welch tags: trunk
00:27
Cleanup of the TclNewObj family of macros, and elimination of the special Tcl_Obj memory allocator f... check-in: cdb2cc1c30 user: welch tags: trunk
1999-10-29
04:34
removed // comments (IBM's AIX compiler complained) check-in: 31e3344b89 user: hobbs tags: trunk
03:05
* win/tclWinTest.c: added testvolumetype command, as atime is completely ignored for Windows FAT f... check-in: 3fdb59940f user: hobbs tags: trunk
03:04
* unix/tclUnixPort.h: added utime.h to includes * unix/aclocal.m4: made it just include tcl.m4 check-in: dedc005e01 user: hobbs tags: trunk
03:04
added tests for related fixes check-in: 19dabe4e59 user: hobbs tags: trunk
03:04
* library/tcltest1.0/tcltest.tcl: updated makeFile to return full pathname of file created check-in: b856b9a85d user: hobbs tags: trunk
03:03
* generic/tclStringObj.c: fixed Tcl_AppendResultVA so it only iterates once over the va_list (avoi... check-in: 2c17586d2a user: hobbs tags: trunk
03:03
see log check-in: 4e1fe55e54 user: hobbs tags: trunk
1999-10-21
02:18
* unix/tclUnixNotfy.c: fixed event/io threading problems by making triggerPipe non-blocking check-in: 43510a5f53 user: hobbs tags: trunk
02:17
new test cases check-in: 55d35aff2f user: hobbs tags: trunk
02:17
Changed update to 'after 1' to cause a true sleep in the current thread, avoiding numerous superfluo... check-in: 77f0c7a367 user: hobbs tags: trunk
02:16
* library/http2.1/http.tcl: protected gets with catch [Bug: 2665] check-in: 456c6c1d4c user: hobbs tags: trunk
02:16
* unix/tclUnixNotfy.c: fixed event/io threading problems by making triggerPipe non-blocking * li... check-in: 1a3cca95e4 user: hobbs tags: trunk
02:16
see log check-in: 69f9da51a8 user: hobbs tags: trunk
1999-10-20
01:27
Merged code from core-8-2-1 branch that changes the checks for the value of tcl_interactive to also ... check-in: f1b77df33e user: jenn tags: trunk
01:21
* library/tcltest1.0/pkgIndex.tcl: Removed nonexistent procs from pkgIndex.tcl. * library/tcltest1.... check-in: 244333ea09 user: jenn tags: core-8-2-1-branch
1999-10-19
18:59
*** empty log message *** check-in: da61a3b78c user: jenn tags: trunk
18:08
* tests/tcltest.test: * doc/tcltest.n: * library/tcltest1.0/tcltest.tcl: Removed the extra return at... check-in: 58252d4dac user: jenn tags: trunk
1999-10-15
04:47
Stupid bug in TclpLoadFile - use the converted value! check-in: d4146ab675 user: jingham tags: trunk
04:47
*** empty log message *** check-in: f5b6da3702 user: jingham tags: trunk
04:47
Fix a merge error in the UTF8 conversion bug fix [Bug: 2869] check-in: d73e2a7f28 user: jingham tags: trunk
1999-10-13
02:22
* tests/reg.test: updated to Henry Spencer's new regexp engine (mid-Sept 99). Should greatly redu... check-in: 7f8ae5d24e user: hobbs tags: trunk
02:22
* generic/regc_color.c: * generic/regc_cvec.c: * generic/regc_lex.c: * generic/regc_locale.c: *... check-in: 801921c818 user: hobbs tags: trunk
02:22
*** empty log message *** check-in: 1cd4f46b90 user: hobbs tags: trunk
01:24
* library/tcltest1.0/pkgIndex.tcl: fixed procs in pkgIndex.tcl file check-in: 8078514c2d user: hobbs tags: trunk
01:24
*** empty log message *** check-in: 3897027126 user: hobbs tags: trunk
00:32
* unix/Makefile.in: purify has to use -best-effort to instrument * unix/tclAppInit.c: identified p... check-in: 51f678993b user: hobbs tags: trunk
00:32
* tests/basic.test: updated test cases for 8.3 * tests/encoding.test: fixed test case that change ... check-in: dcf7902796 user: hobbs tags: trunk
00:32
* generic/tclEnv.c: fixed mem leak with putenv and DStrings check-in: 7232e51655 user: hobbs tags: trunk
00:32
* doc/Encoding.3: corrected docs check-in: 175164594b user: hobbs tags: trunk
00:31
*** empty log message *** check-in: 849a062ced user: hobbs tags: trunk
1999-10-05
22:47
* {win,mac,unix,tools,}/README: * win/README.binary: * win/makefile.vc: * {win,unix}/configure.i... check-in: 090ccd067b user: hobbs tags: trunk
22:46
* {win,mac,unix,tools,}/README: * win/README.binary: * win/makefile.vc: * {win,unix}/configure.i... check-in: 8424f29d2e user: hobbs tags: trunk
22:46
* mac/tclMacFCmd.c: fixed filename stuff to support UTF-8 [Bug: 2869] check-in: 99f73b4a2d user: hobbs tags: trunk
22:46
* library/http2.1/http.tcl: fixed possible use of global c var. check-in: ac6f46e0da user: hobbs tags: trunk
22:45
* library/init.tcl: updated to 8.3a1 from 8.2.0. check-in: 637ee1644a user: hobbs tags: trunk
22:45
* generic/tclNamesp.c: * generic/tclVar.c: * generic/tclCmdIL.c: fixed comment typos * generic/t... check-in: a774648283 user: hobbs tags: trunk
22:45
*** empty log message *** check-in: 417346a0a2 user: hobbs tags: trunk
1999-10-02
01:09
1999-10-01 Jeff Hobbs <hobbs@scriptics.com> * All frozen for 10/4/99 8.2.1 release * changes: u... check-in: f4ae4df355 user: hobbs tags: core-8-2-1-branch, core-8-2-1, scriptics-bc-1-0-b1
1999-09-30
21:26
updated patchlevel to 1 check-in: c82686c2ed user: hobbs tags: core-8-2-1-branch
02:05
fixed possible ref to global 'c' var in namespace init code check-in: cfb8575d6d user: hobbs tags: core-8-2-1-branch
1999-09-25
02:12
* library/tcltest1.0/tcltest.tcl: Changed checks for value of tcl_interactive to checks for existenc... check-in: ff3cc6ae5a user: jenn tags: core-8-2-1-branch
1999-09-24
22:49
1999-09-24 Jeff Hobbs <hobbs@scriptics.com> * mac/tclMacFCmd.c: fixed filename stuff to support ... check-in: a921ec8597 user: hobbs tags: core-8-2-1-branch
02:01
1999-09-23 Jeff Hobbs <hobbs@scriptics.com> * README: * generic/tcl.h: * tools/tcl.wse.in: upd... check-in: cc32886d58 user: hobbs tags: core-8-2-1-branch
1999-09-22
21:06
* tests/tcltest.test: Added 'exit' calls to the scripts that the test creates and added tests for -t... check-in: 16ba724032 user: jenn tags: core-8-2-1-branch
21:05
* library/tcltest1.0/tcltest.tcl: Added a -args flag that sets a variable named ::tcltest::parameter... check-in: 07c5f033a5 user: jenn tags: core-8-2-1-branch
21:05
* tests/tcltest.test: Added 'exit' calls to the scripts that the test creates and added tests for -t... check-in: e870c5821b user: jenn tags: core-8-2-1-branch
04:12
1999-09-21 Jeff Hobbs <hobbs@scriptics.com> * tests/env.test: * unix/Makefile.in: added support... check-in: ab656050a9 user: hobbs tags: core-8-2-1-branch
1999-09-21
23:10
* library/tcltest1.0/tcltest.tcl: Applied patches sent in by Andreas Kupries to fix typos in comment... check-in: 1fcb5fc415 user: jenn tags: trunk
06:37
1999-09-20 Jeff Hobbs <hobbs@scriptics.com> * tests/env.test: * unix/Makefile.in: added support... check-in: 8e69ad3948 user: hobbs tags: trunk
04:21
* unix/Makefile.in: fixed gendate target - this never worked since RCS was intro'd. * unix/tcl.m... check-in: 56f0b251b3 user: hobbs tags: trunk
04:20
1999-09-16 Jeff Hobbs <hobbs@scriptics.com> * tests/timer.test: changed after delay in timer tes... check-in: eb68adcdfd user: hobbs tags: trunk
1999-09-02
16:26
1999-09-01 Jeff Hobbs <hobbs@scriptics.com> * unix/aclocal.m4: * unix/tcl.m4: adjusted fix from... check-in: c8c6ecddb3 user: hobbs tags: trunk
16:26
1999-09-01 Jeff Hobbs <hobbs@scriptics.com> * generic/tclParseExpr.c: changed '"' to '\"' to mak... check-in: dc02bb24c9 user: hobbs tags: trunk
16:26
1999-09-01 Jeff Hobbs <hobbs@scriptics.com> remove TclInitStubs.3 - it was duplicate of InitStubs... check-in: 15b82898b6 user: hobbs tags: trunk
16:25
1999-09-01 Jeff Hobbs <hobbs@scriptics.com> * generic/tclParseExpr.c: changed '"' to '\"' to mak... check-in: ae3e8e69cb user: hobbs tags: trunk
1999-09-01
23:15
Process command-line arguments only ::tcltest doesn't have a child namespace (requires that command-... check-in: fa90a10812 user: jenn tags: trunk
00:38
Subst 2 more values into tclConfig.sh check-in: c29e7fad92 user: wart tags: trunk
1999-08-31
21:49
typos check-in: 701aae413f user: jenn tags: trunk
21:43
* library/tcltest1.0/tcltest.tcl: * doc/tcltest.n: * tests/README: Modified testConstraints variable... check-in: 2630872e80 user: jenn tags: trunk
01:48
lint check-in: 6bb67868e7 user: jenn tags: trunk
1999-08-27
21:45
* tests/env.test: * tests/exec.test: * tests/io.test: * tests/event.test: * tests/tcltest.test: Adde... check-in: cb311db6b8 user: jenn tags: trunk
18:12
* library/tcltest1.0/tcltest.tcl: Modified tcltest so that variables are only initialized to their ... check-in: 1574427937 user: jenn tags: trunk
01:17
* tests/tcltest.test: * library/tcltest1.0/tcltest.tcl: Added a -args flag that sets a variab... check-in: 03b5b8d2c0 user: jenn tags: trunk
1999-08-23
17:54
* tests/tcltest.test: Added additional tests for -tmpdir, marked all tests that use exec as unixOr... check-in: 13304f0d0d user: jenn tags: trunk
1999-08-21
19:41
*** empty log message *** check-in: a09342dc94 user: hobbs tags: trunk
19:41
1999-08-21 Jeff Hobbs <hobbs@scriptics.com> * unix/aclocal.m4: Changed AIX-4.[2-9] check to AIX-... check-in: 92192bdcaa user: hobbs tags: trunk
19:41
1999-08-20 Jeff Hobbs <hobbs@scriptics.com> * generic/tclPosixStr.c: fixed typo [Bug: 2592] check-in: bd45487388 user: hobbs tags: trunk
19:40
1999-08-20 Jeff Hobbs <hobbs@scriptics.com> * doc/*: fixed various nroff bugs in man pages [Bug:... check-in: 9772601e1f user: hobbs tags: trunk
19:40
1999-08-21 Jeff Hobbs <hobbs@scriptics.com> * unix/aclocal.m4: Changed AIX-4.[2-9] check to AIX-... check-in: fce88c177e user: hobbs tags: trunk
1999-08-19
17:39
1999-08-19 Jeff Hobbs <hobbs@scriptics.com> * generic/tclIO.c: changed Tcl_GetChannelNames* to u... check-in: 769c31641d user: hobbs tags: trunk
03:00
1999-08-18 Jeff Hobbs <hobbs@scriptics.com> * unix/Makefile.in: changed the dependency structure... check-in: d2761cadc2 user: hobbs tags: trunk
03:00
1999-08-18 Jeff Hobbs <hobbs@scriptics.com> added tests for bug fixes check-in: 5151e2b2b1 user: hobbs tags: trunk
02:59
1999-08-18 Jeff Hobbs <hobbs@scriptics.com> * library/auto.tcl: * library/init.tcl: * library/... check-in: e3a02d20c4 user: hobbs tags: trunk
02:59
1999-08-18 Jeff Hobbs <hobbs@scriptics.com> * doc/OpenFileChnl.3: * doc/file.n: * tests/cmdAH.... check-in: fb64d24b32 user: hobbs tags: trunk
02:58
1999-08-18 Jeff Hobbs <hobbs@scriptics.com> * doc/Eval.3: fixed doc on input args [Bug: 2114] ... check-in: 7751b2712e user: hobbs tags: trunk
02:58
1999-08-18 Jeff Hobbs <hobbs@scriptics.com> * doc/Eval.3: fixed doc on input args [Bug: 2114] ... check-in: e50e0a11be user: hobbs tags: trunk
1999-08-17
21:34
typo check-in: dcf9edc93d user: jenn tags: trunk
1999-08-16
00:09
Update copyrights and add my name to Ray's in the credits (blush). check-in: 1b154b6e79 user: jingham tags: trunk
00:09
Update the copyrights. check-in: ac89277576 user: jingham tags: trunk
00:09
Update copyrights and add my name to Ray's in the credits (blush). check-in: 84ae3d0d34 user: jingham tags: trunk
00:09
If you are running the testsuite, set the Stack size to 768K so you can pass the regexp tests. For ... check-in: f8e83859fc user: jingham tags: trunk
00:09
Update copyrights and add my name to Ray's in the credits (blush). check-in: d854c74a23 user: jingham tags: trunk
1999-08-15
04:54
Change the permissions for opening resource files to Shared. Suprisingly enough, this is the only w... check-in: ba2d9e8c51 user: jingham tags: trunk
04:05
Note Stack space increase needed for complex patterns with many subexpressions in Tcl8.2 regexp pack... check-in: 7ce80f7793 user: jingham tags: trunk
04:04
Require Tcl 8.2 check-in: 9ab652d8fc user: jingham tags: trunk
04:03
Typo in comment check-in: 5af29d3264 user: jingham tags: trunk
1999-08-13
19:01
Minor tweaks to get these pages through the HTML converter check-in: 955414971d user: welch tags: trunk, core-8-2-0, scriptics-tclpro-1-3-0
19:00
Updated to handle more special backslash sequences found in re_syntax.n check-in: 7bc8c1e80d user: welch tags: trunk
18:30
Release 8.2.0. check-in: dd882ac96d user: redman tags: trunk
17:53
Fixed bad function definition, should use void instead of VOID for return type (does not return "voi... check-in: e312151bcd user: redman tags: trunk
16:49
Fixed type, USE_TCL_ALLOC should be USE_TCLALLOC check-in: 3bc29fd348 user: redman tags: trunk
08:07
Update to move the build directory out of the source tree. check-in: 179db97ef4 user: jingham tags: trunk
08:06
*** empty log message *** check-in: 1e10d11974 user: jingham tags: trunk
1999-08-12
23:14
*** empty log message *** check-in: 23b62d7131 user: stanton tags: trunk
23:14
* win/Makefile.in: Added COMPILE_DEBUG_FLAGS macro to make it easier to turn on compiler tracing. *... check-in: ce8026cea8 user: stanton tags: trunk
20:02
tclConfig.sh is now installed for windows check-in: 27bfd7223c user: wart tags: trunk
17:38
Applied patch to remove compiler warning. check-in: 032a118e12 user: redman tags: trunk
1999-08-11
23:09
Added definition for STLIB_LD check-in: 824e2ec9b8 user: wart tags: trunk
22:48
Added substitution for STLIB_LD, the static linker. check-in: c0840b5c4d user: wart tags: trunk
20:51
Include the unix/aclocal.m4 file in the distribution. check-in: a5cfb84823 user: redman tags: trunk
1999-08-10
23:16
Change version numbers to 8.2.0 check-in: 1a6937fbfc user: redman tags: trunk
22:45
Rolled back changes to change the prototype of Tcl_ListObjGetElements() check-in: ac48eb3341 user: redman tags: trunk
22:42
Removed patch to change prototype of Tcl_ListObjGetElements. Closed-Leaf check-in: 13834ebb6a user: redman tags: core-8-2-b3-branch
18:50
Update version numbers to 8.2b3 and update ChangeLog and changes files. check-in: 7e5102383d user: redman tags: core-8-2-b3-branch
17:35
* generic/tclListObj.c: * generic/tcl.decls: * generic/tclDecls.h: Applied patch from Jim Ingham to... check-in: cfb9ace67b user: redman tags: trunk, core-8-2-b3-base
17:17
Fixed level of indirection in Tcl_GetAllocMutex check-in: 493612de83 user: welch tags: trunk
05:09
1999-08-09 Jeff Hobbs <hobbs@scriptics.com> * tests/string.test: added largest_int proc to adapt... check-in: ebcd327a4f user: hobbs tags: trunk
04:21
Move Mark Roseman's fix for slow connections from Tcl 8.0 to Tcl 8.2. check-in: 5bf564a528 user: jingham tags: trunk
04:21
Trivial cleanup - Windows -> Macintosh in comments. check-in: c0e8a29fd9 user: jingham tags: trunk
04:21
Convert the directory name from Utf to External before passing it to the Toolbox. check-in: 4c13132580 user: jingham tags: trunk
02:42
Added Tcl_GetAllocMutex for use by tclAlloc.c and tclCkalloc.c check-in: a5ed5c1af7 user: welch tags: trunk
02:42
1 Added use of Tcl_GetAllocMutex to tclAlloc.c and tclCkalloc.c so they can be linked against ... check-in: 0a115beef8 user: welch tags: trunk
02:40
Updated change log for my aolserver-related changes check-in: 22cd3dfa32 user: welch tags: trunk
01:23
removed unreferenced variable from regcomp.c check-in: be29d94a7c user: redman tags: trunk
1999-08-09
16:30
1999-08-09 Jeff Hobbs <hobbs@scriptics.com> * library/init.tcl: fixed path handling in auto_exec... check-in: ea30d74c31 user: hobbs tags: trunk
16:30
1999-08-09 Jeff Hobbs <hobbs@scriptics.com> * doc/Object.3: clarified Tcl_DecrRefCount docs [Bug... check-in: 253cc38782 user: hobbs tags: trunk
16:30
1999-08-09 Jeff Hobbs <hobbs@scriptics.com> * doc/Object.3: clarified Tcl_DecrRefCount docs [Bug... check-in: fa5ab43f53 user: hobbs tags: trunk
1999-08-05
16:57
1999-08-05 Jeff Hobbs <hobbs@scriptics.com> * library/http2.1/http.tcl: Made use of "i" in init ... check-in: 05b0bafac3 user: hobbs tags: trunk
16:56
1999-08-05 Jeff Hobbs <hobbs@scriptics.com> * generic/tclLiteral.c: fixed reference to bytes tha... check-in: c575126b69 user: hobbs tags: trunk
16:56
1999-08-05 Jeff Hobbs <hobbs@scriptics.com> * doc/tclvars.n: Made it clear that tcl_pkgPath was ... check-in: da5846e156 user: hobbs tags: trunk
16:56
1999-08-05 Jeff Hobbs <hobbs@scriptics.com> * doc/tclvars.n: Made it clear that tcl_pkgPath was ... check-in: 1965e87ab6 user: hobbs tags: trunk
06:17
Declare the tclStubs table so we can use it to swap out Tcl_SetTimer and Tcl_WaitForEvent in this fi... check-in: 2f6f68605b user: jingham tags: trunk
01:21
*** empty log message *** check-in: 4cf8f5a588 user: stanton tags: trunk
01:21
* tests/reg.test: Added test for REG_EXPECT bug fixed by Henry's patch. check-in: af33e52d36 user: stanton tags: trunk
01:16
* generic/regc_nfa.c: * generic/regcomp.c: * generic/rege_dfa.c: * generic/regexec.c: * generic/regg... check-in: c161cf0289 user: stanton tags: trunk
1999-08-04
20:58
Released Tcl 8.2b2. check-in: c6f78af409 user: redman tags: trunk, scriptics-tclpro-1-3-b4, core-8-2-b2
15:58
Remove extern declaration for TclWinGetPlatform functions, they're already in tclInt.decls. Only af... check-in: 55f8cac9c0 user: redman tags: trunk
1999-08-03
18:07
Move functions declarations out of win/tclWinInt.h that are now in generic/tclInt.decls check-in: 257bae6dc4 user: redman tags: trunk
1999-08-02
21:57
* unix/configure.in: * win/configure.in: Change beta level to b2. check-in: 934d16e5cf user: redman tags: trunk
18:33
removed extra declaration of Tcl_RegExpMatchObj check-in: 95c603bf2e user: redman tags: trunk
17:45
* generic/tcl.h: * generic/tcl.decls: * generic/tclDecls.h: * generic/tclInt.h: * generic/tclInt.dec... check-in: 08e3282fc0 user: redman tags: trunk
1999-08-01
22:09
* win/tclWinSock.c: Added comment block to SocketThread() function. Added code to avoid calling Ter... check-in: 77a8b86a7a user: redman tags: trunk
20:43
* generic/tclInt.decls: added declaractions necessary for the Tcl test code to work wth stubs [Bu... check-in: 6f03b1d1ed user: hobbs tags: trunk
1999-07-31
01:55
* unix/tclUnixThrd.c: Applied patch to fix threads on Irix 6.5. Patch from James Dennett. [Bug: 245... check-in: 59e2b0685d user: redman tags: trunk
01:24
* win/tclWinPipe.c: * win/Makefile.in: Fixing launching of 16-bit apps on Win9x from wish. The comm... check-in: 0e573cddc1 user: redman tags: trunk
1999-07-30
23:31
Added definitions for some symbols in tclConfig.sh that never got values in Windows. check-in: cf3031f4df user: wart tags: trunk
22:26
Parameterized the static library linkers (ar cr and lib -nologo) to assist in merging the Makefile.i... check-in: ef28f0d52d user: wart tags: trunk
22:19
* tclParse.c: fixed bug in info complete regarding nested square brackets [Bug: 2382, 2466] check-in: 02e78f811b user: hobbs tags: trunk
21:46
updated trf patch to fix problems created when adapting Kupries' previous patch to our specs. check-in: af62bca303 user: hobbs tags: trunk
19:10
Updated to match the new return values from tcltest. check-in: 4300ae3dc9 user: jenn tags: trunk
02:02
* win/tclWinChan.c: Allow tcl to open CON and NUL, even for std channels. Checking for bad/unusable... check-in: 204ad52209 user: redman tags: trunk
01:35
Exit with non-zero status if there were problems with the way the test suite was started (e.g. wrong... check-in: 4ab899a015 user: jenn tags: trunk
1999-07-29
23:17
* unix/mkLinks.tcl: Applied patch to avoid linking pack.n to pack-old.n. Patch from Don Porter. [Bu... check-in: 11860a3bdf user: redman tags: trunk
22:58
win/tclWinSock.c: free Win32 Event handles when destroying socket helper threads. check-in: 5d8a109496 user: redman tags: trunk
19:21
Added lines so that extensions can set up static linker (ar vs. lib) and C compiler warning flags ea... check-in: 8ccef65e92 user: wart tags: trunk
1999-07-28
18:51
Added entries for LDFLAGS_DEBUG and LDFLAGS_OPTIMIZE so that extensions can get these values in the ... check-in: 0d5ddcfb91 user: wart tags: trunk
18:33
* tests/tcltest.test: * library/tcltest1.0/tcltest.tcl: Fixed the condition under which ::tcltest::P... check-in: a956513b64 user: jenn tags: trunk
1999-07-27
16:31
update Windows installer bitmap to read Tcl/Tk Version 8.2 check-in: 04538cac97 user: redman tags: trunk
01:42
Bug fixes for threaded Tcl on NT with single and dual CPUs. Still some open issues, this code is a ... check-in: f4fa2a7ba1 user: redman tags: trunk
1999-07-26
22:50
* tests/tcltest.test: * library/tcltest1.0/tcltest.tcl: * doc/tcltest.n: Cleaned up code in ::tc... check-in: 857902b876 user: jenn tags: trunk
17:59
Tests for the tcltest package check-in: c9f00c0092 user: jenn tags: trunk
17:51
Change destination of dde package to dde1.1. check-in: 9ffe120a2d user: redman tags: trunk
1999-07-23
23:40
Removed patch for bug 2382, for info complete. check-in: 840e9c95ce user: redman tags: trunk
1999-07-22
23:47
* win/tclWinSock.c: Fixed hang with threads enabled, fixed semaphores with threads disabled. * win/... check-in: 30432d73f2 user: redman tags: trunk
23:45
Fix hange with socket code (win32) with threads enabled, fixed the semaphores for threads disabled. ... check-in: a5863b3a81 user: redman tags: trunk
21:50
* Changed version to 8.2b2. * win/tclWinPort.h: Block out include of sys/*.h in order to build ext... check-in: 589cb7ba77 user: redman tags: trunk
02:15
Applied patch for info complete. [Bug: 2382] check-in: 9a47ff649a user: redman tags: trunk
01:26
revert changes to TclpStrftime, not needed for internal functions. check-in: a4cee78edc user: redman tags: trunk
01:08
* doc/Utf.3: * generic/tcl.decls: * generic/tclInt.decls: * generic/tclDecls.h: * generic/tclIntDecl... check-in: 22b143003b user: redman tags: trunk
00:38
* unix/Makefile.in: Added the Windows configure script to the distribution file list, already shipp... check-in: 677ba646fb user: redman tags: trunk
00:13
* win/makefile.vc: Changed version number of DDE package in VC++ makefile to use 1.1 instead of 1.0... check-in: 6633a54dd5 user: redman tags: trunk
00:06
* doc/open.n: Added documentation of \\.\comX notation for opening serial ports on Windows (alternat... check-in: 10b63080bd user: redman tags: trunk
1999-07-21
23:28
added a line to initialize the tclDefaultLibrary tcl global var to "", as was done in Tcl8.0.5. check-in: b16021515e user: hershey tags: trunk
21:29
Previous version was a mistake, roll it back. check-in: 2d8b4e85a6 user: redman tags: trunk
21:28
* win/tclWinSock.c: Modified 8.1.0 version of the Win32 socket driver to move the handling of the so... check-in: 74cee245ff user: redman tags: trunk
17:43
added missing '\' at the end of one line (only irix complained about this) check-in: 323fd26f82 user: hershey tags: trunk
16:04
Small tweaks to the top-level README to fix typos and wording. check-in: 384e1d2bd9 user: jpeek tags: trunk
02:01
* generic/tclInitScript.h: * unix/tclUnixInit.c: merged code with 8.0.5. We now use an intermedi... check-in: 0d9e2ba09f user: hershey tags: trunk
1999-07-20
00:11
changed http package version from 2.0 to 2.1 check-in: fda7557642 user: hershey tags: trunk
1999-07-19
21:03
changed http dir from 2.0 to 2.1 check-in: 124ac761ed user: hershey tags: trunk
1999-07-16
21:56
Add Tcl_SetNotifier to stubs table. [Bug: 2354] check-in: 0fdd9484f5 user: redman tags: trunk
21:40
* unix/aclocal.m4: * unix/tcl.m4: Add check for Alpha/Linux to correct the IEEE floating flag to t... check-in: 72240a3a0a user: redman tags: trunk
01:52
Fix minor version number. check-in: f5eb99468e user: redman tags: trunk
1999-07-15
21:00
Install files with 82 instead of 81 suffix check-in: 55cb269e12 user: redman tags: trunk
01:47
Change version number check-in: 38e7639e65 user: redman tags: trunk
1999-07-14
19:09
Deleted sentence as suggested by Scott Stanton check-in: b4d75c8e7d user: jpeek tags: trunk
19:07
Created branch core-8-2-b1-synthetic Closed-Leaf check-in: d0852b1db1 user: cvs2fossil tags: core-8-2-b1-synthetic, core-8-2-b1
19:07
Created branch scriptics-tclpro-1-3-b3-synthetic Closed-Leaf check-in: 77ff211b7e user: cvs2fossil tags: scriptics-tclpro-1-3-b3-synthetic, scriptics-tclpro-1-3-b3
19:07
doc/re_syntax.n: Deleted sentence suggested by Scott S. check-in: d7e9fff01e user: jpeek tags: trunk
1999-07-13
22:23
Makefile.in: fixed cat32.exe build makefile.vc: fixed calling tcltest.exe check-in: 580b6853c5 user: redman tags: trunk
22:23
Add .m4 files and Windows configure.in and Makefile.in check-in: 830c41e50e user: redman tags: trunk
22:22
Change dde package to 1.1 check-in: 9bd199dc6c user: redman tags: trunk
22:21
Merged ChangeLog for 8.2b1 check-in: 85be69819f user: redman tags: trunk
02:07
Removed two notes to myself (oops), cleaned up wording, moved changebars. check-in: 9b72e5aa55 user: jpeek tags: trunk
02:06
Documented tweaks to the tcl/docs/re_syntax.n manpage file. check-in: eba33a5ca7 user: jpeek tags: trunk
1999-07-12
21:03
Catch the cd that sets up the initial value for the testsDirectory variable. check-in: aa7feb0ac0 user: jenn tags: trunk
1999-07-11
20:31
Changed version numbers in NMAKE makefile. check-in: 2ea86e8bdf user: redman tags: trunk
20:29
Change version number in NMAKE makefile check-in: b1cd1cf0ff user: redman tags: trunk
1999-07-09
21:18
install-man target renamed to "install-doc" to be consistent with TEA spec. check-in: b01449ac9b user: wart tags: trunk
18:24
* win/configure.in: Eval DLLSUFFIX, LIBSUFFIX, and EXESUFFIX in the configure script so that substit... check-in: fd326b93fa user: redman tags: trunk
02:31
fixed line termination character check-in: 77df520e96 user: stanton tags: trunk
02:12
*** empty log message *** check-in: 828e9399bf user: stanton tags: trunk
02:11
* tests/string.test: * generic/tclCmdMZ.c: Fixed bug in string range bounds checking code. check-in: 614b32f8b0 user: stanton tags: trunk
00:00
Removed -asidefromdir and -relateddir flags, removed unused ::tcltest::dotests proc, cleaned up impl... check-in: c5abb670a1 user: jenn tags: trunk
1999-07-08
23:17
* win/Makefile.in: Added tcltest target so runtest works properly. Added missing names to the clean... check-in: bd1fc18299 user: stanton tags: trunk
19:44
Fixed bogus test for env.test check-in: 931d254c68 user: rjohnson tags: trunk
17:29
Do additional checks to unset any environment variables set, changed or created by the tests. check-in: 8163db91b2 user: jenn tags: trunk
03:35
Improved test to handle empty env array - (will raise error) check-in: 49ec7aac3e user: rjohnson tags: trunk
03:30
Fixed a couple of bad registry tests... check-in: 030703c01e user: rjohnson tags: trunk
03:08
Fixed bug in test suite - remember to update tests when changing features!!! check-in: 2d21c46440 user: rjohnson tags: trunk
02:57
Fixed broken utility function makeFile. check-in: 7c29ca5cd1 user: rjohnson tags: trunk
1999-07-07
23:08
Made test encoding test understand platform differences. check-in: f6d0bb0e6a user: rjohnson tags: trunk
18:59
* doc/fconfigure.n: Clarified default buffering behavior for the standard channels. [Bug: 2335] check-in: 842d60e737 user: stanton tags: trunk
02:37
New windows serial port driver. [Bug 1980 2217] check-in: 256cf12d76 user: redman tags: trunk
02:28
Marked two timing-dependent tests "nonPortable", but I really need to fix these (4.11 and 4.12) check-in: f52b68ccbe user: welch tags: trunk
02:08
Back-fitted notes about my recent changes check-in: 309cad81f8 user: welch tags: trunk
01:58
Fixed handling of connection timeouts. check-in: ad2c691a5a user: welch tags: trunk
1999-07-06
23:55
Removed extra '\' characters at the beginning of the parseOld.test file that were causing "invalid c... check-in: aebd6705b5 user: jenn tags: trunk
23:43
Added entries for 6/25/99 and 6/29/99 reflecting the addition of the tcltest package and all changes... check-in: 0491db6507 user: jenn tags: trunk
22:50
Added entry re: 1999-06-23 changes that created re_syntax(n) page. check-in: bae3599a08 user: jpeek tags: trunk
1999-07-02
22:08
Fix missing declaration of tclStubs check-in: c3d96ae985 user: redman tags: trunk
21:59
Fix Tcl_GetStackedChannel declaration, the function returns a Tcl_Channel, not void. check-in: d88a0ddb9c user: redman tags: trunk
21:50
Block out unix-only code for windows & mac. check-in: 0eb08410e8 user: redman tags: trunk
21:09
Regen the stub files after changes in tcl.decls were made, but the stub files were not regenerated. check-in: 976652f5cb user: redman tags: trunk
20:39
Temporarily disabling core file checking. check-in: 3017d5a542 user: jenn tags: trunk
19:59
Fixed lint found by Jim Ingham check-in: c368b08fea user: welch tags: trunk
19:51
Name change from Tcl_ReplaceChannel to Tcl_StackChannel Added new code that modifies the channel in ... check-in: 559c4a45d9 user: welch tags: trunk
19:51
Name change from Tcl_ReplaceChannel to Tcl_StackChannel check-in: 3dfed73236 user: welch tags: trunk
06:41
Improved support for empty array names check-in: 29f911e5bf user: welch tags: trunk
06:05
Added hook points to the notifier check-in: 2575337b01 user: welch tags: trunk
06:05
Added hook points to the notifier Updated Xt tests to use new Tcl_SetNotifier check-in: b68062ca89 user: welch tags: trunk
06:05
Fixed package version number check-in: 0ec7baf04b user: welch tags: trunk
06:04
Added hook points to the notifier check-in: 8a7bc87ac3 user: welch tags: trunk
06:04
Added Tcl_SetNotifier and associated typedef. This lets you hook the notifier procs. check-in: 6889d4e289 user: welch tags: trunk
1999-07-01
23:24
fix to call TclStat instead of TclpStat check-in: 002b63e317 user: redman tags: trunk
23:21
Call TclStat instead of TclpStat in order to allow the stat hooks to work properly. check-in: 5ff61ca415 user: redman tags: trunk
17:36
Changed the tests to use the testConstraints array that the test harness uses instead of the old nam... check-in: 6b946e4c34 user: jenn tags: trunk
16:54
Updated for new package version number check-in: a112554fac user: welch tags: trunk
1999-06-30
22:35
Fix genstubs target. check-in: 66fe41f6a8 user: redman tags: trunk
22:34
Add TclHandle functions to the internal stub table. Remove unused tclStubs.c file. check-in: 17d529bed8 user: redman tags: trunk
18:39
Removed call to obsolete AC_C_CROSS macro. check-in: 5bcc801016 user: wart tags: trunk
17:47
Initial version of the Tcl_ReplaceChannel and Tcl_UndoReplaceChannel functions. check-in: 3050cfce85 user: welch tags: trunk
17:46
Updated http and ReplaceChannel man pages check-in: 1305a89b07 user: welch tags: trunk
17:43
Fixed -timeout bug to handle connections to dead servers properly. Added http::cleanup function check-in: 910071defe user: welch tags: trunk
05:51
updated dde version from 1.0 to 1.1 check-in: e4b2fadb55 user: hershey tags: trunk
00:17
Added a check to not rename incr unless it's been previously renamed. check-in: b45cab665d user: jenn tags: trunk
00:17
Added a check at the end of the test to not unset variables if they don't exist. check-in: bc368c12a4 user: jenn tags: trunk
1999-06-29
20:14
Added flags -limitconstraints, -preservecore, -help, -file, -notfile, -relateddir, and -asidefromdir... check-in: f368875e9c user: jenn tags: trunk
03:22
Modified the last three tests to run with pcOnly constraint. check-in: fca81e7512 user: jenn tags: trunk
00:25
Adopted Doc patch that changes "unknown_active" to "unknown_pending" check-in: 4c4b368e76 user: welch tags: trunk
1999-06-28
23:49
Applied patch from Peter Hardie (with modifications) to fix Tcl_GetIndexFromObj when the key is "". ... check-in: 4fe945f885 user: redman tags: trunk
19:02
Documented 2 more files that need to be updated when the Tcl version number changes. check-in: 291c4b0434 user: wart tags: trunk
18:23
Fixed test suite to call $tcltest::tcltest instead of $::tcltest (for the name of the executable). check-in: b76cf62cdc user: redman tags: trunk
18:23
Updated versions to 8.2 and 8.2b1 where appropriate. check-in: e7fc3bd90d user: wart tags: trunk
1999-06-27
20:38
updated 8.1 to 8.2 check-in: cbcde3438f user: hershey tags: trunk
1999-06-26
22:41
Added poke command to dde. Changed dde package version to 1.1 Fixed makefile to install tcl8.2 libra... check-in: 8c9bb6b936 user: redman tags: trunk
22:29
Marked on of the string tests non-portable. IRIX thinks that .e1 is a valid double - the spec and ... check-in: b4e7ea6550 user: rjohnson tags: trunk
21:41
Fixed another bug in test suite... check-in: 95f256864f user: rjohnson tags: trunk
21:09
Fixed bug in all.tcl that caused "make test" not to work. The var testsDirectory was getting the w... check-in: c551a52332 user: rjohnson tags: trunk
20:55
Fixed style problems in many of the test files. Fixed bug in pkg.test where defs.tcl was still bein... check-in: dbfd75f43f user: rjohnson tags: trunk
19:35
Export functions for TclHandle check-in: f084f054d6 user: redman tags: trunk
03:56
Added tcltest to the list of packages to install check-in: 52c833fe48 user: jenn tags: trunk
03:56
Added package tcltest to the list of packages to install. check-in: 5ecb8cb458 user: jenn tags: trunk
03:54
Modified the tests to use the package tcltest check-in: fdb0602e41 user: jenn tags: trunk
03:53
Adding package tcltest; this replaces the original defs.tcl file that was a part of the test suite. check-in: 2b7cfbc0de user: jenn tags: trunk
03:47
This file contains what used to be in the tests/README file and documents the tcltest package. check-in: 152507d861 user: jenn tags: trunk
00:01
Changed so unix always maps ckalloc to Tcl_Alloc or Tcl_DbCkAlloc to avoid problems with mixed TCL_M... check-in: 732e56feb0 user: redman tags: trunk
1999-06-25
23:47
Changed to Tcl 8.2b1 check-in: 9f2cd61b60 user: welch tags: trunk
23:47
Added note about win/configure.in needing a version change check-in: 1f87923771 user: welch tags: trunk
23:46
Fixed return value in doc. check-in: 003e537211 user: welch tags: trunk
23:29
Changed to Tcl 8.2b1 check-in: c46ff26d58 user: welch tags: trunk
23:29
Added man page for Tcl_Replace Channel and TclUndoReplaceChannel check-in: 243da854b8 user: welch tags: trunk
18:42
* tests/reg.test: * generic/regexec.c: Fixed bugs in non-greedy quantifiers. check-in: 7002d2683b user: stanton tags: trunk
1999-06-24
21:15
Moved description of regular expression syntax from regexp.n into a new re_syntax.n page. Modified ... check-in: 95abde5c42 user: jpeek tags: trunk
03:27
* unix/Makefile.in: Changed install-doc to install-man. * tools/uniParse.tcl: * tools/uniClass.tcl:... check-in: 9d26b83359 user: stanton tags: trunk
1999-06-22
18:57
One more try at fixing the TCL_LIBRARY problem check-in: 421197f4e6 user: wart tags: trunk
18:51
TCL_LIBRARY is now set in the Makefile check-in: eb4ca9bbf8 user: wart tags: trunk
1999-06-21
19:02
*** empty log message *** check-in: 7652b6f733 user: stanton tags: trunk
19:02
* unix/tclUnixThrd.c (TclpThreadCreate): Fixed memory leak where thread attributes were not being re... check-in: d3a5225279 user: stanton tags: trunk
1999-06-19
00:57
Merged with tk defs.tcl file check-in: 1731e0e5cd user: jenn tags: trunk
00:18
Reflects recent changes in tcl.m4 (compiler warnings) check-in: 44079c5e8e user: wart tags: trunk
1999-06-18
17:34
Modifications to correct CC_EXENAME macro. check-in: c43769ff9b user: redman tags: trunk
1999-06-17
23:30
Modify aclocal.m4 for PC to run cygpath on path of CC_EXENAME first. check-in: 171ce697ec user: redman tags: trunk
19:32
*** empty log message *** check-in: e2e7105bb2 user: stanton tags: trunk
19:32
* doc/RegExp.3: Documented the new regexp interfaces and the compile/execute flags. check-in: 2e29d83ea4 user: stanton tags: trunk
19:32
* generic/tclTest.c: * generic/tclRegexp.h: * generic/tclRegexp.c: * generic/tcl.h: * generic/tcl.de... check-in: 0974012913 user: stanton tags: trunk
19:31
* tests/regexp.test: * generic/tclCmdMZ.c: * generic/tclCmdIL.c: Changed to use new regexp interface... check-in: 439ccec547 user: stanton tags: trunk
19:30
* generic/regcomp.c: lint * tests/reg.test: * generic/regex.h: * generic/regc_lex.c: Added REG_BOSO... check-in: 12e2267e22 user: stanton tags: trunk
01:38
Updated to reflect recent changes check-in: bb45660987 user: wart tags: trunk
00:36
Fixed compiler optimization flags for Linux to remove a plethora of warnings. check-in: 742be4e919 user: wart tags: trunk
00:20
* generic/tclVar.c (Tcl_VariableObjCmd): fixed premature increment in loop that was causing out-of... check-in: 53b13ff96a user: hershey tags: trunk
1999-06-16
23:41
Reflects changes to tcl.m4 check-in: b41388eed7 user: wart tags: trunk
23:30
Added changes to make the macros bahave in the same manner as the Windows tcl.m4 macros check-in: a06214d64a user: wart tags: trunk
23:18
more incremental changes check-in: 5801e92f07 user: surles tags: trunk
22:38
added tclConfig.sh.in for Windows check-in: e5da250aa2 user: surles tags: trunk
22:36
merged unix and windows styles check-in: 95cc329c16 user: surles tags: trunk
21:56
*** empty log message *** check-in: 038564ed5c user: stanton tags: trunk
21:56
* tests/execute.test: * generic/tclExecute.c (TclExecuteByteCode): Fixed crash caused by a bug in IN... check-in: 82d723f770 user: stanton tags: trunk
20:17
Reorganized the order of the macros (cosmetic change) check-in: f64f4d2f4e user: wart tags: trunk
20:12
modified files to work with new windows Makefiles check-in: be618c2ce7 user: surles tags: trunk
02:20
More TEA changes. Should play well with TclX now. check-in: c8e10ac489 user: wart tags: trunk
02:10
Fix DDE code to reinitialize with new servername. check-in: 9e936b8146 user: redman tags: trunk
00:47
fixed bug that cause bad memory read on Windows check-in: 4a56d07c39 user: hershey tags: trunk
00:00
fixed bugs that kept windows from compiling. check-in: 0cb1b747f4 user: hershey tags: trunk
1999-06-15
22:06
beefed up the string object tests check-in: 3f45ef233e user: hershey tags: trunk
20:44
Tcl configure / Makefile sequence now complies with the most basic spec for TEA. check-in: e8b97f0924 user: wart tags: trunk
20:41
Includes changes to tcl.m4 check-in: 21a0bc046a user: wart tags: trunk
20:41
Modified some macros based on how some of the extensions work. check-in: 62dee156b9 user: wart tags: trunk
03:14
Improved the appendObj functions (uncomented the optimized code that was present in the Unicode obj)... check-in: 6a28946962 user: hershey tags: trunk
01:16
Merged String and Unicode object types. Added new functions to the puplic API: Tcl_NewUnicodeObj... check-in: 23b23af342 user: hershey tags: trunk
1999-06-11
02:06
Continued work on configure and make scripts check-in: 35a6cd6205 user: surles tags: trunk
01:53
Continued work on configure and make scripts check-in: 3d03efd78b user: surles tags: trunk
1999-06-10
22:07
*** empty log message *** check-in: bed45a3b2a user: stanton tags: trunk
21:49
macros that autoconf will be looking for (tcl.m4) check-in: 9b85d6df08 user: wart tags: trunk
21:49
Macros that autoconf will be looking for (tcl.m4) check-in: 62b57f0f65 user: wart tags: trunk
21:47
Modified to use the tcl.m4 macros check-in: 91124a20c6 user: wart tags: trunk
21:47
Modified configure.in that uses the tcl.m4 macros check-in: 3a4c79d9ba user: wart tags: trunk
21:46
First pass at Windows Tcl autoconf macros check-in: 80f11146d9 user: wart tags: trunk
21:45
First pass at Tcl autoconf macros check-in: df969de59c user: wart tags: trunk
19:14
fied a memory leak. purify nolonger complains. check-in: 9726b2f18e user: hershey tags: trunk
04:29
* tools/genStubs.tcl: Changed to always write output in LF mode. check-in: f36bf665e7 user: stanton tags: trunk
04:28
* generic/tclUnicodeObj.c: Lots of cleanup and simplification. Fixed several memory bugs. Added Tcl... check-in: ea63e58504 user: stanton tags: trunk
04:27
* generic/regexec.c: * unix/tclUnixNotfy.c: lint check-in: 3807220c1a user: stanton tags: trunk
1999-06-09
17:06
performance improvement for TclGetUnicodeFromObj function and the Unicode object type. check-in: bcc8429af0 user: hershey tags: trunk
17:06
unset the variable "u" whose initial value could affect test passage. check-in: ab4cba4af2 user: hershey tags: trunk
1999-06-08
23:30
added TclGetUnicodeFromObj function for use with regexp check-in: 6663ce58d5 user: hershey tags: trunk
19:02
*** empty log message *** check-in: 70636ebef7 user: stanton tags: trunk
19:02
* win/tclWinSock.c: Rolled back to the 8.1.0 implementation because of serious problems with the new... check-in: 0e16766ed6 user: stanton tags: trunk
18:06
added code to unset the "data" array so tests that follow can use a scalar data var w/o having to un... check-in: a916ae38b5 user: hershey tags: trunk
02:59
* tests/string.test: * generic/tclVar.c (Tcl_SetVar2Ex): * generic/tclStringObj.c (Tcl_AppendObjT... check-in: 8fcb19ead3 user: hershey tags: trunk
1999-06-05
00:18
*** empty log message *** check-in: fe3561f466 user: stanton tags: trunk
00:18
* win/configure.in: * win/Makefile.in: Windows build now handles static/dynamic debug/nodebug builds... check-in: 96386b55b1 user: stanton tags: trunk
1999-06-03
18:43
*** empty log message *** check-in: 3ae7d79873 user: stanton tags: trunk
18:43
* generic/tclCmdMZ.c (Tcl_StringObjCmd): * tests/string.test: Fixed bug where string equal/compare -... check-in: 913059fbe2 user: stanton tags: trunk
1999-06-02
22:05
fixed install target for man pages check-in: 6ad2520a6f user: surles tags: trunk
20:53
fixed typo check-in: de3a2e94c8 user: stanton tags: trunk
20:21
* generic/tclUtf.c (Tcl_UtfNcasecmp): Fixed incorrect computation of relative ordering. [Bug: 2135] check-in: 58260de12d user: stanton tags: trunk
19:29
Added makefile targets and configure switches to be TEA compliant check-in: 74d2ccc295 user: surles tags: trunk
02:03
*** empty log message *** check-in: e4ca18e1ae user: stanton tags: trunk
02:03
* unix/configure.in: Fixed various small configure.in patches submitted by Jan Nijtmans. [Bug: 2121]... check-in: 52b68b7712 user: stanton tags: trunk
01:53
* tests/reg.test: * generic/regc_color.c: * generic/regc_cvec.c: * generic/regc_lex.c: * generic/reg... check-in: 96584c60d8 user: stanton tags: trunk
1999-05-28
23:02
*** empty log message *** check-in: 8aa83b7ffd user: stanton tags: trunk
23:02
* win/Makefile.in: * win/configure.in: Added preliminary TEA implementation. check-in: e66286eb0c user: stanton tags: trunk
23:02
* win/tclWinDde.c: Fixed bug where dde calls were being passed an invalid dde handle because Initial... check-in: 5e7b70ba7b user: stanton tags: trunk
23:02
* generic/tclObj.c: Changed to eliminate use of isupper/tolower in favor of the Unicode versions. check-in: 394d8ee6ec user: stanton tags: trunk
00:01
fixed error in test reported by procheck check-in: 4433b41879 user: surles tags: trunk
1999-05-26
20:53
Changes for generic/tclThreadTest.c and win/tclWinSock.c bug fixes. check-in: 24410a9dc3 user: redman tags: trunk
20:24
generic/tclThreadTest.c: Fix race condition in testthread code. win/tclWinSock.c: Fixed hang in Win... check-in: b14f0363ec user: redman tags: trunk
02:39
Merged changes from 1-3-b2 branch into mainline. check-in: ef79a444b9 user: stanton tags: trunk
02:25
Fixed so patchlevel is included in installer strings. Closed-Leaf check-in: b52390dc27 user: stanton tags: scriptics-tclpro-1-3-b2-branch, core-8-1-1
1999-05-25
21:15
Fixed incorrect patchlevel info. check-in: de78338462 user: stanton tags: scriptics-tclpro-1-3-b2-branch
20:22
updated changes file for 8.1.1 check-in: 344bc3b699 user: stanton tags: scriptics-tclpro-1-3-b2-branch
01:00
*** empty log message *** check-in: b5b27a5b74 user: stanton tags: trunk
01:00
* tools/genStubs.tcl: Changed to allow a list of platforms instead of just one at a time. check-in: 4c82ed51c1 user: stanton tags: trunk
01:00
* generic/tcl.decls: * generic/tclCmdMZ.c: * generic/tclDecls.h: * generic/tclInt.decls: * generic/t... check-in: 1cdb3df621 user: stanton tags: trunk
1999-05-23
16:37
Added stub entry for the TclGetAuxDataType routine so tbcload can use stubs check-in: 4ae0027ddb user: surles tags: trunk
1999-05-22
01:20
Merged changes from scriptics-tclpro-1-3-b2 branch check-in: f692388d07 user: stanton tags: trunk
1999-05-21
19:05
Added test for command.com /c dir /b hang. check-in: b4a00aebea user: redman tags: trunk
18:31
Bug 2105: fixed execing command.com on Win95/98. check-in: 0af26ff982 user: redman tags: trunk
18:28
Fix command.com bug on Windows 95/98. [Bug: 2105] check-in: 619d2dc2d1 user: redman tags: trunk
00:06
Add bin and ../lib to auto_path relative to the executable path. check-in: 7c390a9851 user: redman tags: scriptics-tclpro-1-3-b2-branch, scriptics-tclpro-1-3-b2, merge-to-mainline-5/21/99
00:04
Fix the init.tcl to include the bin directory and the ../lib given the path to the executable. check-in: 30f267dd2d user: redman tags: scriptics-tclpro-1-3-b2-branch
1999-05-20
23:40
lint in comments check-in: 9c2ceb7303 user: hershey tags: trunk
22:32
Changed Tcl registry key to Scriptics instead of Sun check-in: c2f46f73c5 user: stanton tags: scriptics-tclpro-1-3-b2-branch
03:28
Updated docs for TclPro 1.3b2 check-in: 90b25e9aa4 user: stanton tags: scriptics-tclpro-1-3-b2-branch
02:53
Added tests for regexp bug. check-in: 8e5078e797 user: stanton tags: scriptics-tclpro-1-3-b2-branch
02:40
fix bug in tclRegexp.c check-in: 7344f1088e user: redman tags: scriptics-tclpro-1-3-b2-branch
02:38
fix crash when the regexp cache is empty but an empty pattern is passed (such as {} or ""). check-in: 7ba11b4a40 user: redman tags: scriptics-tclpro-1-3-b2-branch
00:04
*** empty log message *** check-in: b3609be823 user: stanton tags: scriptics-tclpro-1-3-b2-branch
00:03
Merged in various changes submitted by Jeff Hobbs: * generic/tcl.decls: * generic/tclUtf.c: Added T... check-in: 61e23396c3 user: stanton tags: scriptics-tclpro-1-3-b2-branch
1999-05-19
23:27
Add extern "C" block around header to fix C++ compilation. check-in: be08a2ad55 user: redman tags: scriptics-tclpro-1-3-b2-branch
1999-05-18
22:59
changed call to "remove" to "removeFile"--this bug was causing "httpd" file to be left in working di... check-in: cbf894d438 user: hershey tags: trunk
22:36
*** empty log message *** check-in: fa0f519143 user: stanton tags: scriptics-tclpro-1-3-b2-branch
22:36
* win/tclWinChan.c: Modified initialization code to avoid inherenting closed or invalid channels. I... check-in: bbe1ca2eb5 user: stanton tags: scriptics-tclpro-1-3-b2-branch
20:17
added -encoding to the list of legal options used in the error message when a bad option is used. B... check-in: 22239ff421 user: hershey tags: trunk
17:40
Missed one case in previous commit, fixed it (see previous comment). check-in: 0b40315666 user: redman tags: scriptics-tclpro-1-3-b2-branch
17:38
Don't connect to FILE_TYPE_CHAR devices unless they are a FILE_TYPE_SERIAL or FILE_TYPE_CONSOLE type... check-in: 6125a2d1a6 user: redman tags: scriptics-tclpro-1-3-b2-branch
1999-05-17
20:22
Added note about running autoconf if you are using the CVS source tree instead of a source distribut... check-in: ad5d76feaa user: welch tags: trunk
18:11
merged thread intorspection into branch from mainline check-in: a82cde3981 user: surles tags: scriptics-tclpro-1-3-b2-branch
1999-05-14
23:22
added new tcl_platform documentation [bug 2076] check-in: 591325378c user: surles tags: trunk
23:16
added intospection variable to determine if the interp was compiled with threads enabled check-in: 732876a0ce user: surles tags: trunk
22:18
*** empty log message *** check-in: e04060d88e user: stanton tags: scriptics-tclpro-1-3-b2-branch
22:18
* generic/tclCmdAH.c (Tcl_ForObjCmd): Fixed crash caused by failure to reset the result before evalu... check-in: 092dceb08b user: stanton tags: scriptics-tclpro-1-3-b2-branch
18:29
merged 1-3-b2 changes into mainline check-in: 3ee5ce82d5 user: stanton tags: trunk
18:26
merged changes from mainline check-in: 6f7b40c937 user: stanton tags: scriptics-tclpro-1-3-b2-branch
18:18
*** empty log message *** check-in: 3b7ffc21a9 user: stanton tags: trunk
17:35
Applied patch for bug id 2066. check-in: d589eb0319 user: redman tags: scriptics-tclpro-1-3-b2-branch
17:27
Apply patch to fix leap years for 100-year boundaries. Patch submitted by Isaac Hollander, Bug Id 20... check-in: 7187fe5f06 user: redman tags: scriptics-tclpro-1-3-b2-branch
02:18
*** empty log message *** check-in: 999c763181 user: stanton tags: trunk
02:18
* unix/Makefile.in: * unix/tclAppInit.c: Minor cleanup related to Xt notifier. * unix/tclUnixInit.c... check-in: 6ea73d3f19 user: stanton tags: trunk
02:04
increased per-thread regexp cache to 30 check-in: 00c4feaf42 user: stanton tags: trunk
00:20
fixed typo check-in: 646f2d8f24 user: stanton tags: trunk
1999-05-13
01:50
* tests/regexp.test: * generic/tclInt.h: * generic/tclBasic.c: * generic/tclRegexp.h: * generic/tclR... check-in: 2e8f1dd6ab user: stanton tags: trunk
01:50
* win/tclWinInit.c (TclpSetVariables): Avoid calling GetUserName if the value can be determined from... check-in: 62befb311d user: stanton tags: trunk
01:50
* doc/tclsh.1: Updated references to rc script names to accurately reflect the platform differences ... check-in: 186551cfb3 user: stanton tags: trunk
1999-05-11
21:16
back out previous commit check-in: 6a09f17603 user: redman tags: trunk, scriptics-tclpro-1-3-b1, core-8-1-1-base
20:47
Fix loading of dde and reg to load with info nameofexecutable. check-in: 17b63eb23d user: redman tags: trunk
07:11
Various small fixes that were required to get Tcl to build cleanly on the Mac. check-in: 7ef2072995 user: jingham tags: trunk
1999-05-07
23:40
removed bad patch check-in: 4272a34e3e user: stanton tags: trunk
20:08
*** empty log message *** check-in: dece3056e3 user: stanton tags: trunk
20:07
* unix/configure.in: Added fix for OS/390. [Bug: 1976] check-in: c0ea4ab79f user: stanton tags: trunk
20:07
* generic/tcl.decls: Replaced const with CONST. check-in: 0878e94a3c user: stanton tags: trunk
20:07
* generic/tclLoadNone.c: Updated to use current interfaces, added TclpUnloadFile. [Bug: 2003] check-in: cd8517b226 user: stanton tags: trunk
20:07
* generic/tclResult.c (Tcl_AppendResultVA): * generic/tclStringObj.c (Tcl_AppendStringsToObjVA): Fix... check-in: dea0868b6c user: stanton tags: trunk
20:06
* win/winDumpExts.c: * win/makefile.vc: Changed to emit library name in defs file. [Bug: 1998] check-in: 3518024b7f user: stanton tags: trunk
1999-05-06
22:51
*** empty log message *** check-in: d58a5e66d4 user: stanton tags: trunk
22:50
* tests/string.test: * generic/tclCmdMZ.c: * doc/string.n: Fixed bug in string equal/compare code wh... check-in: 1fc2aff600 user: stanton tags: trunk
20:13
more documentation lint check-in: 99d3dc108e user: stanton tags: trunk
19:21
lint check-in: e085a3ab0f user: stanton tags: trunk
19:14
merged doc changes from 8.1.0 check-in: f1b3babf61 user: stanton tags: trunk
18:46
*** empty log message *** check-in: a33880c618 user: stanton tags: trunk
18:46
* doc/string.n: * tests/cmdIL.test: * tests/cmdMZ.test: * tests/error.test: * tests/ioCmd.test: * te... check-in: fb86d77733 user: stanton tags: trunk
18:46
* doc/Utf.3: * generic/tclStubInit.c: * generic/tclDecls.h: * generic/tclUtf.c: * generic/tcl.decls:... check-in: d9e7608a90 user: stanton tags: trunk
18:45
* tests/http.test: Unset "data" array before running tests to avoid failures due to previous tests. check-in: c002ae11e5 user: stanton tags: trunk
02:34
ran dos2unix on this file--Irix couldn't build Tcl because it detected strange chars at the end of e... check-in: 006371d093 user: hershey tags: trunk
1999-05-05
21:45
renamed to avoid conflict with tk's InitStubs doc. check-in: 7053bbb911 user: hershey tags: trunk
20:29
* win/makefile.vc: Added encoding directory to install-libraries target. check-in: 7141ceb369 user: stanton tags: trunk
01:19
lint and better documentation of the character vs. byte oriented commands check-in: ee1e5d143e user: stanton tags: trunk
00:35
fixed memory leak check-in: 6ae297a9a4 user: surles tags: trunk
1999-05-04
02:58
*** empty log message *** check-in: 7e1fc35b6c user: stanton tags: trunk
02:57
* doc/string.n: * tests/cmdMZ.test: * tests/string.test: * generic/tclCmdMZ.c (Tcl_StringObjCmd): Ch... check-in: c7c3e9c0cf user: stanton tags: trunk
01:33
*** empty log message *** check-in: d719d06e3f user: stanton tags: trunk
01:33
* tests/cmdIL.test: * tests/cmdMZ.test: * tests/error.test: * tests/lindex.test: * tests/linsert.tes... check-in: 2728afa3b5 user: stanton tags: trunk
01:32
* generic/tclParse.c (Tcl_ParseCommand): Changed to avoid modifying eval'ed strings that are already... check-in: a38f990b1a user: stanton tags: trunk
1999-05-03
19:19
*** empty log message *** check-in: e677aa1b3c user: stanton tags: trunk
19:19
* tests/binary.test: * generic/tclBinary.c (DupByteArrayInternalRep): Fixed bug where type was not b... check-in: 23b030de27 user: stanton tags: trunk
1999-04-30
23:36
*** empty log message *** check-in: 71f4c7cc13 user: stanton tags: trunk
23:35
* Changed version to 8.1.1. check-in: f373e48927 user: stanton tags: trunk
22:44
* Merged changes from 8.1.0 branch check-in: dc45694c11 user: stanton tags: trunk