Timeline
Not logged in

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

253 check-ins using file doc/continue.n version 4e4e36aa22

2010-07-25
10:16
[Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: relax the relation between Tcl_CallFram... Closed-Leaf check-in: 54720916a6 user: nijtmans tags: core-8-3-1-branch
2010-02-18
21:35
Fix sh quoting error reported in bash-3.1+ [Bug 1377619] (schafer) check-in: b70af96246 user: nijtmans tags: core-8-3-1-branch
2003-10-03
17:13
* generic/tclCompile.c (TclCompileScript): backport fix for crash on TCL_OUT_LINE_COMPILE mishandl... check-in: 38cdced0af user: hobbs tags: core-8-3-1-branch
2003-05-07
16:01
* generic/tclProc.c (TclCloneProc): Fixed leaking of 'procNew', reported by Cisco. Closed-Leaf check-in: 4fdf9e72bf user: andreas_kupries tags: mod-8-3-4-branch
2003-04-15
18:25
* generic/tclBasic.c (Tcl_CloneInterp): Added code to propagate error messages generated when c... check-in: c988c641fe user: andreas_kupries tags: mod-8-3-4-branch
2003-02-15
01:56
correct HP-UX ia64 --enable-64bit build flags check-in: 043cbe311b user: hobbs tags: core-8-3-1-branch
2002-12-10
04:12
* win/tclWinThrd.c (TclpMasterUnlock): * generic/tclThread.c (TclFinalizeThreadData): TclpMasterUn... check-in: bcce87164b user: hobbs tags: core-8-3-1-branch
2002-12-06
03:58
* generic/tclCompile.c (TclCleanupByteCode): when using TCL_THREAD_LITERALS, do not worry about in... check-in: 8c2329a41f user: hobbs tags: mod-8-3-4-branch
03:08
* generic/tclCompile.c (TclCleanupByteCode): When encountering a shared bytecode structure we h... check-in: a9a7ea8404 user: andreas_kupries tags: mod-8-3-4-branch
02:48
* generic/tclLiteral.c (LiteralThreadExitProc): do no delete literal table in thread exit handler.... check-in: efa79832cc user: hobbs tags: mod-8-3-4-branch
02:47
objify testclone command check-in: 7e034c8dcb user: hobbs tags: mod-8-3-4-branch
02:47
check for testclone command check-in: 1d8b052b29 user: hobbs tags: mod-8-3-4-branch
2002-11-26
22:15
* generic/tclBasic.c (Tcl_CloneInterp): Moved 'TclCreateExecEnv' behind 'CloneNamespace'. This ... check-in: 0fb1ff7278 user: andreas_kupries tags: mod-8-3-4-branch
21:13
* tclBasic.c (CloneVariable): The initialization of the refCount for the cloned variable assume... check-in: a6ed18c145 user: andreas_kupries tags: mod-8-3-4-branch
20:15
* generic/tclLiteral.c (TclGlobalLiteralTable): add a thread exit handler to remove remaining lite... check-in: 3b1bc87ba8 user: hobbs tags: mod-8-3-4-branch
20:14
* tests/__clone.test: rename to allow it to be lexically first. check-in: 099a4a7d76 user: hobbs tags: mod-8-3-4-branch
20:05
* generic/tclMain.c (Tcl_Main): added Tcl_DeleteInterp and * unix/tclAppInit.c (main): Tcl_Finaliz... check-in: ca5713da63 user: hobbs tags: mod-8-3-4-branch
19:48
* generic/tclProc.c (TclCloneProc): Helper for Tcl_CloneInterp. * generic/tclBasic.c: Line 3843f... check-in: 235d59fd34 user: andreas_kupries tags: mod-8-3-4-branch
2002-11-07
19:04
* generic/tclCompile.h: * generic/tclCompile.c (TclCleanupByteCode, RecordByteCodeStats): * gener... check-in: 6aac77723f user: hobbs tags: mod-8-3-4-branch
19:04
add shell/gdb targets check-in: 3c6a1c3862 user: hobbs tags: mod-8-3-4-branch
19:03
* generic/tclExecute.c (EvalStatsCmd): obj-ify evalstats command, add the ability to take options ... check-in: 76e103e3a4 user: hobbs tags: mod-8-3-4-branch
18:50
reduce TCL_RESULT_SIZE from 200 to 20 check-in: e3d499ae23 user: hobbs tags: mod-8-3-4-branch
2002-11-05
22:56
* generic/tclParseExpr.c: 'struct ParseInfo'. * generic/tclLink.c: 'struct Link'. * generic/tclE... check-in: 84a600d5af user: andreas_kupries tags: mod-8-3-4-branch
01:49
* generic/tclObj.c (TclInitObjSubsystem, Tcl_DbIsShared): enable shared object reporting in EvalSt... check-in: 0de8f7a087 user: hobbs tags: mod-8-3-4-branch
01:49
* generic/tclBasic.c (Tcl_CreateInterp): simplify ByteCodeStats initialization with one memset. check-in: 496a88db97 user: hobbs tags: mod-8-3-4-branch
01:46
* generic/tclExecute.c (EvalStatsCmd): rework to use sprintf for the conversions, so that it works... check-in: cb2cb36762 user: hobbs tags: mod-8-3-4-branch
01:46
* generic/tclHash.c (HashString): minor performance tweak. check-in: 534f3c0cc3 user: hobbs tags: mod-8-3-4-branch
2002-10-28
21:12
* library/dde/pkgIndex.tcl: * library/reg/pkgIndex.tcl: Changed the hardwired debug suffix (d)... check-in: 5056d329dc user: andreas_kupries tags: core-8-3-1-branch
2002-10-25
23:31
* The changes below update the windows side to the extended --enable-symbols option as used by ... check-in: 623c011c07 user: andreas_kupries tags: core-8-3-1-branch
2002-10-19
01:55
* unix/Makefile.in (dist): add any mac/tcl*.sea.hqx files check-in: ffc9647444 user: hobbs tags: core-8-3-1-branch
01:53
added support for broadcasting changes in the registry Environment check-in: fa3e3bc751 user: hobbs tags: core-8-3-1-branch
2002-10-18
20:33
updated for 8.3.5 release check-in: bb78eff1ad user: hobbs tags: core-8-3-1-branch, core-8-3-5
01:43
* win/configure: Regen. * win/configure.in: Set CFLAGS to "" if the user did not set CFLAGS in th... check-in: 809de405ad user: hobbs tags: core-8-3-1-branch
2002-10-17
05:50
* win/configure: add workaround for cygwin windres * win/tcl.m4 (SC_CONFIG_CFLAGS)... check-in: 10f89e5909 user: hobbs tags: core-8-3-1-branch
2002-10-16
01:07
aix-5 ppc support check-in: b02e313f6d user: hobbs tags: core-8-3-1-branch
00:57
corrected sh syntax error check-in: ce9fa31632 user: hobbs tags: core-8-3-1-branch
00:06
* README: updated to 8.3.5 patchlevel * generic/tcl.h: with readmes pointing to www... check-in: 492f547fe5 user: hobbs tags: core-8-3-1-branch
2002-10-15
20:54
* unix/configure: * unix/tcl.m4: updated platform targets to match 8.4 fixes. check-in: 6eb2b3b621 user: hobbs tags: core-8-3-1-branch
20:27
backport of cygwin build support cobbled together. [Patch #622183] (hobbs, howell, khan, dejong) ... check-in: 219eba7919 user: hobbs tags: core-8-3-1-branch
20:26
* win/tclWin32Dll.c (ESP, EBP, TclpCheckStackSpace, _except_checkstackspace_handler): * win/tclWi... check-in: 878325c8b2 user: hobbs tags: core-8-3-1-branch
20:25
* win/tclWinFile.c (TclpReadlink): alternative readlink for cygwin. check-in: bece6d23a3 user: hobbs tags: core-8-3-1-branch
20:24
* generic/tclFileName.c (Tcl_TranslateFileName, TclDoGlob): Convert POSIX to native format for cyg... check-in: fb56507520 user: hobbs tags: core-8-3-1-branch
20:23
* generic/tclEnv.c (TclCygwinPutenv): cygwin env handling function. * win/tclWinPort.h (environ, p... check-in: a52eb6cc29 user: hobbs tags: core-8-3-1-branch
20:23
* generic/tclPlatDecls.h (tchar.h): Do not include on Cygwin. check-in: af5367e46b user: hobbs tags: core-8-3-1-branch
20:15
match up to fixes in 8.4 check-in: d98846ad1a user: hobbs tags: core-8-3-1-branch
19:38
removed unnecessary dos.h include check-in: 25b347ce1a user: hobbs tags: core-8-3-1-branch
19:38
* win/tclWinThrd.c: removed unnecessary dos.h include. Use problematic CreateThread/ExitThread for... check-in: 8479fc099d user: hobbs tags: core-8-3-1-branch
2002-10-14
22:26
* generic/tclEnv.c (Tcl_PutEnv): correct possible mem leak. [Patch #623269] (brouwers) check-in: d8fb88a8ff user: hobbs tags: core-8-3-1-branch
2002-10-10
16:17
* mac/tclMacFCmd.c: removed GenerateUniqueName(), use equivalent (and identically named) routine f... check-in: a2ed4a30cf user: das tags: core-8-3-1-branch
13:42
* mac/tclMacOSA.c: (8.4 backport) sprintf fixes, UH 3.4.x changes; fix for missing autoname token ... check-in: f64e458223 user: das tags: core-8-3-1-branch
07:31
* unix/Makefile.in: removed @MEM_DEBUG_FLAGS@ subst. * unix/configure: regen * unix/configure.in:... check-in: a570fc7fe7 user: hobbs tags: core-8-3-1-branch
07:31
* win/tclWinConsole.c (ConsoleCloseProc): only wait on writable pipe if there was something to wri... check-in: f37f3243c4 user: hobbs tags: core-8-3-1-branch
2002-08-20
21:45
* win/Makefile.in (CFLAGS): * unix/Makefile.in (MEM_DEBUG_FLAGS): Added usage of @MEM_DEBUG_FLAGS... check-in: 47310d5d88 user: andreas_kupries tags: core-8-3-1-branch
2002-07-30
19:18
Revert incorrect RANLIB related changed added to support OS X. * unix/Makefile.in: Don't try to ... check-in: 909a71b529 user: mdejong tags: core-8-3-1-branch
2002-07-24
13:54
* unix/configure.in: backport of corrected fix for [Bug 529801]: ranlib needed for static builds o... check-in: 1f26805873 user: das tags: core-8-3-1-branch
2002-07-19
17:28
* generic/tclExecute.c (TclCompileByteCodesForExpr): Bugfix. Added a missing RELTEMP(compEnv) i... check-in: c8b6c8e134 user: andreas_kupries tags: mod-8-3-4-branch
2002-07-12
01:04
fixed errant @ added in shell target check-in: 2e7d4a761d user: hobbs tags: core-8-3-1-branch
2002-07-11
18:59
* Corrected reaction to existing but false ::tcl_interactive. check-in: 5553e725ee user: dgp tags: core-8-3-1-branch
2002-07-05
13:14
* generic/tclClock.c (FormatClock): Convert the format string to UTF8 before calling... check-in: 84a258d60b user: rmax tags: core-8-3-1-branch
2002-07-03
20:15
* library/auto.tcl: Fix [tcl_findLibrary] to be sure it sets $varName only if a succ... check-in: a69896214a user: dgp tags: core-8-3-1-branch
17:34
* generic/tclCompCmds.c (TclCompileCatchCmd): return TCL_OUT_LINE_COMPILE instead of TCL_ERROR: let... check-in: 79b593b2a8 user: msofer tags: core-8-3-1-branch
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
22:30
* generic/tclCompile.c (TclCompileTokens): Modified imported bugfix to use a heap variable for ... check-in: d631cf3e55 user: andreas_kupries tags: mod-8-3-4-branch
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
20:01
* stack.base.html: * stack.full.html: Reports from the local version of the core instrumented ... check-in: d3e72b66fd user: andreas_kupries tags: mod-8-3-4-branch
18:22
* NOTES: Updated to explain the usage of the various macros upfront. The original contents rema... check-in: dfc8a95b9f user: andreas_kupries tags: mod-8-3-4-branch
2001-12-04
21:52
* NOTES: * tcl.h: * tclInt.h: Moved the macros to control feature exclusion and stack manipul... check-in: fa28ece419 user: andreas_kupries tags: mod-8-3-4-branch
2001-12-03
18:23
NRE1 patch by Miguel Sofer. Several new controlling macros for information on the stack. Parser i... check-in: fc43051481 user: andreas_kupries tags: mod-8-3-4-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