Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Fix harmless gcc warning message: using "unsigned" doesn't serve any ↵ | jan.nijtmans | 2016-11-11 | 1 | -2/+2 | |
| | | | | purpose, actually. | |||||
* | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -1/+1 | |
| | ||||||
* | [Bug 3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-26 | 1 | -0/+8 | |
|\ | ||||||
| * | [Bug 3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-26 | 1 | -0/+8 | |
| |\ | ||||||
| | * | [Bug 3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-26 | 1 | -0/+8 | |
| | | | ||||||
* | | | new version of cpuid, which doesn't use the edi register any more. Hopefully ↵ | jan.nijtmans | 2013-01-24 | 1 | -4/+3 | |
|\ \ \ | |/ / | | | | | | | that works better on some Darwin. | |||||
| * | | new version of cpuid, which doesn't use the edi register any more. Hopefully ↵ | jan.nijtmans | 2013-01-24 | 1 | -4/+3 | |
| |\ \ | | |/ | | | | | | | that works better on some Darwin. | |||||
| | * | new version of cpuid, which doesn't use the edi register any more. Hopefully ↵ | jan.nijtmans | 2013-01-24 | 1 | -4/+3 | |
| | | | | | | | | | | | | that works better on some Darwin. | |||||
* | | | revert [8e83219e38]: it doesn't work on i386 | jan.nijtmans | 2013-01-24 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | revert [f3509c3d35]: it doesn't work on i386 | jan.nijtmans | 2013-01-24 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | revert [273bbe926d]: it doesn't work on i386 | jan.nijtmans | 2013-01-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Bug [3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-22 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Bug [3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-22 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Bug [3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ↵ | stwo | 2012-08-13 | 1 | -6/+10 | |
| | | | | | | | | | | | | warnings. | |||||
| * | | [Bug 3544683]: Backport of reentrancy fix for super-POSIX correctness of the | dkf | 2012-07-16 | 1 | -54/+216 | |
| | | | | | | | | | passwd/group access functions. | |||||
* | | | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ↵ | stwo | 2012-08-13 | 1 | -6/+10 | |
| | | | | | | | | | | | | warnings. | |||||
* | | | Change one '#ifdef' to '#if defined()' for improved consistency within the file. | stwo | 2012-08-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -1/+1 | |
| | | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows | |||||
* | | | Better detection and implementation for cpuid instruction on Intel-derived ↵ | jan.nijtmans | 2012-05-02 | 1 | -9/+8 | |
|\ \ \ | |/ / | | | | | | | processors, both 32-bit and 64-bit | |||||
| * | | Better detection and implementation for cpuid instruction on Intel-derived ↵ | jan.nijtmans | 2012-05-02 | 1 | -9/+8 | |
| |\ \ | | |/ | | | | | | | processors, both 32-bit and 64-bit | |||||
| | * | Better detection and implementation for cpuid instruction on Intel-derived ↵ | jan.nijtmans | 2012-05-02 | 1 | -9/+8 | |
| | |\ | | | | | | | | | | | | | processors, both 32-bit and 64-bit | |||||
| | | * | cpuid-on-unixcpuid_on_unix | jan.nijtmans | 2012-05-02 | 1 | -7/+6 | |
| |_|/ |/| | | ||||||
* | | | switch off 32-bit assembler | jan.nijtmans | 2012-05-02 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | switch off 32-bit specific assembler | jan.nijtmans | 2012-05-02 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | switch off - temporary - 32-bit specific assembler | jan.nijtmans | 2012-05-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | TclWinCPUID now respects -fPIC compilation on 32-bit Linux | jan.nijtmans | 2012-05-02 | 1 | -5/+7 | |
|\ \ \ | |/ / | ||||||
| * | | TclWinCPUID now respects -fPIC compilation on 32-bit Linux | jan.nijtmans | 2012-05-02 | 1 | -2/+7 | |
| |\ \ | | |/ | ||||||
| | * | TclWinCPUID now respects -fPIC compilation on 32-bit Linux | jan.nijtmans | 2012-05-02 | 1 | -2/+7 | |
| | | | ||||||
* | | | Revert introduction of non-portable asm snippet in function TclWinCPUID, to ↵ | ferrieux | 2012-04-30 | 1 | -0/+3 | |
| | | | | | | | | | | | | restore compilability on Linux. | |||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -1/+5 | |
|\ \ \ \ | | |/ / | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | | | | ||||||
| | | \ | ||||||
| | *-. \ | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -1/+5 | |
| | |\ \ \ | |/ / / / | | | | / | | | |/ | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | | * | syntax error | jan.nijtmans | 2012-04-24 | 1 | -1/+2 | |
| | |/ | ||||||
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -2/+5 | |
| | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
* | | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -0/+37 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -0/+37 | |
| |\ \ | | |/ | ||||||
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -1/+38 | |
| | | | ||||||
* | | | * unix/tclUnixCompat.c (TclpGetPwNam, TclpGetPwUid, TclpGetGrNam) | dkf | 2011-11-03 | 1 | -44/+214 | |
| | | | | | | | | | | | | | | | | | | | | | (TclpGetGrGid): Use the elaborate memory management scheme outlined on http://www.opengroup.org/austin/docs/austin_328.txt to handle Tcl's use of standard reentrant versions of the passwd/group access functions so that everything can work on all BSDs. Problem identified by Stuart Cassoff. | |||||
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -3/+0 | |
|\ \ \ | |/ / | | | | cause more harm than good. Purged them (except in zlib files). | |||||
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -3/+0 | |
| |\ \ | | |/ | | | | more harm than good. Purged them. | |||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -3/+0 | |
| | | | | | | | | | more harm than good. Purged them. | |||||
| | * | TclpGetHostByName: The six-argument form of getaddressbyname_r() uses | vasiljevic | 2007-12-14 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | the fifth argument to indicate whether the lookup succeeded or not on at least one platform. [Bug 1618235] | |||||
| | * | The six-argument form of getaddressbyname_r() uses the fifth argument to | dkf | 2007-11-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | indicate whether the lookup succeeded or not on at least one platform. [Bug 1618235] | |||||
| | * | * unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation of | andreas_kupries | 2006-09-12 | 1 | -5/+11 | |
| | | | | | | | | | | | | | | | the increment needed to align the pointer, and added documentation explaining why the macro is implemented as it is. | |||||
| | * | * unix/tclUnixCompat.c: make compatLock static and only declare it when | das | 2006-09-11 | 1 | -107/+110 | |
| | | | | | | | | | | | | | | | it will actually be used; #ifdef parts of TSD that are not always needed; adjust #ifdefs to cover all possible cases; fix whitespace. | |||||
| | * | Fixed compilation for Darwin so the compiler does not bark about | vasiljevic | 2006-09-08 | 1 | -8/+11 | |
| | | | | | | | | | | | | defined but unused functions. | |||||
| | * | * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString, | andreas_kupries | 2006-09-08 | 1 | -6/+6 | |
| | | | | | | | | | | | | and CopyHostent. Also fixed bad var names in TclpGetHostByName. | |||||
| | * | For Darwin, assume gethostbyname() and gethostbyaddr() are MT-safe | vasiljevic | 2006-09-08 | 1 | -3/+3 | |
| | | | | | | | | | | | | starting with Dariwn 6 (Mac OSX 10.2) or later. |