summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed typo and compiler warning in last commit; all tests now pass on unixvincentdarley2002-03-243-5/+5
* * Allow non-proc commands to be useddgp2002-03-242-6/+11
* fs testsvincentdarley2002-03-241-1/+3
* fs testsvincentdarley2002-03-241-1/+1
* 4 fs fixesvincentdarley2002-03-2419-791/+1348
* adding test for [Bug 533758], fixed earlier today.Miguel Sofer2002-03-232-3/+30
* win/tclWinInt.h: moved undef of TCL_STORAGE_CLASS. [Bug #478579]hobbs2002-03-222-3/+7
* fixed the errorInfo for return codes other than (TCL_OK, TCL_ERROR) toMiguel Sofer2002-03-223-66/+28
* * doc/expr.n: Improved documentation for ceil and floor [Bug 350535]dkf2002-03-212-3/+9
* Added Patch numberdgp2002-03-201-0/+1
* * Updated interfaces of generic/tclVar.c accordingdgp2002-03-2015-80/+108
* Fixed buffer overrun reported in 530320; luckily it is not likely todkf2002-03-153-4/+18
* * win/configure: Regen.mdejong2002-03-156-30/+306
* * win/tclWinFCmd.c (DoRenameFile, DoCopyFile): Handlemdejong2002-03-142-3/+12
* * win/tclWinFCmd.c (DoRenameFile, DoCopyFile, DoDeleteFile,mdejong2002-03-122-59/+42
* * Bumped tcltest to 2.0.2dgp2002-03-113-3/+8
* * library/tcltest/tcltest.tcl (getMatchingFiles): Passmdejong2002-03-112-3/+10
* * generic/tclEncoding.c: Fix typo in comment.mdejong2002-03-113-18/+29
* Formatting error in .AP macrodgp2002-03-091-2/+2
* * win/README: Update to indicate that Mingw 1.1 ismdejong2002-03-092-13/+36
* (DoCopyFile): correctly set retval to TCL_OKhobbs2002-03-082-2/+6
* * win/tclWin32Dll.c (TclpCheckStackSpace):mdejong2002-03-083-14/+42
* * Added the [interp recursionlimit] command todgp2002-03-075-79/+662
* Bumped patchlevel; might need changing in the future, but it makes lifedkf2002-03-068-14/+22
* tclInt.h: restoring correct operation ordering in TclDecrRefCountMiguel Sofer2002-03-062-13/+19
* TIP#81 implementation, tests and docsdkf2002-03-064-169/+399
* adjust 8.4a4 release tagcore_8_4_a4hobbs2002-03-051-1/+13
* * unix/tclUnixChan.c: initial remedy for [Bug #525783] flushhobbs2002-03-051-4/+23
* fixed URL refshobbs2002-03-052-5/+5
* added --enable-langinfo dochobbs2002-03-051-1/+6
* Also added the MSVC++ project files to dist target. I prefer not to use them,davygrvy2002-03-051-1/+3
* Added win/rules.vc and win/coffbase.txt to dist target needed by makefile.vcdavygrvy2002-03-051-1/+6
* Removed out-of-date reference to patches.dgp2002-03-051-10/+8
* 8.4a4 tagged for releasehobbs2002-03-041-0/+11
* updated to use www.tcl.tk URLhobbs2002-03-045-27/+27
* added older ChangeLogs to dist targethobbs2002-03-041-2/+3
* update for 8.4a4 docshobbs2002-03-041-0/+10
* updated changeshobbs2002-03-041-23/+32
* * tests/io.test:hobbs2002-03-044-23/+82
* corrected iso2022 return encoding escapehobbs2002-03-021-2/+2
* * tests/encoding.test: added encoding-23.* testshobbs2002-03-023-24/+100
* * library/encoding/iso2022-jp.enc:hobbs2002-03-024-8/+4
* updated changes file for 8.4a4 releasedgp2002-03-011-2/+30
* see ChangeLoghobbs2002-03-011-0/+11
* couple extra testshobbs2002-03-011-1/+11
* * generic/tclCmdMZ.c (TraceCommandProc): ensure that TraceCommandInfohobbs2002-03-011-2/+6
* * generic/tclBasic.c (Tcl_CreateObjTrace): set tracePtr->flags correc...hobbs2002-03-011-1/+2
* * generic/tclTimer.c (TimerExitProc): remove remaining events inhobbs2002-03-011-2/+14
* generic/tclNamesp.c: optimisation of namespace lookups [Patch 458872]Miguel Sofer2002-02-282-6/+32
* Replaced a few direct stack accesses with the POP_OBJECT() macro [Bug 507181]Miguel Sofer2002-02-282-15/+18