| Commit message (Expand) | Author | Age | Files | Lines |
* | typofix | dkf | 2012-05-18 | 1 | -1/+1 |
|
|
* | merge trunk | dkf | 2012-05-17 | 5 | -40/+52 |
|\ |
|
| * | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected | dkf | 2012-05-17 | 1 | -2/+6 |
| |\ |
|
| | * | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected | dkf | 2012-05-17 | 1 | -2/+6 |
|
|
| * | | [Bug 3445787]: Improve the compatibility of safe interpreters' version of | dkf | 2012-05-16 | 1 | -2/+40 |
|
|
| * | | revert part of [8f9c16848b] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX... | jan.nijtmans | 2012-05-15 | 3 | -36/+6 |
| |\ \
| | |/ |
|
| | * | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX... | jan.nijtmans | 2012-05-15 | 3 | -46/+6 |
| | |\ |
|
| | | * | revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_Mac... | jan.nijtmans | 2012-05-14 | 3 | -44/+43 |
|
|
* | | | | merge trunk | dkf | 2012-05-13 | 2 | -19/+162 |
|\ \ \ \
| |/ / / |
|
| * | | | Undone part of change [32d93a8414], keeping [chan postevent] synchronous for ... | andreask | 2012-05-09 | 1 | -16/+15 |
|
|
| * | | | * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled the | andreask | 2012-05-09 | 2 | -16/+160 |
|
|
| * | | | Properly close nonblocking channels even when not flushing them. | ferrieux | 2012-05-07 | 1 | -3/+3 |
|
|
* | | | | updated C API to be more focused on supporting just some operations | dkf | 2012-05-10 | 4 | -18/+59 |
|
|
* | | | | merge trunk | dkf | 2012-05-07 | 2 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 2 | -2/+2 |
| |\ \ \
| | |/ / |
|
| | * | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 2 | -12/+9 |
| | |\ \
| | | |/ |
|
| | | * | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 2 | -12/+9 |
|
|
* | | | | start writing some documentation | dkf | 2012-05-05 | 1 | -1/+1 |
|
|
* | | | | Add ability to get gzip header out of streaming zlib access | dkf | 2012-05-04 | 1 | -3/+28 |
|
|
* | | | | merge trunk | dkf | 2012-05-04 | 3 | -7/+66 |
|\ \ \ \
| |/ / / |
|
| * | | | don't try to run the cpuid test when cpuid is not available | jan.nijtmans | 2012-05-03 | 1 | -0/+6 |
| |\ \ \
| | |/ / |
|
| | * | | don't try to run the cpuid test when cpuid is not available | jan.nijtmans | 2012-05-03 | 1 | -0/+6 |
| | |\ \
| | | |/ |
|
| | | * | don't try to run the cpuid test if cpuid is not available | jan.nijtmans | 2012-05-03 | 1 | -4/+6 |
|
|
| * | | | 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 |
|
|
| | | * | move some more CYGWIN stuff to unix/tclUnixPort.h | jan.nijtmans | 2012-05-03 | 1 | -3/+1 |
|
|
* | | | | first actual test of doing something with a compression dictionary | dkf | 2012-05-01 | 1 | -6/+10 |
|
|
* | | | | merge trunk | dkf | 2012-04-29 | 6 | -39/+48 |
|\ \ \ \
| |/ / / |
|
| * | | | 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 bet... | ferrieux | 2012-03-22 | 1 | -5/+1 |
|
|
| | * | | | | | | Implement tip 398 : Quickly Exit with Non-Blocking Blocked Channels. This is ... | ferrieux | 2012-03-22 | 1 | -3/+2 |
|
|
| * | | | | | | | 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 |
|
|
* | | | | | | | | Differentiate what options may be set by format type. | dkf | 2012-04-29 | 1 | -5/+21 |
|
|
* | | | | | | | | merge trunk | dkf | 2012-04-26 | 19 | -138/+303 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | 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 |
|
|