summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: added new CompileProc invocations to basichobbs2001-05-179-650/+1471
* generic/tclCmdMZ.c: made use of new Tcl_GetUnicodeFromObjhobbs2001-05-171-62/+60
* Sometimes I'm *so* stupid...dkf2001-05-161-0/+4
* Oops! Put it in the wrong source tree...dkf2001-05-161-95/+0
* * generic/tcl.decls:hobbs2001-05-154-4/+76
* * generic/tclFileName.c (ExtractWinRoot): corrected ABR errorhobbs2001-05-151-12/+11
* * tests/fileName.test: corrected tests not to fail on win when ahobbs2001-05-151-4/+4
* * unix/tclUnixPipe.c: updated pipeChannelType tohobbs2001-05-151-11/+15
* Error in date of today's commits (doh!)Miguel Sofer2001-05-151-2/+2
* [Patch: 423617]Miguel Sofer2001-05-152-1/+8
* Patch from [Bug: 231259]Miguel Sofer2001-05-154-8/+43
* Added some documentation for the console command.dkf2001-05-152-0/+102
* Negative start index to [string first] caused offset return value (Bug 423581)dkf2001-05-143-2/+19
* * unix/Makefile.in: Add a LDFLAGS variable to themdejong2001-05-118-68/+85
* 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