Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | merge trunk | jan.nijtmans | 2012-12-04 | 1 | -2/+2 | |
|\ | ||||||
| * | Disable the legacy configuration setting from $::argv only when a setting call | dgp | 2012-12-03 | 1 | -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 setting | dgp | 2012-12-03 | 1 | -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 ↵ | dgp | 2012-11-15 | 1 | -8/+0 | |
| | | | | | | | | | | | | | | | | systems. | |||||
* | | | | Remove all maintenance of a string result in the Interp. | dgp | 2012-11-30 | 2 | -5/+0 | |
|\ \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| *---. \ \ \ | Merge (selected bits of) novem | dgp | 2012-11-26 | 4 | -309/+3 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | merge (modified) novem-review. | jan.nijtmans | 2012-11-30 | 3 | -2/+16 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | unbreak windows build | |||||
| * | | | | | | | | Proposed rollback of the TCL_STUB_MAGIC change on novem branch.novem_review | dgp | 2012-11-29 | 2 | -5/+0 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Destroy all the TCL_STORAGE_CLASS and associated nonsense. | dgp | 2012-11-29 | 2 | -23/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | Removed functions marked deprecated or obsolete for a long time: ↵ | jan.nijtmans | 2012-11-26 | 2 | -307/+1 | |
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_Backslash, Tcl_EvalFile, Tcl_GlobalEvalObj, Tcl_GlobalEval, Tcl_EvalTokens. Remove Tcl_FindExecutable from stub table: It is needed by embedders, not extenders. Remove TclpGetDate, TclpGmtime, TclpLocaltime: it isn't use anywhere since the new clock implementation. Remove TclWinConvertWSAError, it's the same as TclWinConvertError. | |||||
* | | | | | | make windde and winreg load again | jan.nijtmans | 2012-11-19 | 2 | -2/+2 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Single stub library can now handle Tcl8 and Tcl9 with different MAGIC values | jan.nijtmans | 2012-11-19 | 2 | -0/+5 | |
|/ / / / | ||||||
* | | | | Merge trunk | jan.nijtmans | 2012-11-16 | 3 | -6/+6 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | <p>Fix Windows build <p>Now usable with Thread's "novem" branch (3.0a1) <p>Remove some more deprecated stuff | |||||
| * | | | Don't use deprecated function | jan.nijtmans | 2012-11-16 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Kill Octal; bump to 9.0a0; make test suite work again. | dgp | 2012-11-15 | 4 | -9/+9 | |
|/ / / | ||||||
* | | | Workaround for mingw versions which don't provide _fpcontrol in float.h | jan.nijtmans | 2012-11-14 | 1 | -0/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Workaround for mingw versions which don't provide _fpcontrol in float.h | jan.nijtmans | 2012-11-14 | 1 | -0/+8 | |
| |\ \ | | |/ | ||||||
| | * | Workaround for mingw versions which don't provide _fpcontrol in float.h | jan.nijtmans | 2012-11-14 | 1 | -0/+8 | |
| | | | ||||||
* | | | 360894 Threads inherit floating point config from their creator thread | dgp | 2012-11-13 | 1 | -4/+71 | |
|\ \ \ | |/ / | ||||||
| * | | 360894 Threads inherit floating point config from their creator thread. | dgp | 2012-11-13 | 1 | -4/+71 | |
| |\ \ | | |/ | ||||||
| | * | merge 8.4bug_3567063 | dgp | 2012-11-13 | 2 | -6/+8 | |
| | |\ | ||||||
| | * | | Make compilation of the fp control changes possible with MinGW. | Joe Mistachkin | 2012-09-13 | 1 | -3/+10 | |
| | | | | ||||||
| | * | | Free the WinThread structure before running the original thread procedure. | Joe Mistachkin | 2012-09-13 | 1 | -1/+8 | |
| | | | | ||||||
| | * | | Initial work on SF FRQ #3567063. | Joe Mistachkin | 2012-09-13 | 1 | -4/+56 | |
| | | | | ||||||
* | | | | also search for the library directory (init.tcl, encodings, etc) relative to ↵ | Joe Mistachkin | 2012-11-13 | 1 | -1/+63 | |
|\ \ \ \ | |/ / / | | | | | | | | | the build directory associated with the source checkout. | |||||
| * | | | also search for the library directory (init.tcl, encodings, etc) relative to ↵ | Joe Mistachkin | 2012-11-13 | 1 | -1/+63 | |
| | | | | | | | | | | | | | | | | the build directory associated with the source checkout. | |||||
| * | | | merge release to 8.5 | dgp | 2012-11-12 | 2 | -2/+2 | |
| |\ \ \ | ||||||
* | | | | | Flag USE_TCLOO_STUBS is not necessary any more for extensions: Stubs are the ↵ | jan.nijtmans | 2012-11-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | only way to access TclOO, so it is implied. | |||||
* | | | | | Missing bits of the msgcat 1.4 -> 1.5 bump. | dgp | 2012-11-08 | 1 | -4/+4 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Pull msgcat fixes over the main dev branch | dgp | 2012-11-08 | 1 | -4/+4 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | changed msgcat version from 1.4 to 1.5 in doc/msgcat.n, tests/clock.test, ↵ | oehhar | 2012-11-08 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | library/clock.tcl, win/makefile.bc and tools/tcl.wse.in | |||||
| | * | | | merge 8.5 | dgp | 2012-11-07 | 1 | -8/+7 | |
| | |\ \ \ | ||||||
| | * \ \ \ | merge 8.5 | dgp | 2012-11-06 | 1 | -2/+2 | |
| | |\ \ \ \ | ||||||
| | * | | | | | autoconf-2.59 | dgp | 2012-11-05 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Release branch for Tcl 8.5.13. | dgp | 2012-11-05 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Import tzdata2012i | Kevin B Kenny | 2012-11-07 | 1 | -0/+0 | |
| | |_|/ / / | |/| | | | | ||||||
| * | | | | | 3574493 Avoid hanging on exit due to use of synchronization calls in | dgp | 2012-11-07 | 1 | -8/+7 | |
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| | | routines called by DllMain(). | |||||
| | * | | | 3574493 Avoid hanging on exit due to use of synchronization calls in | dgp | 2012-11-07 | 1 | -6/+7 | |
| | | | | | | | | | | | | | | | routines called by DllMain(). | |||||
| | * | | | needed for complation with mingw-w64 (autoconf still to be run) | jan.nijtmans | 2012-11-07 | 1 | -0/+1 | |
| | | |/ | | |/| | ||||||
* | | | | Complete bump to http 2.8.5 | dgp | 2012-11-06 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | complete bump to http 2.7.10 | dgp | 2012-11-06 | 1 | -2/+2 | |
| | |/ | |/| | ||||||
* | | | Dde version number to 1.4.0, ready for Tcl 8.6.0rc1 | jan.nijtmans | 2012-10-31 | 3 | -5/+5 | |
| | | | ||||||
* | | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ↵ | jan.nijtmans | 2012-10-23 | 1 | -1/+2 | |
|\ \ \ | |/ / | | | | | | | these flags are available through the whole filesystem for (future) internal use | |||||
| * | | Correct build version and backported 973091ef75tip404_tcl8_5 | oehhar | 2012-09-17 | 1 | -2/+2 | |
| | | | ||||||
| * | | Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes ↵ | ferrieux | 2012-09-07 | 1 | -0/+0 | |
| | | | | | | | | | | | | [2417695] | |||||
* | | | [Bug 2459774] win/tcl/Makefile.in not compatible with msys 0.8. | jan.nijtmans | 2012-10-06 | 1 | -17/+11 | |
| | | | ||||||
* | | | eliminate unnecessary TEXT() macros | jan.nijtmans | 2012-09-23 | 3 | -18/+18 | |
| | | | ||||||
* | | | New import libraries for zlib 1.2.7, usable for all win32/win64 compilers | jan.nijtmans | 2012-09-20 | 2 | -13/+0 | |
|\ \ \ | ||||||
| * | | | Experiment: MSVC build now links with 64-bit zlib1.dllmsvc_with_64bit_zlib1_dll | jan.nijtmans | 2012-09-07 | 2 | -13/+0 | |
| | | | | ||||||
* | | | | merge trunkfrq_3527238 | jan.nijtmans | 2012-09-19 | 11 | -219/+252 | |
|\ \ \ \ | | | | | | | | | | | <p>change dde version to 1.4.0b2 |