Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 2512659] patch for typo applied | patthoyts | 2009-01-16 | 1 | -2/+3 |
| | |||||
* | typo | dgp | 2009-01-14 | 1 | -2/+2 |
| | |||||
* | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): Reverted | dgp | 2009-01-14 | 2 | -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 on | nijtmans | 2009-01-13 | 3 | -2/+8 |
| | | | | HPUX is broken when using the native CC | ||||
* | Move [throw] implementation into C. | dkf | 2009-01-13 | 6 | -35/+144 |
| | |||||
* | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): One consequence | dgp | 2009-01-12 | 2 | -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 limit | dgp | 2009-01-09 | 2 | -4/+13 |
| | | | | | memory allocation requests to the sizes that can be supported by Tcl's memory allocation routines. [Bug 2494093]. | ||||
* | Fix [Bug 1558654] | dkf | 2009-01-09 | 3 | -15/+18 |
| | |||||
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ↵ | dkf | 2009-01-09 | 45 | -1538/+1611 |
| | | | | etc.) | ||||
* | * generic/tclStringObj.c (STRING_UALLOC): Added missing parens | dgp | 2009-01-08 | 2 | -2/+8 |
| | | | | | required to get correct results out of things like STRING_UALLOC(num + append). [Bug 2494093]. | ||||
* | Generate errorcodes for more cases. | dkf | 2009-01-08 | 14 | -159/+191 |
| | |||||
* | Added more examples. [Tk Bug 2491235] | dkf | 2009-01-07 | 2 | -1/+29 |
| | |||||
* | Narrow the focus of a failing test so that it succeeds (by only testing that | dkf | 2009-01-07 | 2 | -2/+9 |
| | | | | which is supposed to be tested...) | ||||
* | * tests/stringObj.test: Revise tests that demand a NULL Tcl_ObjType | dgp | 2009-01-06 | 2 | -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 get | dkf | 2009-01-06 | 2 | -2/+6 |
| | | | | destroyed. | ||||
* | Fix [Bug 2006879] | dkf | 2009-01-06 | 2 | -2/+4 |
| | |||||
* | Fix [Bug 2489836] | dkf | 2009-01-06 | 3 | -4/+27 |
| | |||||
* | Fix [Bug 2481109] | dkf | 2009-01-06 | 3 | -6/+18 |
| | |||||
* | Formatting improvements (comments, whitespace) | dkf | 2009-01-06 | 1 | -28/+32 |
| | |||||
* | Comment formatting improvements. | dkf | 2009-01-06 | 2 | -147/+159 |
| | |||||
* | Convert tabs to spaces for reliable display with nroff | dkf | 2009-01-05 | 1 | -6/+6 |
| | |||||
* | Added a test, correct a dumb blunder. | dkf | 2009-01-05 | 2 | -4/+20 |
| | |||||
* | Make [source] NRE-aware to enable [yield]. [Bug 2412068] | dkf | 2009-01-05 | 5 | -9/+158 |
| | |||||
* | More coding style improvements. | dkf | 2009-01-04 | 2 | -40/+44 |
| | |||||
* | Generalize mysterious comment about causes for ::env misses | ferrieux | 2009-01-04 | 1 | -2/+3 |
| | |||||
* | autoconf-2.59 | das | 2009-01-03 | 1 | -5/+0 |
| | |||||
* | autoheader-2.59 | das | 2009-01-03 | 1 | -0/+3 |
| | |||||
* | autoconf-2.59 | das | 2009-01-03 | 1 | -6273/+6314 |
| | |||||
* | use correct autconf magic to pass configure args & environment to pkg ↵ | das | 2009-01-03 | 1 | -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 ChangeLog | Kevin B Kenny | 2009-01-03 | 2 | -3/+4 |
| | |||||
* | * library/clock.tcl (tcl::clock::add): Fixed error message formatting | Kevin B Kenny | 2009-01-03 | 3 | -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]. | ||||
* | regen | dkf | 2009-01-02 | 1 | -6296/+6280 |
| | |||||
* | Fix various mkstemp()-related issues. [Bugs 741967,878333] | dkf | 2009-01-02 | 5 | -3/+96 |
| | |||||
* | * unix/Makefile.in: Set TCLLIBPATH in SHELL_ENV so that targets | dgp | 2008-12-31 | 2 | -1/+7 |
| | | | | like `make shell` have access to builds of bundled packages. | ||||
* | Plug memory leak. | dkf | 2008-12-28 | 2 | -3/+15 |
| | |||||
* | Fix my silly blunders. [Bug 2470237] | dkf | 2008-12-27 | 4 | -18/+21 |
| | |||||
* | Assorted minor corrections to the Zlib C API to make it work with the PNG | dkf | 2008-12-27 | 6 | -70/+91 |
| | | | | implementation better. | ||||
* | Updated comments in tcl.decls based on code archaeology. | dkf | 2008-12-26 | 2 | -46/+73 |
| | |||||
* | fix build of zlib objects with msvc | nijtmans | 2008-12-23 | 4 | -16/+22 |
| | |||||
* | Fix [Bug 2459725] | dkf | 2008-12-23 | 2 | -29/+33 |
| | |||||
* | advance tagcore_8_6_b1 | dgp | 2008-12-22 | 1 | -2/+2 |
| | |||||
* | Drop lone @ line from test: target | dgp | 2008-12-22 | 1 | -2/+1 |
| | |||||
* | [Bug 2458395] Ensure pkgs directories are suitable and quote the paths. | patthoyts | 2008-12-22 | 2 | -10/+32 |
| | |||||
* | - add more missing symbols from zlib.def | nijtmans | 2008-12-22 | 1 | -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 Mistachkin | 2008-12-22 | 2 | -1/+10 |
| | |||||
* | - add more missing symbols from zlib.def | nijtmans | 2008-12-22 | 3 | -6/+16 |
| | | | | | - mark dll build as being a modified verson Both changes backported from (unreleased) zlib-1.2.3.3 | ||||
* | Support the pkgs tree | patthoyts | 2008-12-22 | 2 | -10/+29 |
| | |||||
* | Silence signed unsigned warning | patthoyts | 2008-12-22 | 1 | -2/+2 |
| | |||||
* | MINOR CHANGE: Tidy up changelog formatting. | dkf | 2008-12-21 | 1 | -63/+61 |
| | |||||
* | Fixed Stuart Cassoff's name in ChangeLog | Kevin B Kenny | 2008-12-21 | 1 | -1/+1 |
| |