summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | minor: changelog formattingdkf2012-06-251-16/+17
| | | |
* | | | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message.dkf2012-06-251-0/+5
|\ \ \ \ | |/ / /
| * | | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message.dkf2012-06-251-0/+5
| | | |
* | | | [Patch #1536227]: Cygwin network pathname supportjan.nijtmans2012-06-251-0/+5
|\ \ \ \ | |/ / /
| * | | [Patch #1536227]: Cygwin network pathname supportjan.nijtmans2012-06-251-0/+5
| |\ \ \ | | | |/ | | |/|
* | | | [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-231-0/+5
|\ \ \ \ | |/ / /
| * | | [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-231-0/+5
| |\ \ \ | | |/ / | |/| / | | |/
| | * [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-231-0/+5
| | |
* | | Rework the error message generation of [socket], so that the errormax2012-06-221-0/+6
| | | | | | | | | code of getaddrinfo is used instead of errno unless it is EAI_SYSTEM.
* | | [Bug #3362446]: registry keys command fails with 8.5/8.6jan.nijtmans2012-06-211-3/+3
|\ \ \ | |/ /
| * | [Bug #3362446]: registry keys command fails with 8.5/8.6jan.nijtmans2012-06-211-2/+4
| |\ \ | | | | | | | | update registry version to 1.2.2
* | \ \ Plug memory leak, part of [Bug #3362446]. jan.nijtmans2012-06-191-0/+5
|\ \ \ \ | |/ / / | | | | Dde version should be 1.3.0, not 1.3
| * | | Plug memory leak, part of [Bug #3362446]jan.nijtmans2012-06-191-0/+4
| |\ \ \ | | | |/ | | |/|
| | * | Plug memory leak, part of [Bug #3362446]jan.nijtmans2012-06-191-0/+4
| | |/
* | | 3532959 Make sure the lifetime management of entries in the linePBodyPtr hashdgp2012-06-111-0/+7
|\ \ \ | |/ / | | | table can tolerate either order of teardown, interp first, or Proc first.
| * | 3532959 Make sure the lifetime management of entries in the linePBodyPtr hashdgp2012-06-111-0/+7
| | | | | | | | | table can tolerate either order of teardown, interp first, or Proc first.
* | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so thatdgp2012-06-081-0/+10
|\ \ \ | |/ / | | | | | | old unix systems that need inclusion in all compilation units are supported. Update autogoo for gettimeofday(). Thanks Joe English.
| * | Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-081-0/+4
| |\ \ | | |/
| | * Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-081-0/+6
| | |
| * | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so thatdgp2012-06-081-0/+6
| | | | | | | | | old unix systems that need inclusion in all compilation units are supported.
* | | Revise the "null data" check: null strings are possible, but empty binary ↵jan.nijtmans2012-06-081-0/+7
| | | | | | | | | | | | arrays are not
* | | Declare that Tcl provides the zlib 2.0 package.dkf2012-06-061-0/+7
| | |
* | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵jan.nijtmans2012-06-061-0/+5
|\ \ \ | |/ / | | | | | | variables
| * | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵jan.nijtmans2012-06-061-0/+5
| |\ \ | | |/ | | | | | | variables
| | * On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵jan.nijtmans2012-06-061-0/+5
| | | | | | | | | | | | variables
* | | [Bug 3530536]: zlib-7.4 fails on IRIX64jan.nijtmans2012-06-011-0/+7
| | |
* | | fix subtle problem with safe [file] that caused Tk test failuredkf2012-05-311-0/+4
| | |
* | | [Bug 1997845]: Corrected formatting so that generated HTML can link properly.dkf2012-05-311-0/+3
|\ \ \ | |/ /
| * | [Bug 1997845]: Corrected formatting so that generated HTML can link properly.dkf2012-05-311-0/+5
| | |
* | | Prevented intermittent test failure due to race condition.dkf2012-05-311-0/+5
| | |
* | | minor: make TIP 106 commit easier to spot in ChangeLogdkf2012-05-301-3/+5
| | |
* | | minor: rewrap overlong linesdkf2012-05-291-8/+8
| | |
* | | [Bug 2931407]: Clarified semantics of division and remainder operators.dkf2012-05-291-0/+5
|\ \ \ | |/ /
| * | [Bug 2931407]: Clarified semantics of division and remainder operators.dkf2012-05-291-0/+5
| | |
* | | [Bug 3525762]: Encoding handling in ddejan.nijtmans2012-05-291-0/+5
|\ \ \
* | | | [Bug 3529949]: Defang 'file dirname ~' etc in safe interpsdkf2012-05-281-0/+6
|/ / /
* | | [Bug 3528418]: Document what is going on with respect to qualification ofdkf2012-05-251-0/+4
|\ \ \ | |/ / | | | command prefixes in ensemble subcommand maps.
| * | [Bug 3528418]: Document what is going on with respect to qualification ofdkf2012-05-251-0/+6
| | | | | | | | | command prefixes in ensemble subcommand maps.
* | | Factor out constant that must be the same in multiple places. Prompted by adkf2012-05-251-0/+6
| | | | | | | | | conversation with Alexandre Ferrieux.
* | | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵jan.nijtmans2012-05-251-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.nijtmans2012-05-251-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.nijtmans2012-05-251-0/+6
| | | | | | | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX
* | | Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+8
|\ \ \ | |/ / | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
| * | Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+8
| |\ \ | | |/ | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
| | * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+8
| | | | | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
* | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ↵jan.nijtmans2012-05-241-0/+9
|\ \ \ | |/ / | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32
| * | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ↵jan.nijtmans2012-05-221-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.nijtmans2012-05-221-0/+9
| | | | | | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32
* | | * generic/tclZlib.c (ZlibTransformInput): [Bug 3525907]: Ensure thatdkf2012-05-231-0/+7
|\ \ \ | | | | | | | | | | | | | | | | decompressed input is flushed through the transform correctly when the input stream gets to the end. Thanks to Alexandre Ferrieux and Andreas Kupries for their work on this.
* \ \ \ When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-211-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.