summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* doc/Ensemble.3: Fix a typo: s/defiend/defined/georgeps2008-04-202-2/+8
* note that cygwin is not supportedmdejong2008-04-191-1/+4
* Fix typo spotted by Steve Havelkadkf2008-04-181-2/+2
* * generic/tclInt.h: make stubs tables 'static const' anddas2008-04-167-25/+39
* * generic/tclInt.h: revise Tcl_SetNotifier() to use adas2008-04-167-988/+1014
* * generic/tclIO.c (CopyData): Applied another patch by Alexandreandreas_kupries2008-04-154-8/+98
* sync with Tcl.xcodeprojdas2008-04-151-2/+15
* * unix/Makefile.in: adjust tclDTrace.h dependencies for removaldas2008-04-152-2/+8
* * tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a):Kevin B Kenny2008-04-142-1/+12
* * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use ofKevin B Kenny2008-04-142-3/+7
* fix one broken test, and restore unix line endingsdgp2008-04-111-439/+439
* * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negativeandreas_kupries2008-04-105-26/+96
* Test improvements (tcltest2, clarify)dkf2008-04-105-1003/+1280
* Added 'make html' support for people on Windows, inspired by Pat Thoyts.dkf2008-04-092-77/+93
* * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test,andreas_kupries2008-04-093-4/+10
* * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -sizeandreas_kupries2008-04-093-2/+31
* * tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting fordas2008-04-083-18/+21
* * generic/tclExecute.c: added comments to the alignment macrosMiguel Sofer2008-04-082-5/+23
* * generic/tclDecls.h: make genstubsdas2008-04-085-10/+10
* * tools/genStubs.tcl: revert erroneous 2008-04-02 change markingdas2008-04-082-18/+29
* * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy.andreas_kupries2008-04-075-31/+191
* Added forgotten reference to [Bug 1350564] in last entry.andreas_kupries2008-04-071-2/+3
* * generic/tclIO.c (BUSY_STATE, CheckChannelErrors,andreas_kupries2008-04-072-4/+15
* autoconf-2.59dgp2008-04-071-1/+1
* * generic/tclStringObj.c (Tcl_AppendFormatToObj):rmax2008-04-073-4/+17
* * tests/chanio.test (chan-io-53.9):Kevin B Kenny2008-04-065-7/+26
* * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem thatKevin B Kenny2008-04-052-17/+29
* * tests/io.test (io-53.9): Added testcase for [Bug 780533], basedandreas_kupries2008-04-043-6/+109
* * generic/tclIORChan.c (ReflectOutput): Allow zero return fromandreas_kupries2008-04-043-4/+22
* * generic/tclIORChan.c (ReflectClose): Added missing removal ofandreas_kupries2008-04-043-2/+38
* * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] toandreas_kupries2008-04-034-16/+123
* * generic/tclDecls.h: make genstubsdas2008-04-026-60/+20
* * generic/tclStubLib.c: make symbols in libtclstub.a MODULE_SCOPE todas2008-04-023-24/+40
* * generic/tcl.decls: remove 'export' declarations of symbols nowdas2008-04-021-27/+1
* * generic/tclIO.c (CopyData): Applied patch for the fcopy problemandreas_kupries2008-04-022-2/+10
* * generic/tclBasic.c: Revised stubs-generation tool and interpdgp2008-04-023-4/+3
* * generic/tclBasic.c: Revised stubs-generation tool and interpdgp2008-04-022-5/+4
* * generic/tclStubLib.c: Removed needless #ifdef complexity.dgp2008-04-022-12/+3
* autoheader-2.59das2008-04-011-3/+0
* autoconf-2.59das2008-04-011-9/+1
* (SunOS-5.1x): quote CC var to allow make-time overridedas2008-04-011-5/+1
* Regen'dandreas_kupries2008-04-011-2/+177
* * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fpandreas_kupries2008-04-013-3/+47
* * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message.dgp2008-04-012-1/+4
* * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message.dgp2008-04-012-1/+5
* * README: Bump version number to 8.6a0dgp2008-04-0125-80/+131
* autoheader-2.59das2008-03-301-0/+3
* autoconf-2.59das2008-03-301-6192/+6179
* * generic/tclObj.c: Added missing #include <math.h> needed toKevin B Kenny2008-03-302-1/+4
* * generic/tclInt.h (TclIsNaN):Kevin B Kenny2008-03-304-6163/+6270