| Commit message (Expand) | Author | Age | Files | Lines |
* | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -39/+60 |
|
|
* | adapt tclZIC.tcl to new C API and update to tzdata2005p | Kevin B Kenny | 2005-12-05 | 1 | -5/+6 |
|
|
* | Updated tclZIC.tcl to be bignum-safe | Kevin B Kenny | 2005-11-28 | 1 | -6/+5 |
|
|
* | Corrected bug in DST transition times for locales that specify transition in ... | Kevin B Kenny | 2005-11-28 | 1 | -3/+6 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -3/+12 |
|
|
* | Bug 1263012 | Kevin B Kenny | 2005-11-04 | 1 | -0/+56 |
|
|
* | ANSIfy | dkf | 2005-11-04 | 1 | -118/+96 |
|
|
* | * generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H. | dgp | 2005-10-13 | 1 | -3/+1 |
|
|
* | fixed test cases for new US DST rules. | Kevin B Kenny | 2005-10-03 | 1 | -4/+2 |
|
|
* | Rebuild tzdata from Olson's tzdata2005n.tar.gz | Kevin B Kenny | 2005-10-03 | 1 | -2/+2 |
|
|
* | * generic/tcl.h: Explicitly standardized on the use of stdarg.h | dgp | 2005-09-13 | 1 | -6/+6 |
|
|
* | * tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept | das | 2005-06-23 | 1 | -1/+1 |
|
|
* | Bump patchlevel to a4 | dkf | 2005-06-07 | 1 | -1/+1 |
|
|
* | * unix/Makefile.in (html): add BUILD_HTML_FLAGS optional var | hobbs | 2005-06-02 | 1 | -16/+25 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 3 | -2/+56 |
|
|
* | Revamp the zone-info compiler to make better use of the facilities available | dkf | 2005-04-11 | 1 | -301/+231 |
|
|
* | Improvements to man2html script to handle .IP better | dkf | 2005-04-06 | 1 | -9/+6 |
|
|
* | Bump to a3 to prevent confusion with a2 release. | dkf | 2004-12-10 | 1 | -1/+1 |
|
|
* | Fix various problems with man2html converter reported by AKu | dkf | 2004-11-24 | 3 | -124/+130 |
|
|
* | * doc/CrtChannel.3: | das | 2004-11-12 | 1 | -0/+3 |
|
|
* | updates to Havana and Cuiaba time zones | Kevin B Kenny | 2004-11-02 | 1 | -5/+5 |
|
|
* | * generic/tclTimer.c: Removed a premature optimisation that | Kevin B Kenny | 2004-09-07 | 1 | -3/+3 |
|
|
* | TIP #173 and #209 implementation - see ChangeLog for details | Kevin B Kenny | 2004-08-18 | 4 | -0/+3269 |
|
|
* | Oops, forgot a bit | dkf | 2004-07-07 | 1 | -2/+3 |
|
|
* | Generate RTF (for HLP files) correctly from manpages using advanced *roff | dkf | 2004-07-07 | 1 | -36/+40 |
|
|
* | More elegant fix for tab size handling | dkf | 2004-07-06 | 1 | -20/+19 |
|
|
* | Encourage emacs to fontify the file correctly... | dkf | 2004-07-06 | 1 | -2/+2 |
|
|
* | Adapt HTML generator to be able to cope with advanced constructs in Tk's bind.n | dkf | 2004-07-06 | 1 | -17/+35 |
|
|
* | More adaptations to understand .SS macros. | dkf | 2004-05-18 | 4 | -16/+32 |
|
|
* | Added support .SS macros. | dkf | 2004-05-18 | 1 | -4/+11 |
|
|
* | * README: Bumped version number to 8.5a2 to | dgp | 2004-03-26 | 1 | -1/+1 |
|
|
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 2 | -44/+6 |
|
|
* | update patchlevel to 8.5a1 | hobbs | 2004-03-02 | 2 | -1/+1 |
|
|
* | #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369] | dkf | 2003-12-09 | 1 | -1/+8 |
|
|
* | * tools/tcltk-man2html.tcl: fixed incorrect html generated for | das | 2003-10-21 | 1 | -7/+12 |
|
|
* | TIP #156: Language-Neutral Root Locale for Msgcat | Kevin B Kenny | 2003-10-21 | 1 | -2/+2 |
|
|
* | Minor improvement to stubs generation to allow for harmless transfer of | dkf | 2003-08-25 | 1 | -3/+4 |
|
|
* | * unix/tclUnixFCmd.c: fix for compilation errors on platforms where | das | 2003-07-18 | 1 | -17/+46 |
|
|
* | Fix for [Bug 748700] | Joe Mistachkin | 2003-06-04 | 2 | -3/+9 |
|
|
* | Implementation of TIP 118: | das | 2003-05-14 | 1 | -24/+29 |
|
|
* | fix for [Bug 733221] | Joe Mistachkin | 2003-05-10 | 1 | -4/+11 |
|
|
* | * library/auto.tcl: Replaced [regexp] and [regsub] with | dgp | 2003-03-19 | 2 | -4/+4 |
|
|
* | * tools/tcltk-man2html.tcl: added support for building 'make html' | das | 2003-03-18 | 1 | -19/+9 |
|
|
* | Require autoconf 2.57 or newer, see TIP 34 | mdejong | 2003-03-13 | 2 | -432/+1718 |
|
|
* | * README: Bumped version number of | dgp | 2003-03-04 | 4 | -40/+40 |
|
|
* | * README: Bumped to version 8.4.2. | hobbs | 2003-02-15 | 1 | -1/+1 |
|
|
* | remove unused variable | vincentdarley | 2003-01-09 | 15 | -15/+0 |
|
|
* | [file exist] -> [file exists]... | dkf | 2002-10-04 | 2 | -3/+3 |
|
|
* | [info exist]->[info exists]. [Bug 602566] | dkf | 2002-10-03 | 1 | -2/+2 |
|
|
* | * README: Bumped to version 8.4.1 to avoid confusion | dgp | 2002-09-27 | 1 | -1/+1 |
|
|