summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway)jan.nijtmans2011-09-162-2/+2
|
* 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-1/+2
| | | Thanks to Wolfgang S. Kechel.
* 3405652 Portability workaround for broken system DTrace support.dgp2011-09-131-8/+8
| | | Thanks to Dagobert Michelson.
* Tcl_HashStats does not return a CONSTjan.nijtmans2011-09-064-6/+5
|
* [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-28/+25
|
* A few more compiler warningsjan.nijtmans2011-08-181-1/+1
|
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-165-0/+5
| | | | n mingw, sys/stat.h must be included before winsock2.h, so make sure of that
* 3390272 Leak of [info script] value.dgp2011-08-151-0/+4
|
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-2/+2
|
* Avoid segfaults when RecordByteCodeStats() is called in a deleted interp.dgp2011-07-151-0/+5
|
* 3366265 Buffer allocated one byte too small caused overrun.dgp2011-07-131-1/+1
|
* wipunprovendgp2011-07-121-25/+25
|
* wipdgp2011-07-121-6/+6
|
* Type mismatches in *printf calls.dgp2011-07-112-9/+11
|
* fix USE_TCLALLOC so that it can be enabled without editing the Makefilemig2011-05-071-0/+7
|
* fix for [Bug 3288345]: use _stat32i64 for CYGWIN toojan.nijtmans2011-04-271-1/+5
|
* struct _stat64 -> struct __stat64 for AMD64jan2011-04-261-1/+1
|
* Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-214-2/+15
|
* fix warnings in tclTest.cjan.nijtmans2011-04-211-11/+11
|
* Silence unused variable warningdgp2011-04-201-2/+1
|
* fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it ↵jan2011-04-203-5/+7
| | | | right for cygwin and WIN64 as well.
* fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW.jan.nijtmans2011-04-181-12/+7
|
* fix for [Bug 2662380], crash caused by appending to a variable with a write ↵mig2011-04-131-1/+2
| | | | trace that unsets it
* gcc warning: unused variable "key"jan.nijtmans2011-03-281-2/+1
|
* [Bug 3007895]: Tcl_(Find|Create)HashEntryjan2011-03-251-2/+30
| | | | | | | stub entries can never be called. They still cannot be called (no change in functionality), but at least they now do exactly the same as the Tcl_(Find|Create)HashEntry macro's, so the confusion addressed in this Bug report is gone. Merged --cherrypick from Tcl8.5 (2010-12-31,e75735ef76)
* Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directlyjan.nijtmans2011-03-254-19/+22
| | | Some void -> VOID transitions
* Ensure that any reference to temporary index tables is squelched immediatelydkf2011-03-241-0/+10
| | | rather than hanging around to trip us up in the future.
* [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG buildsjan.nijtmans2011-03-161-4/+4
|
* Fix gcc warnings: variable set but not usedjan.nijtmans2011-03-082-0/+8
|
* * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-065-22/+23
| | | | | | * generic/tclCmdMZ.c: with TclParseBackslash() where possible. * generic/tclCompExpr.c: * generic/tclCompile.c: * generic/tclUtil.c:
* * generic/tclUtil.c (TclFindElement): Guard escape sequence scansdgp2011-03-061-1/+1
| | | to not overrun the string end. [Bug 3192636]
* * generic/tclParse.c (TclParseBackslash): Correct trunction checks indgp2011-03-061-2/+2
| | | * tests/parse.test: \x and \u substitutions. [Bug 3200987]
* Typo in last commit broke tclStringObj.c build. Fixed.dgp2011-03-011-0/+1
|
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-0183-166/+0
| | | more harm than good. Purged them.
* [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2,nijtmans2011-01-253-113/+115
| | | | backported strcpy->memcpy change but not change in any struct.
* [Bug 3127687] Triggers FORTIFY_SOURCE buffer overflow detectionnijtmans2010-12-051-4/+4
|
* [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-233-1187/+1328
| | | | Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF
* * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-012-10/+12
| | | | | | | * generic/tclVar.c: make the behaviour of lappend in bytecompiled * tests/append.test: mode consistent with direct-eval and 'append' * tests/appendComp.test: generally. Added tests (append*-9.*) showing the difference.
* [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6:nijtmans2010-07-252-7/+4
| | | | revert tclInt.h to what it was before, and relax the relation between Tcl_CallFrame and CallFrame.
* [Bug 3031278] fixed merge problem in previous commit.nijtmans2010-07-181-2/+1
|
* [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6nijtmans2010-07-172-8/+15
|
* (Backport) take over definitions of _WIN32, DLLIMPORT, DLLEXPORT and ↵nijtmans2010-07-161-17/+23
| | | | TCL_LL_MODIFIER macros from Tcl8.5/8.6
* [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions.nijtmans2010-06-281-13/+13
|
* Fixed object leakvasiljevic2010-04-061-3/+2
|
* * generic/tclStringObj.c: (SetStringFromAny): avoid tramplingvasiljevic2010-04-021-2/+4
| | | | | over the tclEmptyStringRep->bytes as it is thread-shared (thx to Gustaf Neumann for the (hard) work of locating this one).
* Fix [Bug 2954959] expr abs(-0.0) is -0.0nijtmans2010-02-221-1/+11
| | | | Added some test cases, adapted and backported from 8.5
* * generic/tclCompile.c: [Bug 2949302]: Fixed leak of supportandreas_kupries2010-02-111-18/+47
| | | | | structures for [info frame] which occured when bytecode compilation fails.
* [Bug 2942697]: Rework the RE engine so that certain pathological patterns aredkf2010-02-011-32/+34
| | | | | matched much more rapidly. Many thanks to Tom Lane for dianosing this issue and providing an initial patch.
* (Backport) Fix [Bug 2891556] and improve test to detect similar ↵ferrieux2009-11-161-6/+22
| | | | manifestations in the future.
* * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosityandreas_kupries2009-11-121-5/+12
| | | | | | * tests/io.test: which used the number of _written_ bytes or character to update the counters for the read bytes/characters. New test io-53.11. This is a backward port from the 8.5 branch.