summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* updated some comments msofer_bcEngineMiguel Sofer2001-07-133-3/+46
* small changes in tclExecute.cMiguel Sofer2001-07-131-65/+67
* change from HEADMiguel Sofer2001-06-021-3/+3
* removed Tcl_DuplicateObj from INST_DUPMiguel Sofer2001-05-221-2/+2
* regrouping instructionsMiguel Sofer2001-05-191-90/+26
* Update to head -> S4-0-2Miguel Sofer2001-05-1922-671/+1689
* Insure that [::unknown] is always called [Patch #421166, Bug #420507]Miguel Sofer2001-05-031-2/+2
* better commentsMiguel Sofer2001-04-302-30/+15
* revert stupid mistake in tclExecute.cMiguel Sofer2001-04-301-2/+1
* cleanup of tclExecute.hMiguel Sofer2001-04-302-45/+33
* Small bugfixes in the MSVC versionMiguel Sofer2001-04-272-4/+4
* Improved comments/instructionsMiguel Sofer2001-04-111-2/+9
* First CVS version of the S4 engine (slight updates & bugfixes fromMiguel Sofer2001-04-111-0/+5071
* minor changes to fix [set tcl_traceExec 3] possibilityMiguel Sofer2001-04-111-6/+6
* Added compilation flag TCL_BYTECODE_OPCODES_OK for use in the newMiguel Sofer2001-04-111-1/+3
* Slight modifications for the new engine in branch msofer-bcEngine;Miguel Sofer2001-04-111-4/+22
* Added for the branch msofer-bcEngine; contains compiler-dependent Miguel Sofer2001-04-112-5359/+221
* Corrected behaviour of [namespace code] (bug #219385, patch #403530)Miguel Sofer2001-04-071-4/+8
* Fixed problem with [string compare \x00 \x01] and hopefully sped thedkf2001-04-062-34/+108
* Fixed so tclCmdMZ.c will compile with K&R compilers [Patch #413844]dkf2001-04-051-3/+3
* Restore support for pre-ANSI compilers.dgp2001-04-041-2/+3
* 2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-04-041-1/+39
* (TIP#27) Changed a number of Tcl API's to accept "CONST char*"Kevin B Kenny2001-04-0410-207/+224
* * generic/tclListObj.c (Tcl_SetListObj): set objPtr->length = 0 inhobbs2001-04-041-1/+2
* Typo in commentdgp2001-04-041-2/+2
* * generic/tcl.h:hobbs2001-04-021-3/+3
* * generic/tclCkalloc.c (TclFinalizeMemorySubsystem): set curTagPtrhobbs2001-03-312-3/+5
* * generic/tclThreadTest.c (Tcl_ThreadObjCmd): cast fixeshobbs2001-03-311-3/+3
* * generic/tclTest.c (TestChannelCmd): added cast to mollifyhobbs2001-03-311-2/+2
* 2001-03-30 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-03-306-6/+74
* * tests/regexp.test (regexp-19.1):hobbs2001-03-281-3/+4
* Correction to patch from 2001-01-18dgp2001-03-261-3/+3
* * generic/tclNamesp.c (Tcl_Import): Correctly freed a DString.hobbs2001-03-241-1/+3
* * generic/tclVar.c (Tcl_ArrayObjCmd): Corrected retrieval ofhobbs2001-03-241-2/+9
* Made [unset] command behave as documented when no arguments present.dkf2001-03-131-2/+8
* A missing return was causing memory corruption in [string map].dkf2001-03-131-1/+2
* Added some casts to ClientData that are apparently needed on somedkf2001-03-131-5/+5
* Fixed two faults with [unset -nocomplain]; one with a possible overrundkf2001-03-061-11/+17
* Fixed bug that could leave saved data for [info level] pointing intodkf2001-03-021-10/+34
* [split $string ""] now shares character strings in the resulting list,dkf2001-02-161-2/+21
* 2000-01-30 Don Porter <dgp@users.sourceforge.net>dgp2001-01-301-11/+14
* 2000-01-18 Andreas Kupries <a.kupries@westend.com>andreas_kupries2001-01-186-21/+25
* 2000-12-14 Don Porter <dgp@users.sourceforge.net>dgp2000-12-141-21/+33
* * docs/scan.n:hobbs2000-12-101-3/+3
* * docs/scan.n:hobbs2000-12-101-10/+12
* Fixing bug #119417 using patch #102496.andreas_kupries2000-12-081-10/+26
* * generic/tcl.h (attemptckalloc): Fixed typo for #define ofericm2000-12-082-3/+124
* * generic/tcl.h: added note about need to updatedhobbs2000-12-071-2/+3
* Logical negation "!" can now handle string booleans, provided thosedkf2000-11-241-1/+7
* Now correctly test for (and fix) Bug #119082.dkf2000-11-243-10/+78