Timeline
Not logged in

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

93 check-ins using file generic/tclCkalloc.c version a577939bff

2000-12-08
04:12
see change notes check-in: 28c9e1ee7e user: hobbs tags: trunk
2000-12-07
22:22
* library/dde/pkgIndex.tcl: updated to use 84 version to reflect the makefile. Should probably be... check-in: 82552da9e6 user: hobbs tags: trunk
22:20
* generic/tcl.h: added note about need to updated library/dde/pkgIndex.tcl with minor version incr... check-in: 340b108662 user: hobbs tags: trunk
2000-11-24
15:29
Logical negation "!" can now handle string booleans, provided those values are placed in variables. ... check-in: a82d42d08d user: dkf tags: trunk
15:14
Added test to detect bug #119153; the string forms of boolean values should not be second-class citi... check-in: cd37f4cab0 user: dkf tags: trunk
14:17
Missed a few spots with the previous checkin. Now only tools/tcltk-man2html.tcl is left unfixed, bu... check-in: 3fc9c1b16a user: dkf tags: trunk
13:56
[glob] uses -directory instead of unsafe [file join] to stop problems with some directory names. Fi... check-in: 19ef2cee3b user: dkf tags: trunk
11:32
Fixed bug #119082. check-in: a6c5763f27 user: dkf tags: trunk
11:27
Now correctly test for (and fix) Bug #119082. check-in: ec52a943df user: dkf tags: trunk
2000-11-23
15:53
Fixed memory leak from Bug #119398 check-in: 738a6b889a user: dkf tags: trunk
14:21
Improved use of [uplevel] in unknown. Fixes #123217 check-in: 9f9f8ea55e user: dkf tags: trunk
2000-11-21
21:33
Applied the patch for TIP #7 from Kevin Kenny. See http://www.cs.man.ac.uk/fellowsd-bin/TIP/7.html check-in: 3d13d2887f user: andreas_kupries tags: trunk
15:56
Improved documentation to fix bug #119387 (info locals seems not to work properly) since the behavio... check-in: 2d230fc9b1 user: dkf tags: trunk
2000-11-17
11:06
Finally fixed bug 119192. This was a real nasty that was hidden by the fact that it never caused a ... check-in: e927e40de9 user: dkf tags: trunk
09:55
Added test for bug 119192 to test suite. check-in: f467514311 user: dkf tags: trunk
2000-11-16
21:38
2000-11-16 Andreas Kupries <a.kupries@westend.com> * win/tclWinPort.h (line 69): Changed referen... check-in: 8c9af6af2a user: andreas_kupries tags: trunk
00:15
* unix/Makefile.in: removed bp.c references (hasn't existed in a long time). Corrected 'make dist... check-in: 7d3275abcf user: hobbs tags: trunk
2000-11-15
22:19
* generic/tclVar.c (TclLookupVar): reverted fix below as it broke all other array unset error repo... check-in: c281b485f6 user: hobbs tags: trunk
14:09
Fixed bug 119192 which was causing variable names to be reported incorrectly in some circumstances. check-in: 8990473135 user: dkf tags: trunk
2000-11-04
00:03
Created branch core-8-4-a2-synthetic Closed-Leaf check-in: af92574198 user: cvs2fossil tags: core-8-4-a2-synthetic, core-8-4-a2
00:03
updated with 8.4a2 changes check-in: 5c2bf986ab user: hobbs tags: trunk
2000-11-03
23:44
no message check-in: 13a1dbe3bc user: davidg tags: trunk
23:44
2000-11-03 David Gravereaux <davygrvy@ajubasolutions.com> * win/.cvsignore: Removed 'configure' ... check-in: 6719e2a6de user: davidg tags: trunk
22:52
added release mark check-in: 554aaa6452 user: hobbs tags: trunk
21:23
* tools/tcl.wse.in: updated for unversioning of library dirs * unix/Makefile.in (install-libraries... check-in: a9a8b0340d user: hobbs tags: trunk
21:12
unversioned the reg and dde CVS directories check-in: cfa5da7d5b user: hobbs tags: trunk
20:57
unversioned http msgcat and opt packages in CVS check-in: b1533be637 user: hobbs tags: trunk
20:43
unversioned the tcltest directory check-in: 2041a671c9 user: hobbs tags: trunk
20:30
safety check on setting mainLoopProc to NULL check-in: 0a100cb9d7 user: hobbs tags: trunk
20:20
doc/Tcl_Main.3: added docs for Tcl_SetMainLoop check-in: 96b3bbccbc user: hobbs tags: trunk
20:19
updated mkLinks with latest doc updates check-in: 58da8d745e user: hobbs tags: trunk
20:07
corrected pointer reference to mainLoopProc execution check-in: ef737d4323 user: hobbs tags: trunk
20:01
moved Tcl_GetThreadData call after Tcl_FindExecutable check-in: ec3dcb8271 user: hobbs tags: trunk
18:46
* generic/tclStubInit.c: * generic/tclDecls.h: * generic/tcl.decls: added Tcl_SetMainLoop proc th... check-in: 0419203b11 user: hobbs tags: trunk
01:13
* unix/configure: * unix/dltest/configure: * win/configure: * tools/configure: checked in config... check-in: 658246cf09 user: hobbs tags: trunk
01:10
updated default tools paths check-in: 61ae31e8d9 user: hobbs tags: trunk
2000-11-02
23:34
Added some more comments and a missing Tcl_IncrRefCount in TclGetLibraryPath() when the tclLibraryPa... check-in: dfbe5d11b6 user: davidg tags: trunk
22:55
updated copyright check-in: d2157bbbb4 user: hobbs tags: trunk
22:05
no message check-in: 9bb98b69b0 user: davidg tags: trunk
22:04
2000-11-02 David Gravereaux <davygrvy@ajubasolutions.com> * generic/tclEvent.c: tclLibraryPath T... check-in: 5584667c8f user: davidg tags: trunk
09:21
see changes check-in: d3547b0c8d user: hobbs tags: trunk
09:21
makefile fixes for Win64 support check-in: 2a6fb1e595 user: hobbs tags: trunk
09:20
minor cast changes check-in: 6804f8f600 user: hobbs tags: trunk
01:20
* unix/tcl.m4: removed use of -lbsd and -ldl for AIX-5. check-in: 1f3eae3fde user: hobbs tags: trunk
2000-11-01
22:13
* tests/subst.test: added tests for non-zero return code handling by subst. * generic/tclParse.c ... check-in: 012624ada8 user: hobbs tags: trunk
21:48
* generic/tclVar.c (TclVarTraceExists): Corrected excessive mem use when info exists was called on... check-in: 1357c659e3 user: hobbs tags: trunk
2000-10-31
01:20
no message check-in: f8d7922c61 user: davidg tags: trunk
01:20
2000-10-30 David Gravereaux <davygrvy@ajubasolutions.com> * win/configure.in: * win/Makefile.in... check-in: 6ed4f00b1a user: davidg tags: trunk
00:49
see changes check-in: 06095a57ae user: hobbs tags: trunk
00:48
* unix/tclUnixInit.c: added default encoding map from "ja_JP.eucJP" to "euc-jp". (takahashi) check-in: e102dff849 user: hobbs tags: trunk
00:30
* unix/configure.in (SC_TCL_LINK_LIBS): removed code that was commented out (it had been moved to ... check-in: 01762ed9c9 user: hobbs tags: trunk
00:30
tests/clock.test: corrected clock-2.* test numbering check-in: 2d76774e72 user: hobbs tags: trunk
00:23
unix/tcl.m4: consolidated gettimeofday check for AIX. check-in: e6b81f476b user: hobbs tags: trunk
2000-10-28
00:30
* unix/configure.in: * unix/tcl.m4: added support for AIX-5. check-in: db905ca1c8 user: hobbs tags: trunk
00:29
* unix/tclUnixChan.c: updated channel types to strict TCL_CHANNEL_VERSION_2 style to avoid compile... check-in: af55bc2b2d user: hobbs tags: trunk
00:29
* generic/tclIO.c (Tcl_NotifyChannel): removed #ifdef around code for old channel structures, plac... check-in: af6e1bf3b1 user: hobbs tags: trunk
2000-10-27
23:59
* library/tcltest1.0/tcltest.tcl: Removed a cd into the test directory in runAllTests that screwed u... check-in: 2361a3c505 user: jenn tags: trunk
22:34
* generic/tclIO.c (CloseChannel): the statePtr for a channel was not being freed when the last cha... check-in: ff154ed552 user: hobbs tags: trunk
01:58
no message check-in: 26b27f3587 user: davidg tags: trunk
01:58
2000-10-26 David Gravereaux <davygrvy@ajubasolutions.com> * win/tclWinFile.c (TclpMatchFilesTypes... check-in: 53a3e0b763 user: davidg tags: trunk
2000-10-24
22:30
* tests/all.tcl: Removed support for tcltest 1.0. * tests/tcltest.test: * library/tcltest1.0/tcltes... check-in: 30eb4d542e user: jenn tags: trunk
2000-10-21
00:43
* win/tclWinFile.c (TclpMatchFilesTypes): made the stat call only occur when necessary (for 'glob'... check-in: f581f844f0 user: hobbs tags: trunk
2000-10-19
18:00
* library/tcltest1.0/tcltest2.tcl: * tests/tcltest2.test * doc/tcltest2.n: Code and documentation cl... check-in: 105995497b user: jenn tags: trunk
2000-10-06
23:46
2000-10-06 David Gravereaux <davygrvy@ajubasolutions.com> * win/tclWinChan.c: moved Win2K bug ca... check-in: 3a18ee7fcb user: davidg tags: trunk
23:45
no message check-in: 5d2ba9a084 user: davidg tags: trunk
21:10
* tests/cmdAH.test: extra tests for 'file channels' that include multiple interpreter tests and ch... check-in: c07558c028 user: hobbs tags: trunk
21:06
* doc/CrtChannel.3: fixed spelling mistakes check-in: e4ac0a30ac user: hobbs tags: trunk
2000-10-05
01:06
added demarcation of out-of-order 8.3.2 ChangeLog entries check-in: 8b3f671f57 user: hobbs tags: trunk
2000-09-29
23:26
Fixed typo check-in: 3f6666d015 user: jenn tags: trunk
22:49
Fixed a typo. check-in: 074c6a9517 user: jenn tags: trunk
22:48
* tests/tcltest.test: Modified the new form of the test command to accept both attribute-value pairs... check-in: 541acf4405 user: jenn tags: trunk
22:48
* library/tcltest1.0/tcltest2.tcl: Modified the new form of the test command to accept both attribut... check-in: 2e9a4a3686 user: jenn tags: trunk
22:47
* doc/tcltest2.n: Modified the new form of the test command to accept both attribute-value pairs and... check-in: 63c6f73017 user: jenn tags: trunk
22:47
* library/tcltest1.0/tcltest2.tcl: * tests/tcltest.test: * doc/tcltest2.n: Modified the new form of ... check-in: d31a89fc56 user: jenn tags: trunk
21:53
* win/tclWinSerial.c (SerialGetOptionProc): corrected reporting of space parity on Windows (Eason)... check-in: 1b14887226 user: hobbs tags: trunk
21:43
* win/Makefile.in: commented use of TESTFLAGS * unix/Makefile.in: added TESTFLAGS to test target t... check-in: 24a9849611 user: hobbs tags: trunk
21:42
* tests/stack.test: prevented possible crash on systems with low default stacksize (Tru64, AIX) in... check-in: c5d5ef9b4a user: hobbs tags: trunk
21:42
* generic/tclIOGT.c (FLUSH_DELAY): renamed DELAY define to FLUSH_DELAY to avoid defn conflict usin... check-in: 3ed9a4ac79 user: hobbs tags: trunk
01:12
* tools/tcl.wse.in: added tclPlatDecls.h and tkPlatDecls.h to the Windows .exe install. check-in: 9346a1dafd user: hobbs tags: trunk
01:12
* tests/fCmd.test (fCmd-6.20): corrected test to remove c:/tcl8975@ after creating it. * tests/f... check-in: 6c3c7ae703 user: hobbs tags: trunk
2000-09-28
06:39
added changes related to upport of stacked channel rewrite check-in: b3dc12bf95 user: hobbs tags: trunk
06:38
up-port of the stacked channel implementation rewrite in 8.3.2 to 8.4a2 code base, merged in with so... check-in: 23d1294c3a user: hobbs tags: trunk
06:36
addition of tclIOGT.c source file corrected static build inclusion of reg and dde libraries check-in: 2ae66cc70c user: hobbs tags: trunk
06:35
addition of tclIOGT.c source file check-in: eb0d114a3b user: hobbs tags: trunk
06:34
updated docs to reflect 8.3.2 stacked channel implementation up-port check-in: 36d00ba957 user: hobbs tags: trunk
06:33
* win/tclConfig.sh.in (TCL_LIBS): Cleaned up unix-specific autoconf variables. check-in: 96394f0855 user: hobbs tags: trunk
2000-09-21
00:58
* tests/socket.test: removed doTestsWithRemoteServer constraint from socket-12.*. It requires 'ex... check-in: 30035e4719 user: hobbs tags: trunk
2000-09-20
23:09
* library/tcltest1.0/pkgIndex.tcl: Updated to load tcltest 2.0. * library/tcltest1.0/tcltest2.tcl: N... check-in: 495294d130 user: jenn tags: trunk
01:50
* generic/tclCmdMZ.c (Tcl_RegexpObjCmd): When using -all, all attempts after the first to match the ... check-in: 9c141af9b5 user: ericm tags: trunk
2000-09-19
19:37
no message check-in: 60baaa8f16 user: davidg tags: trunk
19:36
2000-09-19 David Gravereaux <davygrvy@ajubasolutions.com> * doc/Eval.3: Added a note about the ... check-in: 874d472072 user: davidg tags: trunk
2000-09-17
22:40
* tests/cmdIL.test: Added a test for fix for [Bug: 6212]. * generic/tclCmdIL.c (Tcl_LsortObjCmd): A... check-in: fe4c99079c user: ericm tags: trunk
2000-09-14
18:42
* doc/Alloc.3: Added entries for Tcl_AttemptAlloc, Tcl_AttempRealloc. * doc/StringObj.3: Added entr... check-in: 66347b65e4 user: ericm tags: trunk