summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixCompat.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-11-261-8/+8
|\
| * Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-8/+8
| * Revert unintended ckalloc -> Tcl_Alloc change from previous commitjan.nijtmans2020-08-111-4/+4
* | Merge 8.6jan.nijtmans2020-08-111-3/+3
|\ \ | |/
| * Code cleanup: less of use "register" keyword, and better use of typecastsjan.nijtmans2020-08-111-19/+21
* | TCL_UNUSED in the unix sources.dgp2020-03-091-4/+2
* | Merge tip-548jan.nijtmans2019-08-291-4/+6
|\ \
* \ \ Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-6/+6
|\ \ \ | |/ /
| * | Eliminate more usage of C++-specific keywords in C-code.jan.nijtmans2019-07-251-6/+6
* | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-12/+12
|/ /
* | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-7/+7
* | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-7/+7
* | Fix harmless gcc warning message: using "unsigned" doesn't serve any purpose,...jan.nijtmans2016-11-111-2/+2
* | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-1/+1
|/
* [Bug 3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-261-0/+8
|\
| * [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
| |\ \ | | |/
| | * new version of cpuid, which doesn't use the edi register any more. Hopefully ...jan.nijtmans2013-01-241-4/+3
* | | revert [8e83219e38]: it doesn't work on i386jan.nijtmans2013-01-241-1/+1
|\ \ \ | |/ /
| * | 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
| |\ \ | | |/
| | * Bug [3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-221-1/+1
| * | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ...stwo2012-08-131-6/+10
| * | [Bug 3544683]: Backport of reentrancy fix for super-POSIX correctness of thedkf2012-07-161-54/+216
* | | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ...stwo2012-08-131-6/+10
* | | Change one '#ifdef' to '#if defined()' for improved consistency within the file.stwo2012-08-081-1/+1
* | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-1/+1
|\ \ \ | |/ /
| * | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-1/+1
| |\ \ | | |/
| | * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-1/+1
* | | Better detection and implementation for cpuid instruction on Intel-derived pr...jan.nijtmans2012-05-021-9/+8
|\ \ \ | |/ /
| * | Better detection and implementation for cpuid instruction on Intel-derived pr...jan.nijtmans2012-05-021-9/+8
| |\ \ | | |/
| | * Better detection and implementation for cpuid instruction on Intel-derived pr...jan.nijtmans2012-05-021-9/+8
| | |\
| | | * cpuid-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
| | |
| \ \
*-. \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-1/+5
|\ \ \ \ | | |/ /
| | | |
| | | \
| | *-. \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-1/+5
| | |\ \ \ | |/ / / / | | | | / | | | |/
| | | * syntax errorjan.nijtmans2012-04-241-1/+2
| | |/
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-2/+5
* | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-0/+37
|\ \ \ | |/ /
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-0/+37
| |\ \ | | |/