summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclCmdMZ.c: [Bug 2973361] Revised fix for computingdgp2010-03-231-24/+29
* Make error message in "try" implementationnijtmans2010-03-232-11/+13
* * generic/tclCmdMZ.c: [Bug 2973361]: Compute the correct integerdgp2010-03-221-6/+11
* Missed a spot.dkf2010-03-201-2/+2
* regendkf2010-03-202-10/+23
* Allow [fcopy] to move more than 2GB per call. Frederic Bonnet identified issue.dkf2010-03-204-48/+65
* Compile the [throw] command.dkf2010-03-193-4/+117
* * generic/tclListObj.c: Prevent in overflow trouble in [lreplace]dgp2010-03-182-3/+107
* Fix silly error in bytecode generation for [try].dkf2010-03-181-1/+3
* [Bug 2971921]: Corrected jump so that it doesn't skip into the middledkf2010-03-181-33/+40
* * generic/tclIORTrans.c (ReflectInput, ReflectOutput,andreas_kupries2010-03-172-21/+65
* Remove unnecessary '&' decoration for functionnijtmans2010-03-112-58/+58
* * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieuxandreas_kupries2010-03-091-6/+27
* test that tclOO stubs are present in stub librarynijtmans2010-03-072-8/+11
* remove presence of tclTomMathStubsPtr in tclStubLib.cnijtmans2010-03-062-5/+6
* Quell a warning in Kevin Kenny's build environmentdkf2010-03-051-2/+3
* Fix [Bug 2964425].dkf2010-03-051-3/+1
* [Patch 2961556]: Change TclOO to use the same style of function typedefs asdkf2010-03-056-42/+43
* Code Audit results:dkf2010-03-0532-463/+490
* Remove unused variabledkf2010-03-051-2/+1
* Fix [Bug 2962664] by forcing oo::object deletion on oo::class deletion.dkf2010-03-043-12/+34
* 3 unnecessary MODULE_SCOPE symbolsnijtmans2010-03-042-9/+1
* Split tommath stub lib source filenijtmans2010-03-042-51/+97
* Use a less hacky way of using a char as a hash keydkf2010-03-021-3/+3
* Improve error message for corner case in ::prefixferrieux2010-03-011-2/+2
* fix [AT 86258]: special-casing of empty tables when generating error messages...ferrieux2010-03-011-11/+15
* Oops! [Bug 2960852]dkf2010-02-281-9/+12
* More additions of {TCL LOOKUP} error-code generation to various subcommands ofdkf2010-02-281-1/+9
* Fix Bug #2959713: Link error with gcc 4.1nijtmans2010-02-281-1/+2
* Only look for the needle when it fits in the haystack. [Bug 2960021]dkf2010-02-271-3/+13
* * generic/tclMain.c (Tcl_Main): [Bug 801429]: Factor out the holding of thedkf2010-02-271-34/+70
* Split tclCompCmds.c into two pieces to improve developer sanity.dkf2010-02-262-3541/+3874
* [ tcl-Feature Requests-2958832 ] Furthernijtmans2010-02-257-110/+119
* Convert many multi-line macros to use the best-practice do-while(0) formdkf2010-02-251-151/+183
* Correct silly error with missing semicolonsdkf2010-02-251-3/+3
* Fix some nasties with handling duplicate keys in list->dict->list conversions.dkf2010-02-242-4/+14
* Reduce ifdef-fery and size of activation record. More variables shared acrossdkf2010-02-241-603/+449
* More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-2424-427/+465
* Pure whitespace changes, changing to follow Engineering Manual style.dkf2010-02-2420-137/+137
* * generic/tclZlib.c (ZlibTransformInput): [Bug 2742041]: Added aandreas_kupries2010-02-221-3/+22
* Remove unnecessary EXTERN's, which alreadynijtmans2010-02-224-9/+8
* Convert literal tabs in strings into \t sequences.dkf2010-02-221-59/+59
* Follow-up to Fix [Bug 2954959] expr abs(0.0) is -0.0nijtmans2010-02-216-38/+53
* Fix [Bug 2954959] expr abs(0.0) is -0.0nijtmans2010-02-211-3/+7
* Make [string length] compiler handle more trivial cases.dkf2010-02-201-108/+105
* Small changes to align code style with Tcl Engineering Manualdkf2010-02-191-155/+169
* Return to using the classic hash function. Now with *extensive* notes in thedkf2010-02-173-41/+95
* Fix error in stack depth calculation for [dict update], correct misleadingdkf2010-02-172-5/+8
* missing commadgp2010-02-171-2/+2
* Change order of various struct members,nijtmans2010-02-161-63/+55