summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* removed unnecessary inclusions of tclCompile.h [Patch 466823]Miguel Sofer2001-10-013-20/+11
* fs doc improvementvincentdarley2001-09-291-1/+8
* Added necessary casts to ClientData on a pair of calls to Tcl_PreserveKevin B Kenny2001-09-281-3/+3
* Fixed Bug #465674 reported by me. [lsort -index end-1] now behaves sensibly...dkf2001-09-281-11/+18
* * More CONST poisoningdgp2001-09-287-17/+21
* * Added Tcl_Preserve()dgp2001-09-281-2/+3
* * Updated APIs indgp2001-09-277-44/+33
* * The changes below fix [Bug #462317] where Expect tried to readandreas_kupries2001-09-272-17/+54
* * Vince Darley reports the 2001-09-24 TIP 27 changes left the windgp2001-09-273-7/+7
* * Updated APIs in generic/tclGet.cdgp2001-09-256-26/+26
* * generic/tclVar.c: removed comments referring to unused flag TCL_PARSE_PART1.Miguel Sofer2001-09-251-6/+4
* * Updated APIs indgp2001-09-248-46/+50
* * The change below fixes [Bug #464380]. The bug was reported byandreas_kupries2001-09-241-10/+11
* * generic/tclExecute.c (TclExecuteByteCode): correctedhobbs2001-09-211-1/+6
* * generic/tclCmdAH.c (Tcl_FormatObjCmd):hobbs2001-09-202-11/+25
* * generic/tclTest.c (TestcmdtokenCmd): corrected pointerhobbs2001-09-201-6/+6
* * generic/tclExecute.c (TclExecuteByteCode): fixed invalid usagehobbs2001-09-191-30/+39
* * generic/tclExecute.c (TclExecuteByteCode):hobbs2001-09-191-3/+3
* * generic/tclCompCmds.c (TclCompileStringCmd): INST_STR_MATCH -hobbs2001-09-191-15/+75
* insured that execution stack errors are also detected at abnormal returns.Miguel Sofer2001-09-191-12/+11
* TclNeedSpace is now UTF8-aware. (Bug #411825 from <arobert3434@users.sf.net>)dkf2001-09-191-6/+13
* * generic/tclIOCmd.c (Tcl_PutsObjCmd): Rewritten to have saner andandreas_kupries2001-09-191-31/+48
* * generic/tcl.h: removed forced #define USE_TCLALLOC 1 forhobbs2001-09-171-9/+1
* corrected small bug in [Patch 456668] - the varFramePtr was not restored in o...Miguel Sofer2001-09-171-1/+2
* Disabled all compile and execution tracing functionality in standardMiguel Sofer2001-09-174-19/+27
* * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): had to adjust fix fromhobbs2001-09-131-15/+27
* * generic/tclUtf.c (Tcl_UtfPrev): corrected to return the properhobbs2001-09-131-5/+3
* Patch for [TIP 56], [Bug: 219384] and [Bug: 455151]: deprecate the useMiguel Sofer2001-09-135-52/+117
* 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