summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Patch by Andrew Shadura, providing better support for three architectures the...jan.nijtmans2013-03-122-29/+2
|\
| * re-generate configurejan.nijtmans2013-03-121-56/+1
| * Patch by Andrew Shadura, providing better support for three architectures the...jan.nijtmans2013-03-121-24/+1
| * 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, inclusiv...jan.nijtmans2013-02-141-2/+2
* | 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
|\ \ | |/
* | [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
|\ \ | |/
| * new version of cpuid, which doesn't use the edi register any more. Hopefully ...jan.nijtmans2013-01-241-4/+3
* | 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 Tcl_StatB...jan.nijtmans2013-01-174-3/+4
* | merge trunk jan.nijtmans2013-01-143-6/+11
|\ \
| * | [Bug 3599395]: http assumes status line is a proper tcl list. jan.nijtmans2013-01-091-2/+2
| * | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. jan.nijtmans2013-01-021-0/+7
| |\ \ |/ / / | | _
| * 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
|\ \ | |/
| * Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks l...jan.nijtmans2012-12-211-35/+41
* | Turn pkgb.so into a Tcl9 interoperability testjan.nijtmans2012-12-071-6/+5
|\ \
| * | 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
| |\ \
| | * \ Disable the legacy configuration setting from $::argv only when a setting calldgp2012-12-031-2/+2
| | |\ \ | |_|/ / |/| | |
| | * | 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
| * | | 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
| | |\ \ \
| | * \ \ \ merge trunkjan.nijtmans2012-11-092-5/+3
| | |\ \ \ \
| | * | | | | Finish the TIP #416 implementation as specified (#define's were still missing...jan.nijtmans2012-11-072-4/+4
| | * | | | | merge trunkdkf2012-11-061-2/+2
| | |\ \ \ \ \
| | * | | | | | syntax improvement: expect options before the filenamejan.nijtmans2012-10-242-2/+2
| | * | | | | | experimental implementation of FRQ-3579001jan.nijtmans2012-10-242-16/+39
| * | | | | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factordkf2012-11-142-41/+56
| | |_|_|/ / / | |/| | | | |
| * | | | | | 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
| * | | | | 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
| |\ \ \ \
| * | | | | 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