Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 3598300]: unix: tcl.h does not include sys/stat.h | jan.nijtmans | 2013-01-15 | 2 | -6/+6 |
|\ | |||||
| * | REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: ↵ | jan.nijtmans | 2013-01-15 | 1 | -1/+1 |
| |\ |/ / | | | | | tcl.h does not include sys/stat.h | ||||
| * | merge trunk | jan.nijtmans | 2013-01-14 | 3 | -6/+11 |
| |\ | | | | | | | remove some EXTERN and CONST usages in tclUnixPort.h | ||||
| | * | [Bug 3599395]: http assumes status line is a proper tcl list. | jan.nijtmans | 2013-01-09 | 1 | -2/+2 |
| | | | | | | | | | Bump http package to 2.7.11. | ||||
* | | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in ↵ | jan.nijtmans | 2013-01-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | unrelated places . Bump http package to 2.8.6. | ||||
* | | | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. | jan.nijtmans | 2013-01-02 | 1 | -0/+7 |
|\ \ \ | | |/ | |/| | Don't free ctrl.script if thread creation fails: it is a constant string "testthread wait" normally. | ||||
| * | | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. | jan.nijtmans | 2013-01-02 | 1 | -0/+7 |
| |\ \ | | |/ | |/| | | | | Marked some string subcommands as obsolete, following discussion on tcl-core. Don't free ctrl.script if thread creation fails: it is a constant string "testthread wait" normally. | ||||
| | * | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well | jan.nijtmans | 2013-01-02 | 1 | -0/+7 |
| | | | |||||
* | | | Inline compat Tcl_GetDefaultEncodingDir. | jan.nijtmans | 2012-12-21 | 1 | -28/+13 |
|\ \ \ | |/ / | | | | Eliminate unnecessary static HasStubSupport() and isDigit() functions, just do the same inline. | ||||
| * | | Make pkgb.so loadable in Tcl 8.4 as well. | jan.nijtmans | 2012-12-21 | 1 | -6/+12 |
| |\ \ | | |/ | | | | Eliminate unnessarcy static HasStubSupport() and isDigit() functions, just do the same inline. | ||||
| | * | Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks ↵ | jan.nijtmans | 2012-12-21 | 1 | -35/+41 |
| | | | | | | | | | | | | | | | like, loading pkgb.so in Tcl 9 should either result in an error-message, either succeed, but never crash. Eliminate unnessarcy static HasStubSupport() and isDigit() functions, just do the same inline. | ||||
* | | | Prefer to extract package data from the *contents* not the directory name. | dgp | 2012-12-12 | 1 | -2/+1 |
| | | | |||||
* | | | Tag 8.6.0 for release | dgp | 2012-12-11 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | Improve the generation of HTML documentation in 8.6, allowing for contributed | dkf | 2012-12-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | packages whose non-version name parts are prefixes of others. Also ensure that documentation builds are complete after distribution, and that we generate a better error message when using the wrong tclsh version to do the build. | ||||
* | | | | merge trunk | dgp | 2012-12-07 | 1 | -7/+35 |
|\ \ \ \ | |/ / / | |||||
| * | | | Source compat, rather than stubs compat demo. | dgp | 2012-12-07 | 1 | -6/+13 |
| | | | | |||||
| * | | | add proper runtime-detection to pkgb.so | jan.nijtmans | 2012-12-07 | 1 | -1/+10 |
| | | | | |||||
| * | | | Extended test of [load]ing Tcl 8 compiled extension into Tcl 9 interp. | dgp | 2012-12-07 | 1 | -2/+15 |
| | | | | |||||
| * | | | Turn pkgb.so into a Tcl9 interoperability test | jan.nijtmans | 2012-12-07 | 1 | -6/+5 |
| |\ \ \ | | |/ / | | | | | | | | | library: Whatever Tcl9 looks like, loading pkgb.so in Tcl 9 should either result in an error-message, either succeed, but never crash. | ||||
| | * | | Turn pkgb.so into a Tcl9 interoperability test | jan.nijtmans | 2012-12-07 | 1 | -6/+5 |
| | |\ \ | | | | | | | | | | | | | | | | library: Whatever Tcl9 looks like, loading pkgb.so in Tcl 9 should either result in an error-message, either succeed, but never crash. | ||||
| | | * | | do some Tcl_EvalEx, for test-purposes, demonstrating a crashnovem_support | jan.nijtmans | 2012-12-05 | 1 | -2/+1 |
| | | | | | |||||
| | | * | | use Tcl_PkgProvideEx everywhere (again, for testing purposes) | jan.nijtmans | 2012-12-05 | 5 | -8/+8 |
| | | | | | |||||
| | | * | | merge trunk | jan.nijtmans | 2012-12-05 | 8 | -19/+10 |
| | | |\ \ | | |_|/ / | |/| | | | Change TCL_VERSION to "8.6-" everywhere in Tcl_InitStubs. This is not the way how to do it! Just for testing purposes. | ||||
* | | | | | merge trunk | dgp | 2012-12-04 | 3 | -59/+72 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | 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 | 2 | -16/+1 |
| | | | | | | | | | | | | | | | | | | | | systems. | ||||
| | | * | | Fix botched patch | dkf | 2012-11-14 | 1 | -2/+13 |
| | | | | | |||||
| * | | | | Tcl headers already protect from EXTERN defines | dgp | 2012-12-03 | 1 | -9/+0 |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | |||||
| | * | | Post-header reform (long long ago now) Tcl headers take care of their own | dgp | 2012-12-03 | 1 | -9/+0 |
| | | | | | | | | | | | | protection from EXTERN definitions. | ||||
| | * | | * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overriding | dkf | 2012-11-14 | 1 | -2/+51 |
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | 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). | ||||
| | | * | Backport from Tcl 8.6. | dkf | 2012-11-14 | 1 | -2/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: 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). | ||||
| | * | | merge 8.5 | dgp | 2012-11-06 | 1 | -2/+2 |
| | |\ \ | |||||
| | * | | | make dist | dgp | 2012-11-05 | 1 | -6/+20 |
| | | | | | |||||
| | * | | | autoconf-2.59 | dgp | 2012-11-05 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Release branch for Tcl 8.5.13. | dgp | 2012-11-05 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Factor out creation of the -sockname and -peername lists from | max | 2012-11-26 | 1 | -48/+70 |
| | | | | | | | | | | | | | | | | | | | | | | | | | TcpGetOptionProc() to TcpHostPortList(). Make it robust against implementations of getnameinfo() that error out if reverse mapping fails instead of falling back to the numeric representation. | ||||
* | | | | | merge trunk | dgp | 2012-11-16 | 1 | -7/+4 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | A few unneeded internal CONST/CONST86's | jan.nijtmans | 2012-11-16 | 1 | -7/+4 |
| | | | | | |||||
* | | | | | merge trunk: | dgp | 2012-11-15 | 2 | -17/+41 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | unbreak trunk; fix some warnings | dkf | 2012-11-15 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | IMPLEMENTATION OF TIP#416: New Options for 'load': -global and -lazy | jan.nijtmans | 2012-11-15 | 2 | -17/+40 |
| |\ \ \ \ | |||||
| | * \ \ \ | merge trunk. | jan.nijtmans | 2012-11-12 | 1 | -1/+1 |
| | |\ \ \ \ | | | | | | | | | | | | | | | <p>doc fix | ||||
| | * \ \ \ \ | merge trunk | jan.nijtmans | 2012-11-09 | 2 | -5/+3 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Finish the TIP #416 implementation as specified (#define's were still ↵ | jan.nijtmans | 2012-11-07 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | missing). Added warning to "load" documentation. Added test case for using -global without specifying filename. | ||||
| | * | | | | | | merge trunk | dkf | 2012-11-06 | 1 | -2/+2 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | syntax improvement: expect options before the filename | jan.nijtmans | 2012-10-24 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | <p>start at documentation | ||||
| | * | | | | | | | experimental implementation of FRQ-3579001 | jan.nijtmans | 2012-10-24 | 2 | -16/+39 |
| | | | | | | | | | |||||
* | | | | | | | | | merge trunk | dgp | 2012-11-14 | 2 | -41/+56 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor | dkf | 2012-11-14 | 2 | -41/+56 |
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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). |