summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* merge trunkdgp2012-12-041-2/+2
|\
| * Disable the legacy configuration setting from $::argv only when a setting calldgp2012-12-031-2/+2
| |\ | | | | | | | | | to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.3.5.
| | * Disable the legacy configuration setting from $::argv only when a settingdgp2012-12-031-2/+2
| | |\ | | | | | | | | | | | | call to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.3.5.
| | | * More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-151-8/+0
| | | | | | | | | | | | | | | | systems.
* | | | merge trunkdgp2012-11-161-1/+1
|\ \ \ \ | |/ / /
| * | | Don't use deprecated functionjan.nijtmans2012-11-161-1/+1
| | | |
* | | | merge trunkdgp2012-11-141-0/+8
|\ \ \ \ | |/ / /
| * | | Workaround for mingw versions which don't provide _fpcontrol in float.hjan.nijtmans2012-11-141-0/+8
| |\ \ \ | | |/ /
| | * | Workaround for mingw versions which don't provide _fpcontrol in float.hjan.nijtmans2012-11-141-0/+8
| | |\ \ | | | |/
| | | * Workaround for mingw versions which don't provide _fpcontrol in float.hjan.nijtmans2012-11-141-0/+8
| | | |
* | | | merge trunkdgp2012-11-133-6/+135
|\ \ \ \ | |/ / /
| * | | 360894 Threads inherit floating point config from their creator threaddgp2012-11-131-4/+71
| |\ \ \ | | |/ /
| | * | 360894 Threads inherit floating point config from their creator thread.dgp2012-11-131-4/+71
| | |\ \ | | | |/
| | | * merge 8.4bug_3567063dgp2012-11-132-6/+8
| | | |\
| | | * | Make compilation of the fp control changes possible with MinGW.Joe Mistachkin2012-09-131-3/+10
| | | | |
| | | * | Free the WinThread structure before running the original thread procedure.Joe Mistachkin2012-09-131-1/+8
| | | | |
| | | * | Initial work on SF FRQ #3567063.Joe Mistachkin2012-09-131-4/+56
| | | | |
| * | | | also search for the library directory (init.tcl, encodings, etc) relative to ↵Joe Mistachkin2012-11-131-1/+63
| |\ \ \ \ | | |/ / / | | | | | | | | | | the build directory associated with the source checkout.
| | * | | also search for the library directory (init.tcl, encodings, etc) relative to ↵Joe Mistachkin2012-11-131-1/+63
| | | | | | | | | | | | | | | | | | | | the build directory associated with the source checkout.
| | * | | merge release to 8.5dgp2012-11-122-2/+2
| | |\ \ \
| * | | | | Flag USE_TCLOO_STUBS is not necessary any more for extensions: Stubs are the ↵jan.nijtmans2012-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | only way to access TclOO, so it is implied.
* | | | | | merge trunkdgp2012-11-081-4/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Missing bits of the msgcat 1.4 -> 1.5 bump.dgp2012-11-081-4/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Pull msgcat fixes over the main dev branchdgp2012-11-081-4/+4
| | |\ \ \ \ | | | |/ / /
| | | * | | changed msgcat version from 1.4 to 1.5 in doc/msgcat.n, tests/clock.test, ↵oehhar2012-11-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | library/clock.tcl, win/makefile.bc and tools/tcl.wse.in
| | | * | | merge 8.5dgp2012-11-071-8/+7
| | | |\ \ \
| | | * \ \ \ merge 8.5dgp2012-11-061-2/+2
| | | |\ \ \ \
| | | * | | | | autoconf-2.59dgp2012-11-051-1/+1
| | | | | | | |
| | | * | | | | Release branch for Tcl 8.5.13.dgp2012-11-051-1/+1
| | | | | | | |
| | * | | | | | Import tzdata2012iKevin B Kenny2012-11-071-0/+0
| | | |_|/ / / | | |/| | | |
| | * | | | | 3574493 Avoid hanging on exit due to use of synchronization calls indgp2012-11-071-8/+7
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | / | | | | |_|/ | | | |/| | routines called by DllMain().
| | | * | | 3574493 Avoid hanging on exit due to use of synchronization calls indgp2012-11-071-6/+7
| | | | | | | | | | | | | | | | | | routines called by DllMain().
| | | * | | needed for complation with mingw-w64 (autoconf still to be run)jan.nijtmans2012-11-071-0/+1
| | | | |/ | | | |/|
* | | | | Declare TclOO portion of the Tcl API to be stable -> TclOO 1.0dgp2012-11-081-1/+1
| | | | |
* | | | | Create Tcl 8.6.0 release branchdgp2012-11-082-2/+2
|/ / / /
* | | | Complete bump to http 2.8.5dgp2012-11-061-2/+2
|\ \ \ \ | |/ / /
| * | | complete bump to http 2.7.10dgp2012-11-061-2/+2
| | |/ | |/|
* | | Dde version number to 1.4.0, ready for Tcl 8.6.0rc1jan.nijtmans2012-10-313-5/+5
| | |
* | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ↵jan.nijtmans2012-10-231-1/+2
|\ \ \ | |/ / | | | | | | these flags are available through the whole filesystem for (future) internal use
| * | Correct build version and backported 973091ef75tip404_tcl8_5oehhar2012-09-171-2/+2
| | |
| * | Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes ↵ferrieux2012-09-071-0/+0
| | | | | | | | | | | | [2417695]
* | | [Bug 2459774] win/tcl/Makefile.in not compatible with msys 0.8.jan.nijtmans2012-10-061-17/+11
| | |
* | | eliminate unnecessary TEXT() macrosjan.nijtmans2012-09-233-18/+18
| | |
* | | New import libraries for zlib 1.2.7, usable for all win32/win64 compilersjan.nijtmans2012-09-202-13/+0
|\ \ \
| * | | Experiment: MSVC build now links with 64-bit zlib1.dllmsvc_with_64bit_zlib1_dlljan.nijtmans2012-09-072-13/+0
| | | |
* | | | merge trunkfrq_3527238jan.nijtmans2012-09-1911-219/+252
|\ \ \ \ | | | | | | | | | | <p>change dde version to 1.4.0b2
| * | | | Let "nmakehlp -V" start searching digits after the found match (suggested by ↵jan.nijtmans2012-09-191-4/+5
| | | | | | | | | | | | | | | | | | | | Harald Oehlmann)
| * | | | merge trunkdgp2012-09-121-2/+2
| |\ \ \ \
| | * | | | finish the TIP 404 implementation.dgp2012-09-121-2/+2
| | | | | |
| * | | | | merge trunkdgp2012-09-111-1/+1
| |\ \ \ \ \ | | |/ / / /