Timeline
Not logged in

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

470 check-ins using file generic/tclCompCmds.c version 28b723ee66

2002-06-21
19:11
* Corrected comments and namespace style issues. Thanks to Bruce Stephens. [Bug 572025] check-in: 240f325fd0 user: dgp tags: core-8-3-1-branch
2002-06-06
17:39
* unix/tclUnixInit.c (TclpSetInitialEncodings): 8.4 backport of default fallback encoding set with... check-in: d969bb777c user: das tags: core-8-3-1-branch
2002-06-05
12:01
* mac/tclMacResource.c (Tcl_MacConvertTextResource): added utf conversion of text resource content... check-in: cd2f03109a user: das tags: core-8-3-1-branch
2002-05-24
19:36
* tests/clock.test: added clock-9.1 * compat/strftime.c: * generic/tclClock.c: * generic/tclInt.... check-in: 401402d028 user: hobbs tags: core-8-3-1-branch
2002-05-20
10:24
* mac/tclMacChan.c: use MSL provided creator type if available instead of the default 'MPW '. check-in: 32d77cd416 user: das tags: core-8-3-1-branch
2002-04-26
19:28
* unix/configure: * unix/tcl.m4: change HP-11 SHLIB_LD_LIBS from "" to ${LIBS} so that the .sl kn... check-in: 886ddf8c6f user: hobbs tags: core-8-3-1-branch
12:15
strtol takes three arguments check-in: 10f88889b1 user: dgp tags: core-8-3-1-branch
08:44
Added more thorough tests for conversion to boolean. check-in: e8fb390cfd user: dkf tags: core-8-3-1-branch
08:34
Hex values can be booleans too! [Bug 548686] check-in: a337a0f0e2 user: dkf tags: core-8-3-1-branch
2002-04-19
08:12
Backport of fix for Bug #545644 check-in: d87c2a309f user: dkf tags: core-8-3-1-branch
2002-04-18
22:23
updated dependencies for runtest and backported shell/gdb targets check-in: 046fb13a3d user: hobbs tags: core-8-3-1-branch
18:15
[Bug 545325 ] info level didn't report namespace eval. check-in: 1e1b645fa3 user: msofer tags: core-8-3-1-branch
16:56
* Added "package require"s to msgcat documentation. check-in: b3ba68b61b user: dgp tags: core-8-3-1-branch
16:46
typo check-in: 7f5fc60f38 user: dgp tags: core-8-3-1-branch
13:10
fix for [Bug #542588], where "too large integers" were reported as "floating-point value" in [expr] ... check-in: 96c806bbb0 user: msofer tags: core-8-3-1-branch
2002-04-12
06:21
* tcl.m4: Enabled COFF as well as CV style debug info with --enable-symbols to allow Dr. Watson us... check-in: f3cb0d72ba user: hobbs tags: core-8-3-1-branch
2002-04-08
08:58
2002-04-08 Daniel Steffen <das@users.sourceforge.net> * mac/tclMacOSA.c: * mac/tclMacResource.c... check-in: 28f04be801 user: das tags: core-8-3-1-branch
2002-04-04
05:32
fixed doc name error check-in: 754f9db9a1 user: hobbs tags: core-8-3-1-branch
05:32
fixed doc name error check-in: b243796c10 user: hobbs tags: core-8-3-1-branch
2002-03-29
22:42
* tests/trace.test (trace-18.2): * generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc): corrected ... check-in: 860bba1170 user: hobbs tags: core-8-3-1-branch
2002-03-27
19:50
passing the correct commandSize to TclEvalObjvInternal. [Bug 219362], fix by David Knoll. check-in: 99fc616520 user: msofer tags: core-8-3-1-branch
2002-03-26
02:27
* unix/configure: * unix/configure.in: backported improved AIX build support from 8.4. * unix/tcl... check-in: fd2d4f6a6e user: hobbs tags: core-8-3-1-branch
02:27
added shell and gdb targets check-in: d2bc485fde user: hobbs tags: core-8-3-1-branch
02:26
generic/tclMain.c: reduced oversized static buffer allocation check-in: 24624019e1 user: hobbs tags: core-8-3-1-branch
2002-03-24
19:07
* Be sure the tcltest variable is updated. [Bug 454050]. check-in: 218b9ec806 user: dgp tags: core-8-3-1-branch
18:31
* Allow non-proc commands to be used as the customization hooks. Bump to 1.0.2. Converte... check-in: c87ce8c170 user: dgp tags: core-8-3-1-branch
2002-03-18
20:56
* generic/tclScan.c (Tcl_ScanObjCmd): prevented ckfree being called on a pointer to NULL. check-in: 5f0c390d55 user: hobbs tags: core-8-3-1-branch
2002-03-15
20:10
Backport of patch for [Bug 530320] check-in: 7cffb43f2d user: msofer tags: core-8-3-1-branch
2002-03-02
05:00
* tests/encoding.test: added encoding-23.* tests * generic/tclIO.c (FilterInputBytes): reset the T... check-in: 3af9e80543 user: hobbs tags: core-8-3-1-branch
05:00
* tests/io.test: * tests/encoding.test: updated to reflect iso2022 escape change * library/encodi... check-in: b2c984b4ce user: hobbs tags: core-8-3-1-branch
2002-02-27
18:51
* unix/tclUnixChan.c (TclpOpenFileChannel): Added code to regonize "/dev/tty" (by name) and to ... check-in: f97b029d2c user: andreas_kupries tags: core-8-3-1-branch
2002-02-26
02:49
* mac/tclMacSock.c (TcpGetOptionProc): Changed to recognize the option "-error". Essentially ig... check-in: 3a28094cbe user: andreas_kupries tags: core-8-3-1-branch
2002-02-25
23:36
* win/tclWinNotify.c (Tcl_FinalizeNotifier): backported fix for [Bug #217982] which also affected ... check-in: 64e9d26bcd user: hobbs tags: core-8-3-1-branch
15:20
* unix/tclLoadDyld.c: updated to use Mac OS X 10.1 dyld APIs that have more libdl-like semantics. ... check-in: 80657d07d1 user: das tags: core-8-3-1-branch
2002-02-19
08:29
* reversed the order of 8.3.3 changes check-in: e694d2834c user: dgp tags: core-8-3-1-branch
2002-02-15
23:21
* First draft of Tcl changes for 8.3.5 release. check-in: 794d0dcf47 user: dgp tags: core-8-3-1-branch
2002-02-07
01:54
* tests/scan.test: * generic/tclScan.c (Tcl_ScanObjCmd): corrected scan 0x... %x handling that di... check-in: f2da2ea3cd user: hobbs tags: core-8-3-1-branch
2002-02-05
17:57
* unix/tclUnixChan.c (FileOutputProc): Fixed [bug 465765] reported by Dale Talcott <daletalcott... check-in: 47c61182f3 user: andreas_kupries tags: core-8-3-1-branch
17:09
* Corrected use of http::error when ::error was intended. Bump to http 2.4.2. check-in: a7d8e3c961 user: dgp tags: core-8-3-1-branch
02:46
reverted pwd changes for AIX, the best fix is to replace sh with bsh on 4.3.3 check-in: 54c093a1fc user: hobbs tags: core-8-3-1-branch
01:31
get full path to pwd to avoid errors on AIX-4.3 check-in: 656e6d83cb user: hobbs tags: core-8-3-1-branch
01:04
call /bin/pwd on AIX-4.3 to avoid pwd errors check-in: 6133f2cf94 user: hobbs tags: core-8-3-1-branch
01:04
call /bin/pwd on AIX-4.3 to avoid pwd errors check-in: 02b424b2a7 user: hobbs tags: core-8-3-1-branch
2002-02-01
21:47
* tests/io.test: io-39.22 split into two tests, one platform dependent, the other not. -eofchar... check-in: 003fadfa60 user: andreas_kupries tags: core-8-3-1-branch
2002-01-26
00:30
Make -eofchar and -translation options read only for server sockets. [Bug 496733] * generic/tclI... check-in: ef568c52d6 user: mdejong tags: core-8-3-1-branch
2002-01-25
03:07
* library/http/pkgIndex.tcl: * library/http/http.tcl: don't add port in default case to handle br... check-in: 08d546970a user: hobbs tags: core-8-3-1-branch
2002-01-21
20:37
* generic/tclIO.c (WriteChars): Fix for SF #506297, reported by Martin Forssen <ruric@users.sou... check-in: c667016762 user: andreas_kupries tags: core-8-3-1-branch
2002-01-17
20:35
* generic/tclIOCmd.c (Tcl_GetsObjCmd): Fixed bug #504642 as reported by Brian Griffin <bgriffin... check-in: fa97315c9c user: andreas_kupries tags: core-8-3-1-branch
2001-12-29
00:54
* library/init.tcl (auto_execok): make sure env(COMSPEC) on Windows is executed with the right cas... check-in: bbecba2801 user: hobbs tags: core-8-3-1-branch
2001-12-20
18:55
* unix/mkLinks.tcl: improved case-insensitive filesystem support. * unix/mkLinks: Regen. check-in: 91da1a8887 user: das tags: core-8-3-1-branch
18:28
* unix/tcl.m4: fixed incorrect SHLIB_LD_LIBS setting for MacOSX / Darwin. * unix/configure: Regen... check-in: 9fb52eedb8 user: das tags: core-8-3-1-branch
2001-12-10
16:01
* Several typo and formatting corrections discovered during conversion to TMML. Thanks to ... check-in: e7a6729833 user: dgp tags: core-8-3-1-branch
2001-12-07
17:39
Fixed typo check-in: 5739a1a1ef user: dgp tags: core-8-3-1-branch
2001-12-05
22:27
* typo fix: index -> lindex check-in: 70d443e6f1 user: dgp tags: core-8-3-1-branch
2001-11-29
20:08
backporting patch for [Bug 231259] check-in: 4dd2bb1533 user: msofer tags: core-8-3-1-branch
2001-11-28
17:58
* NOTES: New file. Read here about the new modularization macros, interdependencies, implicatio... check-in: 052bbd8095 user: andreas_kupries tags: mod-8-3-4-branch
2001-11-20
15:14
* generic/tclCmdMZ.c (Tcl_TimeObjCmd) Added extra parentheses to a cast expression to remove ambigui... check-in: 3bbc2d5a88 user: kennykb tags: core-8-3-1-branch
2001-11-19
22:06
* generic/tclCmdMZ.c (Tcl_TimeObjCmd): Corrected bug in [time] when dealing with test sequences that... check-in: 67f5165595 user: kennykb tags: core-8-3-1-branch
2001-11-09
23:09
* tests/var.test: * generic/tclVar.c: Corrected bug in [global] when dealing ... check-in: cbff200a6c user: dgp tags: core-8-3-1-branch
2001-11-07
04:48
See ChangeLog. check-in: e43a5e4c29 user: andreas_kupries tags: core-8-3-1-branch
2001-10-20
00:22
see ChangeLog check-in: 8b6a0f4157 user: hobbs tags: core-8-3-1-branch, core-8-3-4
2001-10-19
23:47
added -DPURIFY object allocation option check-in: 864588f58d user: hobbs tags: core-8-3-1-branch
23:47
added -lc to LIBS on AIX check-in: 2884d9fb3c user: hobbs tags: core-8-3-1-branch
19:39
* mac/tclMacFile.c: fix to glob -join, wasn't traversing aliased folders * ... check-in: 41f65a7a4b user: das tags: core-8-3-1-branch
2001-10-18
23:04
noted 8.3.4 tag date check-in: dfed80a331 user: hobbs tags: core-8-3-1-branch
22:03
* unix/configure: regend * unix/tcl.m4 (SC_ENABLE_GCC): enabled better recognition of gcc. check-in: 4d7d8eeb29 user: hobbs tags: core-8-3-1-branch
20:17
* tests/clock.test (clock-8.1): * generic/tclDate.c (RelativeMonth): * generic/tclGetDate.y (Rela... check-in: 7578b17c68 user: hobbs tags: core-8-3-1-branch
20:17
updated for 8.3.4 check-in: 8605c1813f user: hobbs tags: core-8-3-1-branch
01:02
* unix/tclUnixPipe.c (PipeInputProc, PipeOutputProc): do immediate retry when error is returned wi... check-in: 3f22675017 user: hobbs tags: core-8-3-1-branch
01:01
regend from stubs changes for mac check-in: a5e0d378da user: hobbs tags: core-8-3-1-branch
2001-10-17
21:38
updated mac binary archives for 8.3.4 check-in: 46e73bb85b user: das tags: core-8-3-1-branch
19:29
Backport of some mac specific changes added to 8.4 since 8.3.3 check-in: 0d585f43e5 user: das tags: core-8-3-1-branch
19:12
* unix/configure: regened * unix/configure.in: added preset CFLAGS check from HEAD to prevent --e... check-in: 8ba38bb4be user: hobbs tags: core-8-3-1-branch
19:12
minor casts to prevent warnings check-in: 52deaddaf7 user: hobbs tags: core-8-3-1-branch
15:49
* First draft of Tcl changes for 8.3.4 release. check-in: 7bfc655606 user: dgp tags: core-8-3-1-branch
15:47
corrected reference check-in: 4993aff635 user: dgp tags: core-8-3-1-branch
2001-10-16
23:53
* Restored install of tclConfig.sh file to $TCL_EXEC_PREFIX/lib. It contains platform-depe... check-in: bc629cef45 user: dgp tags: core-8-3-1-branch
21:38
* unix/configure: Autoconf * 'make mklinks' for Tcl_SetMainLoop. * 'make dist': Removed copy of f... check-in: a6836d93bd user: dgp tags: core-8-3-1-branch
21:13
* unix/tclLoadAout.c (TclGuessPackageName): removed unused vars and fixed warnings. [Bug #446622] ... check-in: 055cf82d9c user: hobbs tags: core-8-3-1-branch
06:44
MacOSX / Darwin support [Patch 435258] check-in: 550617f3a0 user: das tags: core-8-3-1-branch
05:46
* Added test to demonstrate memory corruption problems. [Bug 219393]. check-in: a3db4da614 user: dgp tags: core-8-3-1-branch
2001-10-15
21:54
fixed dangling ; check-in: 12dd730684 user: hobbs tags: core-8-3-1-branch
21:36
* unix/configure: * unix/configure.in: * win/configure: * win/configure.in: * win/tcl.m4: rewor... check-in: beda836b73 user: hobbs tags: core-8-3-1-branch
20:27
* generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable): Added to internal stubs tab... check-in: 054c240e9d user: andreas_kupries tags: core-8-3-1-branch
17:39
* generic/tcl.h: * win/tclWinPort.h: moved #define of WIN32 to tcl.h where __WIN32__ is defined a... check-in: 0a06651f8a user: hobbs tags: core-8-3-1-branch
2001-10-14
16:25
* Corrected typos in doc/RegExp.3 check-in: 81b5ea3a41 user: dgp tags: core-8-3-1-branch
2001-10-13
01:14
* tests/winPipe.test: removed obsolete cat16 tests, fixed winpipe-1.22 to only run on Win9*. check-in: 1132385d59 user: hobbs tags: core-8-3-1-branch
01:14
* tests/timer.test: slight skewing of after values to allow for correct results on burdened machin... check-in: 78fb8ecb5b user: hobbs tags: core-8-3-1-branch
01:10
added WIN32 define to back-port from 8.4 check-in: d0aefe34ec user: hobbs tags: core-8-3-1-branch
2001-10-12
23:43
* tests/winFCmd.test: differentiated test results for win2k versus not. check-in: 1596109196 user: hobbs tags: core-8-3-1-branch
22:46
back-ported from 8.4 HEAD check-in: 8cf6dab240 user: hobbs tags: core-8-3-1-branch
20:41
* library/encoding/ebcdic.enc: * tools/encoding/ebcdic.txt: EBCDIC charset mapping. [Patch #21932... check-in: 89254cdcb2 user: hobbs tags: core-8-3-1-branch
20:40
* library/encoding/tis-620.enc: * tools/encoding/tis-620.txt: TIS-620 charset mapping. [Patch #46... check-in: 659f57273f user: hobbs tags: core-8-3-1-branch
2001-10-11
22:34
generic/tclLiteral.c: (TclReleaseLiteral) insured that self-referential bytecodes are properly clean... check-in: c08efbf4c9 user: msofer tags: core-8-3-1-branch
2001-10-10
20:05
* Corrected restore of ::env(LANG). check-in: f86a1ba4a5 user: dgp tags: core-8-3-1-branch
15:34
Updated as best I can without adding additional Unicode handling functions from 8.4 (from where most... check-in: 23c4fc8710 user: dkf tags: core-8-3-1-branch
00:47
corrected () balancing in back-port check-in: 8c085a57b0 user: hobbs tags: core-8-3-1-branch
2001-10-09
20:42
removed duplicate definition of tclObjsAlloced and tclObjsFreed. These variables only exist when c... check-in: ae68613ec5 user: msofer tags: core-8-3-1-branch
19:04
see ChangeLog check-in: 9c375f759c user: hobbs tags: core-8-3-1-branch
19:04
* doc/bgerror.n: back-port from 8.4 that indicates new behavior of bgerror in Tk. check-in: 4d246fe415 user: hobbs tags: core-8-3-1-branch
19:03
generic/tclFileName.c (ExtractWinRoot): corrected ABR error check-in: 6fc3a81df4 user: hobbs tags: core-8-3-1-branch
17:16
generic/tclLiteral.c: (TclReleaseLiteral) reverted previous patch for [Bug 467523] - cure is worse t... check-in: 180a32a271 user: msofer tags: core-8-3-1-branch
12:20
Fixed stupid error in test io-32.8 which only happened to work by chance... check-in: 44e48e9160 user: dkf tags: core-8-3-1-branch
2001-10-08
15:50
tclCmdIL bugfixes (info body & lsort -index end-x) check-in: d67b82ac14 user: dkf tags: core-8-3-1-branch
2001-10-06
01:03
forgot credit for last bugfix ... check-in: b4d5857627 user: msofer tags: core-8-3-1-branch
01:00
insured that self-referential bytecodes are properly cleaned up on interpreter deletion [Bug 467523]... check-in: 6db694bbbd user: msofer tags: core-8-3-1-branch
2001-10-04
20:27
Updated encodings with latest mappings from www.unicode.org. This did not include some Mac encodi... check-in: 481003c432 user: hobbs tags: core-8-3-1-branch
2001-10-03
20:26
updated patchlevel to 8.3.4. Changed URLs to point to www.tcl-tk.net where appropriate. Added proper... check-in: b2da77e68d user: hobbs tags: core-8-3-1-branch
20:24
updated copyright info check-in: 0c0ca810a4 user: hobbs tags: core-8-3-1-branch
18:30
* generic/tclEvent.c (Tcl_FinalizeThread): moved freeing of tclLibraryPath to before the thread ex... check-in: 0d83ed6db4 user: hobbs tags: core-8-3-1-branch
2001-09-28
17:53
added a comment not to change the working directory before calling Tcl_GetNameOfExecutable [Bug 2192... check-in: 0e2254efe8 user: msofer tags: core-8-3-1-branch
16:30
* generic/tclIO.c: added (on behalf of Kevin Kenny <kennykb@users.sourceforge.net>) two more '(... check-in: 2c68fed13d user: andreas_kupries tags: core-8-3-1-branch
02:26
* generic/tclIO.c (ChannelTimerProc): Added Tcl_Preserve() and Tcl_Release() to fix... check-in: 3828b00948 user: dgp tags: core-8-3-1-branch
2001-09-27
02:26
* The changes below fix [Bug #462317] where Expect tried to read more than was in the buffers a... check-in: defcffd4a1 user: andreas_kupries tags: core-8-3-1-branch
2001-09-24
17:54
* The change below fixes [Bug #464380]. The bug was reported by Ronnie Brunner <rbrunner@users.... check-in: 5ceb426076 user: andreas_kupries tags: core-8-3-1-branch
2001-09-20
18:50
* win/makefile.vc: updated IA64 compile settings * win/tclWinInit.c: added extra processor defini... check-in: 1aa58c2d9a user: hobbs tags: core-8-3-1-branch
16:38
log entry correction check-in: 07cfdc4d49 user: dgp tags: core-8-3-1-branch
01:15
see ChangeLog check-in: e4e4e4da49 user: hobbs tags: core-8-3-1-branch
01:13
* generic/tclCmdAH.c (Tcl_FormatObjCmd): * generic/tclScan.c (Tcl_ScanObjCmd): corrected handling ... check-in: d188de4ab1 user: hobbs tags: core-8-3-1-branch
01:13
* generic/tclTest.c (TestcmdtokenCmd): corrected pointer storage/retrieval for 64bit machines. check-in: 3d5632fe1a user: hobbs tags: core-8-3-1-branch
01:12
* unix/configure: regen'ed * unix/tcl.m4: added --enable-64bit support for HP-11 with the 64-bit ... check-in: 7cfa884c09 user: hobbs tags: core-8-3-1-branch
2001-09-19
16:56
* generic/tcl.h: removed forced #define USE_TCLALLOC 1 for Windows. This means the native system ... check-in: 0bc39718f4 user: hobbs tags: core-8-3-1-branch
2001-09-18
20:15
* On Linux, disable inlining when one of the compat/*.c routines is to be linked in. [Patch... check-in: d32a69473b user: dgp tags: core-8-3-1-branch
2001-09-13
20:03
Corrected errors in prior commit message check-in: 9ad9257b3f user: dgp tags: core-8-3-1-branch
19:33
* generic/tclUtf.c (Tcl_UtfPrev): corrected to return the proper location when the middle of a UTF... check-in: 5b19d3b799 user: hobbs tags: core-8-3-1-branch
19:10
* tests/ioCmd.test: Changed the computation of the result for iocmd-8.1[123] so that the tests ... check-in: 3758e8e92a user: andreas_kupries tags: core-8-3-1-branch
2001-09-12
21:26
Backport several bug fixes from HEAD to core-8-3-1-branch: * tests/rename.test: * ... check-in: 1ecf8a2fcc user: dgp tags: core-8-3-1-branch
20:34
* Corrected tests to better isolate tests in one file from influencing tests in other files... check-in: 54f87073bc user: dgp tags: core-8-3-1-branch
2001-09-11
18:23
reworked stack-2.1 to be impervious to interp state check-in: f30660848a user: hobbs tags: core-8-3-1-branch
01:31
* generic/tclEvent.c (TclInExit): Corrected handling of tsd in late stages of finalization. [Bug ... check-in: e2ddc62a9d user: hobbs tags: core-8-3-1-branch
00:53
* tests/stack.test: * generic/tclInterp.c (AliasObjCmd): Check the numLevels to ensure that we ar... check-in: aeb251bcb1 user: hobbs tags: core-8-3-1-branch
2001-09-10
17:15
* generic/tclInt.decls: Added 'TclWinFlushDirtyChannels' to the internal platform specific stub... check-in: b83f909756 user: andreas_kupries tags: core-8-3-1-branch
2001-09-07
17:10
* All the changes below serve to fix bug [219148] which reports a 80x performance hit for file ... check-in: 8280b89ed1 user: andreas_kupries tags: core-8-3-1-branch
02:43
* Updated http package to version 2.4, reflecting the new features just added. check-in: e34ff11fb3 user: dgp tags: core-8-3-1-branch
00:10
* doc/http.n: noted -binary, charset and coding state keys. * tests/http.test: * library/http/pkg... check-in: 1a57f27ff5 user: hobbs tags: core-8-3-1-branch
2001-09-01
23:37
no message check-in: 556d562f43 user: davygrvy tags: core-8-3-1-branch
23:06
Added use of new private TclFinalizeAsync() found in tclAsync.c check-in: 3dfa34ca0c user: davygrvy tags: core-8-3-1-branch
22:54
no message check-in: 98a9136411 user: davygrvy tags: core-8-3-1-branch
22:53
-=[ Tcl_Async* API merge from HEAD ]=- * generic/tclInt.decls: Removed TclpAsyncMark permanently... check-in: 11201d88be user: davygrvy tags: core-8-3-1-branch
2001-08-30
19:02
* generic/tclIndexObj.c: fixed some casting problems that upset Crays. [Bug #419528] (andreasen) check-in: 14c2f50f1a user: hobbs tags: core-8-3-1-branch
17:07
* tests/httpd (httpdRespond): added response to timeout value in query string. check-in: dbe144b657 user: hobbs tags: core-8-3-1-branch
15:43
* Silence warning from Sun compiler. [Bug 454374] check-in: 8800de40bc user: dgp tags: core-8-3-1-branch
2001-08-28
00:12
* doc/Tcl_Main.3: added docs for Tcl_SetMainLoop * generic/tclStubInit.c: * generic/tclDecls.h: ... check-in: 936287d100 user: hobbs tags: core-8-3-1-branch
00:08
* doc/Encoding.3: added note that tclPlatDecls.h must be included for use of Tcl_WinTCharToUtf and... check-in: 547f914988 user: hobbs tags: core-8-3-1-branch
2001-08-24
16:19
* Backport of several bug fixes from HEAD to core-8-3-1-branch check-in: a44fa80451 user: dgp tags: core-8-3-1-branch
2001-08-23
21:19
2001-08-23 Andreas Kupries <andreas_kupries@users.sourceforge.net> * win/tclWinPipe.c (BuildComma... check-in: 34a2db7086 user: andreas_kupries tags: core-8-3-1-branch
19:13
added QNX-6 build support. [Bug #219410] (loverso) check-in: e554696b24 user: hobbs tags: core-8-3-1-branch
2001-08-21
01:16
* library/http/http.tcl (geturl): added port number to Host: header to comply with HTTP/1.1 spec (... check-in: 512001789d user: hobbs tags: core-8-3-1-branch
2001-08-09
01:00
Add package dependency checks. Upgrade packages bundled with Tcl 8.3.x: http 2.3.2, msgcat 1.1.1,... check-in: b6aa9b0103 user: dgp tags: core-8-3-1-branch
2001-08-08
03:38
BRANCH: core-8-3-1-branch Removed library/tcltest/* . The package tcltest 1.0 is distributed wit... check-in: d451d9e8bb user: dgp tags: core-8-3-1-branch
03:32
BRANCH: core-8-3-1-branch Removed library/reg/* . The index of the registry package moved to that... check-in: aed99aacab user: dgp tags: core-8-3-1-branch
03:28
BRANCH: core-8-3-1-branch Removed library/opt0.4/* . The files of the opt package moved to librar... check-in: 0989f0fe4f user: dgp tags: core-8-3-1-branch
03:25
BRANCH: core-8-3-1-branch Removed library/msgcat1.0/*. The msgcat package files moved to library... check-in: 4afa81de46 user: dgp tags: core-8-3-1-branch
03:23
BRANCH: core-8-3-1-branch Removed library/http2.3/* . The http package moved to library/http in ... check-in: e2ad95fa9c user: dgp tags: core-8-3-1-branch
03:13
BRANCH: core-8-3-1-branch Removed library/dde/*. They first appear in the 8.4 work. In 8.3, the ... check-in: fe41b1f23e user: dgp tags: core-8-3-1-branch
2001-08-07
15:41
Avoid panic when there are extra items in the tcl stack [Bugs #406709 and 439843, Patch #414470] check-in: 6bb7c295fe user: msofer tags: core-8-3-1-branch
00:51
* generic/tclCmdMZ.c (Tcl_RegexpObjCmd, Tcl_RegsubObjCmd): reordered the retrieval of arguments to... check-in: e07d5ed669 user: hobbs tags: core-8-3-1-branch
00:47
added GNU (HURD) configuration target. (brinkmann) check-in: ecf54840e7 user: hobbs tags: core-8-3-1-branch
2001-08-06
22:43
Extended description of fix 442665. check-in: 6ac8c11e4b user: andreas_kupries tags: core-8-3-1-branch
22:24
2001-08-06 Andreas Kupries <andreas_kupries@users.sourceforge.net> * generic/tclIOCmd.c (Tcl_Gets... check-in: c3d640b755 user: andreas_kupries tags: core-8-3-1-branch
2001-08-04
00:33
* win/configure: regenerated * win/tcl.m4: fixed DLLSUFFIX definition to always be ${DBGX}.dll. T... check-in: 06a7e1f088 user: hobbs tags: core-8-3-1-branch
2001-07-18
17:17
2001-07-18 Andreas Kupries <andreas_kupries@users.sourceforge.net> * generic/tclIO.c: Aftermath t... check-in: 2233dc0144 user: andreas_kupries tags: core-8-3-1-branch
2001-07-17
20:43
* generic/tclIO.c (GetInput): Fixed [SF #427196]. Memory was overwritten because a buffer was us... check-in: c1c9df3c6a user: hobbs tags: core-8-3-1-branch
01:45
* win/tclWinPipe.c (PipeClose2Proc): constrained the mutex lock to just the TerminateThread call a... check-in: 5a0684f1b7 user: hobbs tags: core-8-3-1-branch
2001-07-16
23:14
updated build setup check-in: b7327bc46f user: hobbs tags: core-8-3-1-branch
23:14
2001-07-02 Jeff Hobbs <jeffh@ActiveState.com> * tests/util.test: added util-4.6 * generic/tclUt... check-in: bef6467977 user: hobbs tags: core-8-3-1-branch
2001-05-17
13:32
2001-05-04 Daniel Steffen <das@users.sourceforge.net> ** Mac 8.3.3 binary release ... check-in: c199f5abad user: das tags: core-8-3-1-branch
13:30
2001-05-04 Daniel Steffen <das@users.sourceforge.net> ** Mac 8.3.3 binary release check-in: b2c7a79599 user: das tags: core-8-3-1-branch
13:30
2001-05-04 Daniel Steffen <das@users.sourceforge.net> ** Mac 8.3.3 binary release ... check-in: 1b4e7a6a18 user: das tags: core-8-3-1-branch
2001-04-06
18:42
* unix/install-sh: added -S option * unix/tcl.m4: added Rhapsody/Darwin target * unix/tclLoadDyld... check-in: 5af04f5bb1 user: hobbs tags: core-8-3-1-branch, core-8-3-3
01:32
* win/README: * win/README.binary: removed note about use of registry (hasn't been used for loadi... check-in: f299e161cf user: hobbs tags: core-8-3-1-branch
01:32
* generic/tclObj.c (TclAllocateFreeObjects): simplified objSizePlusPadding to use sizeof(Tcl_Obj) ... check-in: 4f7d87d66b user: hobbs tags: core-8-3-1-branch
2001-04-05
20:34
* mac/tclMacProjects.sea.hqx: fixed accidental swap with Tk project files. check-in: d01dfb917c user: hobbs tags: core-8-3-1-branch
2001-04-04
23:05
forgot to add some () style notes check-in: c1c4c0e1bb user: hobbs tags: core-8-3-1-branch
23:00
updated changes from ChangeLog check-in: 3b84a5c997 user: hobbs tags: core-8-3-1-branch
21:45
* mac/tclMacShLib.exp: * mac/tclMacMSLPrefix.h: removed files check-in: 04eb9abd69 user: hobbs tags: core-8-3-1-branch
21:22
* generic/tcl.h: addition of ConditionalMacros.h and use of DLLIMPORT and DLLEXPORT. * generic/t... check-in: 7003b57eca user: hobbs tags: core-8-3-1-branch
21:09
* mac/MW_TclBuildLibHeader.h: * mac/MW_TclBuildLibHeader.pch: * mac/MW_TclHeaderCommon.h: * mac/... check-in: f9179f0937 user: hobbs tags: core-8-3-1-branch
19:13
* unix/configure: * unix/tcl.m4: extended test of termios vs. termio vs. sgtty to better detect r... check-in: 51accb0d7c user: hobbs tags: core-8-3-1-branch
14:47
Corrected out of date comments check-in: 0dee016d4f user: dgp tags: core-8-3-1-branch
08:36
improved cygwin compat for RC_DEFINES check-in: b11b19593e user: hobbs tags: core-8-3-1-branch
07:38
* generic/tclListObj.c (Tcl_SetListObj): set objPtr->length = 0 in empty object case to maintain s... check-in: 350842f625 user: hobbs tags: core-8-3-1-branch
2001-04-03
23:00
adjust mklinks target check-in: f7702585e2 user: hobbs tags: core-8-3-1-branch
22:54
see backport log in ChangeLog for specific file backports from 8.4aCVS check-in: 6defc375da user: hobbs tags: core-8-3-1-branch
22:10
added configure scripts to 8.3 branch check-in: 62148d6619 user: hobbs tags: core-8-3-1-branch
22:08
README link and notes updates check-in: 3fa97d0ef6 user: hobbs tags: core-8-3-1-branch
22:06
doc clarifications and cleanup check-in: e18374f068 user: hobbs tags: core-8-3-1-branch
2000-08-08
19:03
Created branch tclpro-1-5-0-synthetic Closed-Leaf check-in: e979569c4f user: cvs2fossil tags: tclpro-1-5-0-synthetic, tclpro-1-5-0
19:03
updated changes for 8.3.2 release check-in: 5318e840e9 user: hobbs tags: core-8-3-1-branch, core-8-3-2, tclpro-1-4-1
18:08
* library/msgcat1.0/pkgIndex.tcl: * library/msgcat1.0/msgcat.tcl: bumped msgcat version to 1.1. check-in: e8a14fc5b2 user: hobbs tags: core-8-3-1-branch
17:53
* library/msgcat1.0/msgcat.tcl: bumped msgcat version to 1.1. check-in: 598d428da9 user: hobbs tags: core-8-3-1-branch
00:58
see changes check-in: 58bf9d8905 user: hobbs tags: core-8-3-1-branch, tclpro-1-4-0
00:57
* doc/ChnlStack.3: * doc/CrtChannel.3: updated the docs to be aware of the TCL_CHANNEL_VERSION_2 ... check-in: a6a05b752c user: hobbs tags: core-8-3-1-branch
00:57
* generic/tclIO.c (Tcl_CreateChannel): added assertion to verify that the new channel versioning w... check-in: b27de3ca70 user: hobbs tags: core-8-3-1-branch
00:57
* unix/mkLinks: Regen'd with new mkLinks.tcl. * unix/mkLinks.tcl: Fixed indentation, made link set... check-in: 20239e7f73 user: hobbs tags: core-8-3-1-branch
2000-08-07
22:04
* unix/Makefile.in: add tclsh.ico and tcl.spec to dist target check-in: 56dc3a4959 user: hobbs tags: core-8-3-1-branch
21:33
see changes check-in: 91f28d2987 user: hobbs tags: core-8-3-1-branch
21:33
* generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Corrected caching of the index ptr to account... check-in: fa0a0bedde user: hobbs tags: core-8-3-1-branch
21:33
* generic/tclEnv.c: cast cleanup [Bug: 5624] * win/tclWinFCmd.c: cast cleanup [Bug: 5627] check-in: bd25ec3021 user: hobbs tags: core-8-3-1-branch
21:32
* generic/tclPosixStr.c (Tcl_SignalMsg): clarified #defines for Linux on Sparc to compile correctl... check-in: 79d2ef3675 user: hobbs tags: core-8-3-1-branch
21:32
* tests/stringObj.test: Tweaked tests to avoid hardcoded high-ASCII characters (which will fail in... check-in: 54c3d5c976 user: hobbs tags: core-8-3-1-branch
21:32
* tests/opt.test: * library/opt0.4/optparse.tcl: Applied patch from [Bug: 5922], which corrected ... check-in: 0ec8182d81 user: hobbs tags: core-8-3-1-branch
21:31
* library/history.tcl: Corrected an off-by-one error in HistIndex, which was causing [history redo... check-in: 16ecf09ff8 user: hobbs tags: core-8-3-1-branch
21:31
* library/init.tcl (auto_import): added check to see if a valid pattern was coming in, to avoid si... check-in: 8fd7dc9f23 user: hobbs tags: core-8-3-1-branch
21:31
* unix/tclUnixInit.c (TclpSetInitialEncodings): attempt to correct setlocale calls for XIM support... check-in: 608c7a9a5a user: hobbs tags: core-8-3-1-branch
21:30
* generic/tclClock.c (FormatClock): correct code to handle locale specific return values from strf... check-in: e3093ce730 user: hobbs tags: core-8-3-1-branch
21:30
* tests/clock.test: Added test for "2 days 2 hours ago" style specifications. * generic/tclDate.... check-in: 8d1fb17481 user: hobbs tags: core-8-3-1-branch
21:30
* generic/tclCkalloc.c: Fixed some function headers. check-in: 4b347fdc7d user: hobbs tags: core-8-3-1-branch
21:29
* doc/AddErrInfo.3: * doc/ChnlStack.3: * doc/Exit.3: * doc/GetIndex.3: * doc/Notifier.3: * doc... check-in: 848041cb0b user: hobbs tags: core-8-3-1-branch
2000-08-06
00:20
* generic/tclIOGT.c (TclChannelTransform): fixed segfault that would occur when transforming a cha... check-in: 40872cef19 user: hobbs tags: core-8-3-1-branch
2000-08-03
21:59
Finished backport of mcunknown fix for 8.3.2. check-in: dbab6ab30f user: ericm tags: core-8-3-1-branch
21:40
Backport of mcunknown fixes for 8.3.2. check-in: 3fc06e9129 user: ericm tags: core-8-3-1-branch
21:40
Backport of mcunknown fixes. check-in: 58519087fc user: ericm tags: core-8-3-1-branch
2000-07-28
07:58
* win/Makefile.in: * win/configure.in: * win/tcl.m4: * win/tclConfig.sh.in: Back port of gcc for... check-in: cf95876426 user: mo tags: core-8-3-1-branch
2000-07-27
01:39
Created branch ajuba-ajuba2-2-1-base-synthetic Closed-Leaf check-in: 44eafad11b user: cvs2fossil tags: ajuba-ajuba2-2-1-base-synthetic, ajuba-ajuba2-2-1-base
01:39
* merged core-8-3-1-io-rewrite back into core-8-3-1-branch. The core-8-3-1-io-rewrite branch shoul... check-in: 4a5dd63d1f user: hobbs tags: core-8-3-1-branch
00:38
* generic/tclStubInit.c: * generic/tclDecls.h: * generic/tcl.decls: * generic/tcl.h: * gene... Closed-Leaf check-in: d975fb5646 user: hobbs tags: core-8-3-1-io-rewrite, merge-8-3-1-io-rewrite-07-26-00
2000-07-26
23:53
* tests/iogt.test: added RCS string, marked tests 2.* to be unixOnly due to underlying system diff... check-in: 92ba0e688c user: hobbs tags: core-8-3-1-io-rewrite
23:53
* unix/Makefile.in: undid 07-25 Makefile.in changes because we don't really want to force all priv... check-in: 96e663cf32 user: hobbs tags: core-8-3-1-io-rewrite
04:56
Changed Unix to install all headers because they are used by packages like Itcl and Expect, and its ... check-in: fa892d814d user: welch tags: core-8-3-1-io-rewrite
2000-07-25
16:54
2000-07-25 Andreas Kupries <a.kupries@westend.com> * tests/iogt.test: (line 866f) New tests iogt-6... check-in: 10bfc475b0 user: kupries tags: core-8-3-1-io-rewrite
2000-07-21
05:08
* tests/socket.test: removed doTestsWithRemoteServer constraint from socket-12.*. It requires 'ex... check-in: c8e261fa56 user: hobbs tags: core-8-3-1-io-rewrite
2000-07-19
01:08
Added rules to make tclreg and tcldde static libraries. check-in: b721d923fa user: welch tags: core-8-3-1-io-rewrite
01:08
*** empty log message *** check-in: 43cf7aa9f5 user: welch tags: core-8-3-1-io-rewrite
2000-07-17
23:09
* README: * win/README: * win/README.binary: * win/configure.in: * unix/configure.in: * unix/t... check-in: a6bac79caf user: hobbs tags: core-8-3-1-io-rewrite
22:59
* generic/tclStubInit.c: * generic/tclIntDecls.h: * generic/tclInt.decls: commented out internal ... check-in: 9a75cd275a user: hobbs tags: core-8-3-1-io-rewrite
22:58
* unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: added tclIOGT.c to objects list to comp... check-in: b002942e32 user: hobbs tags: core-8-3-1-io-rewrite
2000-07-14
04:16
* win/tclWinChan.c: updated fileChannelType to v2 channel struct * win/tclWinConsole.c: updated co... check-in: edb18d89dd user: hobbs tags: core-8-3-1-io-rewrite
04:16
* generic/tclIO.c (StackSetBlockMode): moved set of chanPtr outside of blockModeProc check to avoi... check-in: d0ec86cd6c user: hobbs tags: core-8-3-1-io-rewrite
2000-07-13
01:08
Added builds of the tclreg and tcldde static libraries. check-in: b7b41af2c9 user: welch tags: core-8-3-1-branch
01:08
*** empty log message *** check-in: 15e292afd9 user: welch tags: core-8-3-1-branch
2000-07-12
01:41
* tests/iogt.test: made tests [345].0 not run by default as they were failing in the new design, b... check-in: 2f00b8921d user: hobbs tags: core-8-3-1-io-rewrite
2000-07-10
17:35
2000-07-10 Andreas Kupries <a.kupries@westend.com> * tests/iogt.test: Reverted some earlier chang... check-in: ddc1b09ee7 user: kupries tags: core-8-3-1-io-rewrite
2000-07-07
03:31
* tests/iogt.test: new tests for stacked channel stuff based off new 'testchannel transform|unstac... check-in: b684e61b81 user: hobbs tags: core-8-3-1-io-rewrite
2000-06-21
03:49
Fix Weak links check-in: 87e0596e14 user: jingham tags: core-8-3-1-branch
2000-06-14
01:38
fixed the arglist for scan--varNames are all optional check-in: e63242ecaa user: hershey tags: core-8-3-1-branch
2000-06-02
23:44
Created branch ajuba-ajuba2-2-0-synthetic Closed-Leaf check-in: 61886d60e7 user: cvs2fossil tags: ajuba-ajuba2-2-0-synthetic, ajuba-ajuba2-2-0
23:44
reduced unnecessary iterations in http-3.13 check-in: dc87c202da user: hobbs tags: core-8-3-1-branch
20:04
* generic/tclIO.c (CloseChannel): removed the &ing out of (TCL_READABLE|TCL_WRITABLE) from the fla... check-in: 7659a94a04 user: hobbs tags: core-8-3-1-branch
05:20
(CloseChannel): further extended CloseChannel in the stacked case to effect certain operations on ... check-in: 0224a167ee user: hobbs tags: core-8-3-1-branch
03:01
* generic/tclIO.c (CloseChannel): Rewrote CloseChannel code to unstack a channel during the close ... check-in: f7571ce9e0 user: hobbs tags: core-8-3-1-branch
2000-05-31
01:28
2000-05-29 Sandeep Tamhankar <sandeep@scriptics.com> * tests/http.test * doc/http.n * library/h... check-in: 43202241e2 user: sandeep tags: core-8-3-1-branch
2000-05-23
02:45
* doc/scan.n: * doc/array.n: minor doc fixes [Bug: 5396] check-in: e139b081e4 user: hobbs tags: trunk
2000-05-22
23:55
see changes check-in: 47b3d7b741 user: hobbs tags: trunk
23:55
* win/tclWinFCmd.c: cast cleanup [Bug: 5627] check-in: b24330d647 user: hobbs tags: trunk
23:54
* win/tclWinSerial.c: cast cleanup [Bug: 5626] check-in: 899476c20b user: hobbs tags: trunk
23:54
* win/tclWinConsole.c: cast and header cleanup [Bug: 5625] check-in: 3f4a2d6af6 user: hobbs tags: trunk
23:54
* generic/tclEnv.c: cast cleanup [Bug: 5624] check-in: 2c6b454dab user: hobbs tags: trunk
2000-05-19
21:30
see changes check-in: 3c461b5722 user: hobbs tags: trunk
21:30
* generic/tclTest.c: * generic/tclIO.c: moved channel test commands from tclIO.c to tclTest.c. *... check-in: a0e9b1640e user: hobbs tags: trunk
18:57
fixed patching problems for mingw compatability check-in: ab2a9725ab user: hobbs tags: trunk
2000-05-18
22:29
* tests/clock.test: Added test for "2 days 2 hours ago" style specifications. * generic/tclDate.c: ... check-in: 5dc84a282d user: ericm tags: trunk
22:19
see changes check-in: ea4f8179a8 user: hobbs tags: trunk
22:19
* win/{tcl.m4,Makefile.in,configure.in}: added support for mingw compile env and cross-compiling. ... check-in: eab5a957cf user: hobbs tags: trunk
21:37
see changes check-in: ed930df419 user: hobbs tags: trunk
21:37
* library/init.tcl (auto_import): added check to see if a valid pattern was coming in, to avoid si... check-in: 27f0354112 user: hobbs tags: trunk
21:37
* doc/regsub.n: correct regsub docs [Bug: 5346] check-in: d7844ddfd5 user: hobbs tags: trunk
21:36
* generic/tclClock.c (FormatClock): correct code to handle locale specific return values from strf... check-in: 7395d09104 user: hobbs tags: trunk
2000-05-15
21:48
* library/history.tcl: Corrected an off-by-one error in HistIndex, which was causing [history redo... check-in: b47be28ecb user: ericm tags: trunk
2000-05-11
01:50
* generic/tclPosixStr.c (Tcl_SignalMsg): clarified #defines for Linux on Sparc to compile correctl... check-in: 23bdc0c3b5 user: hobbs tags: trunk
00:17
see changes check-in: d00cfae838 user: hobbs tags: trunk
00:17
* doc/namespace.n: * tests/namespace.test: * generic/tclNamesp.c (Tcl_NamespaceObjCmd): added 'na... check-in: 1570dc2201 user: hobbs tags: trunk
00:16
* doc/source.n: * doc/Eval.3: * tests/source.test: * generic/tclIOUtil.c (Tcl_EvalFile): added e... check-in: 03cdfc3a86 user: hobbs tags: trunk
2000-05-10
23:49
test fix check-in: 7b12230f7d user: hobbs tags: trunk
2000-05-09
19:13
2000-05-09 Andreas Kupries <a.kupries@westend.com> operating as proxy for David Gravereaux <davyg... check-in: c1e244a299 user: kupries tags: trunk
17:50
* tests/lsearch.test: * doc/lsearch.n: * generic/tclCmdIL.c (Tcl_LsearchObjCmd): Extended [lsearch] ... check-in: 51a0b967fd user: ericm tags: trunk
00:00
* doc/expr.n: * tests/expr.test: * tests/expr-old.test: added tests for 'eq' and 'ne' * generic/... check-in: 0d91727189 user: hobbs tags: trunk
2000-05-08
22:21
* generic/tclCmdIL.c (Tcl_LinsertObjCmd): made use of Tcl_DuplicateObj where code was otherwise du... check-in: 39a3a048f1 user: hobbs tags: trunk
22:14
lint chan = NULL init check-in: 8f82990764 user: hobbs tags: trunk
22:13
* generic/tclObj.c (Tcl_DuplicateObj): simplified code to call TclInitStringRep, which the code wa... check-in: b7f61c3131 user: hobbs tags: trunk
22:10
minor comment correction check-in: 7fc9fd97f3 user: hobbs tags: trunk
22:06
removed unreferenced var check-in: 5482dfcb56 user: hobbs tags: trunk
22:05
removed VS/VE 8.1 macros check-in: bee7a32576 user: hobbs tags: trunk
22:04
* tests/string.test: extended string match tests check-in: 287915a2fe user: hobbs tags: trunk
21:59
* doc/Utf.3: * generic/tclStubInit.c: * generic/tcl.decls: * generic/tclDecls.h: * generic/tclU... check-in: 52c8e2d16d user: hobbs tags: trunk
21:25
* tests/set-old.test: * doc/array.n: * generic/tclVar.c: Added [array statistics] command [RFE: 4557... check-in: 4254340950 user: ericm tags: trunk
2000-05-06
19:51
2000-05-06 Andreas Kupries <a.kupries@westend.com> operating as proxy for David Gravereaux <davygr... check-in: d0d9090813 user: kupries tags: trunk
2000-05-03
00:15
* README: * generic/tcl.h: * library/init.tcl: * library/reg1.0/pkgIndex.tcl: * library/tcltest... check-in: be42a4145e user: hobbs tags: trunk
00:14
* tests/compile.test: * tests/init.test: * tests/proc.test: * tests/proc-old.test: * tests/rena... check-in: e9b0d62a31 user: hobbs tags: trunk
00:13
* unix/Makefile.in: add tclsh.ico and tcl.spec to dist target check-in: bcfb7bbe48 user: hobbs tags: trunk
2000-05-02
22:02
2000-05-02 Andreas Kupries <a.kupries@westend.com> * Overall changes: (1) Implementation of jo... check-in: cdf262856d user: kupries tags: trunk
2000-04-28
00:47
* doc/library.n: Added entries for auto_qualify and auto_import [Bug: 1271]. * doc/Init.3: Manual e... check-in: 3429c5f93a user: ericm tags: trunk
2000-04-27
01:46
* doc/memory.n: Man page for Tcl "memory" command, which is created when TCL_MEM_DEBUG is defined at... check-in: 9aabc80546 user: ericm tags: trunk
2000-04-26
22:36
* unix/mkLinks: Regen'd with new mkLinks.tcl. * unix/mkLinks.tcl: Fixed indentation, made link setu... check-in: 04f453e64f user: ericm tags: trunk
20:49
Created branch core-8-3-1-synthetic Closed-Leaf check-in: 229cb92672 user: cvs2fossil tags: core-8-3-1-synthetic, core-8-3-1
20:49
Fixed bad crosslink command. check-in: e316983b70 user: ericm tags: trunk
17:31
* README: * mac/README: * tools/tcl.wse.in: * unix/README: * unix/tcl.spec: * win/README: * w... check-in: e2a5e3125f user: hobbs tags: trunk
17:05
Updated URLs check-in: b6b9751c73 user: welch tags: trunk
17:01
LogCommandInfo man entry. check-in: aca9cea7e2 user: ericm tags: trunk
17:00
LogCommandInfo man page. check-in: 76377166af user: ericm tags: trunk
17:00
LogCommandInfo man entry. check-in: a6e79bb9c4 user: ericm tags: trunk
00:24
updated for 8.3.1 release check-in: 338f651564 user: hobbs tags: trunk
2000-04-25
23:03
NAME macro fix check-in: 968c1a7522 user: hobbs tags: trunk
22:29
version cleanup check-in: 26d383863d user: hobbs tags: trunk
20:58
* unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: updated for http change and some cleanu... check-in: 1e558a16da user: hobbs tags: trunk
20:21
moved http2.1 to http2.3 check-in: a43b5bad06 user: hobbs tags: trunk
17:56
* unix/tclUnixThrd.c: removed {}s around PTHREAD_MUTEX_INITIALIZER [Bug: 5254] check-in: aa8d40b8f1 user: hobbs tags: trunk
17:55
* unix/tclLoadDyld.c (TclpLoadFile): removed use of interp->result check-in: 390ae98d85 user: hobbs tags: trunk
17:55
* doc/Utf.3: clarified docs for Tcl_(UniChar|Utf)AtIndex check-in: b3b30628d9 user: hobbs tags: trunk
00:54
* unix/mkLinks: * doc/OpenFileChnl.3: Added man entry for Tcl_Ungets [Bug: 1834]. check-in: 09b0933925 user: ericm tags: trunk
00:28
* unix/mkLinks: * doc/SourceRCFile.3: Man page for Tcl_SourceRCFile [Bug: 1833]. check-in: e1c7b67772 user: ericm tags: trunk
2000-04-24
23:52
* unix/mkLinks: * doc/ParseCmd.3: Added documentation for Tcl_ParseVar [Bug: 1828]. check-in: b374c02492 user: ericm tags: trunk
23:32
* unix/tclUnixNotfy.c (Tcl_FinalizeNotifier, NotifierThreadProc): added write of 'q' into triggerP... check-in: b63233fd7f user: hobbs tags: trunk
06:46
*** empty log message *** check-in: 26e0b4a97b user: jingham tags: trunk
06:43
2000-04-23 Jim Ingham <jingham@cygnus.com> These changes make some error handling margina... check-in: 406aaa947b user: jingham tags: trunk
2000-04-23
03:37
*** empty log message *** check-in: d202742949 user: jingham tags: trunk
03:36
2000-04-22 Jim Ingham <jingham@cygnus.com> * library/package.tcl (tclPkgUnknown): Fixed a ... check-in: aa5214fbab user: jingham tags: trunk
2000-04-22
07:07
2000-04-21 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: Fixed a newly in... check-in: 8f0cd2d9ba user: sandeep tags: trunk
00:37
More thrashing with the "server closes without reading post data" scenario. Reverted to the previou... check-in: c0d948dc41 user: welch tags: trunk
00:37
comments for http.tcl check-in: d893bfe62f user: welch tags: trunk
2000-04-21
04:04
* generic/tclAlloc.c: wrapped caddr_t define to not be done on Unix * unix/tclUnixPort.h: added Tc... check-in: 618011d0b2 user: hobbs tags: trunk
2000-04-20
01:30
* library/dde1.1/pkgIndex.tcl: * library/reg1.0/pkgIndex.tcl: * win/tclWinChan.c: * win/tclWinTh... check-in: c818263820 user: hobbs tags: trunk
2000-04-19
23:24
* generic/tclFileName.c (SplitUnixPath): added support for QNX node ids. check-in: 20e78a2f2d user: hobbs tags: trunk
09:17
have to allow for strchr being a macro in TtyParseProc check-in: 8e5dea5253 user: hobbs tags: trunk
08:32
* README: * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/con... check-in: 2bb0593bdf user: hobbs tags: trunk
01:01
* generic/tclEvent.c (TclInitSubsystems): Moved tclLibraryPath to thread-local storage to prevent ... check-in: 57271c3723 user: hobbs tags: trunk
2000-04-18
23:26
* win/Makefile.in: * win/tcl.rc: * win/tclsh.rc: * win/tclsh.ico: Modified copyright dates in W... check-in: ef4b92e1f8 user: redman tags: trunk
23:10
* generic/tclEvent.c (TclInitSubsystems): Moved tclLibraryPath to thread-local storage to prevent ... check-in: 800390a3de user: hobbs tags: trunk
23:06
* unix/tclAppInit.c (main): removed #ifdef TCL_TEST that sets the library path as it was unnecessa... check-in: 7545f3c2fc user: hobbs tags: trunk
2000-04-17
20:32
Added Tcl_CreateThreadType and TCL_RETURN_THREAD_TYPE macros for declaring the NewThread callback pr... check-in: 3013a54849 user: welch tags: trunk
20:32
Updates for Tcl_CreateThreadType check-in: cf0b7dd51e user: welch tags: trunk
01:52
Don't append : to folder name if the folder name is empty. check-in: bb30f9a434 user: jingham tags: trunk
2000-04-15
18:42
Added additional information regarding TCLLIBPATH (specifically, that "/" must be used as the path s... check-in: e1576ae91b user: ericm tags: trunk
17:34
* unix/tclUnixChan.c (TtyParseMode): Only allow setting mark/space parity on platforms that suppor... check-in: 64dd87f4a7 user: hobbs tags: trunk
17:34
* generic/tclBasic.c (Tcl_GetVersion): adjusted use of major/minor to not conflict with global dec... check-in: cc48184a22 user: hobbs tags: trunk
17:34
* unix/tclUnixChan.c (TtyParseMode): Only allow setting mark/space parity on platforms that suppor... check-in: a64be0d5f2 user: hobbs tags: trunk
2000-04-14
23:01
* doc/AppInit.3: * doc/Async.3: * doc/BackgdErr.3: * doc/CrtChannel.3: * doc/CrtInterp.3: * do... check-in: 66905b808b user: hobbs tags: trunk
06:42
* unix/tcl.m4 (SC_ENABLE_THREADS): enhanced the detection of pthread_mutex_init [Bug: 4359] and (S... check-in: 720c60af3f user: hobbs tags: trunk
06:42
* doc/regexp.n: doc clarification [Bug: 5037] * doc/update.n: typo fix [Bug: 4996] check-in: f5cd778d6a user: hobbs tags: trunk
06:42
* doc/regexp.n: doc clarification [Bug: 5037] * doc/update.n: typo fix [Bug: 4996] * unix/tcl.m4... check-in: b1dcbfacb9 user: hobbs tags: trunk
2000-04-13
02:30
removed __stdcall decl for WIN32 case on ThreadCreate check-in: e8fa73f24d user: hobbs tags: trunk
2000-04-12
18:41
* doc/dde.n: corrected dde poke docs. [Bug: 4991] check-in: 6356a7ea59 user: hobbs tags: trunk
2000-04-11
21:42
* win/tclWinPipe.c: Added "CONST" keyword to declaration of char *native in TclpCreateTempFile, to s... check-in: abd92d8bbb user: ericm tags: trunk
21:16
* msgcat.n: Added docs for new behavior from patch in [Bug: 4158]. * msgcat.test: Added tests for n... check-in: 3991fa63bb user: ericm tags: trunk
01:04
Fixed compiler warnings check-in: 7f42a656b6 user: welch tags: trunk
01:04
Updated to work with thread extension, if present check-in: 78b08a48a9 user: welch tags: trunk
01:04
Changes for threading update check-in: b5288176c3 user: welch tags: trunk
2000-04-10
23:42
fixed conflict in this file check-in: 8dbc8717ba user: welch tags: trunk
22:44
Fixed Tcl_CreateThreadProc declaration check-in: c66c45242e user: welch tags: trunk
21:08
* win/tclWinPipe.c (TclpCreateTempFile): Added conversion of contents string from UTF to native enco... check-in: 1908ebdc39 user: ericm tags: trunk
18:17
* generic/tcl.h: removed specific typedef of Tcl_ThreadCreateProc for Windows as the build choked.... check-in: 484f58332a user: hobbs tags: trunk
17:18
* tests/*.test: Changed all occurances of "namespace import ::tcltest" to "namespace import -force :... check-in: c2f93a113c user: ericm tags: trunk
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