summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Code style improvementsdkf2007-01-182-133/+148
* Fix minor fault (made by aku, caught by aku)dkf2007-01-181-2/+2
* Small fixes to quell tests that fail on some kinds of Win systemsdkf2007-01-182-84/+112
* Whitespace policing, and adding comments so that it is clearer what TclMarkList dkf2007-01-181-30/+61
* Minor fix to make bytecodes print out properlydkf2007-01-181-2/+2
* Fix [Bug 1638414] and make bytecode of expansion betterdkf2007-01-182-71/+107
* Detect [Bug 1638414]dkf2007-01-182-23/+10
* Missed a spot; thanks to Andreas Kupries for spotting this one.dkf2007-01-171-5/+10
* Added macros to make usage of ChannelBuffers clearer.dkf2007-01-172-81/+133
* * win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion".jenglish2007-01-113-36/+29
* Fixes to work better on Win98. Read version numbers from package index filepatthoyts2007-01-114-41/+138
* Arrange for RE engine workspace to be held in TSD. This is safe, lessdkf2007-01-105-12/+61
* Fix [lindex] argument ordering. [bug 1631364]dkf2007-01-093-59/+28
* Regenerated tclDate.cKevin B Kenny2007-01-032-18/+23
* Minor updates (convert comment-outs to #ifdef outs, clean up comments/indents)dkf2007-01-021-106/+120
* Whitespace/line-width policedkf2006-12-281-13/+9
* * generic/tclIO.c (Tcl_GetsObj):mdejong2006-12-272-14/+26
* * generic/tclEncoding.c (EscapeFromUtfProc):mdejong2006-12-273-4/+87
* supply missing RCS linedgp2006-12-191-1/+1
* Fix [Bug 1618838]dkf2006-12-192-2/+10
* Rewrote for more claritydkf2006-12-191-56/+90
* Replace with comment style recommended as "best practice"dkf2006-12-191-13/+13
* Wrote the commenting wrongly; used proper troff construct as recommended in dkf2006-12-191-9/+9
* Fix minor fault found by Joe Mistachkindkf2006-12-191-2/+2
* * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit.das2006-12-191-1/+1
* * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit.das2006-12-191-3/+3
* * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit.das2006-12-192-7/+5
* * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -archdas2006-12-193-10/+154
* * tests/macOSXLoad.test (new file): add testing of .bundle loading anddas2006-12-179-27/+177
* * tests/append.test: fix cleanup failure when all tests are skipped.das2006-12-171-2/+2
* * tests/chan.test (chan-16.9): cleanup chan event handler to avoiddas2006-12-171-1/+2
* * tests/info.test: add !singleTestInterp constraint to tests that faildas2006-12-171-16/+16
* Reapplied the Engineering Manual-ification, but this time without the (small) dkf2006-12-141-295/+311
* Fix example. [Bug 1615277]dkf2006-12-142-15/+19
* Revert the commits that broke the HEAD.dgp2006-12-131-307/+293
* Silly mistake correcteddkf2006-12-131-3/+3
* Cleanup to follow engineering manual guidelinesdkf2006-12-133-552/+663
* * generic/tclCompExpr.c: Now that the new internal structsdgp2006-12-122-3/+11
* * generic/tclBasic.c: Final step routing all direct evaluation formsdgp2006-12-125-35/+163
* * generic/tclBasic.c: Another step with all sorting operator commandsdgp2006-12-114-9/+73
* adjust tcltest.tcl line numbers in info-22.8 & info-23.6 that changed by last...das2006-12-101-3/+3