summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* refactored varname pushing code and some of the bytecode instructions dev_hobbs_branchhobbs2001-05-1510-780/+417
* updated tests to not break when someone has a C:/test directoryhobbs2001-05-151-4/+4
* corrected possible ABR problemhobbs2001-05-151-12/+11
* updated to TCL_CHANNEL_VERSION_2 spechobbs2001-05-151-11/+15
* corrected lappend case for non-existent var and list-sensitive data valuehobbs2001-05-123-37/+64
* new byte-compiled commands, Tcl_GetUnicodeFromObj and string comparison changeshobbs2001-05-1115-290/+2418
* rand() gets != seeds in != threads [Bug 416643]Miguel Sofer2001-05-072-2/+13
* * tools/tcltk-man2html.tcl: removed use of 'exec' for portabilityhobbs2001-05-042-108/+129
* fixed minor nroff bugshobbs2001-05-031-4/+4
* by chance '\n' started a line, looking like a commenthobbs2001-05-031-3/+3
* removed extraneous 'v' from dochobbs2001-05-031-2/+2
* * tests/tcltest.test: removed extraneous 'c' (doh!) [Bug: 414031]hobbs2001-05-031-2/+2
* Fix for Bug 420186dgp2001-05-035-9/+30
* Patch for bug #420507Miguel Sofer2001-05-033-3/+22
* * tools/genStubs.tcl: Add a package require of Tcl 8mdejong2001-05-022-1/+10
* Second attempt at committing the changes adding CONST qualifiers.Kevin B Kenny2001-04-271-1/+7
* Added several missing CONSTs in calls to TclGetNamespaceForQualNameKevin B Kenny2001-04-277-19/+28
* * unix/configure: Regen.mdejong2001-04-257-278/+300
* * unix/configure: Regen.mdejong2001-04-253-17/+20
* Woops, fix last checking of broken configure.mdejong2001-04-251-0/+6351
* * unix/Makefile.in: Use TCL_STUB_LIB_FILE instead of STUB_LIB_FILE.mdejong2001-04-254-6359/+10
* Got the encoding wrong; thanks to Richard Suchenwirth for pointing medkf2001-04-253-10/+20
* Added some ISO8859-15 (Latin-9 or Latin-1+Euro symbol) support.dkf2001-04-254-0/+224
* Added a bunch of missing CONST declarations to stop warnings aboutdkf2001-04-253-11/+21
* (TIP #27) Another round of CONST changes, thisKevin B Kenny2001-04-2416-124/+169
* Altered tclUnixTime.c in hopes of better K&R compatibility.Kevin B Kenny2001-04-102-3/+10
* Oops. Committed the wrong copy of the source with the last commit fiveKevin B Kenny2001-04-101-3/+3
* Fixed silly typo in calls to 'gmtime' and 'localtime'.Kevin B Kenny2001-04-102-3/+8
* Bug #219140: Added DYNAMIC_PATH to the shl_load flags.Kevin B Kenny2001-04-092-2/+9
* Changes to support re-entrant coding of gmtime and localtime.Kevin B Kenny2001-04-094-169/+371
* Recognise the non-numeric boolean literals (true,false,yes,no,on,off.)dkf2001-04-093-4/+70
* Fixed typo.dkf2001-04-091-2/+2
* Avoid panic when there are extra items in the tcl stackMiguel Sofer2001-04-073-4/+23
* corrected behaviour of [namespace code] (Bug #219385, Patch #403530)Miguel Sofer2001-04-071-0/+9
* Corrected behaviour of [namespace code] (bug #219385, patch #403530)Miguel Sofer2001-04-075-15/+30
* 2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-04-064-1/+146
* 2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-04-065-6/+29
* Modified processing of $::errorInfo by [unknown] when the auto-loaded commanddgp2001-04-063-19/+100
* Improved documentation on behaviour of read w.r.t. serial ports.dkf2001-04-062-15/+36
* Fixed problem with [string compare \x00 \x01] and hopefully sped thedkf2001-04-064-37/+128
* 2001-04-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-04-053-12/+13
* Fixed so tclCmdMZ.c will compile with K&R compilers [Patch #413844]dkf2001-04-052-3/+8
* Restore support for pre-ANSI compilers.dgp2001-04-042-2/+8
* 2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-04-044-1/+182
* * unix/configure:hobbs2001-04-043-183/+377
* 2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-04-043-10/+48
* fixed a typo in today's date.Kevin B Kenny2001-04-041-1/+1
* (TIP#27) Changed a number of Tcl API's to accept "CONST char*"Kevin B Kenny2001-04-0416-225/+262
* Corrected out of date commentdgp2001-04-041-3/+3
* change for tclListObj.chobbs2001-04-041-0/+6