summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tclListObj.c (Tcl_SetListObj): set objPtr->length = 0 inhobbs2001-04-041-1/+2
* give mklinks its own targethobbs2001-04-041-5/+8
* Typo in commentdgp2001-04-041-2/+2
* 2001-04-03 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-04-034-3/+73
* * README:hobbs2001-04-034-12/+12
* * win/configure:hobbs2001-04-033-2/+7
* * README:hobbs2001-04-026-126/+100
* * generic/tcl.h:hobbs2001-04-027-13/+13
* * generic/tclCkalloc.c (TclFinalizeMemorySubsystem): set curTagPtrhobbs2001-03-313-3/+13
* * generic/tclThreadTest.c (Tcl_ThreadObjCmd): cast fixeshobbs2001-03-311-3/+3
* * win/tclWinSock.c (SocketEventProc): Fixed race condition inhobbs2001-03-312-2/+9
* * generic/tclTest.c (TestChannelCmd): added cast to mollifyhobbs2001-03-311-2/+2