Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 3205320]: stack space detection defeated by inlining. Now fixed in the ↵ | jan.nijtmans | 2013-04-03 | 1 | -1/+4 |
|\ | | | | | | | cross-compile case as well. | ||||
| * | Prevent inlining of StackGrowsDown(), in case of cross-compilingprevent_inline | jan.nijtmans | 2013-04-02 | 1 | -1/+4 |
| | | |||||
* | | Release branch for Tcl 8.5.14. | dgp | 2013-03-21 | 3 | -3/+3 |
|/ | |||||
* | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-12 | 2 | -29/+2 |
|\ | | | | | | | they have in Debian. | ||||
| * | re-generate configure | jan.nijtmans | 2013-03-12 | 1 | -56/+1 |
| | | |||||
| * | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-12 | 1 | -24/+1 |
| | | | | | | | | | | they have in Debian. (regeneration of "configure" not done yet) | ||||
| * | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 2 | -16/+16 |
| | | |||||
* | | Suggested fix for bug 3604576: msgcat -1.5.0.tm error on windows XP, ↵ | jan.nijtmans | 2013-02-14 | 1 | -2/+2 |
| | | | | | | | | | | inclusive bump to version 1.5.1. Changelog entry still missing. | ||||
* | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. | jan.nijtmans | 2013-02-10 | 3 | -3/+0 |
| | | |||||
* | | Bug [3598282]: Stop using installData.tcl to install the timezone files. | stwo | 2013-01-31 | 1 | -5/+32 |
| | | |||||
* | | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11. | ||||
* | | [Bug 3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-26 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | [Bug 3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-26 | 1 | -0/+8 |
| | | |||||
* | | new version of cpuid, which doesn't use the edi register any more. Hopefully ↵ | jan.nijtmans | 2013-01-24 | 1 | -4/+3 |
|\ \ | |/ | | | | | that works better on some Darwin. | ||||
| * | new version of cpuid, which doesn't use the edi register any more. Hopefully ↵ | jan.nijtmans | 2013-01-24 | 1 | -4/+3 |
| | | | | | | | | that works better on some Darwin. | ||||
* | | revert [f3509c3d35]: it doesn't work on i386 | jan.nijtmans | 2013-01-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | revert [273bbe926d]: it doesn't work on i386 | jan.nijtmans | 2013-01-24 | 1 | -1/+1 |
| | | |||||
* | | Bug [3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Bug [3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-22 | 1 | -1/+1 |
| | | |||||
* | | Proposed solution for Bug 3598300 on MacOSXbug_3598300 | jan.nijtmans | 2013-01-18 | 2 | -2/+2 |
| | | |||||
* | | ... and fix cygwin build | jan.nijtmans | 2013-01-18 | 2 | -21/+19 |
| | | |||||
* | | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 4 | -3/+4 |
| | | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.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. | ||||
| * | | 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 |
| | | |||||
* | | 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. | ||||
* | | 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. | ||||
| | * \ | 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. | ||||
| | * | | Tcl headers already protect from EXTERN defines | dgp | 2012-12-03 | 1 | -9/+0 |
| | |\ \ | |/ / / | |||||
| * | | | 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. | ||||
| * | | | A few unneeded internal CONST/CONST86's | jan.nijtmans | 2012-11-16 | 1 | -7/+4 |
| | | | | |||||
| * | | | 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 |
| | | | | | | | | |||||
| * | | | | | | | * 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). | ||||
| * | | | | | | style fix | jan.nijtmans | 2012-11-12 | 1 | -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. | ||||
| * | | | | | Remove files and references for long outdated Wise Installer. | dgp | 2012-11-07 | 1 | -4/+2 |
| | |/ / / | |/| | | | |||||
| * | | | | Complete bump to http 2.8.5 | dgp | 2012-11-06 | 1 | -2/+2 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ↵ | jan.nijtmans | 2012-10-23 | 5 | -9/+16 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | these flags are available through the whole filesystem for (future) internal use |