summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overridingdkf2012-11-141-0/+8
|\ | | | | | | | | | | of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default).
| * Backport from Tcl 8.6.dkf2012-11-141-0/+8
| | | | | | | | | | | | | | * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overriding of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default).
* | also search for the library directory (init.tcl, encodings, etc) relative to ↵Joe Mistachkin2012-11-131-0/+6
| | | | | | | | the build directory associated with the source checkout.
* | ChangeLog release markcore_8_5_13core_8_5_13_rcdgp2012-11-091-0/+15
| |
* | Import tzdata2012iKevin B Kenny2012-11-071-0/+14
| |
* | 3574493 Avoid hanging on exit due to use of synchronization calls indgp2012-11-071-0/+5
|\ \ | |/ | | routines called by DllMain().
| * 3574493 Avoid hanging on exit due to use of synchronization calls indgp2012-11-071-0/+5
| | | | | | routines called by DllMain().
* | [Bug 3581754]: Ensure that http -command callbacks are done at most once.dkf2012-11-061-0/+9
| |
* | Remove unused TclpLoadFile function.jan.nijtmans2012-10-231-0/+5
| |
* | Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ↵jan.nijtmans2012-10-141-0/+6
| | | | | | | | source code.
* | Bug 3576509: tcl::Bgerror crashes with invalid argumentsjan.nijtmans2012-10-131-0/+5
| |
* | When checking for std channels being closed, compare the channel state,dgp2012-10-031-0/+6
|\ \ | |/ | | not the channel itself so that stacked channels do not cause trouble.
| * When checking for std channels being closed, compare the channel state,dgp2012-10-031-0/+6
| | | | | | not the channel itself so that stacked channels do not cause trouble.
* | Correct build version and backported 973091ef75tip404_tcl8_5oehhar2012-09-171-3/+5
| |
* | tip#404 file locale mcset: mc(fl)(m)set backport from 8.6oehhar2012-09-121-0/+8
| |
* | Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes ↵ferrieux2012-09-071-0/+5
| | | | | | | | [2417695]
* | minor: tidy up formattingdkf2012-08-251-66/+71
| |
* | [Bug 3561330]: Use the correct full name of March in Ukrainian.dkf2012-08-251-0/+5
| |
* | [Bug 3496014] Protect Tcl_SetByteArrayObj for invalid valuesjan.nijtmans2012-08-231-0/+5
| | | | | | (Backported from Tcl 8.6)
* | 3559678 Fix bad filename normalization when the last component is the empty ↵dgp2012-08-201-0/+5
| | | | | | | | string.
* | ... and don't forget ChangeLog entryjan.nijtmans2012-08-201-0/+8
| |
* | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-0/+5
|\ \ | |/ | | | | version numbers.
| * nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-0/+5
| | | | | | | | version numbers.
* | Only build the threaded builds by default. jan.nijtmans2012-08-151-0/+6
| | | | | | Backport some improvements from Tcl 8.6
* | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ↵stwo2012-08-131-0/+5
| | | | | | | | warnings.
* | [Bug #1536227]: Cygwin network pathname supoortjan.nijtmans2012-08-081-0/+5
| |
* | 3554250 Overlooked one field of cleanup in the thread exit handlerdgp2012-08-071-0/+5
| | | | | | for the filesystem subsystem.
* | Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+1
|\ \ | |/
| * Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+1
| |
* | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-0/+5
|\ \ | |/
| * Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-0/+5
| |
* | [Bug 3549770] Multiple test failures running tcltest outside build treejan.nijtmans2012-07-281-0/+6
| |
* | Support Unicode 6.2 (Add Turkish lira sign)jan.nijtmans2012-07-271-0/+5
|\ \ | |/
| * Support Unicode 6.2 (Add Turkish lira sign)jan.nijtmans2012-07-271-0/+5
| |
* | merge 8.5dgp2012-07-241-1/+12
|\ \
| * | Fix several more missing mutex-locks in TestasyncCmd.Joe Mistachkin2012-07-201-0/+5
| | |
| * | [Bug 3544685]: Missing mutex-lock in TestasyncCmd since 2011-08-19. ↵ferrieux2012-07-191-0/+6
| | | | | | | | | | | | Unbounded gratitude to Stuart Cassoff for spotting it.
* | | Release note tidinessdgp2012-07-171-0/+17
|/ /
* | [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-0/+4
|\ \ | |/
| * [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-0/+4
| |
* | [Bug 3544683]: Backport of reentrancy fix for super-POSIX correctness of thedkf2012-07-161-0/+9
| | | | | | passwd/group access functions.
* | [Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts ↵jan.nijtmans2012-07-111-0/+6
| | | | | | | | | | example better in order to prevent problems when using HKEY_PERFORMANCE_DATA. Forgot one important '%'
* | [Bug 3541646] Don't panic on triggerPipe overrunjan.nijtmans2012-07-101-0/+4
| |
* | Update changes, repair ChangeLogdgp2012-07-101-52/+55
| |
* | * win/tclWinSock.c (InitializeHostName): Corrected logic thatdkf2012-07-101-0/+7
| | | | | | | | | | extracted the name of the computer from the gethostname call so that it would use the name on success, not failure. Also ensured that the buffer size is exactly that recommended by Microsoft.
* | 1189293 Make "<<" binary safe.dgp2012-07-051-3/+8
|\ \ | |/
| * 1189293 Make "<<" binary safe.dgp2012-07-051-3/+8
| |
* | Add tn, ro_MO and ru_MO to msgcatjan.nijtmans2012-06-291-0/+4
|\ \ | |/
| * Add tn, ro_MO and ru_MO to msgcat. jan.nijtmans2012-06-291-0/+5
| | | | | | | | Make it work on cygwin (backported) Bump msgcat to 1.3.5
* | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-291-0/+7
|\ \ | | | | | | Bump msgcat version to 1.4.5