Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now correctly test for (and fix) Bug #119082. | dkf | 2000-11-24 | 4 | -11/+98 |
| | |||||
* | Fixed memory leak from Bug #119398 | dkf | 2000-11-23 | 2 | -5/+5 |
| | |||||
* | Improved use of [uplevel] in unknown. Fixes #123217 | dkf | 2000-11-23 | 2 | -7/+14 |
| | |||||
* | Applied the patch for TIP #7 from Kevin Kenny. | andreas_kupries | 2000-11-21 | 5 | -11/+603 |
| | | | | See http://www.cs.man.ac.uk/fellowsd-bin/TIP/7.html | ||||
* | Improved documentation to fix bug #119387 (info locals seems not to | dkf | 2000-11-21 | 4 | -7/+20 |
| | | | | | work properly) since the behaviour reported as buggy was actually correct. | ||||
* | Finally fixed bug 119192. This was a real nasty that was hidden by | dkf | 2000-11-17 | 3 | -29/+27 |
| | | | | | | | the fact that it never caused a crash and was blocked most of the time from coming into play by the way the compiler handles array variable references. (Yes, the test suite does pass now on this machine at least...) | ||||
* | Added test for bug 119192 to test suite. | dkf | 2000-11-17 | 2 | -1/+10 |
| | |||||
* | 2000-11-16 Andreas Kupries <a.kupries@westend.com> | andreas_kupries | 2000-11-16 | 2 | -2/+10 |
| | | | | | | | | * win/tclWinPort.h (line 69): Changed reference to winsock2.h into winsock.h. This was a leftover from a foray into using winsock version 2 (History lesson from Scott Redman and Jeff Hobbs). This code was no problem when compiling Tcl itself, but could trip extensions. Fixes bug 122568. | ||||
* | * unix/Makefile.in: removed bp.c references (hasn't existed in a | hobbs | 2000-11-16 | 2 | -40/+28 |
| | | | | | | long time). Corrected 'make dist' to make dist with unversioned library directories (same as out of cvs), so make install works correctly with either source tree. | ||||
* | * generic/tclVar.c (TclLookupVar): reverted fix below as it broke | hobbs | 2000-11-15 | 2 | -9/+14 |
| | | | | all other array unset error reporting. Bug-119192 is still open. | ||||
* | Fixed bug 119192 which was causing variable names to be reported | dkf | 2000-11-15 | 2 | -9/+15 |
| | | | | incorrectly in some circumstances. | ||||
* | updated with 8.4a2 changes | hobbs | 2000-11-04 | 1 | -1/+94 |
| | |||||
* | no message | davidg | 2000-11-03 | 1 | -0/+5 |
| | |||||
* | 2000-11-03 David Gravereaux <davygrvy@ajubasolutions.com> | davidg | 2000-11-03 | 1 | -1/+0 |
| | | | | | * win/.cvsignore: Removed 'configure' from the glob list now that it's included. | ||||
* | added release mark | hobbs | 2000-11-03 | 1 | -0/+2 |
| | |||||
* | * tools/tcl.wse.in: updated for unversioning of library dirs | hobbs | 2000-11-03 | 5 | -53/+102 |
| | | | | | | | * unix/Makefile.in (install-libraries, dist): * win/makefile.vc (install-libraries): * win/Makefile.in (install-libraries): updated to install unversioned library directories into versioned directories. | ||||
* | unversioned the reg and dde CVS directories | hobbs | 2000-11-03 | 2 | -12/+0 |
| | |||||
* | unversioned http msgcat and opt packages in CVS | hobbs | 2000-11-03 | 6 | -2295/+0 |
| | |||||
* | unversioned the tcltest directory | hobbs | 2000-11-03 | 2 | -3498/+0 |
| | |||||
* | safety check on setting mainLoopProc to NULL | hobbs | 2000-11-03 | 1 | -1/+2 |
| | |||||
* | doc/Tcl_Main.3: added docs for Tcl_SetMainLoop | hobbs | 2000-11-03 | 1 | -6/+26 |
| | |||||
* | updated mkLinks with latest doc updates | hobbs | 2000-11-03 | 1 | -12/+74 |
| | |||||
* | corrected pointer reference to mainLoopProc execution | hobbs | 2000-11-03 | 1 | -3/+3 |
| | |||||
* | moved Tcl_GetThreadData call after Tcl_FindExecutable | hobbs | 2000-11-03 | 1 | -3/+3 |
| | |||||
* | * generic/tclStubInit.c: | hobbs | 2000-11-03 | 6 | -18/+284 |
| | | | | | | | | | | | | * generic/tclDecls.h: * generic/tcl.decls: added Tcl_SetMainLoop proc that allows people to set a main loop that will run for tclsh. * generic/tcl.h: added Tcl_MainLoopProc typedef * generic/tclMain.c (Tcl_SetMainLoop, StdinProc, Prompt): new StdinProc and Prompt static procs and Tcl_SetMainLoop stubs proc. The first two handle a fileevent based prompt (taken from tkMain.c). Tcl_SetMainLoop enables the interactive setting of a main loop procedure. This enables Tk to be a loadable package. | ||||
* | * unix/configure: | hobbs | 2000-11-03 | 5 | -0/+9666 |
| | | | | | | | | | * unix/dltest/configure: * win/configure: * tools/configure: checked in configure scripts so people doing CVS checkouts aren't required to have autoconf. Changes to configure.in in the future will require the corresponding configure script to also be re-autoconf'ed and checked in. | ||||
* | updated default tools paths | hobbs | 2000-11-03 | 1 | -14/+9 |
| | |||||
* | Added some more comments and a missing Tcl_IncrRefCount in | davidg | 2000-11-02 | 1 | -1/+13 |
| | | | | | TclGetLibraryPath() when the tclLibraryPath Tcl_Obj needs to be created. | ||||
* | updated copyright | hobbs | 2000-11-02 | 1 | -1/+1 |
| | |||||
* | no message | davidg | 2000-11-02 | 1 | -0/+7 |
| | |||||
* | 2000-11-02 David Gravereaux <davygrvy@ajubasolutions.com> | davidg | 2000-11-02 | 1 | -1/+11 |
| | | | | | | | * generic/tclEvent.c: tclLibraryPath Tcl_Obj didn't have a way to share its data among threads. This caused Tcl_Init() to always fail in threads. Added a way to pass the data around with a global char*. [BUG: 5301] | ||||
* | see changes | hobbs | 2000-11-02 | 1 | -0/+8 |
| | |||||
* | makefile fixes for Win64 support | hobbs | 2000-11-02 | 2 | -22/+57 |
| | |||||
* | minor cast changes | hobbs | 2000-11-02 | 1 | -5/+5 |
| | |||||
* | * unix/tcl.m4: removed use of -lbsd and -ldl for AIX-5. | hobbs | 2000-11-02 | 2 | -44/+48 |
| | |||||
* | * tests/subst.test: added tests for non-zero return code handling | hobbs | 2000-11-01 | 2 | -20/+108 |
| | | | | | | by subst. * generic/tclParse.c (Tcl_EvalEx): corrected handling of non-zero, non-error return code cases for subst. [BUG: 119829] | ||||
* | * generic/tclVar.c (TclVarTraceExists): Corrected excessive mem | hobbs | 2000-11-01 | 1 | -18/+17 |
| | | | | | use when info exists was called on a non-existent array element. [BUG: 119213, 119336] | ||||
* | no message | davidg | 2000-10-31 | 1 | -0/+9 |
| | |||||
* | 2000-10-30 David Gravereaux <davygrvy@ajubasolutions.com> | davidg | 2000-10-31 | 5 | -29/+96 |
| | | | | | | | | | * win/configure.in: * win/Makefile.in: * win/makefile.vc: * win/tcl.rc: * win/tclsh.rc: Added logic to derive filenames better in the resource scripts based on compile options. | ||||
* | see changes | hobbs | 2000-10-31 | 1 | -0/+13 |
| | |||||
* | * unix/tclUnixInit.c: added default encoding map from | hobbs | 2000-10-31 | 1 | -1/+2 |
| | | | | "ja_JP.eucJP" to "euc-jp". (takahashi) | ||||
* | * unix/configure.in (SC_TCL_LINK_LIBS): removed code that was | hobbs | 2000-10-31 | 1 | -64/+1 |
| | | | | | commented out (it had been moved to tcl.m4's SC_TCL_LINK_LIBS already). | ||||
* | tests/clock.test: corrected clock-2.* test numbering | hobbs | 2000-10-31 | 1 | -3/+3 |
| | |||||
* | unix/tcl.m4: consolidated gettimeofday check for AIX. | hobbs | 2000-10-31 | 1 | -13/+6 |
| | |||||
* | * unix/configure.in: | hobbs | 2000-10-28 | 3 | -2/+43 |
| | | | | * unix/tcl.m4: added support for AIX-5. | ||||
* | * unix/tclUnixChan.c: updated channel types to strict | hobbs | 2000-10-28 | 1 | -31/+43 |
| | | | | | TCL_CHANNEL_VERSION_2 style to avoid compiler warnings. They work either way, but this avoids compiler warnings (that worries people). | ||||
* | * generic/tclIO.c (Tcl_NotifyChannel): removed #ifdef around code | hobbs | 2000-10-28 | 1 | -90/+18 |
| | | | | for old channel structures, placed preserve/release around statePtr | ||||
* | * library/tcltest1.0/tcltest.tcl: Removed a cd into the test | jenn | 2000-10-27 | 3 | -9/+10 |
| | | | | | | directory in runAllTests that screwed up the temporary directory setting, effectively preventing users from running tests on multiple platforms at the same time. | ||||
* | * generic/tclIO.c (CloseChannel): the statePtr for a channel was | hobbs | 2000-10-27 | 1 | -2/+5 |
| | | | | | not being freed when the last channel in a stack was freed, causing a mem leak. | ||||
* | no message | davidg | 2000-10-27 | 1 | -0/+6 |
| |