summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-083-114/+6
| |\ \ \ | | |/ /
| | * | Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-083-139/+94
| * | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so thatdgp2012-06-082-3/+1
* | | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va...jan.nijtmans2012-06-061-2/+69
|\ \ \ \ | |/ / /
| * | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va...jan.nijtmans2012-06-061-2/+69
| |\ \ \ | | |/ /
| | * | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va...jan.nijtmans2012-06-061-2/+69
* | | | Avoid calling close() on a bogus fd when an attempt to open a client socketdgp2012-05-221-0/+3
* | | | [Bug 2812981]: Clean up bundled packages' build directory from within Tcl's ...ferrieux2012-05-102-0/+10
* | | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h,jan.nijtmans2012-05-071-1/+0
|\ \ \ \ | |/ / /
| * | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h,jan.nijtmans2012-05-071-3/+2
| |\ \ \ | | |/ /
| | * | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, jan.nijtmans2012-05-071-3/+2
* | | | don't try to run the cpuid test when cpuid is not availablejan.nijtmans2012-05-031-0/+2
|\ \ \ \ | |/ / /
* | | | 3428753 Fix [socket -async] connections that manage to connect synchronously.dgp2012-05-031-2/+2
* | | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-035-15/+22
|\ \ \ \ | |/ / /
| * | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-035-15/+17
| |\ \ \ | | |/ /
| | * | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-035-15/+17
* | | | move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-0/+6
|\ \ \ \ | |/ / /
| * | | move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-0/+6
| |\ \ \ | | |/ /
| | * | move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-4/+10
* | | | Better detection and implementation for cpuid instruction on Intel-derived pr...jan.nijtmans2012-05-023-17/+25
|\ \ \ \ | |/ / /
| * | | Better detection and implementation for cpuid instruction on Intel-derived pr...jan.nijtmans2012-05-023-17/+25
| |\ \ \ | | |/ /
| | * | Better detection and implementation for cpuid instruction on Intel-derived pr...jan.nijtmans2012-05-023-18/+25
| | |\ \
| | | * | 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 r...ferrieux2012-04-301-0/+3
* | | | 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
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-246-5/+121
|\ \ \ \ \ \ | | | |/ / /
| | | * | | gcc warningsjan.nijtmans2012-04-241-2/+1
| | |/ / /
| | | | |
| | | \ \
| | *-. \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-247-10/+146
| | |\ \ \ \ | |/ / / / / | | | | / / | | | |/ /
| | | * | syntax errorjan.nijtmans2012-04-241-1/+2
| | |/ /
| | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-245-10/+95
| | |\ \
| | | * | implement TclWinGetSockOpt and TclWinGetServByName for cygwijan.nijtmans2012-04-241-1/+0
| | | * | 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
| | | * | | 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
| |\ \ \ \ \ | | |/ / / /