Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3 missing stub macros for cygwin | jan.nijtmans | 2012-03-26 | 2 | -458/+371 |
|\ | | | | | fix merge problem from Tcl 8.4 (old mac stub table got accidently back) | ||||
| * | forgot 3 stub macros for cygwin: TclpCreateProcess, TclpMakefile | jan.nijtmans | 2012-03-26 | 1 | -20/+29 |
| | | | | | | and TclpOpenFile | ||||
* | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-25 | 3 | -167/+555 |
|\ \ | |/ | | | | | | | | | Implement TclWinConvertError, TclWinConvertWSAError, and various more win32-specific internal functions for Cygwin, so win32 extensions using those can be loaded in the cygwin version of tclsh. | ||||
| * | add TclGetAndDetachPids and TclpCloseFile to cygwin port | jan.nijtmans | 2012-03-23 | 2 | -3/+7 |
| | | |||||
| * | add TclWinConvertError and TclWinConvertWSAError for cygwin | jan.nijtmans | 2012-03-22 | 3 | -37/+67 |
| | | |||||
| * | many more cygwin functions present | jan.nijtmans | 2012-03-22 | 3 | -247/+412 |
| | | |||||
* | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01) | jan.nijtmans | 2012-03-23 | 2 | -17/+17 |
| | | | | | | | | | | They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Add tclWinError.c to the CYGWIN build. | ||||
* | | [bug 3508771] fix OSX build | jan.nijtmans | 2012-03-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | [bug 3508771] fix OSX build | jan.nijtmans | 2012-03-22 | 1 | -1/+1 |
| | | |||||
| * | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-20 | 4 | -120/+83 |
| | | | | | | (backported from Tcl 8.5) | ||||
* | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 5 | -19/+252 |
|\ \ | |/ | |||||
| * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 5 | -41/+183 |
| |\ | |||||
| | * | implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwin | jan.nijtmans | 2012-03-19 | 5 | -34/+120 |
| | | | |||||
| | * | bug 3508771: load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-19 | 3 | -8/+66 |
| |/ | | | | | (works on cygwin, on other UNIX not yet complete) | ||||
* | | xprivate | jan.nijtmans | 2012-03-15 | 1 | -3/+17 |
|\ \ | |||||
| * | | x | jan.nijtmans | 2012-03-15 | 2 | -6/+20 |
|/ / | |||||
* | | eliminate the use of intptr_t | jan.nijtmans | 2012-03-05 | 1 | -2/+2 |
| | | |||||
* | | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 1 | -0/+6 |
| | | |||||
* | | oops, that's no utf-8 BOM ;-( | jan.nijtmans | 2012-02-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | oops, that's no utf-8 BOM ;-( | jan.nijtmans | 2012-02-29 | 1 | -1/+1 |
| | | |||||
* | | [Bug 3466099] BOM in Unicode | jan.nijtmans | 2012-02-29 | 2 | -3/+18 |
|\ \ | |/ | |||||
| * | [Bug 3466099] BOM in Unicode | jan.nijtmans | 2012-02-29 | 2 | -6/+20 |
| |\ | |||||
| | * | [Bug 3466099] BOM in Unicode | jan.nijtmans | 2012-02-19 | 2 | -6/+14 |
| |/ | |||||
* | | [Bug 2233954] AIX: compile error, but don't do that for _WIN32 (doesn't work ↵ | jan.nijtmans | 2012-02-17 | 1 | -1/+1 |
| | | | | | | | | in VS10) | ||||
* | | Fix: Removed C99ism (in-block variable declaration) from commit [39f6ebe301] ↵ | andreask | 2012-02-17 | 1 | -1/+3 |
| | | | | | | | | which prevents building with non-gcc compilers, notably AIX, HPUX, Solaris, MSVC6, possibly others. | ||||
* | | bug fix: avoid segfaulting by deleted interp in RecordByteCodeStats | sebres | 2012-02-17 | 1 | -2/+1 |
| | | |||||
* | | [Bug 2233954] AIX: compile error | jan.nijtmans | 2012-02-16 | 1 | -0/+3 |
| | | |||||
* | | * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fix | dkf | 2012-02-15 | 1 | -1/+2 |
| | | | | | | | | crash in compilation of [dict for] when its implementation command is used directly rather than through the ensemble. | ||||
* | | 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick. | dgp | 2012-02-09 | 1 | -2/+2 |
|\ \ | |/ | | | Also corrected test for when growth is needed. | ||||
| * | 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick. | dgp | 2012-02-09 | 1 | -2/+2 |
| |\ | | | | | | | Also corrected test for when growth is needed. | ||||
| | * | 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick.bug_3484402 | dgp | 2012-02-07 | 1 | -4/+4 |
| |/ | | | | | | | Also converted some memcpy() to memmove() to reliably handle overlapping copies, and corrected test for when growth is needed. | ||||
* | | 3485022 Disable ensemble subcommand compile inside a Tcl_Create*Trace(). | dgp | 2012-02-06 | 1 | -1/+2 |
| | | |||||
* | | 3485022 TclCompileEnsemble() avoid compile when exec traces set. | dgp | 2012-02-06 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | 3484621 Invalidate bytecode when exec traces are added/removed from compiled ↵ | dgp | 2012-02-06 | 1 | -1/+20 |
| | | | | | | | | cmd. | ||||
* | | fix for [Bug 3484621], take 3 | mig | 2012-02-06 | 1 | -3/+2 |
| | | |||||
* | | fix for [Bug 3484621], take 2 | mig | 2012-02-06 | 1 | -8/+9 |
| | | |||||
* | | Fix for [Bug 3484621]: insure that execution traces on bytecoded commands | mig | 2012-02-06 | 1 | -0/+19 |
| | | | | | | bump the interp's compile epoch. | ||||
* | | [Frq 3464401] Support Unicode 6.1 | jan.nijtmans | 2012-02-02 | 2 | -1116/+1174 |
|\ \ | |/ | |||||
| * | merge to feature branchrfe_3464401 | jan.nijtmans | 2012-01-26 | 9 | -601/+1214 |
| |\ | |||||
| * | | [Frq 3464401] Support Unicode 6.1 | jan.nijtmans | 2011-12-26 | 2 | -847/+854 |
| | | | | | | | | | (not to be merged until Unicode 6.1 is final!!!) | ||||
* | | | 3479689 Stop memory corruption when shimmering 0-refCount value to "path" type. | dgp | 2012-01-26 | 1 | -0/+3 |
| | | | |||||
* | | | yank back debugging codebug_3475569 | dgp | 2012-01-26 | 1 | -6/+0 |
| | | | |||||
* | | | merge to bugfix | dgp | 2012-01-26 | 2 | -2/+11 |
|\ \ \ | |||||
| * | | | Simplify the logic of setting the TCL_REG_NOTBOL flag. | dgp | 2012-01-23 | 1 | -2/+5 |
| | | | | |||||
* | | | | 3475569 Add value-sharing checks before calls that demand unshared arguments. | dgp | 2012-01-24 | 1 | -6/+20 |
|/ / / | |||||
* | | | [Frq 3473670]: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-22 | 3 | -327/+989 |
|\ \ \ | | |/ | |/| | |||||
| * | | [Frq 3473670]: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-22 | 3 | -327/+989 |
| |\ \ | |||||
| | * \ | merge trunkrfe_3473670 | jan.nijtmans | 2012-01-22 | 6 | -161/+797 |
| | |\ \ | | |/ / | |/| | | | | | | expand all unicode tables and tools to eventually handle the unicode chars > 0xffff (if UTF_MAX_CHAR > 3) | ||||
| | * | | rfe-3473670: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-14 | 2 | -169/+199 |
| | | | |