summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factordkf2012-11-146-49/+87
| | | | | | | out all the code to do temporary file creation so that it is possible to make it correct in one place. 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).
* 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
| | |
* | | 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
| |\ \ | | |/
| | * 360894 Threads inherit floating point config from their creator threaddgp2012-11-131-4/+70
| | |\
| | | * merge 8.4bug_3567063dgp2012-11-135-8/+19
| | | |\ | | | |/ | | |/|
| | | * merge 8.4dgp2012-10-030-0/+0
| | | |\
| | | * | When checking for std channels being closed, compare the channel state,dgp2012-10-032-20/+30
| | | | | | | | | | | | | | | not the channel itself so that stacked channels do not cause trouble.
| | | * | 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-132-1/+69
|\ \ \ \ \ | |/ / / / | | | | | | | | | | the build directory associated with the source checkout.
| * | | | also search for the library directory (init.tcl, encodings, etc) relative to ↵Joe Mistachkin2012-11-132-1/+69
| | | | | | | | | | | | | | | | | | | | the build directory associated with the source checkout.
* | | | | merge markdgp2012-11-120-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | merge release to 8.5dgp2012-11-1212-16/+49
| |\ \ \ \
| | * | | | ChangeLog release markcore_8_5_13core_8_5_13_rcdgp2012-11-091-0/+15
| | | | | |
| | * | | | merge markdgp2012-11-090-0/+0
| | |\ \ \ \ | | |/ / / / | |/| | | |
* | | | | | style fixjan.nijtmans2012-11-121-2/+2
| | | | | |
* | | | | | added forgotten Changelog entrymig2012-11-101-0/+6
| | | | | |
* | | | | | re-enable bcc-tailcall, after fixing an infinite loop in the ↵mig2012-11-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | TCL_COMPILE_DEBUG mode
* | | | | | Flag USE_TCLOO_STUBS is not necessary any more for extensions: Stubs are the ↵jan.nijtmans2012-11-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | only way to access TclOO, so it is implied.
* | | | | | dup test namedgp2012-11-081-1/+1
| | | | | |
* | | | | | Updated the language of the documentation so that "object" refers to an OOdkf2012-11-0839-515/+530
| | | | | | | | | | | | | | | | | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is).
* | | | | | Missing bits of the msgcat 1.4 -> 1.5 bump.dgp2012-11-082-5/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Pull msgcat fixes over the main dev branchdgp2012-11-083-7/+7
| |\ \ \ \ \ | | |/ / / /
| | * | | | Revert msgcat requirement bump in the "clock" module. Should be no need for it.dgp2012-11-082-2/+2
| | | | | |
| | * | | | changed msgcat version from 1.4 to 1.5 in doc/msgcat.n, tests/clock.test, ↵oehhar2012-11-085-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | library/clock.tcl, win/makefile.bc and tools/tcl.wse.in
| | * | | | tzdata updatedgp2012-11-0713-298/+790
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | update changesdgp2012-11-071-0/+2
| | | | | |
| | * | | | merge 8.5dgp2012-11-076-74/+78
| | |\ \ \ \
| | * \ \ \ \ merge 8.5dgp2012-11-066-14/+24
| | |\ \ \ \ \
| | * | | | | | make distdgp2012-11-051-6/+20
| | | | | | | |
| | * | | | | | merge 8.5dgp2012-11-051-3/+20
| | |\ \ \ \ \ \
| | * | | | | | | autoconf-2.59dgp2012-11-052-2/+2
| | | | | | | | |
| | * | | | | | | Release branch for Tcl 8.5.13.dgp2012-11-057-8/+8
| | | | | | | | |
* | | | | | | | | Remove another reference to tcl.wse.injan.nijtmans2012-11-082-4/+0
| | | | | | | | |
* | | | | | | | | merge updates to make HTML generation betterdkf2012-11-082-11/+43
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added tooltip generation to contents and keywords pages.off_trunkdkf2012-11-082-10/+40
| | | | | | | | | |
| * | | | | | | | | Make HTML generator more resilient against problems when generating docs fordkf2012-11-081-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | older versions of Tcl/Tk.
* | | | | | | | | | Import tzdata2012iKevin B Kenny2012-11-0712-298/+788
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Import tzdata2012iKevin B Kenny2012-11-0713-298/+788
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Remove files and references for long outdated Wise Installer.dgp2012-11-076-2632/+2
| | | | | | | | |
* | | | | | | | | merge markdgp2012-11-070-0/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | / / / / / / / | |/ / / / / / / |/| | | | | | |
| * | | | | | | 3574493 Avoid hanging on exit due to use of synchronization calls indgp2012-11-072-8/+12
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | routines called by DllMain().
| | * | | | | | 3574493 Avoid hanging on exit due to use of synchronization calls indgp2012-11-072-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | routines called by DllMain().
| * | | | | | | merge-markjan.nijtmans2012-11-070-0/+0
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | needed for complation with mingw-w64 (autoconf still to be run)jan.nijtmans2012-11-071-0/+1
| | | | | | | |
* | | | | | | | Added package descriptor file to allow for easier configuration of ↵dkf2012-11-071-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | integration of contributed packages in HTML documentation.