| Commit message (Expand) | Author | Age | Files | Lines |
* | TIP#229 implementation | dkf | 2005-05-30 | 1 | -0/+16 |
|
|
* | * macosx/Makefile: moved & corrected EMBEDDED_BUILD check. | das | 2005-05-26 | 1 | -0/+8 |
|
|
* | * generic/tclCmdMZ.c (Tcl_TimeObjCmd): add necessary cast | hobbs | 2005-05-25 | 1 | -0/+4 |
|
|
* | TIP#182 IMPLEMENTATION [Patch 1165062] | dgp | 2005-05-25 | 1 | -0/+9 |
|
|
* | * library/init.tcl: Updated [unknown] to be sure the [return] | dgp | 2005-05-24 | 1 | -0/+6 |
|
|
* | * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env vars | das | 2005-05-24 | 1 | -0/+3 |
|
|
* | * macosx/Makefile: | das | 2005-05-23 | 1 | -0/+26 |
|
|
* | * doc/expr.n: | das | 2005-05-23 | 1 | -0/+5 |
|
|
* | * generic/tclParseExpr.c: Corrected parser to recognize all | dgp | 2005-05-20 | 1 | -0/+7 |
|
|
* | Scratch one bizarre while loop... :^) | dkf | 2005-05-19 | 1 | -0/+6 |
|
|
* | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing | das | 2005-05-19 | 1 | -4/+4 |
|
|
* | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing | das | 2005-05-19 | 1 | -0/+7 |
|
|
* | * generic/tclBasic.c (Tcl_ExprBoolean): Rewrite as wrapper around | dgp | 2005-05-18 | 1 | -0/+11 |
|
|
* | * doc/BoolObj.3: Rewrite of documentation dropping many details | dgp | 2005-05-18 | 1 | -0/+4 |
|
|
* | * generic/tclInt.h: Revision to the "boolean" Tcl_ObjType, so | dgp | 2005-05-18 | 1 | -0/+15 |
|
|
* | * generic/tclObj.c (TclInitObjSubsystem): Removed the | dgp | 2005-05-17 | 1 | -0/+12 |
|
|
* | restore MSVC buildability of tclWin32Dll.c | Kevin B Kenny | 2005-05-16 | 1 | -0/+6 |
|
|
* | whitespace fix | dkf | 2005-05-14 | 1 | -1/+1 |
|
|
* | * generic/tclInt.decls: | das | 2005-05-14 | 1 | -0/+52 |
|
|
* | further rework of SEH | Kevin B Kenny | 2005-05-13 | 1 | -0/+7 |
|
|
* | * generic/tclBasic.c: Dropped the TCL_NO_MATH configuration. | dgp | 2005-05-13 | 1 | -0/+7 |
|
|
* | changed NAME to match the name of the page. | Kevin B Kenny | 2005-05-12 | 1 | -0/+4 |
|
|
* | Added UCHAR's to ctype macros in tclStrToD.c | Kevin B Kenny | 2005-05-11 | 1 | -0/+7 |
|
|
* | * unix/tclUnixFCmd.c: add lint attr to enum to satisfy strictly | hobbs | 2005-05-11 | 1 | -0/+3 |
|
|
* | * tests/string.test: string-10.[21-30] | hobbs | 2005-05-11 | 1 | -0/+6 |
|
|
* | Fixes for C++-style comment and bad NaN on PA-RISC | Kevin B Kenny | 2005-05-10 | 1 | -0/+4 |
|
|
* | fixed Changelog entry for [Bug 1198892] fix - forgot to mention new | Miguel Sofer | 2005-05-10 | 1 | -2/+3 |
|
|
* | fix ChangeLog message for last commit | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | Fixed uninitialized memory read in tclBinary.c when passing a NaN to 'd','q',... | Kevin B Kenny | 2005-05-10 | 1 | -0/+6 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -0/+343 |
|
|
* | * generic/tclExecute.c (ExponLong, ExponWide): fixed special case | Miguel Sofer | 2005-05-10 | 1 | -0/+5 |
|
|
* | * unix/tcl.m4, unix/configure: correct Solaris 10 (5.10) check and | hobbs | 2005-05-07 | 1 | -0/+5 |
|
|
* | * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro. | dgp | 2005-05-05 | 1 | -0/+13 |
|
|
* | Corrected a compilation error in the --enable-threads configuration | Kevin B Kenny | 2005-05-05 | 1 | -0/+5 |
|
|
* | * generic/tclCompCmds.c: Factored common efficiency trick into | dgp | 2005-05-05 | 1 | -0/+3 |
|
|
* | * generic/tclCompCmds.c: Replaced all instance of | dgp | 2005-05-05 | 1 | -0/+9 |
|
|
* | * doc/DString.3: Eliminated use of identifier "string" in Tcl's | dgp | 2005-05-03 | 1 | -1/+15 |
|
|
* | * generic/tcl.decls: | dgp | 2005-05-02 | 1 | -0/+8 |
|
|
* | * unix/tclUnixNotfy.c: applied dkf's tkMacOSXNotify.c cleanup changes. | das | 2005-04-30 | 1 | -0/+4 |
|
|
* | Whitespace/formatting fixes | dkf | 2005-04-29 | 1 | -65/+49 |
|
|
* | TIP#176 IMPLEMENTATION [Patch 1165695] | dgp | 2005-04-29 | 1 | -0/+35 |
|
|
* | * tests/unixInit.test (7.1): Alternative fix for the | dgp | 2005-04-28 | 1 | -0/+5 |
|
|
* | * library/init.tcl: Corrected flaw in interactive command | dgp | 2005-04-28 | 1 | -0/+3 |
|
|
* | TIP#183 IMPLEMENTATION [Patch 577093] | dgp | 2005-04-27 | 1 | -0/+11 |
|
|
* | * compat/string.h: fixed memchr() protoype for __APPLE__ so that we | das | 2005-04-26 | 1 | -0/+27 |
|
|
* | Olson's tzdata2005i | Kevin B Kenny | 2005-04-25 | 1 | -0/+23 |
|
|
* | * library/init.tcl: Use "ni" and "in" operators. | dgp | 2005-04-25 | 1 | -0/+4 |
|
|
* | * generic/tclExecute.c: fix for [Bug 1189274]. | Miguel Sofer | 2005-04-25 | 1 | -0/+4 |
|
|
* | silence compiler warnings | dgp | 2005-04-25 | 1 | -0/+5 |
|
|
* | * tests/string.test: Test string-23.0 for Bug 1187123. | dgp | 2005-04-22 | 1 | -0/+1 |
|
|