summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-122-29/+2
|\ | | | | | | they have in Debian.
| * re-generate configurejan.nijtmans2013-03-121-56/+1
| |
| * Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-121-24/+1
| | | | | | | | | | they have in Debian. (regeneration of "configure" not done yet)
| * Backport various improvements from Tcl 8.5jan.nijtmans2013-02-122-16/+16
| |
* | Suggested fix for bug 3604576: msgcat -1.5.0.tm error on windows XP, ↵jan.nijtmans2013-02-141-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.nijtmans2013-02-103-3/+0
| |
* | Bug [3598282]: Stop using installData.tcl to install the timezone files.stwo2013-01-311-5/+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.
* | [Bug 3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-261-0/+8
|\ \ | |/
| * [Bug 3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-261-0/+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.
* | 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
| |
* | Proposed solution for Bug 3598300 on MacOSXbug_3598300jan.nijtmans2013-01-182-2/+2
| |
* | ... 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
* | 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.
| * | 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
| |
* | 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.
* | 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.
| | * \ Disable the legacy configuration setting from $::argv only when a setting calldgp2012-12-031-2/+2
| | |\ \ | |_|/ / |/| | | | | | | to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.3.5.
| | * | Tcl headers already protect from EXTERN definesdgp2012-12-031-9/+0
| | |\ \ | |/ / /
| * | | Factor out creation of the -sockname and -peername lists frommax2012-11-261-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'sjan.nijtmans2012-11-161-7/+4
| | | |
| * | | unbreak trunk; fix some warningsdkf2012-11-151-1/+2
| | | |
| * | | IMPLEMENTATION OF TIP#416: New Options for 'load': -global and -lazyjan.nijtmans2012-11-152-17/+40
| |\ \ \
| | * \ \ merge trunk. jan.nijtmans2012-11-121-1/+1
| | |\ \ \ | | | | | | | | | | | | <p>doc fix
| | * \ \ \ merge trunkjan.nijtmans2012-11-092-5/+3
| | |\ \ \ \
| | * | | | | Finish the TIP #416 implementation as specified (#define's were still ↵jan.nijtmans2012-11-072-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | missing). Added warning to "load" documentation. Added test case for using -global without specifying filename.
| | * | | | | merge trunkdkf2012-11-061-2/+2
| | |\ \ \ \ \
| | * | | | | | syntax improvement: expect options before the filenamejan.nijtmans2012-10-242-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | <p>start at documentation
| | * | | | | | experimental implementation of FRQ-3579001jan.nijtmans2012-10-242-16/+39
| | | | | | | |
| * | | | | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factordkf2012-11-142-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 fixjan.nijtmans2012-11-121-2/+2
| | |_|/ / / | |/| | | |
| * | | | | Flag USE_TCLOO_STUBS is not necessary any more for extensions: Stubs are the ↵jan.nijtmans2012-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | only way to access TclOO, so it is implied.
| * | | | | Remove files and references for long outdated Wise Installer.dgp2012-11-071-4/+2
| | |/ / / | |/| | |
| * | | | Complete bump to http 2.8.5dgp2012-11-061-2/+2
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ↵jan.nijtmans2012-10-235-9/+16
| |\ \ \ \ | | | | | | | | | | | | | | | | | | these flags are available through the whole filesystem for (future) internal use
| * | | | | Safer stale config fix for review.bug_3555001dgp2012-09-132-2/+8
| | | | | |
| * | | | | merge trunkdgp2012-09-131-2/+2
| |\ \ \ \ \
| | * | | | | autoconf-2.59dgp2012-09-131-2/+2
| | | | | | |