summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclCompCmds.c (TclCompileCatchCmd): returnMiguel Sofer2002-07-031-7/+2
* clearer error msgs for file linkvincentdarley2002-07-021-2/+2
* * tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test.dgp2002-07-011-2/+2
* * generic/tclCompile.h: modified the macro TclEmitPushMiguel Sofer2002-06-281-5/+8
* empty path name error msgsvincentdarley2002-06-261-1/+19
* Surface fix for bug #533364; TclGetIntForIndex no longer assumes an unshareddkf2002-06-251-4/+12
* Resynch...dkf2002-06-221-3/+3
* Bumped version number to b1 in preparation for release.dkf2002-06-211-5/+5
* LogSyntaxError() should reset the interpreter resultjenglish2002-06-212-2/+4
* tip99vincentdarley2002-06-215-20/+125
* fix for [Bug 571385]Miguel Sofer2002-06-201-9/+12
* * generic/tclExecute.c (TclCompEvalObj): clarified and simplified theMiguel Sofer2002-06-201-49/+39
* Added parens for claritydgp2002-06-202-5/+6
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): get the resultPtr againhobbs2002-06-191-1/+4
* generic/tclExecute.c (TEBC): removing unused "for(;;)" loop; improvedMiguel Sofer2002-06-191-2581/+2562
* * generic/tclExecute.c (TEBC): elimination of duplicated code in theMiguel Sofer2002-06-181-545/+416
* generic/tclExecute.c (TEBC, INST_DONE): small bug in the panic codeMiguel Sofer2002-06-181-1/+2
* Trims to support the removal of RESOURCE_INCLUDED from rcdavygrvy2002-06-181-11/+11
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-1710-166/+984
* generic/tcl.h: #ifdef logic for K&R C backwards compatibilityjenglish2002-06-171-78/+47
* a better algorithm for the previous bug fix.Miguel Sofer2002-06-171-29/+23
* [Bug 569438] in the processing of dollar variablesMiguel Sofer2002-06-161-12/+27
* bug in the consolidation of the INCR_..._STK instructionsMiguel Sofer2002-06-161-2/+3
* runtime peep-hole optimisation of variables (INST_STORE, INST_INCR)Miguel Sofer2002-06-141-10/+45
* runtime peep-hole optimisation of comparisons.Miguel Sofer2002-06-141-17/+43
* BC-engine: runtime peep-hole optimisation of INST_FOREACHMiguel Sofer2002-06-141-10/+21
* TIP#102 implementation: 'trace list' becomes 'trace info'dkf2002-06-141-15/+15
* consolidated code for the conditional branch instructions.Miguel Sofer2002-06-131-53/+34
* fixed the previous patch - wouldn't compile with TCL_COMPILE_DEBUG set.Miguel Sofer2002-06-131-13/+13
* TclExecuteByteCode: consolidated exception handling of INST_INVOKE,Miguel Sofer2002-06-131-201/+260
* consolidated opcodes in the bytecode engine, eliminating duplicatedMiguel Sofer2002-06-132-487/+217
* vfs, winfs testsuitevincentdarley2002-06-137-19/+93
* fixed [Bug 568123]Miguel Sofer2002-06-121-2/+2
* fs clarification and windows fixesvincentdarley2002-06-123-25/+58
* optimised read access to local variables created at run-timeMiguel Sofer2002-06-114-139/+14
* Fix for [info locals] bug #567386; added compile functions forMiguel Sofer2002-06-114-8/+188
* generic/tclExecute.c: optimised algorithm for exception range lookupMiguel Sofer2002-06-111-15/+24
* fs fixed commitvincentdarley2002-06-101-3/+3
* small fs fixesvincentdarley2002-06-101-11/+43
* Cleaned up inclusion of float.h; that's really tcl<platform>Port.h's jobdkf2002-06-071-25/+38
* * unix/tclUnixThrd.c (TclpReaddir, TclpLocaltime, TclpGmtime):das2002-06-061-1/+7
* * generic/tclFileName.c (TclGlob): mac specific fix todas2002-06-051-2/+12
* reverting an accidental modification in the last commit.Miguel Sofer2002-06-031-61/+1
* clarify the empty variable name issue ([Bug 549285])Miguel Sofer2002-06-031-1/+61
* * Removed internal routinedgp2002-05-312-63/+2
* cleanup in [expr] compilerMiguel Sofer2002-05-303-71/+3
* glob fixesvincentdarley2002-05-301-28/+62
* * unix/configure: regen'edhobbs2002-05-302-11/+11
* * generic/tclExecute.c (TclExecuteByteCode INST_STR_CMP):hobbs2002-05-302-15/+13
* * Removed "dummy" reference to Tcl_LinkVar.dgp2002-05-291-11/+1