summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * win/Makefile.in: Kevin B Kenny2008-12-204-23/+77
| | | | | | | | | | | | | | | | | * win/configure.in: Renamed the static library libtcl86s.a to have a name distinct from the import library libtcl86.a. This renaming dodges an ancient bug in the Makefile revealed by the last commit where the $(TCL_LIB_FILE) rule can fire to try to build the static library in a --enable-shared build (and create a static library that subsequently fails to link). *** POTENTIAL INCOMPATIBILITY *** for embedders who link to the static library, but I couldn't figure out how to sort this out any other way. * win/configure: Autoconf 2.59
* advance tagdgp2008-12-201-2/+2
|
* Minor updates to make building work better with msys on Windows.dkf2008-12-202-44/+49
| | | | (Apparently the gcc used doesn't like a / at the end of a -I argument...)
* Assign a base address for tdbcpatthoyts2008-12-201-5/+9
|
* * changes: Updates for 8.6b1 release.dgp2008-12-202-3/+77
|
* test packages after testing tcldas2008-12-201-2/+5
|
* sync file additions/removals with Tcl.xcodeprojdas2008-12-201-1/+35
|
* add new filesdas2008-12-201-1/+17
|
* fix warningsdas2008-12-201-3/+3
|
* * unix/Makefile.in: make package install directory of bundleddas2008-12-205-54/+86
| | | | | | | | | | | | | * unix/configure.in packages configurable via PACKAGE_DIR makefile variable (set to platform-specific default). * unix/Makefile.in (*-packages): ensure toplevel targets fail if sub-make/configure fails; fix quoting when builddir path contains spaces. * macosx/GNUmakefile: add install-packages to install targets. * unix/configure: autoconf-2.59
* fix warningdas2008-12-201-2/+2
|
* * doc/NRE.3: Formatting errors found by `make html`dgp2008-12-194-13/+15
| | | | | * doc/Tcl_Main.3: * doc/zlib.n:
* tag for 8.6b1 releasedgp2008-12-191-6/+8
|
* * tests/io.test: Add missing [close $f] to io-73.2.dgp2008-12-192-4/+8
|
* Move log entry regarding tdbc from ChangeLog to pkgs/tdbc/ChangeLogdgp2008-12-191-6/+0
|
* regen with autoconf-2.59dgp2008-12-191-6258/+6294
| | | | (why dkf just did another regen I don't understand)
* * tests/chanio.test: Add missing [removeFile] cleanups.dgp2008-12-192-5/+13
|
* fix odbc build on mingw32nijtmans2008-12-191-0/+6
| | | | | TODO: re-generate tclconfig/configure! (I don't have autoconf-2.59, could someone do that?)
* Add previously omitted files so we have a complete zlib 1.2.3 distro...dkf2008-12-19150-0/+38641
|
* whitespacedgp2008-12-191-3/+3
|
* regen (with autoconf 2.61, since that's what I've got...)dkf2008-12-191-6302/+6264
|
* More autoconf hacking; now seems to be working fully on Unix...dkf2008-12-193-47/+71
|
* CONSTify TclGetLoadedPackages second paramnijtmans2008-12-194-15/+21
|
* add symbols deflateSetHeader and inflateGetHeader to win32/zlib.defnijtmans2008-12-194-5/+15
| | | | | Modify ChangeLog, README and zlib.h, documenting this change, so we comply with the zlib requirements of clearly marking the modification.
* * 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 *)...)