summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵jan.nijtmans2012-07-291-0/+6
| | | | combination with tcltest86.dll to do that (Windows only)
* [Bug 3549770] Multiple test failures running tcltest outside build treejan.nijtmans2012-07-281-0/+6
|\
| * [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
| |\
| | * Support Unicode 6.2 (Add Turkish lira sign)jan.nijtmans2012-07-271-0/+5
| | |
| * | merge 8.5dgp2012-07-241-1/+12
| |\ \
| * | | Release note tidinessdgp2012-07-171-0/+17
| | | |
* | | | [Bug 3547994]: Abandon the synchronous Windows pipe driver to its fate when ↵ferrieux2012-07-251-0/+5
| | | | | | | | | | | | | | | | needed to honour TIP#398.
* | | | [Bug 3545365]: Never try a bg-flush on a dead channel, just like before ↵ferrieux2012-07-231-0/+5
| | | | | | | | | | | | | | | | 2011-08-17.
* | | | Fix several more missing mutex-locks in TestasyncCmd.Joe Mistachkin2012-07-201-0/+11
|\ \ \ \ | | |/ / | |/| |
| * | | 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.
* | | [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-1/+5
|\ \ \ | |/ /
| * | [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.
* | | Fix mostly-harmless minor buffer overrun.dkf2012-07-161-0/+6
| | |
* | | Make registry 1.3 package dynamically loadable when ::tcl::pkgconfig is ↵jan.nijtmans2012-07-161-0/+5
| | | | | | | | | | | | available
* | | [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.
| * | [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 '%'
| | |
| \ \
| \ \
| \ \
*---. \ \ merge 8.5dgp2012-07-101-3/+13
|\ \ \ \ \ | | | |/ /
| | | * | [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.
* | | Add fix and test for URLs that contain literal IPv6 addresses. [Bug 3531209]max2012-07-081-0/+5
| | |
* | | 1189293 Make "<<" binary safe.dgp2012-07-051-0/+5
|\ \ \ | |/ /
| * | 1189293 Make "<<" binary safe.dgp2012-07-051-3/+8
| |\ \ | | |/
| | * 1189293 Make "<<" binary safe.dgp2012-07-051-3/+8
| | |
* | | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-0/+9
| | |
* | | Add tn, ro_MO and ru_MO to msgcatjan.nijtmans2012-06-291-0/+4
|\ \ \ | |/ /
| * | 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
| * | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-291-0/+7
| |\ \ | | | | | | | | Bump msgcat version to 1.4.5
| | * \ merge trunkjan.nijtmans2012-06-281-0/+23
| | |\ \ | | | | | | | | | | | | | | | bug fix: variable $key not found make it work on cygwin as well
| | * | | Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-221-0/+7
| | | | |
* | | | | Reinforced the description of the requirement for the tables of names for ↵dkf2012-06-291-1/+9
|\ \ \ \ \ | |/ / / / | | | | | | | | | | Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly.
| * | | | Reinforced the description of the requirement for the tables of names for ↵dkf2012-06-291-0/+8
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly.
| | * | Reinforced the description of the requirement for the tables of names for ↵dkf2012-06-291-0/+8
| | | | | | | | | | | | | | | | Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly.
* | | | Let Cygwin shared build link with zlib1.dll, not cygz.dll (two less ↵jan.nijtmans2012-06-261-0/+7
| | | | | | | | | | | | | | | | dependencies on cygwin-specific dll's)
* | | | Use EAI_SYSTEM only if it exists.max2012-06-261-0/+5
| | | |
* | | | 3024359 Make sure that the per-thread cache of the list of file systemsdgp2012-06-251-0/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | currently registered is only updated at times when no active loops are traversing it. Also reduce the amount of epoch storing and checking to where it can make a difference.
| * | | 3024359 Make sure that the per-thread cache of the list of file systemsdgp2012-06-251-0/+8
| | | | | | | | | | | | | | | | | | | | currently registered is only updated at times when no active loops are traversing it. Also reduce the amount of epoch storing and checking to where it can make a difference.
* | | | 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
|\ \ \ \ | |/ / /