Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 3 | -7/+60 | |
|\ | ||||||
| * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 8 | -63/+67 | |
| |\ | ||||||
| | * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 8 | -248/+109 | |
| | | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows | |||||
| | * | move some more CYGWIN stuff to unix/tclUnixPort.h | jan.nijtmans | 2012-05-03 | 1 | -3/+1 | |
| | | | ||||||
* | | | IMPLEMENTATION OF TIP#398 : Quickly Exit with Non-Blocking Blocked Channels | ferrieux | 2012-04-28 | 1 | -7/+28 | |
|\ \ \ | ||||||
| * | | | Compat flag, test, and doc update.tip_398_impl | ferrieux | 2012-04-28 | 1 | -3/+29 | |
| | | | | ||||||
| * | | | merge trunk | ferrieux | 2012-04-24 | 37 | -455/+478 | |
| |\ \ \ | ||||||
| * \ \ \ | merge trunk | dkf | 2012-03-28 | 12 | -597/+1596 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | merge trunk (fix OSX build error) | jan.nijtmans | 2012-03-22 | 2 | -7/+1 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Take two. Don't forget to apply all patches, even when the phone rings in ↵ | ferrieux | 2012-03-22 | 1 | -5/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | between. | |||||
| * | | | | | | Implement tip 398 : Quickly Exit with Non-Blocking Blocked Channels. This is ↵ | ferrieux | 2012-03-22 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | simply a revert of the (C part of the) 1025712d5b commit of 2011-08-17. | |||||
* | | | | | | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs | jan.nijtmans | 2012-04-27 | 2 | -13/+1 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs | jan.nijtmans | 2012-04-27 | 2 | -12/+1 | |
| | | | | | | | ||||||
* | | | | | | | get rid of _ANSI_ARGS_ and CONST | jan.nijtmans | 2012-04-26 | 4 | -19/+19 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | get rid of _ANSI_ARGS_ | jan.nijtmans | 2012-04-26 | 2 | -37/+37 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | compiler warning | jan.nijtmans | 2012-04-26 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | compiler warning | jan.nijtmans | 2012-04-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | compiler warning | jan.nijtmans | 2012-04-26 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | fix Linux build ;-( | jan.nijtmans | 2012-04-26 | 2 | -1/+4 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | fix Linux build ;-( | jan.nijtmans | 2012-04-26 | 1 | -0/+3 | |
| | | | | | | | ||||||
* | | | | | | | fix OSX crash | jan.nijtmans | 2012-04-26 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | fix crash on Mac OSX | jan.nijtmans | 2012-04-26 | 1 | -3/+0 | |
| | | | | | | | ||||||
* | | | | | | | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | dkf | 2012-04-25 | 8 | -41/+83 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the fairly-common operation of converting a DString into an Obj a more efficient one. | |||||
* | | | | | | | fix merge error | jan.nijtmans | 2012-04-24 | 1 | -0/+2 | |
| | | | | | | | ||||||
| | | | | | | | ||||||
| \ \ \ \ \ \ | ||||||
*-. \ \ \ \ \ \ | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 4 | -85/+208 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | * | | | | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 4 | -91/+324 | |
| | |\ \ \ \ \ | |/ / / / / / | | | _ / / / | | | / / / | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | * | | | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 4 | -51/+183 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | | * | | | | oops, wrong signature | jan.nijtmans | 2012-04-24 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | * | | | | implement TclWinGetSockOpt and TclWinGetServByName for cygwi | jan.nijtmans | 2012-04-24 | 3 | -52/+104 | |
| | | | | | | | | | | | | | | | | | | | | | (should work, but not yet tested on UNIX) | |||||
| | | * | | | | merge trunk | jan.nijtmans | 2012-04-24 | 23 | -85/+87 | |
| | | |\ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | * | | | | merge core-8-4-branch | jan.nijtmans | 2012-04-11 | 4 | -38/+8 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | tclpGetPid signature change (stub entry only, not for macro), | jan.nijtmans | 2012-04-06 | 11 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin | |||||
| | | * | | | | | merge core-8-4-branch | jan.nijtmans | 2012-04-04 | 1 | -0/+1 | |
| | | |\ \ \ \ \ | ||||||
| | | * | | | | | | implement TclpGetPid for Cygwin | jan.nijtmans | 2012-04-04 | 3 | -20/+100 | |
| | | | | | | | | | ||||||
* | | | | | | | | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 6 | -7/+7 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 10 | -28/+27 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 13 | -59/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | On cygwin, install dll's in /usr/bin, not in /usr/lib | |||||
* | | | | | | | | | fix MSVC warning: tclStubInit.c(306) : warning C4113: 'int (__cdecl *)()' ↵ | jan.nijtmans | 2012-04-23 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | differs in parameter lists from 'int (__cdecl *)(int ,int )' | |||||
* | | | | | | | | | make some more internal tables const | jan.nijtmans | 2012-04-18 | 2 | -10/+10 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | a few CONST -> const changes | |||||
| * | | | | | | | | make some more internal tables const | jan.nijtmans | 2012-04-18 | 9 | -179/+179 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | a few CONST -> const changes | |||||
| | * | | | | | | | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 11 | -26/+26 | |
| | | |_|/ / / / | | |/| | | | | | | | | | | | | | fix compilation with -DNO_CONST | |||||
* | | | | | | | | Restore the tcl_platform(threaded) variable. | dgp | 2012-04-17 | 1 | -0/+11 | |
| | | | | | | | | ||||||
* | | | | | | | | minor comment formatting | dkf | 2012-04-15 | 2 | -43/+79 | |
| | | | | | | | | ||||||
* | | | | | | | | Remove some low-value C stack frames. | dkf | 2012-04-15 | 2 | -5/+10 | |
| | | | | | | | | ||||||
* | | | | | | | | * generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Make | dkf | 2012-04-15 | 1 | -10/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | flushing work correctly in a pushed compressing channel transform. | |||||
* | | | | | | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName | jan.nijtmans | 2012-04-12 | 4 | -18/+16 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamebug_3514475 | jan.nijtmans | 2012-04-03 | 4 | -45/+28 | |
| | | | | | | | | | ||||||
* | | | | | | | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 3 | -26/+9 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 2 | -15/+9 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -13/+7 | |
| | | | | | | | | |