Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve the [chan] documentationmsofer_wcodes_20050611 | dkf | 2005-06-10 | 2 | -44/+518 |
| | |||||
* | fix to race condition in file mkdir and fix to glob documentation | vincentdarley | 2005-06-09 | 3 | -10/+36 |
| | |||||
* | Small doc improvements [Bug 1211078] etc. | dkf | 2005-06-09 | 3 | -9/+17 |
| | |||||
* | typo fix | dkf | 2005-06-08 | 1 | -1/+1 |
| | |||||
* | D'oh. [Bug 1217017] | dkf | 2005-06-08 | 1 | -2/+2 |
| | |||||
* | * generic/tclInt.h: Reduced the Tcl_ObjTypes "index", | dgp | 2005-06-07 | 6 | -37/+36 |
| | | | | | | | * generic/tclIndexObj.c: "enembleCmd", "localVarName", and * generic/tclNamesp.c: "levelReference" to file static scope. * generic/tclProc.c: * generic/tclVar.c: | ||||
* | Added (untested!) implementation of truncation for Windows | dkf | 2005-06-07 | 3 | -4/+83 |
| | |||||
* | * generic/tclObj.c: Restored registration of the "procbody" | dgp | 2005-06-07 | 2 | -12/+10 |
| | | | | Tcl_ObjType, as required by the tclcompiler application. | ||||
* | Now for a real test of [chan truncate]... | dkf | 2005-06-07 | 2 | -1/+16 |
| | |||||
* | Stick to TCL_CHANNEL_VERSION_4; it's all in alpha anyway! | dkf | 2005-06-07 | 4 | -14/+31 |
| | |||||
* | autoconf | dgp | 2005-06-07 | 2 | -2/+2 |
| | |||||
* | 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 |
| |