summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* typodgp2009-01-141-2/+2
|
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken): Reverteddgp2009-01-142-1/+19
| | | | | | | | most of the substance of my 2009-01-12 commit. NULLing the objProc field of a Command when deleting it is important so that tests for certain classes of commands don't return false positives when applied to deleted command tokens. Overall change is now just replacement of a false comment with a true one.
* fix [tcl-Bug 2502365] Building of head onnijtmans2009-01-133-2/+8
| | | | HPUX is broken when using the native CC
* Move [throw] implementation into C.dkf2009-01-136-35/+144
|
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken): One consequencedgp2009-01-122-11/+14
| | | | | | | | | | | | of the NRE rewrite is that there are now situations where a NULL objProc field in a Command struct is perfectly normal. Removed an outdated comment in Tcl_DeleteCommandFromToken that claimed we use (cmdPtr->objPtr == NULL) as a test of command validity. In fact we use (cmdPtr->flags & CMD_IS_DELETED) to perform that test. Also removed the setting to NULL, since any extension following the advice of the old comment is going to be broken by NRE anyway, and needs to shift to flag-based testing (or stop intruding into such internal matters). Part of [Bug 2486550].
* * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limitdgp2009-01-092-4/+13
| | | | | memory allocation requests to the sizes that can be supported by Tcl's memory allocation routines. [Bug 2494093].
* Fix [Bug 1558654]dkf2009-01-093-15/+18
|
* Style fixes (unfouling whitespace, sorting comments, removing useless casts, ↵dkf2009-01-0945-1538/+1611
| | | | etc.)
* * generic/tclStringObj.c (STRING_UALLOC): Added missing parensdgp2009-01-082-2/+8
| | | | | required to get correct results out of things like STRING_UALLOC(num + append). [Bug 2494093].
* Generate errorcodes for more cases.dkf2009-01-0814-159/+191
|
* Added more examples. [Tk Bug 2491235]dkf2009-01-072-1/+29
|
* Narrow the focus of a failing test so that it succeeds (by only testing thatdkf2009-01-072-2/+9
| | | | which is supposed to be tested...)
* * tests/stringObj.test: Revise tests that demand a NULL Tcl_ObjTypedgp2009-01-062-13/+33
| | | | | | in certain values to construct those values with [testdstring] so there's no lack of robustness depending on the shimmer history of shared literals.
* Corrected twiddling in internals of dictionaries so that literals can't getdkf2009-01-062-2/+6
| | | | destroyed.
* Fix [Bug 2006879]dkf2009-01-062-2/+4
|
* Fix [Bug 2489836]dkf2009-01-063-4/+27
|
* Fix [Bug 2481109]dkf2009-01-063-6/+18
|
* Formatting improvements (comments, whitespace)dkf2009-01-061-28/+32
|
* Comment formatting improvements.dkf2009-01-062-147/+159
|
* Convert tabs to spaces for reliable display with nroffdkf2009-01-051-6/+6
|
* Added a test, correct a dumb blunder.dkf2009-01-052-4/+20
|
* Make [source] NRE-aware to enable [yield]. [Bug 2412068]dkf2009-01-055-9/+158
|
* More coding style improvements.dkf2009-01-042-40/+44
|
* Generalize mysterious comment about causes for ::env missesferrieux2009-01-041-2/+3
|
* autoconf-2.59das2009-01-031-5/+0
|
* autoheader-2.59das2009-01-031-0/+3
|
* autoconf-2.59das2009-01-031-6273/+6314
|
* use correct autconf magic to pass configure args & environment to pkg ↵das2009-01-031-7/+2
| | | | | | sub-configures (in particular compatible with autoconf 2.61, which some insist on using even though it was decided we could not switch to it yet...)
* make test case work, correct date of commit in ChangeLogKevin B Kenny2009-01-032-3/+4
|
* * library/clock.tcl (tcl::clock::add): Fixed error message formattingKevin B Kenny2009-01-033-4/+19
| | | | | | in the case where [clock add] is presented with a bad switch. * tests/clock.test (clock-65.1) Added a test case for the above problem [Bug 2481670].
* regendkf2009-01-021-6296/+6280
|
* Fix various mkstemp()-related issues. [Bugs 741967,878333]dkf2009-01-025-3/+96
|
* * unix/Makefile.in: Set TCLLIBPATH in SHELL_ENV so that targetsdgp2008-12-312-1/+7
| | | | like `make shell` have access to builds of bundled packages.
* Plug memory leak.dkf2008-12-282-3/+15
|
* Fix my silly blunders. [Bug 2470237]dkf2008-12-274-18/+21
|
* Assorted minor corrections to the Zlib C API to make it work with the PNGdkf2008-12-276-70/+91
| | | | implementation better.
* Updated comments in tcl.decls based on code archaeology.dkf2008-12-262-46/+73
|
* fix build of zlib objects with msvcnijtmans2008-12-234-16/+22
|
* Fix [Bug 2459725]dkf2008-12-232-29/+33
|
* advance tagcore_8_6_b1dgp2008-12-221-2/+2
|
* Drop lone @ line from test: targetdgp2008-12-221-2/+1
|
* [Bug 2458395] Ensure pkgs directories are suitable and quote the paths.patthoyts2008-12-222-10/+32
|
* - add more missing symbols from zlib.defnijtmans2008-12-221-1/+0
| | | | | - mark dll build as being a modified verson Both changes backported from (unreleased) zlib-1.2.3.3
* Fix for [Bug 2330040]Joe Mistachkin2008-12-222-1/+10
|
* - add more missing symbols from zlib.defnijtmans2008-12-223-6/+16
| | | | | - mark dll build as being a modified verson Both changes backported from (unreleased) zlib-1.2.3.3
* Support the pkgs treepatthoyts2008-12-222-10/+29
|
* Silence signed unsigned warningpatthoyts2008-12-221-2/+2
|
* MINOR CHANGE: Tidy up changelog formatting.dkf2008-12-211-63/+61
|
* Fixed Stuart Cassoff's name in ChangeLogKevin B Kenny2008-12-211-1/+1
|
* fix 64bit test failuresdas2008-12-211-5/+5
|