summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* reserved a stub slot for [TIP 56]Miguel Sofer2001-09-121-3/+7
* * generic/tclEvent.c (TclInExit): Corrected handling of tsd inhobbs2001-09-111-3/+7
* * tests/stack.test:hobbs2001-09-111-4/+17
* * Removeddgp2001-09-101-3/+5
* * generic/tclInt.decls: Also added 'TclWinFlushDirtyChannels' toandreas_kupries2001-09-103-3/+17
* Bytecompiling noops [FQ #451441]Miguel Sofer2001-09-101-1/+105
* * generic/tcl.h:davygrvy2001-09-092-4/+4
* channel-copy-fixvincentdarley2001-09-083-21/+23
* fsvincentdarley2001-09-065-28/+93
* * generic/tclAlloc.c: Small Borland compatibility fix.davygrvy2001-09-061-2/+2
* Changes due to TIP#49 "Tcl_OutputBuffered" from Rolf Schroedterdkf2001-09-064-50/+64
* * generic/tclPlatDecls.h: Another small trim finalizing Borland support.davygrvy2001-09-061-13/+13
* * generic/tclPlatDecls.h: Another small trim finalizing Borland support.davygrvy2001-09-061-13/+14
* * generic/tcl.h: Removed a small mistake from before. Changes todavygrvy2001-09-051-11/+11
* * generic/tcl.h:davygrvy2001-09-051-3/+7
* * generic/tcl.h: Borland compatibility change so ClientData wasdavygrvy2001-09-051-2/+2
* made [proc] check that formal args have simple names [Bug: 458548]Miguel Sofer2001-09-041-1/+9
* minor fs, vfs fixesvincentdarley2001-09-0410-252/+520
* fixed incorrect opreands for INST_LIST [Bug: 458241]Miguel Sofer2001-09-041-2/+2
* * generic/tclExecute.c (TclExecuteByteCode): fixed missing commahobbs2001-09-031-2/+2
* * generic/tcl.h: added TclCompileListCmd headerhobbs2001-09-014-7/+109
* * tests/compile.test: added compile-11.* interp result checkshobbs2001-08-311-1/+6
* * generic/tclIndexObj.c: fixed some casting problems that upsethobbs2001-08-301-5/+5
* * Silence warning from Sun compiler. [Bug 454374]dgp2001-08-301-2/+2
* allow cached fully-qualified command names to be usable from differentMiguel Sofer2001-08-301-1/+19
* filesystemvincentdarley2001-08-3010-557/+287
* * generic/tclAsync.c:davygrvy2001-08-303-5/+32
* * generic/tclCompCmds.c (TclPushVarName): noted 'static' defn.hobbs2001-08-281-2/+2
* * tests/stringComp.test: added string-1.3hobbs2001-08-251-2/+3
* corrected minor compiler warningshobbs2001-08-232-21/+14
* fs updatevincentdarley2001-08-2312-585/+1391
* Fixed annoying fault in [binary format] on 64-bit architectures.dkf2001-08-231-3/+3
* Fixed overagressive compilation of [catch], [Bug #219184]Miguel Sofer2001-08-221-4/+21
* use MAX_NESTING_DEPTH as default nesting depth for interps [Bug: 232564]Miguel Sofer2001-08-141-2/+2
* vfs-related fixesvincentdarley2001-08-112-4/+18
* insure that [array] traces work for undefined vars [bug: 449094]Miguel Sofer2001-08-101-8/+14
* Bumped up patchlevel to 8.4a4 to distinguishdgp2001-08-081-3/+3
* * generic/tclFileName.c (Tcl_FSSplitPath): update to Tcl stylehobbs2001-08-072-34/+33
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd, Tcl_RegsubObjCmd):hobbs2001-08-071-12/+18
* 2001-08-06 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-08-061-4/+6
* * [package forget] now forgets all of thedgp2001-08-061-2/+2
* * generic/tclIOUtil.c (Tcl_FSMatchInDirectory): correctedhobbs2001-08-021-21/+23
* * generic/tclPlatDecls.h:mdejong2001-08-021-25/+7
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-3121-1029/+5842
* * generic/tclPlatDecls.h: Define TCHAR by includingmdejong2001-07-191-7/+25
* 2001-07-18 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-07-181-1/+25
* 2001-07-17 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-07-171-2/+16
* * generic/tcl.h: Define __WIN32__ whenmdejong2001-07-172-5/+7
* * generic/tclCmdMZ.c: Removed extra copy of the SCAN_* macroshobbs2001-07-161-17/+1
* TIP#36 implementation. Also includes cleanup for subst optiondkf2001-07-125-76/+167