Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fix 64bit test failures | das | 2008-12-21 | 1 | -5/+5 |
| | |||||
* | * unix/Makefile.in: Fix broken build of bundled packages when path | das | 2008-12-21 | 2 | -12/+26 |
| | | | | | to build dir contains spaces by switching to relative paths to toplevel build dir. | ||||
* | * unix/configure: autoconf-2.59 | das | 2008-12-21 | 1 | -3/+18 |
| | |||||
* | * unix/configure.in: Preserve configure environment variables for | das | 2008-12-21 | 1 | -3/+19 |
| | | | | | sub-configures of bundled packages; reuse configure cache file for sub-configures. | ||||
* | advance tag | dgp | 2008-12-21 | 1 | -2/+2 |
| | |||||
* | Fix minor typo. [Bug 2455165] | dkf | 2008-12-21 | 2 | -2/+6 |
| | |||||
* | advance tag | dgp | 2008-12-21 | 1 | -2/+2 |
| | |||||
* | Revised the zlib objects so that they are | Kevin B Kenny | 2008-12-20 | 2 | -15/+53 |
| | | | | | built directly into the build dir, without building an intermediate static library. |