Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message. | dkf | 2012-06-25 | 1 | -0/+5 | |
| | ||||||
* | [Patch #1536227]: Cygwin network pathname support | jan.nijtmans | 2012-06-25 | 1 | -0/+5 | |
|\ | ||||||
* \ | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 1 | -0/+5 | |
|\ \ | |/ |/| | ||||||
| * | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 1 | -0/+5 | |
| | | ||||||
* | | [Bug #3362446]: registry keys command fails with 8.5/8.6 | jan.nijtmans | 2012-06-21 | 1 | -2/+4 | |
|\ \ | | | | | | | update registry version to 1.2.2 | |||||
* \ \ | Plug memory leak, part of [Bug #3362446] | jan.nijtmans | 2012-06-19 | 1 | -0/+4 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Plug memory leak, part of [Bug #3362446] | jan.nijtmans | 2012-06-19 | 1 | -0/+4 | |
| |/ | ||||||
* | | 3532959 Make sure the lifetime management of entries in the linePBodyPtr hash | dgp | 2012-06-11 | 1 | -0/+7 | |
| | | | | | | table can tolerate either order of teardown, interp first, or Proc first. | |||||
* | | Update autogoo for gettimeofday(). Thanks Joe English. | dgp | 2012-06-08 | 1 | -0/+4 | |
|\ \ | |/ | ||||||
| * | Update autogoo for gettimeofday(). Thanks Joe English. | dgp | 2012-06-08 | 1 | -0/+6 | |
| | | ||||||
* | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that | dgp | 2012-06-08 | 1 | -0/+6 | |
| | | | | | | old unix systems that need inclusion in all compilation units are supported. | |||||
* | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵ | jan.nijtmans | 2012-06-06 | 1 | -0/+5 | |
|\ \ | |/ | | | | | variables | |||||
| * | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵ | jan.nijtmans | 2012-06-06 | 1 | -0/+5 | |
| | | | | | | | | variables | |||||
* | | [Bug 1997845]: Corrected formatting so that generated HTML can link properly. | dkf | 2012-05-31 | 1 | -0/+5 | |
| | | ||||||
* | | [Bug 2931407]: Clarified semantics of division and remainder operators. | dkf | 2012-05-29 | 1 | -0/+5 | |
| | | ||||||
* | | [Bug 3528418]: Document what is going on with respect to qualification of | dkf | 2012-05-25 | 1 | -0/+6 | |
| | | | | | | command prefixes in ensemble subcommand maps. | |||||
* | | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵ | jan.nijtmans | 2012-05-25 | 1 | -0/+6 | |
|\ \ | |/ | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX | |||||
| * | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵ | jan.nijtmans | 2012-05-25 | 1 | -0/+6 | |
| | | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX | |||||
* | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -0/+8 | |
|\ \ | |/ | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | |||||
| * | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -0/+8 | |
| | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | |||||
* | | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 1 | -0/+9 | |
|\ \ | |/ | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | |||||
| * | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 1 | -0/+9 | |
| | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | |||||
* | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp | 2012-05-21 | 1 | -0/+8 | |
|\ \ | |/ | | | | | | | care must be taken that the value cannot possibly become pure Unicode. Calling Tcl_AppendToObj() has the possibility of making such a conversion. Bug found while valgrinding the trunk. | |||||
| * | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp | 2012-05-21 | 1 | -0/+8 | |
| | | | | | | | | | | care must be taken that the value cannot possibly become pure Unicode. Calling Tcl_AppendToObj() has the possibility of making such a conversion. Bug found while valgrinding the trunk. | |||||
* | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected | dkf | 2012-05-17 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | resulting indexes from -indexvar option to be usable with [string range]; this was always the intention (and is consistent with [regexp -indices] too). ***POTENTIAL INCOMPATIBILITY*** Uses of [switch -regexp -indexvar] that previously compensated for the wrong offsets (by subtracting 1 from the end indices) now do not need to do so as the value is correct. | |||||
* | | [Bug 2964715]: fixes to globbing in safe interpreters | dkf | 2012-05-17 | 1 | -0/+5 | |
| | | ||||||
* | | [Bug 3525462]: Document what relational operators really do with string args. | dkf | 2012-05-16 | 1 | -0/+6 | |
|\ \ | |/ | ||||||
| * | [Bug 3525462]: Document what relational operators really do with string args. | dkf | 2012-05-16 | 1 | -0/+6 | |
| | | ||||||
* | | Protect against receiving strings without ending \0, as external ↵ | jan.nijtmans | 2012-05-13 | 1 | -0/+5 | |
|\ \ | |/ | | | | | applications (or Tcl with TIP #106) could generate that. | |||||
| * | Protect against receiving strings without ending \0, as external ↵ | jan.nijtmans | 2012-05-13 | 1 | -0/+5 | |
| | | | | | | | | applications (or Tcl with TIP #106) could generate that. | |||||
* | | [Bug 473946]: special characters not correctly sent | jan.nijtmans | 2012-05-10 | 1 | -0/+5 | |
|\ \ | |/ | ||||||
| * | [Bug 473946]: special characters not correctly sen | jan.nijtmans | 2012-05-10 | 1 | -0/+5 | |
| |\ | ||||||
| | * | Increase version to 1.2.5bug_473946 | jan.nijtmans | 2012-05-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | Now should work on Win95 as well Use Tcl_GetUnicodeFromObj in stead of Tcl_Win* functions, so we no longer have to detect whether we are on WinNT+ | |||||
| | * | [Bug 473946]: special characters not correctly sent | jan.nijtmans | 2012-05-09 | 1 | -0/+4 | |
| |/ | ||||||
* | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -0/+6 | |
| | | | | | | Simplify stub tables for functions which work on both UNIX and windows | |||||
* | | Better detection and implementation for cpuid instruction on Intel-derived ↵ | jan.nijtmans | 2012-05-02 | 1 | -0/+6 | |
|\ \ | |/ | | | | | processors, both 32-bit and 64-bit | |||||
| * | Better detection and implementation for cpuid instruction on Intel-derived ↵ | jan.nijtmans | 2012-05-02 | 1 | -0/+6 | |
| |\ | | | | | | | | | | processors, both 32-bit and 64-bit | |||||
| | * | Tame deadlocks in broken refchan tests [Bug 3522560] | ferrieux | 2012-04-30 | 1 | -1/+5 | |
| | | | ||||||
| | * | Mention compatibility matters in Changelog. Make test insensitive to ambient ↵ | ferrieux | 2012-04-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | compat flag. | |||||
| | * | IMPLEMENTATION OF TIP#398 : Quickly Exit with Non-Blocking Blocked Channels | ferrieux | 2012-04-28 | 1 | -0/+8 | |
| | |\ | ||||||
| | * \ | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs | jan.nijtmans | 2012-04-27 | 1 | -0/+7 | |
| | |\ \ | |_|/ / |/| | | | ||||||
| | * | | Make 'auto_execok START' do the Right Thing | dkf | 2012-04-27 | 1 | -0/+5 | |
| | |\ \ | ||||||
| | * \ \ | get rid of _ANSI_ARGS_ and CONST | jan.nijtmans | 2012-04-26 | 1 | -0/+8 | |
| | |\ \ \ | ||||||
| | * | | | | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | dkf | 2012-04-25 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | the fairly-common operation of converting a DString into an Obj a more efficient one. | |||||
| | | | | | | ||||||
| | | \ \ \ | ||||||
| | *-. \ \ \ | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -0/+10 | |
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | * | | | | | Apply tzdata2012c | Kevin B Kenny | 2012-04-18 | 1 | -0/+8 | |
| | | | | | | | ||||||
| | * | | | | | Restore the tcl_platform(threaded) variable. | dgp | 2012-04-17 | 1 | -7/+0 | |
| | | | | | | | ||||||
| | * | | | | | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed | dkf | 2012-04-16 | 1 | -0/+7 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | documentation of this filesystem callback function; it must not register its created channel - that's the responsibility of the caller of Tcl_FSOpenFileChannel - as that leads to reference leaks. | |||||
| | * | | | | | | Remove some low-value C stack frames. | dkf | 2012-04-15 | 1 | -0/+4 | |
| | | | | | | | |