Tcl Source Code

Timeline
Login

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

77 check-ins using file changes version 1c5fd94060

1999-05-25
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