Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 2957688]: clarified [socket -server] docs | dkf | 2010-02-24 | 1 | -26/+30 |
| | |||||
* | correct date | nijtmans | 2010-02-23 | 1 | -1/+1 |
| | |||||
* | Fix typos in ChangeLog. | andreas_kupries | 2010-02-22 | 1 | -3/+3 |
| | |||||
* | * generic/tclZlib.c (ZlibTransformInput): [Bug 2742041]: Added a | andreas_kupries | 2010-02-22 | 1 | -0/+10 |
| | | | | | | | | | hack to work around the general problem, early EOF recoginition based on the base-chgannel, instead of the data we have ready for reading in the transform. Long-term we need a proper general fix (likely tracking EOF on each level of the channel stack), with attendant complexity. Further: Z_BUF_ERROR can be ignored, and must be when feeding the zlib code with single characters. | ||||
* | Remove unnecessary EXTERN's, which already | nijtmans | 2010-02-22 | 1 | -0/+14 |
| | | | | | | | | are in the global stub table. Use @EXEEXT@ in stead of @EXT_SUFFIX@ Use -DBUILD_tcl in Makefile for CYGWIN Use EXTERN to control CYGWIN exported symbols Remove some unnecessary type casts. | ||||
* | Follow-up to Fix [Bug 2954959] expr abs(0.0) is -0.0 | nijtmans | 2010-02-21 | 1 | -0/+5 |
| | | | | | | Some more tests, showing that the LONG implementation was not quite correct too, and a fix for that. Some more internal "const" additions | ||||
* | * tests/regexp.test: Add test cases back ported from | mdejong | 2010-02-21 | 1 | -0/+5 |
| | | | | Jacl regexp work. | ||||
* | Fix [Bug 2954959] expr abs(0.0) is -0.0 | nijtmans | 2010-02-21 | 1 | -2/+7 |
| | | | | and added test cases for it. | ||||
* | Make [string length] compiler handle more trivial cases. | dkf | 2010-02-20 | 1 | -2/+7 |
| | |||||
* | Correct compiler/linker flags for threaded builds on OpenBSD. | stwo | 2010-02-19 | 1 | -0/+6 |
| | |||||
* | [Bug 2954638]: Correct behaviour of manual page installer. Also added armouring | dkf | 2010-02-19 | 1 | -0/+6 |
| | | | | | to check that assumptions about the initial state are actually valid (e.g., look for existing input file). | ||||
* | Return to using the classic hash function. Now with *extensive* notes in the | dkf | 2010-02-17 | 1 | -0/+8 |
| | | | | comments about why this function is preferred. | ||||
* | Fix error in stack depth calculation for [dict update], correct misleading | dkf | 2010-02-17 | 1 | -2/+8 |
| | | | | comment in description of opcode. | ||||
* | Change order of various struct members, | nijtmans | 2010-02-16 | 1 | -0/+5 |
| | | | | restoring potential binary incompatibility with Tcl 8.5 | ||||
* | Do not assume that all unix systems have the POSIX blkcnt_t type, since OpenBSD | dkf | 2010-02-16 | 1 | -0/+4 |
| | | | | apparently does not. | ||||
* | Update literal table to use FNV hash function. | dkf | 2010-02-16 | 1 | -19/+24 |
| | |||||
* | Eliminate all internal Tcl_WinUtfToTChar | nijtmans | 2010-02-15 | 1 | -2/+3 |
| | | | | | and Tcl_WinTCharToUtf calls, needed for mslu support. | ||||
* | reverted earlier rename from tcl*Stubs to | nijtmans | 2010-02-15 | 1 | -0/+21 |
| | | | | | | | | tcl*ConstStubs, it's not necessary at all. tclEnsemble.c: Fix signed-unsigned mismatch make tclWinProcs "const" Add first part of mslu support, See [Feature Request #2819611] | ||||
* | Fix [Bug 2950259] so that deleting an object by killing its namespace will | dkf | 2010-02-15 | 1 | -0/+12 |
| | | | | reliably call the object's destructor. | ||||
* | Hive off the ensemble code into its own file. | dkf | 2010-02-13 | 1 | -5/+15 |
| | | | | Split the [switch] compiler for sanity's sake. | ||||
* | Add .lib, .exp and .res to .cvsignore | nijtmans | 2010-02-13 | 1 | -0/+1 |
| | |||||
* | use -pipe for gcc on win32 (mingw/cygwin) | nijtmans | 2010-02-13 | 1 | -0/+5 |
| | |||||
* | add tests for explicit backslash zero as argument to list command | mdejong | 2010-02-12 | 1 | -0/+5 |
| | |||||
* | Correct date | dkf | 2010-02-11 | 1 | -1/+1 |
| | |||||
* | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. | dkf | 2010-02-11 | 1 | -0/+5 |
| | |||||
* | Tcl Bug 2826551 regexp bugs related to -all -line and -start and newlines | dkf | 2010-02-11 | 1 | -0/+12 |
| | |||||
* | [Bug 2949397]: Prevent destructors from running on the two core class objects | dkf | 2010-02-11 | 1 | -0/+6 |
| | | | | when the whole interpreter is being destroyed. | ||||
* | Compilation of [try] now enabled! | dkf | 2010-02-09 | 1 | -1/+11 |
| | |||||
* | remove dependency on 8.5+ idiom "in" in expressions | ferrieux | 2010-02-09 | 1 | -0/+5 |
| | |||||
* | [Bug 2947783]: Ensure that result is an unshared object before appending to it. | dkf | 2010-02-08 | 1 | -0/+7 |
| | |||||
* | Upgrade Tcl's hash function to use the FNV-32 algorithm. This is marginally | dkf | 2010-02-07 | 1 | -0/+17 |
| | | | | | faster and gives a bit better distribution of keys (especially in large hash tables) but does change hash iteration order. | ||||
* | Added basic compilation of [error] (the most common case only). | dkf | 2010-02-05 | 1 | -3/+8 |
| | |||||
* | Follow-up to earlier commit today: | nijtmans | 2010-02-05 | 1 | -0/+14 |
| | | | | | | Eliminate the need for an extra Stubs Pointer for adressing a static stub table: Just change the exported table from static to MODULE_SCOPE. | ||||
* | More consistency in errorcode generation. | dkf | 2010-02-05 | 1 | -0/+2 |
| | |||||
* | NRE-enabled destructors! Also more generation of errorcodes. | dkf | 2010-02-05 | 1 | -0/+5 |
| | |||||
* | Use 'const' more often for pointers to read-only structures. | dkf | 2010-02-05 | 1 | -14/+19 |
| | |||||
* | Follow-up to [2010-01-29] commit: | nijtmans | 2010-02-05 | 1 | -0/+18 |
| | | | | | | | | | | prevent space within stub table function parameters if the parameter type is a pointer. Minor formatting, and VOID -> void. Change signature of TclNRInterpProcCore, and TclOONewProc(Instance|)MethodEx, indicating that errorProc is a function pointer tclVar.c: fixed two gcc warnings | ||||
* | Use the object RE interface for faster matching in [array names -regexp]. | dkf | 2010-02-04 | 1 | -0/+1 |
| | |||||
* | Make [array get] work again with a trivial pattern. | dkf | 2010-02-04 | 1 | -0/+2 |
| | |||||
* | Minor updates: more errorcodes, less C stack levels for old APIs | dkf | 2010-02-04 | 1 | -0/+5 |
| | |||||
* | More corrections to the [array unset] command. | dkf | 2010-02-03 | 1 | -0/+4 |
| | |||||
* | Turned the [array] command into a true ensemble. Test changes indicate some | dkf | 2010-02-02 | 1 | -0/+2 |
| | | | | alteration to error messages, otherwise no change. | ||||
* | Chisel away at reducing the cost of recent changes. | dkf | 2010-02-02 | 1 | -0/+8 |
| | |||||
* | [Bug 2944404] Be careful in case an object deletes itself in its destructor. | dkf | 2010-02-02 | 1 | -0/+6 |
| | |||||
* | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] | dkf | 2010-02-02 | 1 | -0/+5 |
| | | | | hits the next element to be deleted. | ||||
* | [Bug 2942697]: Rework the RE engine so that certain pathological patterns are | dkf | 2010-02-01 | 1 | -0/+7 |
| | | | | | matched much more rapidly. Many thanks to Tom Lane for dianosing this issue and providing an initial patch. | ||||
* | Make the [unset] command be bytecode compiled. | dkf | 2010-01-30 | 1 | -25/+35 |
| | |||||
* | Reverted Tcl_ThreadDataKey type change, | nijtmans | 2010-01-29 | 1 | -0/+6 |
| | | | | | | | see Bug #2942081 Changed some Tcl_CallFrame fields from "char *" to "void *". This saves unnecessary space on Cray's (and it's simply more correct). | ||||
* | - genStubs.tcl: No longer generate a space after "*" and | nijtmans | 2010-01-29 | 1 | -0/+22 |
| | | | | | | | | | | immediately after a function name, so the format of function definitions in tcl*Decls.h matches all other tcl*.h header files. - Change Tcl_ArgvFuncProc, Tcl_ArgvGenFuncProc and GetFrameInfoValueProc to be function definitions, not pointers, for consistency with all other Tcl function definitions. | ||||
* | Improvements to destructor handling. | dkf | 2010-01-28 | 1 | -147/+160 |
| | | | | Stop crashes from odd destruction routes. |