diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-27 10:13:07 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-27 10:13:07 (GMT) |
commit | ea1476c544dc734fc01fa6896ba5942948913eee (patch) | |
tree | 4f362ebcdf26c7826359ad5b3b40da29e97378dc /ChangeLog | |
parent | 7f649ad0bb5cffdd357e0d3e9f0d6c15d69e6722 (diff) | |
parent | 1abdef6a10523363f5da7923ff02d13f5bfcd92e (diff) | |
download | tcl-bug_3562640.zip tcl-bug_3562640.tar.gz tcl-bug_3562640.tar.bz2 |
merge core-8-4-branchbug_3562640
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +2013-03-19 Don Porter <dgp@users.sourceforge.net> + + * generic/tclFCmd.c: [Bug 3597000] Consistent [file copy] result. + +2013-03-19 Jan Nijtmans <nijtmans@users.sf.net> + + * win/tclWinFile.c: [Bug 2893771]: file stat fails on locked files + on win32. + +2013-03-18 Donal K. Fellows <dkf@users.sf.net> + + * tests/cmdAH.test (cmdAH-19.12): [Bug 3608360]: Added test to ensure + that we never ever allow [file exists] to do globbing. + +2013-03-12 Jan Nijtmans <nijtmans@users.sf.net> + + * unix/tcl.m4: Patch by Andrew Shadura, providing better support for + three architectures they have in Debian. + +2013-03-06 Don Porter <dgp@users.sourceforge.net> + + * generic/regc_nfa.c: [Bugs 3604074,3606683] Rewrite of the + * generic/regcomp.c: fixempties() routine (and supporting + routines) to completely eliminate the infinite loop hazard. + Thanks to Tom Lane for the much improved solution. + 2013-03-04 Don Porter <dgp@users.sourceforge.net> * generic/tclUtil.c: New scheme for keeping the per-process |