| Commit message (Expand) | Author | Age | Files | Lines |
* | * tests/parseOld.test: changed some tests that required | hobbs | 2001-08-02 | 1 | -66/+67 |
|
|
* | * library/http/http.tcl (http::mapReply): the regsub'ing of \n and | hobbs | 2001-08-02 | 1 | -4/+2 |
|
|
* | New documentation for TIP#17 | vincentdarley | 2001-07-31 | 1 | -0/+1195 |
|
|
* | Changes from TIP#17 "Redo Tcl's filesystem" | vincentdarley | 2001-07-31 | 53 | -2364/+8636 |
|
|
* | * win/tclWinThrd.c (Tcl_CreateThread): Close Windows | mdejong | 2001-07-24 | 2 | -5/+13 |
|
|
* | * Corrected documentation and usage message of [pkg_mkIndex]. | dgp | 2001-07-21 | 3 | -4/+14 |
|
|
* | * generic/tclPlatDecls.h: Define TCHAR by including | mdejong | 2001-07-19 | 4 | -30/+38 |
|
|
* | 2001-07-18 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-07-18 | 2 | -1/+32 |
|
|
* | * win/tclWinFile.c (TclpReadlink): Add Cygwin specific definition | mdejong | 2001-07-17 | 2 | -1/+52 |
|
|
* | 427196: Extended the testsuite. | andreas_kupries | 2001-07-17 | 1 | -2/+12 |
|
|
* | * win/tclWinPort.h: Add Cygwin specific defines for environ | mdejong | 2001-07-17 | 2 | -1/+13 |
|
|
* | 2001-07-17 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-07-17 | 2 | -2/+26 |
|
|
* | * generic/tcl.h: Define __WIN32__ when | mdejong | 2001-07-17 | 3 | -5/+15 |
|
|
* | * win/tclWinPipe.c (PipeClose2Proc): constrained the mutex lock to | hobbs | 2001-07-17 | 2 | -17/+19 |
|
|
* | fix date in ChangeLog entry | mdejong | 2001-07-16 | 1 | -1/+1 |
|
|
* | * win/tclWinConsole.c: | mdejong | 2001-07-16 | 6 | -11/+16 |
|
|
* | * generic/tclCmdMZ.c: Removed extra copy of the SCAN_* macros | hobbs | 2001-07-16 | 2 | -17/+6 |
|
|
* | typo fix | dgp | 2001-07-12 | 1 | -2/+2 |
|
|
* | Got test unixInit-2.8 to stop wiping out parts of my debug installation by | dkf | 2001-07-12 | 2 | -2/+9 |
|
|
* | TIP#36 implementation. Also includes cleanup for subst option | dkf | 2001-07-12 | 10 | -90/+309 |
|
|
* | * unix/Makefile.in: Add AR variable for use in STLIB_LD. | mdejong | 2001-07-11 | 7 | -65/+119 |
|
|
* | * win/configure: Regen. | mdejong | 2001-07-06 | 3 | -14/+36 |
|
|
* | Added leading zero to file modes passed to [testchmod] to work around | dkf | 2001-07-06 | 2 | -6/+12 |
|
|
* | * win/Makefile.in: Subst DEPARG directly instead | mdejong | 2001-07-06 | 5 | -39/+65 |
|
|
* | updated READMEs with purls | uid38172 | 2001-07-05 | 6 | -39/+53 |
|
|
* | * tests/var.test: | hobbs | 2001-07-04 | 3 | -2/+19 |
|
|
* | * win/Makefile.in: Remove PATHTYPE variable. | mdejong | 2001-07-04 | 5 | -46/+64 |
|
|
* | * tests/append.test: | hobbs | 2001-07-03 | 3 | -31/+203 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): added TCL_TRACE_READS | hobbs | 2001-07-03 | 1 | -15/+9 |
|
|
* | * generic/tclVar.c (Tcl_GetVar2Ex): added ability to recognize | hobbs | 2001-07-03 | 1 | -17/+64 |
|
|
* | * tests/clock.test (clock-2.5): Adjust test so that it passes | mdejong | 2001-07-03 | 2 | -3/+8 |
|
|
* | * win/tcl.m4 (SC_CONFIG_CFLAGS): Don't pass the v flag | mdejong | 2001-07-03 | 3 | -2/+7 |
|
|
* | * tests/unixInit.test (unixInit-2.8): Changed test back to using | dgp | 2001-07-03 | 2 | -5/+43 |
|
|
* | Fix for Bug #438070 I believe; for various reasons, testing on the | dkf | 2001-07-03 | 2 | -17/+36 |
|
|
* | * tests/util.test: added util-4.6 | hobbs | 2001-07-03 | 3 | -6/+16 |
|
|
* | * tests/unixInit.test (unixInit-2.8): Corrected test for all | dgp | 2001-07-02 | 4 | -5/+60 |
|
|
* | Correction to faulty patch for bug #231259 | Miguel Sofer | 2001-06-28 | 2 | -2/+6 |
|
|
* | Removed requirement for local echo service; thanks Jeff for pointing | dkf | 2001-06-28 | 2 | -9/+40 |
|
|
* | * generic/tclInt.h: | hobbs | 2001-06-28 | 4 | -5/+66 |
|
|
* | * tests/subst.test: | hobbs | 2001-06-28 | 2 | -7/+23 |
|
|
* | * library/encoding/koi8-u.enc: added koi8-u (Ukranian variant) | hobbs | 2001-06-28 | 1 | -0/+20 |
|
|
* | * generic/tclCmdIL.c (InfoProcsCmd): fixed potential mem leak in | hobbs | 2001-06-28 | 1 | -9/+9 |
|
|
* | * generic/tclCompCmds.c (TclCompileStringCmd): fixed mem leak when | hobbs | 2001-06-28 | 1 | -1/+2 |
|
|
* | * doc/interp.n: | hobbs | 2001-06-27 | 3 | -19/+57 |
|
|
* | * tests/event.test (event-11.5): Removed hard-coded port number | dkf | 2001-06-27 | 2 | -3/+8 |
|
|
* | * unix/Makefile.in: | mdejong | 2001-06-27 | 3 | -2/+24 |
|
|
* | * win/Makefile.in: Use : to separate VPATH entries. This | mdejong | 2001-06-27 | 5 | -24/+24 |
|
|
* | * unix/configure: Regen. | mdejong | 2001-06-26 | 5 | -7/+15 |
|
|
* | * unix/configure: Regen. | mdejong | 2001-06-26 | 5 | -339/+372 |
|
|
* | * win/configure: Regen. | mdejong | 2001-06-26 | 4 | -30/+32 |
|
|