summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * unix/Makefile.in: Fix broken build of bundled packages when pathdas2008-12-211-0/+12
| | | | | to build dir contains spaces by switching to relative paths to toplevel build dir.
* advance tagdgp2008-12-211-2/+2
|
* Fix minor typo. [Bug 2455165]dkf2008-12-211-0/+4
|
* advance tagdgp2008-12-211-2/+2
|
* Revised the zlib objects so that they are Kevin B Kenny2008-12-201-1/+4
| | | | | built directly into the build dir, without building an intermediate static library.
* * win/Makefile.in: Kevin B Kenny2008-12-201-0/+18
| | | | | | | | | | | | | | | | | * 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-201-39/+44
| | | | (Apparently the gcc used doesn't like a / at the end of a -I argument...)
* * changes: Updates for 8.6b1 release.dgp2008-12-201-2/+6
|
* * unix/Makefile.in: make package install directory of bundleddas2008-12-201-0/+14
| | | | | | | | | | | | | * 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
* * doc/NRE.3: Formatting errors found by `make html`dgp2008-12-191-0/+4
| | | | | * 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-191-0/+1
|
* Move log entry regarding tdbc from ChangeLog to pkgs/tdbc/ChangeLogdgp2008-12-191-6/+0
|
* * tests/chanio.test: Add missing [removeFile] cleanups.dgp2008-12-191-0/+2
|
* 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?)
* whitespacedgp2008-12-191-3/+3
|
* CONSTify TclGetLoadedPackages second paramnijtmans2008-12-191-0/+6
|
* * unix/Makefile.in: Update `make dist` target to include the filesdgp2008-12-191-0/+6
| | | | | | | 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-191-0/+15
| | | | | | | | | | | | * 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-191-0/+5
| | | | | | 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-191-0/+6
| | | | | * win/Makefile.in: Added build of packages in the 'pkgs/' directory. * win/configure: Autoconf 2.59
* nmake build file support for zlibpatthoyts2008-12-191-0/+4
|
* * generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf):andreas_kupries2008-12-181-0/+14
| | | | | | | | | | | | | 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-181-0/+5
| | | | [Bug 2415422].
* Autoconf wizardry!dkf2008-12-181-0/+1
|
* Slight improvement of changelog messagedkf2008-12-181-1/+3
|
* Import of zlib 1.2.3dkf2008-12-181-0/+3
|
* Compressing and decompressing channel transformation support.dkf2008-12-181-17/+15
| | | | Note that there may be "quality-of-implementation" issues left...
* VOID -> voidnijtmans2008-12-181-0/+8
|
* TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channelsferrieux2008-12-181-0/+17
|
* don't use ckfree((void *)...) butnijtmans2008-12-171-0/+1
| | | | ckfree((char *)...)
* General improvements.dkf2008-12-171-1/+6
|
* * unix/Makefile.in: Modify the distclean-packages target sodgp2008-12-171-0/+3
| | | | that empty build directories are deleted.
* move variable "length" inside if()nijtmans2008-12-171-0/+7
| | | | | don't use ckfree((void *)...) but ckfree((char *)...)
* Fix [Bug 2433936]dkf2008-12-171-0/+6
|
* * unix/Makefile.in: Add build support for collections of TEAdgp2008-12-171-0/+8
| | | | | | | * 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-171-13/+17
|
* eliminate -Wwrite-strings warnings in enable-threads build.nijtmans2008-12-161-0/+8
| | | | use TclNewLiteralStringObj()
* Added tests for [throw] and [try].dkf2008-12-161-0/+1
|
* Docs for TIP 329.dkf2008-12-161-0/+1
|
* First implementation of TIP#329dkf2008-12-161-0/+8
|
* * generic/tcl.h: Add TIP 338 routines to stub table.dgp2008-12-161-0/+8
| | | | | | | * generic/tcl.decls: [Bug 2431338]. * generic/tclDecls.h: make genstubs * generic/tclStubInit.c:
* Fi [Bug 2431847]dkf2008-12-151-0/+5
|
* * doc/AddErrInfo.3: Documented Tcl_(Set|Get)ErrorLine (TIP 336).dgp2008-12-151-0/+8
| | | | | | | | * 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 [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace.ferrieux2008-12-151-0/+6
|
* TIP #338 IMPLEMENTATIONdgp2008-12-151-1/+17
| | | | | | | | | | | | | | * 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:
* Added constraintsdkf2008-12-141-0/+3
|
* tidy updkf2008-12-141-150/+150
|
* Improve build rules on Win w.r.t. zlibdkf2008-12-141-0/+8
| | | | Improve autoconf magic on Unix and Win