summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* more Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewLongObj conversionsjan.nijtmans2013-02-117-10/+10
|
* merge trunkjan.nijtmans2013-02-031-5/+34
|\
| * 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.
* | | \ merge trunkjan.nijtmans2013-01-291-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
| | |\ \ | | | |/
| | | * [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
| | | |
* | | | merge trunkjan.nijtmans2013-01-255-11/+11
|\ \ \ \ | |/ / / | | | | Add -Wwrite-strings to compiler options, so we can guarantee correct "const" usage.
| * | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-252-6/+6
| | | | | | | | | | | | Fix "make test-packages" on cygwin
* | | | Merge trunkjan.nijtmans2013-01-251-4/+3
|\ \ \ \ | |/ / / | | | | Rename TclInitStubs back to Tcl_InitStubs, for easier compatibility with Tcl 8.
| * | | 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
| | | |
* | | | merge trunkjan.nijtmans2013-01-231-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
| | | |
* | | | merge trunkjan.nijtmans2013-01-195-34/+25
|\ \ \ \ | |/ / /
| * | | 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
| | | |
* | | | Convert Tcl_Eval and Tcl_GlobalEval to a macrojan.nijtmans2013-01-172-3/+3
| | | |
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ merge trunkdgp2013-01-175-9/+10
|\ \ \ \ \ \ | | | |/ / /
| | | * | | 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.
* | | | | Turn Tcl_PkgPresent/Tcl_PkgRequire into a macro. jan.nijtmans2013-01-106-13/+17
| | | | | | | | | | | | | | | | | | | | Make sure that extensions which are compiled using Tcl version 9.0 alpha/beta headers only run with the exact same Tcl version (9.0a0), so they cannot accidently be used in production. Idea 'stolen' from iTcl 4.0, which did that during alpha/beta Dde/Registry: eliminate usage of some older API, which might be removed/deprecated in the future.
* | | | | remove some unused static functions/variablesjan.nijtmans2013-01-081-80/+0
| | | | |
* | | | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more. jan.nijtmans2013-01-061-2/+2
|\ \ \ \ \ | |/ / / / | | | | | Bump http package to 2.8.6.
| * | | | 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.
* | | | | merge trunkjan.nijtmans2013-01-021-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | | |
* | | | remove unnecessary struct names, which only pollute the "struct" namespace ↵jan.nijtmans2012-12-217-15/+15
|\ \ \ \ | | | | | | | | | | | | | | | for the compiler.
| * | | | remove unnecessary struct names, which only pollute the "struct" namespace ↵jan.nijtmans2012-08-208-16/+16
| | | | | | | | | | | | | | | | | | | | for te compiler.
* | | | | merge trunkjan.nijtmans2012-12-213-21/+13
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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.