summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclCmdIL.c (Tcl_LreplaceObjCmd): Code simplificationsdgp2007-03-012-19/+8
* Remove line with no effectdgp2007-03-011-2/+1
* * generic/tclCmdIL.c (Tcl_LrangeObjCmd): Rewrite in the samedgp2007-03-012-47/+27
* * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Stop throwing awaydgp2007-03-013-8/+15
* * generic/tclCmdIL.c (Tcl_LassignObjCmd): Rewrite to make andgp2007-03-012-63/+33
* * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Rewrite to makedgp2007-03-012-26/+34
* Fix [Bug 1671138]dkf2007-03-013-30/+56
* typodgp2007-02-281-1/+1
* A few more very minor changesdkf2007-02-271-20/+11
* Assorted cleanup, mostly of comments.dkf2007-02-271-195/+227
* Stop using C++ keywords...dkf2007-02-271-25/+25
* * generic/tclIORChan.c (FreeReflectedChannel): Added the missingandreas_kupries2007-02-262-1/+16
* * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Removed surplus copyingdgp2007-02-262-33/+12
* * generic/tclBasic.c: Use new interface in Tcl_EvalObjEx so thatdgp2007-02-244-31/+66
* correct bogus changedgp2007-02-241-2/+2
* various "const" additions, in line with TIP #27nijtmans2007-02-235-129/+152
* Typo, more.andreas_kupries2007-02-221-2/+2
* Typo.andreas_kupries2007-02-221-2/+2
* * tests/pkg.test: Added tests for the case of an alpha packageandreas_kupries2007-02-222-1/+24
* various "const" additions, in line with TIP #27nijtmans2007-02-2028-699/+713
* * doc/tcltest.n: Typo fix. [Bug 1663539]dgp2007-02-202-2/+6
* Bug #1479814. Handle extended paths on Windows NT and above.patthoyts2007-02-205-8/+159
* * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch.hobbs2007-02-193-4/+20
* (Tcl_FSEvalFileEx): safe incr of objPtr refhobbs2007-02-191-1/+2
* Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them.dkf2007-02-1816-45/+51
* Partial fix of [Bug 1662436]dkf2007-02-182-45/+52
* 2007-02-13 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2007-02-143-6/+27
* Fix [Bug 1614687]dkf2007-02-132-23/+27
* rebuilt from Olson's tzdata2007bKevin B Kenny2007-02-138-439/+481
* * tools/fix_tommath_h.tcl: Added code to patch out a check forKevin B Kenny2007-02-131-0/+1
* * tools/fix_tommath_h.tcl: Added code to patch out a check forKevin B Kenny2007-02-133-16/+20
* Windows build fixesJoe Mistachkin2007-02-093-3/+17
* * unix/tclUnixInit.c (TclpCheckStackSpace): do stack size checkshobbs2007-02-082-3/+9
* * generic/tclNamesp.c: Corrected broken logic in Tcl_DeleteNamespace()dgp2007-02-083-8/+26
* Minor syntax/efficiency stuffdkf2007-02-061-22/+35
* Silence a trivial warningdkf2007-02-061-2/+3
* Function header/whitespace police/general format fixesdkf2007-02-063-847/+893
* * generic/tclNamesp.c: Corrected broken implementation of thedgp2007-02-063-3/+18
* * unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) ifdas2007-02-045-80/+202
* Windows build fixJoe Mistachkin2007-02-042-3/+10
* * generic/tclResult.c: Added optimization case to TclTransferResultdgp2007-01-292-5/+21
* * generic/tclLink.c: Broken linked float logic corrected. Thanksdgp2007-01-292-2/+5
* * doc/fcopy.n: Typo fix. [Bug 1630627]dgp2007-01-292-2/+6
* * macosx/Tcl.xcodeproj/project.pbxproj: extract build settings thatdas2007-01-2810-336/+429
* * unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible anddas2007-01-253-8/+29
* Fix [Bug 1631017]dkf2007-01-222-22/+33
* More efficient issuing of INST_START_CMD instructions. See ChangeLog for disc...dkf2007-01-193-22/+42
* Build fix for man2tcl.c with MSVC8Joe Mistachkin2007-01-192-2/+5
* Windows build fixesJoe Mistachkin2007-01-193-5/+12
* * macosx/tclMacOSXFCmd.c (TclMacOSXSetFileAttribute): on some versionsdas2007-01-1911-29/+120