summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdkf2012-05-2410-270/+576
|\
| * minor: Cleaning up code, adding comments.dkf2012-05-241-118/+187
| * * generic/tclZlib.c (ZlibTransformInput): [Bug 3525907]: Ensure thatdkf2012-05-232-63/+269
| |\
| | * Use zero-delays instead of finite ones when posting fileevents, because (1) t...ferrieux2012-05-222-16/+2
| | * Brought bugfix branch uptodate with head development.andreask2012-05-175-40/+52
| | |\
| | * | Fix for bug 3525907. Reworked TransformInput() entirely, tightened use of tim...andreask2012-05-172-51/+257
| * | | 3528601 Fix broken --disable-threads build.dgp2012-05-221-0/+4
| * | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-212-3/+3
| |\ \ \
| | * \ \ When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-212-3/+3
| | |\ \ \
| | | * | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-212-3/+3
| * | | | | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cutdkf2012-05-205-153/+174
| | |_|_|/ | |/| | |
* | | | | typofixdkf2012-05-181-1/+1
* | | | | merge trunkdkf2012-05-175-40/+52
|\ \ \ \ \ | |/ / / /
| * | | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Correcteddkf2012-05-171-2/+6
| |\ \ \ \ | | |/ / /
| | * | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Correcteddkf2012-05-171-2/+6
| * | | | [Bug 3445787]: Improve the compatibility of safe interpreters' version ofdkf2012-05-161-2/+40
| * | | | revert part of [8f9c16848b] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX...jan.nijtmans2012-05-153-36/+6
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX...jan.nijtmans2012-05-153-46/+6
| | |\ \ | | | |/
| | | * revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_Mac...jan.nijtmans2012-05-143-44/+43
* | | | merge trunkdkf2012-05-132-19/+162
|\ \ \ \ | |/ / /
| * | | Undone part of change [32d93a8414], keeping [chan postevent] synchronous for ...andreask2012-05-091-16/+15
| * | | * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled theandreask2012-05-092-16/+160
| * | | Properly close nonblocking channels even when not flushing them.ferrieux2012-05-071-3/+3
* | | | updated C API to be more focused on supporting just some operationsdkf2012-05-104-18/+59
* | | | merge trunkdkf2012-05-072-2/+2
|\ \ \ \ | |/ / /
| * | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h,jan.nijtmans2012-05-072-2/+2
| |\ \ \ | | |/ /
| | * | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h,jan.nijtmans2012-05-072-12/+9
| | |\ \ | | | |/
| | | * move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, jan.nijtmans2012-05-072-12/+9
* | | | start writing some documentationdkf2012-05-051-1/+1
* | | | Add ability to get gzip header out of streaming zlib accessdkf2012-05-041-3/+28
* | | | merge trunkdkf2012-05-043-7/+66
|\ \ \ \ | |/ / /
| * | | don't try to run the cpuid test when cpuid is not availablejan.nijtmans2012-05-031-0/+6
| |\ \ \ | | |/ /
| | * | don't try to run the cpuid test when cpuid is not availablejan.nijtmans2012-05-031-0/+6
| | |\ \ | | | |/
| | | * don't try to run the cpuid test if cpuid is not availablejan.nijtmans2012-05-031-4/+6
| * | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-033-7/+60
| |\ \ \ | | |/ /
| | * | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-038-63/+67
| | |\ \ | | | |/
| | | * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-038-248/+109
| | | * move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-3/+1
* | | | first actual test of doing something with a compression dictionarydkf2012-05-011-6/+10
* | | | merge trunkdkf2012-04-296-39/+48
|\ \ \ \ | |/ / /
| * | | IMPLEMENTATION OF TIP#398 : Quickly Exit with Non-Blocking Blocked Channelsferrieux2012-04-281-7/+28
| |\ \ \
| | * | | Compat flag, test, and doc update.ferrieux2012-04-281-3/+29
| | * | | merge trunkferrieux2012-04-2437-455/+478
| | |\ \ \
| | * \ \ \ merge trunkdkf2012-03-2812-597/+1596
| | |\ \ \ \
| | * \ \ \ \ merge trunk (fix OSX build error)jan.nijtmans2012-03-222-7/+1
| | |\ \ \ \ \
| | * | | | | | Take two. Don't forget to apply all patches, even when the phone rings in bet...ferrieux2012-03-221-5/+1
| | * | | | | | Implement tip 398 : Quickly Exit with Non-Blocking Blocked Channels. This is ...ferrieux2012-03-221-3/+2
| * | | | | | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-272-13/+1
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-272-12/+1
| * | | | | | | get rid of _ANSI_ARGS_ and CONSTjan.nijtmans2012-04-264-19/+19
| |\ \ \ \ \ \ \ | | |/ / / / / /