| Commit message (Expand) | Author | Age | Files | Lines |
* | * README: | hobbs | 2001-04-02 | 6 | -126/+100 |
|
|
* | * generic/tcl.h: | hobbs | 2001-04-02 | 7 | -13/+13 |
|
|
* | * generic/tclCkalloc.c (TclFinalizeMemorySubsystem): set curTagPtr | hobbs | 2001-03-31 | 3 | -3/+13 |
|
|
* | * generic/tclThreadTest.c (Tcl_ThreadObjCmd): cast fixes | hobbs | 2001-03-31 | 1 | -3/+3 |
|
|
* | * win/tclWinSock.c (SocketEventProc): Fixed race condition in | hobbs | 2001-03-31 | 2 | -2/+9 |
|
|
* | * generic/tclTest.c (TestChannelCmd): added cast to mollify | hobbs | 2001-03-31 | 1 | -2/+2 |
|
|
* | see ChangeLog | hobbs | 2001-03-30 | 1 | -0/+9 |
|
|
* | * win/Makefile.in (install-libraries): removed extra \s that broke | hobbs | 2001-03-30 | 1 | -10/+10 |
|
|
* | * win/tcl.m4: added imm32.lib to LIBS_GUI for Tk IME support. | hobbs | 2001-03-30 | 1 | -1/+1 |
|
|
* | 2001-03-30 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-03-30 | 10 | -22/+142 |
|
|
* | doc fixes | hobbs | 2001-03-30 | 1 | -0/+4 |
|
|
* | * doc/tcltest.n: corrected incorrect macro usage. | hobbs | 2001-03-30 | 1 | -46/+47 |
|
|
* | * doc/lsort.n: corrected unbalanced nroff macros. | hobbs | 2001-03-30 | 1 | -3/+2 |
|
|
* | * tests/interp.test: Print out warning when | mdejong | 2001-03-29 | 2 | -2/+30 |
|
|
* | * unix/tclUnixPipe.c (TclpCreateTempFile): prevent potential race | hobbs | 2001-03-29 | 2 | -3/+12 |
|
|
* | see ChangeLog | hobbs | 2001-03-29 | 1 | -0/+10 |
|
|
* | * unix/configure: | hobbs | 2001-03-29 | 2 | -31/+53 |
|
|
* | * unix/tclUnixThrd.c (Tcl_ConditionWait): fixed handling of | hobbs | 2001-03-29 | 1 | -2/+11 |
|
|
* | Added notes to clarify behaviour of [lsort] and many examples. | dkf | 2001-03-29 | 2 | -2/+88 |
|
|
* | see changes | hobbs | 2001-03-28 | 1 | -0/+9 |
|
|
* | * tests/regexp.test (regexp-19.1): | hobbs | 2001-03-28 | 2 | -18/+9 |
|
|
* | * doc/Alloc.3: corrected docs to note that Tcl_Attempt* return | hobbs | 2001-03-28 | 1 | -3/+3 |
|
|
* | Correction to patch from 2001-01-18 | dgp | 2001-03-26 | 2 | -3/+8 |
|
|
* | Removed tclWinTCharEncoding (static variable in win/tclWin32Dll.c) | dkf | 2001-03-26 | 2 | -2/+6 |
|
|
* | see changes | hobbs | 2001-03-24 | 1 | -0/+8 |
|
|
* | * generic/tclNamesp.c (Tcl_Import): Correctly freed a DString. | hobbs | 2001-03-24 | 1 | -1/+3 |
|
|
* | * generic/tclVar.c (Tcl_ArrayObjCmd): Corrected retrieval of | hobbs | 2001-03-24 | 1 | -2/+9 |
|
|
* | Error behaviour of [unset] was changed to agree with documentation, so | dkf | 2001-03-15 | 2 | -14/+9 |
|
|
* | * library/package.tcl (pkg_mkIndex): Added patch from Vince | dgp | 2001-03-14 | 2 | -1/+27 |
|
|
* | Improved documentation for [info hostname]. | dkf | 2001-03-13 | 2 | -1/+15 |
|
|
* | Made [unset] command behave as documented when no arguments present. | dkf | 2001-03-13 | 2 | -2/+11 |
|
|
* | A missing return was causing memory corruption in [string map]. | dkf | 2001-03-13 | 2 | -1/+5 |
|
|
* | Added some casts to ClientData that are apparently needed on some | dkf | 2001-03-13 | 2 | -5/+11 |
|
|
* | Fixed some string test numberings and added a test. | dkf | 2001-03-12 | 2 | -3/+12 |
|
|
* | Added SF bug/patch numbers to recent log messages. | dgp | 2001-03-06 | 1 | -1/+2 |
|
|
* | Fixed two faults with [unset -nocomplain]; one with a possible overrun | dkf | 2001-03-06 | 4 | -18/+34 |
|
|
* | Fixed bug that could leave saved data for [info level] pointing into | dkf | 2001-03-02 | 2 | -10/+41 |
|
|
* | Corrected earlier missing change log entry for 'clock' documentation. | Kevin B Kenny | 2001-02-25 | 1 | -0/+6 |
|
|
* | Added test in execute.test for evaluation of an expression in a | Miguel Sofer | 2001-02-23 | 1 | -0/+4 |
|
|
* | *** empty log message *** | Miguel Sofer | 2001-02-23 | 1 | -0/+6 |
|
|
* | added test for evaluation of an expression in a variable; evals once | Miguel Sofer | 2001-02-23 | 1 | -1/+7 |
|
|
* | Updated documentation to reflect the addition of compat/strftime.c, | Kevin B Kenny | 2001-02-18 | 1 | -27/+85 |
|
|
* | [split $string ""] now shares character strings in the resulting list, | dkf | 2001-02-16 | 2 | -2/+30 |
|
|
* | Spelling fix. | dgp | 2001-02-02 | 1 | -2/+2 |
|
|
* | D'oh! The checkbook problem! It's 200*1* now, you fool! | dgp | 2001-02-01 | 1 | -3/+3 |
|
|
* | 2000-01-31 Don Porter <dgp@users.sourceforge.net> | dgp | 2001-01-31 | 2 | -3/+7 |
|
|
* | 2000-01-30 Don Porter <dgp@users.sourceforge.net> | dgp | 2001-01-30 | 2 | -11/+23 |
|
|
* | Clarified last log entry. | dgp | 2001-01-19 | 1 | -1/+2 |
|
|
* | 2000-01-18 Andreas Kupries <a.kupries@westend.com> | andreas_kupries | 2001-01-18 | 9 | -67/+98 |
|
|
* | Added missing nroff directive. | dkf | 2001-01-16 | 1 | -1/+2 |
|
|