summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * unix/Makefile.in: Update `make dist` target to include the filesdgp2008-12-192-4/+63
| | | | | | | from the compat/zlib directory as well as all the bundled packages found under the pkgs directory, according to their individual `make dist` targets. Change includes breaking a `configure-packages` target out of the `packages` target.
* * README: Bump version number to 8.6b1dgp2008-12-1910-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 thatdgp2008-12-192-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 Kenny2008-12-194-2510/+1878
| | | | | * win/Makefile.in: Added build of packages in the 'pkgs/' directory. * win/configure: Autoconf 2.59
* nmake build file support for zlibpatthoyts2008-12-192-10/+32
|
* * generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf):andreas_kupries2008-12-184-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.dgp2008-12-182-2/+9
| | | | [Bug 2415422].
* Corrections to make things work with msysdkf2008-12-181-3/+3
|
* regendkf2008-12-181-1/+1
|
* Wizzardry need more backslash!dkf2008-12-181-2/+2
|
* Formatting cleanup.dkf2008-12-1812-84/+83
|
* Add missing flush for half-close of the write sideferrieux2008-12-181-1/+16
|
* Try to do the wizardry again...dkf2008-12-183-428/+19
|
* regendkf2008-12-181-6305/+6276
|
* Autoconf wizardry!dkf2008-12-183-15/+30
|
* Slight improvement of changelog messagedkf2008-12-181-1/+3
|
* Import of zlib 1.2.3dkf2008-12-1853-0/+16015
|
* Converted 'if 0' into 'knownBug' constraintsdkf2008-12-181-242/+80
|
* Compressing and decompressing channel transformation support.dkf2008-12-184-172/+408
| | | | Note that there may be "quality-of-implementation" issues left...
* Temporarily disable half-close test because of issue in tcltest cleanupferrieux2008-12-181-3/+3
|
* Remove obsolete PipeCloseProcferrieux2008-12-181-83/+1
|
* VOID -> voidnijtmans2008-12-186-17/+25
|
* fix line endingsdgp2008-12-182-8209/+8209
|
* TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channelsferrieux2008-12-1813-8227/+8712
|
* Now with *nearly* working gzipping channels...dkf2008-12-181-91/+99
|
* don't use ckfree((void *)...) butnijtmans2008-12-172-3/+4
| | | | ckfree((char *)...)
* General improvements.dkf2008-12-172-85/+77
|
* typos in commentsdgp2008-12-171-5/+5
|
* * unix/Makefile.in: Modify the distclean-packages target sodgp2008-12-172-2/+7
| | | | that empty build directories are deleted.
* move variable "length" inside if()nijtmans2008-12-175-10/+16
| | | | | don't use ckfree((void *)...) but ckfree((char *)...)
* Fix [Bug 2433936]dkf2008-12-173-118/+40
|
* * unix/Makefile.in: Add build support for collections of TEAdgp2008-12-174-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.dkf2008-12-173-120/+221
|
* Start "pkgs" module in CVS to support source distributions of Tcl withdgp2008-12-171-0/+1
| | | | bundled packages.
* eliminate -Wwrite-strings warnings in enable-threads build.nijtmans2008-12-165-14/+23
| | | | use TclNewLiteralStringObj()
* Added tests for [throw] and [try].dkf2008-12-162-41/+564
|
* Fix bug in 'trap' handlers (introduced by DKF's editing originally)dkf2008-12-161-2/+2
|
* Docs for TIP 329.dkf2008-12-163-0/+155
|
* First implementation of TIP#329dkf2008-12-162-19/+222
|
* Re-fix [2431847]ferrieux2008-12-161-5/+2
|
* * generic/tcl.h: Add TIP 338 routines to stub table.dgp2008-12-165-7/+43
| | | | | | | * generic/tcl.decls: [Bug 2431338]. * generic/tclDecls.h: make genstubs * generic/tclStubInit.c:
* Fix line endings damaged by last commitpatthoyts2008-12-151-303/+303
|
* Fi [Bug 2431847]dkf2008-12-153-3/+17
|
* Working towards zlib-based channel transformsdkf2008-12-151-177/+340
|
* * doc/AddErrInfo.3: Documented Tcl_(Set|Get)ErrorLine (TIP 336).dgp2008-12-158-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 staticdas2008-12-151-4/+7
|
* Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace.ferrieux2008-12-154-12/+24
|
* TIP #338 IMPLEMENTATIONdgp2008-12-158-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 filesdas2008-12-141-1/+7
|
* autoheader-2.59das2008-12-141-0/+3
|