Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump patchlevel to a4 | dkf | 2005-06-07 | 8 | -14/+18 |
| | |||||
* | Clean up tests in chan.test and add mechanism for chaining Tcl_WrongNumArgs | dkf | 2005-06-07 | 5 | -13/+37 |
| | | | | messages (used in [read] implementation) | ||||
* | Add missing return TCL_ERROR | dkf | 2005-06-07 | 1 | -111/+103 |
| | |||||
* | Another indentation fix | dkf | 2005-06-07 | 1 | -2/+2 |
| | |||||
* | Clean up indentation | dkf | 2005-06-07 | 1 | -9/+9 |
| | |||||
* | Add missing return in wrong#args case | dkf | 2005-06-07 | 1 | -1/+2 |
| | |||||
* | copy/paste/modify error | dgp | 2005-06-07 | 1 | -3/+2 |
| | |||||
* | typo | dgp | 2005-06-07 | 1 | -2/+2 |
| | |||||
* | make genstubs | dgp | 2005-06-07 | 3 | -2/+31 |
| | |||||
* | TIP#208 implementation | dkf | 2005-06-06 | 13 | -41/+567 |
| | | | | It's crude (especially in the tests and docs department) and incomplete (no truncation on non-POSIX platforms). | ||||
* | Correct crash in stack.test on gcc/win32; fix compile errors in tclObj.c on ↵ | Kevin B Kenny | 2005-06-06 | 3 | -21/+19 |
| | | | | hpux/native cc | ||||
* | note tag date for 8.5a3core_8_5_a3 | hobbs | 2005-06-04 | 1 | -0/+6 |
| | |||||
* | add libtommath to dist target | hobbs | 2005-06-04 | 1 | -1/+4 |
| | |||||
* | update changes for 8.5a3 release. | dgp | 2005-06-03 | 1 | -1/+143 |
| | |||||
* | Remove blatant inefficiency in [parray] | dkf | 2005-06-03 | 2 | -3/+9 |
| | |||||
* | * macosx/Makefile: fixed 'embedded' target. | das | 2005-06-03 | 2 | -4/+7 |
| | |||||
* | * unix/Makefile.in (html): add BUILD_HTML_FLAGS optional var | hobbs | 2005-06-02 | 3 | -19/+34 |
| | | | | | * tools/tcltk-man2html.tcl: add a --useversion to prevent confusion when multiple Tcl source dirs exist. | ||||
* | regenerated after dkf's modifications to tcl.m4 | rmax | 2005-06-02 | 1 | -37/+46 |
| | |||||
* | Fix m4 quoting problems :} | dkf | 2005-06-02 | 1 | -4/+4 |
| | |||||
* | This close to a release, simple is better. | dgp | 2005-06-02 | 4 | -9/+11 |
| | |||||
* | * generic/tclProc.c: Revised fix for [Bug 1209759] is more complex, | dgp | 2005-06-01 | 3 | -5/+8 |
| | | | | * generic/tclResult.c: but should have less performance impact. | ||||
* | d'oh! | dgp | 2005-06-01 | 1 | -1/+1 |
| | |||||
* | * generic/tclBasic.c: For compatibility with earlier Tcl releases, | dgp | 2005-06-01 | 5 | -4/+58 |
| | | | | | | | * generic/tclResult.c: when a command procedure simply does a * generic/tclTest.c: "return TCL_RETURN;" we must interpret that * tests/result.test: the same as "return Tcl_SetReturnOptions(interp, Tcl_NewObj());" [Bug 1209759]. | ||||
* | Implementation of TIP#241 from Joe Mistachkin | dkf | 2005-06-01 | 11 | -67/+240 |
| | | | | Also compilation of [switch -glob -nocase] from Donal Fellows | ||||
* | Increase efficiency of [lindex] compilation | dkf | 2005-06-01 | 2 | -3/+35 |
| | |||||
* | Make the threaded build compile again... | dkf | 2005-06-01 | 2 | -3/+8 |
| | |||||
* | Standardize help messages for 'configure --help' using AC_HELP_STRING | dkf | 2005-05-31 | 3 | -60/+101 |
| | |||||
* | See file. | vasiljevic | 2005-05-31 | 1 | -0/+6 |
| | |||||
* | The notifier thread is now created as joinable and properly joined in | vasiljevic | 2005-05-31 | 1 | -2/+7 |
| | | | | the Tcl_FinalizeNotifier. | ||||
* | See file. | vasiljevic | 2005-05-30 | 1 | -0/+4 |
| | |||||
* | Fixed Tcl Bug #1204064. | vasiljevic | 2005-05-30 | 1 | -9/+9 |
| | |||||
* | TIP#229 implementation | dkf | 2005-05-30 | 10 | -48/+953 |
| | |||||
* | * macosx/Makefile: moved & corrected EMBEDDED_BUILD check. | das | 2005-05-26 | 4 | -9/+18 |
| | | | | | | * unix/configure.in: corrected framework finalization to softlink stub library to Versions/8.x subdir instead of Versions/Current. * unix/configure: autoconf-2.59 | ||||
* | Tab characters are important in *roff tables... | dkf | 2005-05-26 | 1 | -7/+7 |
| | |||||
* | * generic/tclCmdMZ.c (Tcl_TimeObjCmd): add necessary cast | hobbs | 2005-05-25 | 2 | -2/+7 |
| | |||||
* | TIP#182 IMPLEMENTATION [Patch 1165062] | dgp | 2005-05-25 | 5 | -14/+119 |
| | | | | | | | * doc/mathfunc.n: New built-in math function bool(). * generic/tclBasic.c: * tests/expr.test: * tests/info.test: | ||||
* | * library/init.tcl: Updated [unknown] to be sure the [return] | dgp | 2005-05-24 | 3 | -3/+23 |
| | | | | | * tests/init.test: options from an auto-loaded command are seen correctly by the caller. | ||||
* | * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env vars | das | 2005-05-24 | 2 | -3/+6 |
| | | | | that need to be handled specially. | ||||
* | fixed typo in EXTRA_INSTALL_BINARIES | das | 2005-05-23 | 2 | -3/+3 |
| | |||||
* | * macosx/Makefile: | das | 2005-05-23 | 9 | -249/+530 |
| | | | | | | | | | | | | | * macosx/README: * macosx/Tcl-Info.plist.in (new file): * unix/Makefile.in: * unix/configure.in: * unix/tcl.m4: * unix/tclUnixInit.c: moved all Darwin framework build support from macosx/Makefile into the standard unix configure/make buildsystem, the macosx/Makefile is no longer required to build Tcl.framework (but its functionality is still available for backwards compatibility). * unix/configure: autoconf-2.59 | ||||
* | * generic/tclIOUtil.c (TclLoadFile): | das | 2005-05-23 | 4 | -47/+350 |
| | | | | | | | | | | | * generic/tclInt.h: * unix/tcl.m4: * unix/tclLoadDyld.c: added support for [load]ing .bundle binaries in addition to .dylib's: .bundle's can be [unload]ed (unlike .dylib's), and can be [load]ed from memory, e.g. directly from VFS without needing to be written out to a temporary location first. [Bug 1202209] * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59 | ||||
* | * generic/tclCmdMZ.c (Tcl_TimeObjCmd): change [time] called with a | das | 2005-05-23 | 1 | -5/+11 |
| | | | | | count > 1 to return a string with a float value instead of a rounded off integer. [Bug 1202178] | ||||
* | * doc/expr.n: | das | 2005-05-23 | 3 | -9/+14 |
| | | | | * doc/string.n: fixed roff syntax complaints from 'make html'. | ||||
* | Fixed a bug in expr round(x) function: returned an empty string if x was an ↵ | chengyemao | 2005-05-22 | 1 | -1/+2 |
| | | | | integer | ||||
* | * generic/tclParseExpr.c: Corrected parser to recognize all | dgp | 2005-05-20 | 2 | -59/+43 |
| | | | | | | boolean literals accepted by Tcl_GetBoolean, including prefixes like "y" and "f", and to allow "eq" and "ne" as function names in the proper context. [Bug 1201589]. | ||||
* | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing | das | 2005-05-20 | 1 | -2/+2 |
| | | | | | | CFRelease of runLoopSource in Tcl_InitNotifier (reported by Zoran): CFRunLoopAddSource doesn't CFRetain, so can only CFRelease the runLoopSource in Tcl_FinalizeNotifier. | ||||
* | Quell a gcc warning | dkf | 2005-05-19 | 1 | -4/+5 |
| | |||||
* | Scratch one bizarre while loop... :^) | dkf | 2005-05-19 | 2 | -66/+67 |
| | |||||
* | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing | das | 2005-05-19 | 1 | -4/+4 |
| | | | | | | CFRelease of runLoopSource in Tcl_InitNotifier (reported by Zoran): CFRunLoopAddSource doesn't CFRetain, so can only CFRelease the runLoopSource in Tcl_FinalizeNotifier. | ||||
* | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing | das | 2005-05-19 | 2 | -2/+9 |
| | | | | | | CFRelease of runLoopSource in Tcl_InitNotifier (reported by Zoran): CFRunLoopAddSource doesn't CFRetain, so can only CFRelease the runLoopSource in Tcl_FinalizeNotifier. |