| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
configuration
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/ |
|
| | |
|
| |\ |
|
| | | |
|
| | | |
|
|\ \ \
| |/ / |
|
| | |
| | |
| | | |
conversation with Alexandre Ferrieux.
|
| |\ \
| | |/ |
|
| | |\ |
|
| |\ \ \
| | |/ /
| | | |
| | | | |
Implement TclpIsAtty, Cygwin only
doc/dde.n: doc fix
|
| | |\ \
| | | |/
| | | |
| | | | |
Implement TclpIsAtty, Cygwin only
doc/dde.n: doc fix
|
| | | |
| | | |
| | | |
| | | | |
Implement TclpIsAtty, Cygwin only
doc/dde.n: doc fix
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | | |
table this is no longer necessary
implement TclpInetNtoa for win32
Let cygwin share stub table with win32
|
| | |\ \ |
|
| | | | | |
|
| | | |\ \
| | |/ / /
| | | | _
| | | |
| | | |
| | | | |
table this is no longer necessary
implement TclpInetNtoa for win32
Let cygwin share stub table with win32
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
table this is no longer necessary
implement TclpInetNtoa for win32
Let cygwin share stub table with win32
|
|\ \ \ \
| |/ / / |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | |
| | | | |
| | | | |
| | | | | |
they should be zero in the first place (see UpdateInterest) and (2) ever-reposting cases will be detected with greater ease.
|
| | |\ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
timed events, and added code handling special situations like EAGAIN, parent eof, etc.
|
| | | | | | |
|
| |\ \ \ \ \
| | | |_|/ /
| | |/| | |
| | | | | |
| | | | | | |
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.
|
| | |\ \ \ \
| | | | |_|/
| | | |/| |
| | | | | |
| | | | | | |
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.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | | |
the amount of hackiness in class constructors, and refactor some of
the error message handling from [oo::define] to be saner in the face
of odd happenings.
|
| | | | | |
|
|\ \ \ \ \
| |/ / / / |
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | |
| | | | |
| | | | | |
'file' with that of unsafe interpreters.
|
| |\ \ \ \
| | |/ / /
| | | | /
| | |_|/
| |/| | |
Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table back to its own osx stub table, instead let cygwin make use of the win32 stub table
|
| | |\ \
| | | |/
| | | |
| | | | |
Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table back to its own osx stub table, instead let cygwin make use of the win32 stub table
|
| | | |
| | | |
| | | |
| | | | |
Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table, instead let cygwin make use of the win32 stub table
|
|\ \ \ \
| |/ / / |
|
| | | |
| | | |
| | | |
| | | | |
owner == handler.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
test case. Modified [chan postevent] to properly inject the
event(s) into the owner thread's event queue for execution in the
correct context. Renamed the ForwardOpTo...Thread() function to
match with our terminology.
|
| | | | |
|
| | | | |
|