summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* bugfix to the bugfix to the new [for] compiled codeMiguel Sofer2002-02-261-3/+5
* revert accidental commit of tclAlloc.c to r1.11hobbs2002-02-261-946/+2
* * generic/tclHash.c (AllocArrayEntry, AllocStringEntry):hobbs2002-02-262-7/+957
* avoiding a buffer overrun in [subst]; restoring tcl7.6 behaviour [Bug #495207]Miguel Sofer2002-02-251-4/+24
* Added clarification comment.dkf2002-02-251-1/+4
* fixing a bug in last tclCompCmds.c patch, in the code for [for] and [while].Miguel Sofer2002-02-251-21/+25
* * generic/tclInt.h:dgp2002-02-223-23/+68
* Optimising [if], [for] and [while] for constant conditionsMiguel Sofer2002-02-221-193/+273
* Added TIP#76 implementation, docs + tests.dkf2002-02-221-11/+19
* typo correction in latest changedgp2002-02-211-2/+2
* Improving 'long long' detection...dkf2002-02-211-6/+11
* * generic/tcl.decls (Tcl_RegExpRange,Tcl_GetIndexFromObjStruct):dgp2002-02-203-18/+13
* Made tcl.h better at guessing what is going on with 64-bit types whendkf2002-02-201-4/+8
* Fixed behaviour of [format] on 64-bit platforms by defining it to work withdkf2002-02-191-13/+16
* * generic/tclIndexObj.c (STRING_AT): removed ptrdiff_t cast andhobbs2002-02-161-14/+2
* Further changes to the TIP 72 patch to make it compile under VC++Kevin B Kenny2002-02-154-8/+43
* * tclExecute.c:andreas_kupries2002-02-153-6/+10
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-1531-1254/+3092
* * generic/tclIOCmd.c (Tcl_GetsObjCmd): Trivial fix for bugandreas_kupries2002-02-141-4/+2
* Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken andKevin B Kenny2002-02-107-93/+517
* * generic/tclScan.c (Tcl_ScanObjCmd): prevented ckfree beinghobbs2002-02-081-2/+4
* * Partial TIP 27 rollback. Following routinesdgp2002-02-0811-60/+58
* * tests/scan.test:hobbs2002-02-071-1/+8
* * generic/tclCompCmds.c (TclCompileRegexpCmd): made early checkhobbs2002-02-071-6/+31
* * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): added special case tohobbs2002-02-071-42/+137
* generic/regc_locale.c (casecmp): slight performance improvementhobbs2002-02-071-9/+5
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): handle quirky about casehobbs2002-02-021-8/+12
* tclTest.c fixvincentdarley2002-02-011-2/+2
* * For each interface identified in thedgp2002-01-314-39/+45
* * tests/regexpComp.test:hobbs2002-01-301-29/+64
* * tests/regexpComp.test (new):hobbs2002-01-293-24/+139
* * generic/tclExecute.c (TclExecuteByteCode:INST_LIST): correcthobbs2002-01-291-3/+3
* * generic/tclPlatDecls.h: Added preprocessor logic to force adavygrvy2002-01-281-4/+6
* * generic/tclInt.decls:das2002-01-272-5/+5
* * Sought out and eliminated instances of CONST-casting that are nodgp2002-01-268-21/+21
* Make -eofchar and -translation options read only formdejong2002-01-251-3/+11
* * [Patch 501006] Updated APIs in generic/tclResolve.cdgp2002-01-254-37/+37
* * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27).dgp2002-01-258-33/+36
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-2533-276/+278
* * Corrected tilde-substitutiondgp2002-01-251-6/+26
* * Updated socket interfaces according to TIP 27. Updated callers.dgp2002-01-233-19/+20
* TclpLoadFile() didn't match proto of typedef Tcl_FSLoadFileProc. [Patch #502...davygrvy2002-01-211-2/+3
* * Converted declarations of TestReport file systemdgp2002-01-211-23/+47
* * generic/tclIO.c (WriteChars): Fix for SF #506297, reported byandreas_kupries2002-01-211-1/+19
* * Updated APIs in generic/tclCmdMZ.c according to the guidelinesdgp2002-01-213-20/+20
* * generic/tclThreadTest.c:das2002-01-181-2/+2
* * generic/tclIOCmd.c (Tcl_GetsObjCmd): Fixed bug #504642 asandreas_kupries2002-01-171-11/+4
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-1723-107/+117
* * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c accordingdgp2002-01-1710-81/+84
* * Updated APIs in generic/tclParse.c according to the guidelinesdgp2002-01-174-10/+11