summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ | | |/ / /
| | * | | make some more internal tables constjan.nijtmans2012-04-234-349/+366
| | | |/ | | |/|
* | | | [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
| | | |/ | | |/|
* | | | very slight tidy up to make build messages more regulardkf2012-04-101-2/+2
| |_|/ |/| |
* | | re-generate configurejan.nijtmans2012-04-021-2/+136
|\ \ \ | |/ /
| * | re-generate configurejan.nijtmans2012-04-011-2/+136
* | | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-303-8/+40
|\ \ \ | |/ /
| * | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-303-9/+41
| |\ \ | | |/
| | * now ready for further field testsbug_3511806jan.nijtmans2012-03-293-314/+372
| | * some better checksjan.nijtmans2012-03-284-134/+137
| | * extra checks whether we are really dealing with cygwin or notjan.nijtmans2012-03-282-350/+397
| | * add TclWinConvertError and TclWinConvertWSAError for cygwinjan.nijtmans2012-03-223-357/+357
| | * [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-202-2/+50
* | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22).jan.nijtmans2012-03-233-2/+6
|\ \ \ | |/ /
| * | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01)jan.nijtmans2012-03-233-2/+6
* | | [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
| |\ \ | | |/
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-1/+38
* | | * Use the values returned by getaddrinfo() for all three arguments to sock...max2012-03-191-1/+22
* | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-152-1/+40
|\ \ \ | |/ /
| * | xjan.nijtmans2012-03-152-1/+40
* | | Refactor TclScanElement() part of list parsing to take advantage of tablesdgp2012-03-071-2/+3
* | | Merged from 8.5 branch -- http package. Fix Bug 3498327. Generate upper-case ...andreask2012-03-071-2/+2
|\ \ \ | |/ /