Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * README: Bump version number to 8.6b1 | dgp | 2008-12-19 | 10 | -6272/+6325 |
| | | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | * tests/chanio.test: Replaced [chan event] handlers that | dgp | 2008-12-19 | 2 | -5/+16 |
| | | | | | | returned TCL_RETURN return code, with more conventional ones that return TCL_OK to suppress otherwise strange writes of outdated $::errorInfo values to stderr. [Bug 2444274]. | ||||
* | * win/configure.in: | Kevin B Kenny | 2008-12-19 | 4 | -2510/+1878 |
| | | | | | * win/Makefile.in: Added build of packages in the 'pkgs/' directory. * win/configure: Autoconf 2.59 | ||||
* | nmake build file support for zlib | patthoyts | 2008-12-19 | 2 | -10/+32 |
| | |||||
* | * generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf): | andreas_kupries | 2008-12-18 | 4 | -28/+274 |
| | | | | | | | | | | | | | Rewrite the half-close to properly flush the channel, like is done for a full close, going through FlushChannel, and using the flag BG_FLUSH_SCHEDULED (async flush during close). New functions CloseWrite, CloseChannelPart, new flag CHANNEL_CLOSEDWRITE. * tests/chanio.test (chanio-28.[67]): Reactivated these tests. Replaced tclsh -> [interpreter] to get correct executable for the pipe process, and added after cancel to kill the fail timers when we are done. Removed the explicits calls to [flush], now that [close] handles this correctly. | ||||
* | * generic/tclExecute.c: Disabled apparently faulty assertion. | dgp | 2008-12-18 | 2 | -2/+9 |
| | | | | [Bug 2415422]. | ||||
* | Corrections to make things work with msys | dkf | 2008-12-18 | 1 | -3/+3 |
| | |||||
* | regen | dkf | 2008-12-18 | 1 | -1/+1 |
| | |||||
* | Wizzardry need more backslash! | dkf | 2008-12-18 | 1 | -2/+2 |
| | |||||
* | Formatting cleanup. | dkf | 2008-12-18 | 12 | -84/+83 |
| | |||||
* | Add missing flush for half-close of the write side | ferrieux | 2008-12-18 | 1 | -1/+16 |
| | |||||
* | Try to do the wizardry again... | dkf | 2008-12-18 | 3 | -428/+19 |
| | |||||
* | regen | dkf | 2008-12-18 | 1 | -6305/+6276 |
| | |||||
* | Autoconf wizardry! | dkf | 2008-12-18 | 3 | -15/+30 |
| | |||||
* | Slight improvement of changelog message | dkf | 2008-12-18 | 1 | -1/+3 |
| | |||||
* | Import of zlib 1.2.3 | dkf | 2008-12-18 | 53 | -0/+16015 |
| | |||||
* | Converted 'if 0' into 'knownBug' constraints | dkf | 2008-12-18 | 1 | -242/+80 |
| | |||||
* | Compressing and decompressing channel transformation support. | dkf | 2008-12-18 | 4 | -172/+408 |
| | | | | Note that there may be "quality-of-implementation" issues left... | ||||
* | Temporarily disable half-close test because of issue in tcltest cleanup | ferrieux | 2008-12-18 | 1 | -3/+3 |
| | |||||
* | Remove obsolete PipeCloseProc | ferrieux | 2008-12-18 | 1 | -83/+1 |
| | |||||
* | VOID -> void | nijtmans | 2008-12-18 | 6 | -17/+25 |
| | |||||
* | fix line endings | dgp | 2008-12-18 | 2 | -8209/+8209 |
| | |||||
* | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels | ferrieux | 2008-12-18 | 13 | -8227/+8712 |
| | |||||
* | Now with *nearly* working gzipping channels... | dkf | 2008-12-18 | 1 | -91/+99 |
| | |||||
* | don't use ckfree((void *)...) but | nijtmans | 2008-12-17 | 2 | -3/+4 |
| | | | | ckfree((char *)...) | ||||
* | General improvements. | dkf | 2008-12-17 | 2 | -85/+77 |
| | |||||
* | typos in comments | dgp | 2008-12-17 | 1 | -5/+5 |
| | |||||
* | * unix/Makefile.in: Modify the distclean-packages target so | dgp | 2008-12-17 | 2 | -2/+7 |
| | | | | that empty build directories are deleted. | ||||
* | move variable "length" inside if() | nijtmans | 2008-12-17 | 5 | -10/+16 |
| | | | | | don't use ckfree((void *)...) but ckfree((char *)...) | ||||
* | Fix [Bug 2433936] | dkf | 2008-12-17 | 3 | -118/+40 |
| | |||||
* | * unix/Makefile.in: Add build support for collections of TEA | dgp | 2008-12-17 | 4 | -6282/+6400 |
| | | | | | | | * unix/configure.in: packages found under the pkgs directory. [Patch 1163406]. Still needs porting to Windows. * unix/configure: autoconf-2.59 | ||||
* | Removed unused flag. | dkf | 2008-12-17 | 3 | -120/+221 |
| | |||||
* | Start "pkgs" module in CVS to support source distributions of Tcl with | dgp | 2008-12-17 | 1 | -0/+1 |
| | | | | bundled packages. | ||||
* | eliminate -Wwrite-strings warnings in enable-threads build. | nijtmans | 2008-12-16 | 5 | -14/+23 |
| | | | | use TclNewLiteralStringObj() | ||||
* | Added tests for [throw] and [try]. | dkf | 2008-12-16 | 2 | -41/+564 |
| | |||||
* | Fix bug in 'trap' handlers (introduced by DKF's editing originally) | dkf | 2008-12-16 | 1 | -2/+2 |
| | |||||
* | Docs for TIP 329. | dkf | 2008-12-16 | 3 | -0/+155 |
| | |||||
* | First implementation of TIP#329 | dkf | 2008-12-16 | 2 | -19/+222 |
| | |||||
* | Re-fix [2431847] | ferrieux | 2008-12-16 | 1 | -5/+2 |
| | |||||
* | * generic/tcl.h: Add TIP 338 routines to stub table. | dgp | 2008-12-16 | 5 | -7/+43 |
| | | | | | | | * generic/tcl.decls: [Bug 2431338]. * generic/tclDecls.h: make genstubs * generic/tclStubInit.c: | ||||
* | Fix line endings damaged by last commit | patthoyts | 2008-12-15 | 1 | -303/+303 |
| | |||||
* | Fi [Bug 2431847] | dkf | 2008-12-15 | 3 | -3/+17 |
| | |||||
* | Working towards zlib-based channel transforms | dkf | 2008-12-15 | 1 | -177/+340 |
| | |||||
* | * doc/AddErrInfo.3: Documented Tcl_(Set|Get)ErrorLine (TIP 336). | dgp | 2008-12-15 | 8 | -36/+70 |
| | | | | | | | | * doc/CrtCommand.3: Various other documentation updates to * doc/CrtInterp.3: reflect the lack of access to Tcl_Interp fields * doc/Interp.3: by default. * doc/SetResult.3: * doc/tcl.decls: | ||||
* | fix 'make checkstubs' failure: make TclGetIndexFromObjList static | das | 2008-12-15 | 1 | -4/+7 |
| | |||||
* | Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace. | ferrieux | 2008-12-15 | 4 | -12/+24 |
| | |||||
* | TIP #338 IMPLEMENTATION | dgp | 2008-12-15 | 8 | -228/+172 |
| | | | | | | | | | | | | | | * doc/AppInit.c: Made routines Tcl_SetStartupScript and * doc/Tcl_Main.3: Tcl_GetStartupScript public. Removed all * generic/tcl.h: internal stub access to Tcl*Startup* routines, * generic/tclInt.decls: and removed their implementations. Their * generic/tclMain.c: function can now be completely performed with the new public interface. *** POTENTIAL INCOMPATIBILITY for callers of the internal Tcl*Startup* routines. *** * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c: | ||||
* | add new zlib files | das | 2008-12-14 | 1 | -1/+7 |
| | |||||
* | autoheader-2.59 | das | 2008-12-14 | 1 | -0/+3 |
| | |||||
* | fix warnings | das | 2008-12-14 | 1 | -6/+6 |
| |