summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-103-3/+0
|\
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-103-3/+0
| |
| * Bug [3598282]: Stop using installData.tcl to install the timezone files.stwo2013-01-311-5/+32
| |
* | Bug [3598282]: Stop using installData.tcl to install the timezone files.stwo2013-01-311-3/+32
| |
* | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extractingandreask2013-01-301-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.
| * (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extractingandreask2013-01-301-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 Darwinjan.nijtmans2013-01-261-0/+8
|\ \ \ | |/ /
| * | [Bug 3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-261-0/+8
| |\ \ | | |/
| | * [Bug 3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-261-0/+8
| | |
* | | Another memory leak, and one Tcl_Free -> ckfreejan.nijtmans2013-01-251-1/+1
| | |
* | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-252-6/+6
| | | | | | | | | Fix "make test-packages" on cygwin
* | | new version of cpuid, which doesn't use the edi register any more. Hopefully ↵jan.nijtmans2013-01-241-4/+3
|\ \ \ | |/ / | | | | | | that works better on some Darwin.
| * | new version of cpuid, which doesn't use the edi register any more. Hopefully ↵jan.nijtmans2013-01-241-4/+3
| |\ \ | | |/ | | | | | | that works better on some Darwin.
| | * new version of cpuid, which doesn't use the edi register any more. Hopefully ↵jan.nijtmans2013-01-241-4/+3
| | | | | | | | | | | | that works better on some Darwin.
* | | revert [8e83219e38]: it doesn't work on i386jan.nijtmans2013-01-241-1/+1
|\ \ \ | |/ /
| * | revert [f3509c3d35]: it doesn't work on i386jan.nijtmans2013-01-241-1/+1
| |\ \ | | |/
| | * revert [273bbe926d]: it doesn't work on i386jan.nijtmans2013-01-241-1/+1
| | |
* | | Bug [3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-221-1/+1
|\ \ \ | |/ /
| * | Bug [3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-221-1/+1
| |\ \ | | |/
| | * Bug [3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-221-1/+1
| | |
* | | fix Bug 3598300 on MacOSX toojan.nijtmans2013-01-192-2/+2
|\ \ \ | |/ /
| * | Proposed solution for Bug 3598300 on MacOSXbug_3598300jan.nijtmans2013-01-182-2/+2
| | |
* | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h.jan.nijtmans2013-01-182-25/+23
|\ \ \ | |/ / | | | (with an exception for OSX, for now)
| * | ... and fix cygwin buildjan.nijtmans2013-01-182-21/+19
| | |
* | | revert [8abba84224], and make sure that every source file that uses ↵jan.nijtmans2013-01-174-3/+4
|\ \ \ | |/ / | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h
| * | revert [8abba84224], and make sure that every source file that uses ↵jan.nijtmans2013-01-174-3/+4
| | | | | | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h
* | | [Bug 3598300]: unix: tcl.h does not include sys/stat.hjan.nijtmans2013-01-152-6/+6
|\ \ \
| * \ \ REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: ↵jan.nijtmans2013-01-151-1/+1
| |\ \ \ |/ / / / | | _ / | | / tcl.h does not include sys/stat.h
| * | merge trunk jan.nijtmans2013-01-143-6/+11
| |\ \ | | | | | | | | remove some EXTERN and CONST usages in tclUnixPort.h
| | * | [Bug 3599395]: http assumes status line is a proper tcl list. jan.nijtmans2013-01-091-2/+2
| | | | | | | | | | | | Bump http package to 2.7.11.
* | | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in ↵jan.nijtmans2013-01-061-2/+2
| | | | | | | | | | | | | | | | | | | | unrelated places . Bump http package to 2.8.6.
* | | | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. jan.nijtmans2013-01-021-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.nijtmans2013-01-021-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 welljan.nijtmans2013-01-021-0/+7
| | |
* | | Inline compat Tcl_GetDefaultEncodingDir. jan.nijtmans2012-12-211-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.nijtmans2012-12-211-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.nijtmans2012-12-211-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.dgp2012-12-121-2/+1
| | |
* | | Tag 8.6.0 for releasedgp2012-12-111-1/+2
|\ \ \
| * | | Improve the generation of HTML documentation in 8.6, allowing for contributeddkf2012-12-101-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 trunkdgp2012-12-071-7/+35
|\ \ \ \ | |/ / /
| * | | Source compat, rather than stubs compat demo.dgp2012-12-071-6/+13
| | | |
| * | | add proper runtime-detection to pkgb.sojan.nijtmans2012-12-071-1/+10
| | | |
| * | | Extended test of [load]ing Tcl 8 compiled extension into Tcl 9 interp.dgp2012-12-071-2/+15
| | | |
| * | | Turn pkgb.so into a Tcl9 interoperability testjan.nijtmans2012-12-071-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 testjan.nijtmans2012-12-071-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_supportjan.nijtmans2012-12-051-2/+1
| | | | |
| | | * | use Tcl_PkgProvideEx everywhere (again, for testing purposes)jan.nijtmans2012-12-055-8/+8
| | | | |
| | | * | merge trunkjan.nijtmans2012-12-058-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 trunkdgp2012-12-043-59/+72
|\ \ \ \ \ | |/ / / /