summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* fix gcc warning signed<->unsigned warning for cygwinjan.nijtmans2012-03-261-1/+1
* forgot 3 stub macros for cygwin: TclpCreateProcess, TclpMakefilejan.nijtmans2012-03-261-20/+29
* add TclGetAndDetachPids and TclpCloseFile to cygwin portjan.nijtmans2012-03-232-3/+7
* add TclWinConvertError and TclWinConvertWSAError for cygwinjan.nijtmans2012-03-223-37/+67
* many more cygwin functions presentjan.nijtmans2012-03-223-247/+412
* [bug 3508771] fix OSX buildjan.nijtmans2012-03-221-1/+1
* [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-204-120/+83
* [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-205-41/+183
|\
| * implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwinjan.nijtmans2012-03-195-34/+120
| * bug 3508771: load tclreg.dll in cygwin tclshjan.nijtmans2012-03-193-8/+66
|/
* Patch from the cygwin folksjan.nijtmans2012-03-041-0/+6
* oops, that's no utf-8 BOM ;-(jan.nijtmans2012-02-291-1/+1
* [Bug 3466099] BOM in Unicodejan.nijtmans2012-02-292-6/+20
|\
| * [Bug 3466099] BOM in Unicodejan.nijtmans2012-02-192-6/+14
|/
* 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick.dgp2012-02-091-2/+2
|\
| * 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick.bug_3484402dgp2012-02-071-4/+4
|/
* 3484621 Invalidate bytecode when exec traces are added/removed from compiled ...dgp2012-02-061-1/+20
* merge to feature branchrfe_3464401jan.nijtmans2012-01-269-601/+1214
|\
| * [Frq 3473670]: Various Unicode-related speedups/robustnessjan.nijtmans2012-01-223-327/+989
| |\
| | * merge trunkrfe_3473670jan.nijtmans2012-01-226-161/+797
| | |\ | | |/ | |/|
| * | [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-193-1/+11
| * | 3475667 Prevent buffer read overflow. Thanks to "sebres" for the report and fix.dgp2012-01-191-1/+1
| | * rfe-3473670: Various Unicode-related speedups/robustnessjan.nijtmans2012-01-142-169/+199
| |/
| * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-094-274/+164
* | [Frq 3464401] Support Unicode 6.1jan.nijtmans2011-12-262-847/+854
|/
* [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-233-216/+88
* [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-3/+4
* [Bug 2935503]: Windows: file mtime sets wrong timejan.nijtmans2011-11-222-0/+10
* Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-071-1/+1
* 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
* 3405652 Portability workaround for broken system DTrace support.dgp2011-09-131-8/+8
* 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
* 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 rig...jan2011-04-203-5/+7