summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Fix botched patchdkf2012-11-141-2/+13
|
* Backport from Tcl 8.6.dkf2012-11-141-2/+40
| | | | | | | * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: 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).
* 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293dgp2012-07-021-1/+1
| | | to find end of written data bytes.
* only expect tcldde.dll when --enable-sharedjan.nijtmans2012-06-282-2/+2
|
* fix bug in cygwin's [info nameofexecutable]jan.nijtmans2012-06-275-9/+27
| | | install dde and registry dll for cygwin
* fix some gcc 64-bit warningsjan.nijtmans2012-06-262-12/+12
| | | quoting improvements
* use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-262-6/+11
|
* [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-233-382/+518
|\
| * first working version of Cygwin notifierbug_3508771jan.nijtmans2012-06-222-6/+34
| |\ | |/ |/|
| * first attempt at Cygwin notifier adaptationjan.nijtmans2012-06-131-0/+119
|/
* Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-083-139/+94
|
* On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵jan.nijtmans2012-06-061-2/+69
| | | | variables
* move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, jan.nijtmans2012-05-071-3/+2
| | | so it can be used for the Plat* interfaces as well
* Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-035-15/+17
| | | Simplify stub tables for functions which work on both UNIX and windows
* move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-4/+10
|
* Better detection and implementation for cpuid instruction on Intel-derived ↵jan.nijtmans2012-05-023-18/+25
|\ | | | | | | processors, both 32-bit and 64-bit
| * cpuid-on-unixcpuid_on_unixjan.nijtmans2012-05-021-7/+6
| |
| * switch off 32-bit assemblerjan.nijtmans2012-05-021-1/+1
| |\
| | * switch off 32-bit specific assemblerjan.nijtmans2012-05-021-1/+1
| | |\ | |_|/ |/| |
* | | switch off - temporary - 32-bit specific assemblerjan.nijtmans2012-05-021-1/+1
| | |
| * | TclWinCPUID now respects -fPIC compilation on 32-bit Linuxjan.nijtmans2012-05-021-5/+7
| |\ \ | | |/
| | * TclWinCPUID now respects -fPIC compilation on 32-bit Linuxjan.nijtmans2012-05-021-2/+7
| | |\ | |_|/ |/| |
* | | TclWinCPUID now respects -fPIC compilation on 32-bit Linuxjan.nijtmans2012-05-021-2/+7
| | |
| * | Revert introduction of non-portable asm snippet in function TclWinCPUID, to ↵ferrieux2012-04-301-0/+3
| | | | | | | | | | | | restore compilability on Linux.
| * | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-272-7/+17
| |\ \ | | |/
| | * Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-272-16/+23
| | |
| * | get rid of _ANSI_ARGS_ and CONSTjan.nijtmans2012-04-261-1/+1
| |\ \ | | |/
| | * get rid of _ANSI_ARGS_jan.nijtmans2012-04-262-7/+7
| | |\ | |_|/ |/| |
| * | Repair more build breakage.dgp2012-04-261-7/+5
| | |
| * | fix Linux build ;-(jan.nijtmans2012-04-261-4/+3
| |\ \ | | |/
| * | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-253-27/+8
| | | | | | | | | | | | the fairly-common operation of converting a DString into an Obj a more efficient one.
| | |
| | \
| | \
| | \
| *---. \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-246-5/+121
| |\ \ \ \ | | | | |/ | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | | | * gcc warningsjan.nijtmans2012-04-241-2/+1
| | | |/
| | | *-. [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-247-10/+146
| | | |\ \ | | |/ / / | | | | / | |_|_|/ |/| | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
* | | | syntax errorjan.nijtmans2012-04-241-1/+2
| |_|/ |/| |
* | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-245-10/+95
|\ \ \ | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| * | | implement TclWinGetSockOpt and TclWinGetServByName for cygwijan.nijtmans2012-04-241-1/+0
| | | | | | | | | | | | (should work, but not yet tested on UNIX)
| * | | merge trunkjan.nijtmans2012-04-244-349/+366
| |\ \ \ | |/ / / |/| | |
| * | | merge core-8-4-branchjan.nijtmans2012-04-112-293/+298
| |\ \ \
| * | | | tclpGetPid signature change (stub entry only, not for macro),jan.nijtmans2012-04-065-0/+0
| | | | | | | | | | | | | | | | | | | | for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin
| * | | | implement TclpGetPid for Cygwinjan.nijtmans2012-04-042-6/+33
| | | | |
| | | * | autoconfdgp2012-04-231-1/+1
| | | | |
| | | * | make some more internal tables constjan.nijtmans2012-04-232-2/+2
| | | |\ \ | | | | |/
| | | | * make some more internal tables constjan.nijtmans2012-04-231-1/+1
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | make some more internal tables constjan.nijtmans2012-04-234-349/+366
| |/ / / |/| | | | | | | On cygwin, install dll's in /usr/bin, not in /usr/lib
| | * | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamejan.nijtmans2012-04-121-116/+0
| | |\ \
| | | * | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamebug_3514475jan.nijtmans2012-04-031-116/+0
| | | | |
| | * | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-113-9/+7
| | |\ \ \ | | | | |/ | | | |/|
| | | * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-113-9/+7
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-112-293/+298
|/ / / /