summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclInt.h (tclOriginalNotifier):dgp2003-03-216-13/+55
* * generic/tclInt.h: Removed definition of ParseValue struct thatdgp2003-03-202-32/+6
* * generic/tclCompile.c:Miguel Sofer2003-03-193-3/+27
* * doc/Eval.3 (Tcl_EvalObjEx): Corrected CONST anddgp2003-03-193-8/+16
* revised latest registry test commitdgp2003-03-191-10/+4
* * tests/registry.test: Changed the conditionals to avoid an Kevin B Kenny2003-03-192-8/+16
* * tools/tcltk-man2html.tcl: added support for building 'make html'das2003-03-182-19/+16
* Fixes for three filesystem problemsvincentdarley2003-03-184-5/+27
* Fixed docbug in lsearch and lsort for -ascii opt, which operates on Unicodedkf2003-03-173-5/+14
* Made format less keen on converting numeric types. [Bug #699060]dkf2003-03-143-10/+52
* Backport of fix for 698146 to remove assumption that time_t is a long...dkf2003-03-142-7/+12
* * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifierdkf2003-03-143-150/+170
* Backed the version to 8.4 on the 8.4 branch. Kevin B Kenny2003-03-132-2/+7
* * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENTdgp2003-03-123-7/+11
* * generic/tclCmdMZ.c (Tcl_SubstObj): Corrected and added test fordgp2003-03-123-20/+25
* correct latest entrydgp2003-03-121-3/+4
* * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected optiondgp2003-03-123-4/+15
* Added two missing uses of $(DBGX) so that tclpip8x.dll loads without Kevin B Kenny2003-03-112-4/+9
* * doc/tcltest.n: Added missing "-body" to example. Thanks todgp2003-03-083-4/+13
* * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to dgp2003-03-063-6/+49
* Mac OS Classic specific fixes:core_8_4_2das2003-03-036-34/+125
* mark Mar 3 date for 8.4.2hobbs2003-03-032-2/+6
* Corrected a Makefile.vc bug introduced by the change of DBGX from Kevin B Kenny2003-03-031-3/+11
* Corrected a Makefile.vc bug introduced by the change of DBGX from Kevin B Kenny2003-03-031-0/+4
* note bump in dde versiondgp2003-03-031-1/+2
* * library/dde/pkgIndex.tcl: dde bumped to version 1.2.1 fordgp2003-03-036-9/+19
* * win/configure:hobbs2003-03-014-9/+16
* Added a couple more change lines, and fixed one date.Kevin B Kenny2003-02-281-2/+8
* updated changes file for Tcl 8.4.2 releasedgp2003-02-282-4/+85
* file documentation fixvincentdarley2003-02-282-2/+6
* see ChangeLoghobbs2003-02-271-7/+15
* * generic/tclIOUtil.c (MakeFsPathFromRelative): removed dead codehobbs2003-02-271-6/+2
* * tests/winTime.test: added note about PCI hardware dependencyhobbs2003-02-271-1/+3
* Stop [lsearch -start 0 {} x] from crashing. [Bug #694232]dkf2003-02-273-4/+15
* Fixed a bug in TclpSetVeriables: initialize dwUserNameLen to avoid crash in c...chengyemao2003-02-271-0/+7
* Fixed a bug in TclpSetVeriables: initialize dwUserNameLen to avoid crash in c...chengyemao2003-02-271-2/+2
* * generic/tclCmdMZ.c (TraceCommandProc): Fix mem leak whenhobbs2003-02-272-2/+13
* * doc/pkgMkIndex.n: Modified [pkg_mkIndex] to use -nocase matchingdgp2003-02-253-4/+12
* * tests/pid.test: See below [Bug #678412].andreas_kupries2003-02-253-12/+16
* * tests/execute.test: cleaning up testobj's at the end, to avoidMiguel Sofer2003-02-252-1/+10
* Fix for Bug #571002vasiljevic2003-02-222-2/+12
* fixed typodas2003-02-221-1/+1
* Stopped sign-bit propagation in [binary scan] of wide values. [Bug #690774]dkf2003-02-213-21/+35
* * mac/tclMacChan.c (TclpCutFileChannel, TclpSpliceFileChannel):das2003-02-212-1/+97
* fixed very old typosdas2003-02-211-2/+2
* * unix/tclUnixPipe.c: (macosx) use vfork() instead of fork() todas2003-02-211-1/+5
* * library/package.tcl (tclPkgUnknown): Minor performance tweaksdgp2003-02-212-13/+54
* * unix/tcl.m4:das2003-02-213-2/+10
* * generic/tclEncoding.c (LoadTableEncoding):hobbs2003-02-218-3/+230
* * unix/tclUnixChan.c (Tcl_MakeTcpClientChannel): addhobbs2003-02-211-6/+33