Tcl Source Code

Timeline
Login

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

58 check-ins using file changes version c32e540d6b

2004-12-02
23:24
* generic/tclUtil.c (TclSetProcessGlobalValue): Handle the case where a ProcessGlob...
check-in: f3df35d7df user: dgp tags: trunk
19:24
merge to kennykb-numerics-branch-20041202a check-in: ac3b922388 user: kennykb tags: kennykb-numerics-branch
18:49
filesystem, glob, tilde fix check-in: 979efdf14b user: vincentdarley tags: trunk
18:40
workaround for a bug in cygpath that made safe-8.5-8.7 fail check-in: 1f8af3a1ac user: kennykb tags: trunk
15:31
Remove a global mutex/state by using lists instead of hashtables to store the collection of aliases ... check-in: ad35750c6d user: dkf tags: trunk
11:10
Upgrade more of the file to tcltest2, and collect constraint definitions to the top. check-in: 067ebb1583 user: dkf tags: trunk
10:48
Convert mutex-protected global state into thread-local state. [FRQ 1077210] check-in: 56e4e88153 user: dkf tags: trunk
00:09
* generic/tclUtil.c (TclGetProcessGlobalValue): Narrowed the scope of mutex locks.
check-in: 03a8df7249 user: dgp tags: trunk
2004-12-01
23:48
. check-in: b99313429d user: dgp tags: trunk
23:18
* generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() to * generic/tclEn...
check-in: 353036774e user: dgp tags: trunk
22:14
added comment about freewrap difficulties check-in: 30c87546ce user: dgp tags: trunk
21:58
* generic/tclEncoding.c: Moved TclpSetInitialEncodings() call from Tcl_FindEx...
check-in: ac025ac01b user: dgp tags: trunk
14:02
Oops! <:^) check-in: 72a7b0b13f user: dkf tags: trunk
11:49
Fix reported problems with tests for dde error messages. Also use more tcltest2 features to reduce [... check-in: 74005c41eb user: dkf tags: trunk
2004-11-30
22:19
D'oh! Deal with missing ::errorCode or ::errorInfo. check-in: 81f2f82396 user: dgp tags: trunk
20:30
* library/init.tcl ([unknown]): Restored the save/restore of the variables ::errorCo...
check-in: e254f91796 user: dgp tags: trunk
19:34
Patch 976520 reworks several of the details involved with startup/initialization of ...
check-in: 5b205fd672 user: dgp tags: trunk
18:40
corrected a typo that caused a compilation failure on VC++ check-in: d45737011c user: kennykb tags: trunk
15:45
* library/clock.tcl: Corrected the regular expressions that match a time zone to allow for time zone... check-in: 25e02ac75c user: kennykb tags: trunk
09:28
Whitespace fixes check-in: 6e1c61d002 user: dkf tags: trunk
2004-11-29
22:41
* win/Makefile.in (install-libraries): Brought entry '2004-10-26 Don Porter (Tcl Modules)' into... check-in: a0d85d839f user: andreas_kupries tags: trunk
2004-11-26
20:02
* win/tclWinDde.c (ExecuteRemoteObject): Removed bogus semicolon found at the end of the header... check-in: d421ebab80 user: andreas_kupries tags: trunk
19:49
* library/auto.tcl (tcl_findLibrary): Made sure the uniquifying operations on the ...
check-in: 6771608575 user: dgp tags: trunk
14:00
Oops! Got the test sense wrong. check-in: 273673b40b user: dkf tags: trunk
11:17
Spread the goodness of AC_CACHE_VAL a bit further. [Patch 1073524] check-in: 7beb4f6748 user: dkf tags: trunk
10:02
Added simple foreach example. [FRQ 1073334] check-in: 5fa0ef6033 user: dkf tags: trunk
2004-11-25
16:37
Fix [Bug 1066837] without reopening other bugs... What a horrid hack! :^/ check-in: 457eb30a98 user: dkf tags: trunk
16:17
* tests/tcltest.test: The order in which [glob] returns the file names is undefined, so tests should... check-in: 301a880117 user: rmax tags: trunk
16:03
See file check-in: a97119e819 user: vasiljevic tags: trunk
16:01
Added changes from core-8-4-branch check-in: 22a6e2458a user: vasiljevic tags: trunk
13:26
Fix ordering of AC_MSG_RESULT/AC_CHECK_FUNCS so messages are simpler. check-in: 777c4c3bfe user: dkf tags: trunk
11:28
Assorted cleanup and doc-fixes for the dde package. check-in: 46a09eeaa0 user: dkf tags: trunk
00:57
* unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determine the number of...
check-in: cae3b06249 user: dgp tags: trunk
2004-11-24
21:39
no message check-in: 5254bb6aed user: davygrvy tags: trunk
21:37
* generic/tclPort.h: Relative include of tclWinPort.h returned as it was requiring me set -I$(tcl_ro... check-in: dd01d87bbf user: davygrvy tags: trunk
21:12
Fixed compilation error in tclWinInit.c on VC++ --enable-symbols check-in: 0b8d3437af user: kennykb tags: trunk
20:12
* unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check for 3-argument readdir_r [Bug 1001325]. * uni... check-in: aeeefc88e1 user: kennykb tags: trunk
19:28
* generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new * tests/info.test ...
check-in: 14f9c14a23 user: dgp tags: trunk
11:24
Fix various problems with man2html converter reported by AKu Also updated to use [package require Tc... check-in: a2fcb23a54 user: dkf tags: trunk
00:10
Fix [Bug 1068171] though the fix is commented out for now. check-in: edfe4fc35f user: dkf tags: trunk
2004-11-23
00:12
Remove call to Tcl_GetStringResult to speed up processing of [$canv postscript] and other repeated c... check-in: 43d814b56e user: dkf tags: trunk
2004-11-22
23:28
Whitespace fixes check-in: bb1e05b2ad user: dkf tags: trunk
22:59
* unix/configure: Regen. * unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Define HAVE_TYPE_OFF64_T only when o...
check-in: 2d736f4133 user: mdejong tags: trunk
22:40
* unix/configure: Regen. * unix/tcl.m4 (SC_ENABLE_THREADS): Check for a 2 argument version of rea...
check-in: de53d33e5e user: mdejong tags: trunk
22:13
* unix/tclUnixInit.c (TclpInitLibraryPath): Purged dead code that * win/tclWinIn...
check-in: 3a853080c2 user: dgp tags: trunk
21:24
* generic/tclInterp.c: Restored several directories to the search * tests/unixInit....
check-in: 622c5fa060 user: dgp tags: trunk
12:53
fix to windows file join bug check-in: 90d16bc7a6 user: vincentdarley tags: trunk
2004-11-21
23:17
* doc/AddErrInfo.3: Typo corrections (Thanks Daniel South). * doc/interp.n:
check-in: f898c4bdb4 user: dgp tags: trunk
2004-11-20
00:17
* doc/AddErrInfo.3: Docs for Tcl_(Get|Set)ReturnOptions. [TIP 227]
* doc/AddEr...
check-in: 347e3ef551 user: dgp tags: trunk
2004-11-19
17:29
* tests/unixInit.test: Removed "knownBug" constraints to prompt bug fixing before 8...
check-in: 345674e190 user: dgp tags: trunk
14:48
typo check-in: 33adf546e7 user: das tags: trunk
10:20
Classic sed doesn't support | in REs. check-in: 89ba81e830 user: rmax tags: trunk
06:28
* macosx/Makefile: * unix/configure.in: * unix/tclUnixInit.c (MacOSXGetLibraryPath): changed dete...
check-in: 6303b4f776 user: das tags: trunk
2004-11-18
22:04
* doc/SaveResult.3: Documentation for Tcl_*InterpState (TIP 226).
check-in: 560640de2a user: dgp tags: trunk
21:00
* tests/interp.test (interp-36.*): [interp bgerror] tests.
* generic/tclInterp...
check-in: 85987a85c4 user: dgp tags: trunk
20:15
* generic/tclEvent.c (HandleBgErrors): Simplified program flow.
check-in: dbdbaa5cee user: dgp tags: trunk
19:22
* tests/basic.test: Updated functional (not testing) uses of * tests/io.test: ...
check-in: db27a439b1 user: dgp tags: trunk
18:34
port changes updates from 8-4 branch check-in: a02aa29385 user: dgp tags: trunk