Tcl Source Code

Timeline
Login

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

63 check-ins using file changes version 59f0efbfdc

2002-10-18
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-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 <[email protected]>
* 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