summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclObj.c (TclAllocateFreeObjects): simplifiedhobbs2001-05-232-40/+29
* * unix/tcl.m4: added more common install directories in which tohobbs2001-05-232-2/+27
* removed unnecessary Tcl_DuplicateObj in generic/tclExecute.cMiguel Sofer2001-05-222-2/+6
* * tests/tcltest.test (tcltest-19.1): fixed failing test that washobbs2001-05-221-9/+14
* * tests/cmdMZ.test (cmdMZ-1.4): added notLinux constraint to testhobbs2001-05-211-2/+7
* * generic/tclRegexp.c (Tcl_RegExpExecObj): added use ofhobbs2001-05-211-3/+2
* * tests/httpd (httpdRespond): added response to timeout value inhobbs2001-05-211-0/+3
* tests/http.test: removed unused notLinux constraint settinghobbs2001-05-211-3/+1
* * Note that "tclbench" (see project "tcllib") was extended withandreas_kupries2001-05-194-26/+286
* * library/history.tcl (tcl::HistAdd): prevent empty calls fromhobbs2001-05-172-1/+10
* see ChangeLoghobbs2001-05-171-1/+58
* * tests/appendComp.test:hobbs2001-05-172-0/+909
* * tests/error.test: updated error-1.3 message to account forhobbs2001-05-172-16/+8
* * 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