summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * README: Bump version number to 8.4.13 and updatedgp2006-03-0712-19/+48
| | | | | | | | | | | | * changes: changes to start prep for an 8.4.13 release. * generic/tcl.h: * tools/tcl.wse.in: * unix/configure{.in}: * unix/tcl.spec: * win/README.binary: * win/configure{.in}: * tests/parse.test: Missing constraint
* * generic/tclBasic.c: Revised handling of TCL_EVAL_* flags todgp2006-03-063-30/+47
| | | | | * tests/parse.test: simplify TclEvalObjvInternal and to correct the auto-loading of alias targets (parse-8.12). [Bug 1444291].
* see changeshobbs2006-03-021-9/+16
|
* * win/Makefile.in: convert _NATIVE paths to use / to avoid ".\"hobbs2006-03-021-6/+6
| | | | path-as-escape issue.
* []-quote ac_defun functionshobbs2006-03-022-35/+35
|
* * unix/tcl.m4: Fix for tk bug #1334613 to sort out shared librarypatthoyts2006-03-023-2/+7
| | | | * unix/configure: issues on NetBSD. Regenerated configure script.
* * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBALdgp2006-02-284-13/+100
| | | | | | * tests/parse.test: evaluations act the same as [uplevel #0] * tests/trace.test: evaluations, even when execution traces or invocations of [::unknown] are present. [Bug 1439836].
* typodgp2006-02-161-1/+1
|
* * generic/tclIndexObj.c: Disallow the "ambiguous" error messagedgp2006-02-163-4/+12
| | | | * generic/indexObj.test: when TCL_EXACT matching is requested.
* * generic/tclIO.c: Made several routines tolerant ofdgp2006-02-153-27/+50
| | | | * generic/tclIOUtil.c: interp == NULL arguments. [Bug 1380662]
* * tests/main.test (Tcl_Main-6.7): Improved robustness ofdgp2006-02-092-1/+7
| | | | command auto-completion test. [Bug 1422736].
* Backport of part of FreeBSD portdkf2006-01-252-3/+15
|
* replaced new test string-12.21 with dkf's version from HEADMiguel Sofer2006-01-231-9/+14
|
* added test for [Bug 1410553]Miguel Sofer2006-01-232-3/+15
|
* * generic/tclStringObj.c: fixed incorrect handling of internal repMiguel Sofer2006-01-232-2/+7
| | | | in Tcl_GetRange [Bug 1410553]. Thanks to twylite and Peter Spjuth.
* * generic/tclPipe.c (FileForRedirect): Prevent nameString fromrmax2006-01-163-7/+16
| | | | | being freed without having been initialized. * tests/exec.test: Added a test for the above.
* Fixed potential overwriting of already freed memoryvasiljevic2006-01-122-3/+13
| | | | | which caused all kinds of (rare but reproducible) coredumps all over the place.
* increment tcltest version requirementdgp2006-01-111-2/+2
|
* * tests/error.test (error-7.0): Test the timing of write tracesdgp2006-01-112-1/+26
| | | | on ::errorInfo [Bug 1397843].
* * unix/configure: add caching, use AC_CACHE_CHECK instead ofdas2006-01-104-842/+1051
| | | | | | | * unix/configure.in: AC_CACHE_VAL where possible, consistent message * unix/tcl.m4: quoting, sync relevant tclconfig/tcl.m4 and HEAD changes and gratuitous formatting differences, fix SC_CONFIG_MANPAGES with default argument, Darwin improvements to SC_LOAD_*CONFIG.
* * generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope]dgp2006-01-093-4/+19
| | | | | * tests/namespace.test: commands were not reported by [info level] [Bug 1400572].
* Use %ld instead of %d in Tcl_GetMemoryInfodkf2005-12-202-9/+14
|
* Clarify specification of variable substitutiondkf2005-12-192-383/+389
|
* * generic/tclIOUtil.c: workaround gcc warning "comparison is alwaysdas2005-12-153-2/+27
| | | | * generic/tclTest.c: false due to limited range of data type".
* * unix/configure.in: run check for fts API on all platforms, since Linuxdas2005-12-143-36/+39
| | | | | | glibc2 and *BSDs also have this and using fts is more efficient than recursive opendir/readdir (sync with HEAD). * unix/configure: regen.
* * unix/tcl.m4, unix/configure: Fix sh quoting error reported inhobbs2005-12-123-4/+9
| | | | bash-3.1+ [Bug 1377619] (schafer)
* * generic/tclExecute.c (ExprAbsFunc): fixed the abs(MIN_INT) casermax2005-12-122-3/+9
| | | | | so that it doesn't break on compilers that don't assume integers to wrap around (e.g. gcc-4.1.0).
* Fix [Bug 1374778]dkf2005-12-093-3/+32
|
* advance core-8-4-12 tagcore_8_4_12dgp2005-12-061-2/+2
|
* * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configuredas2005-12-061-1/+3
| | | | overrides that were originally copied from Darwin CVS (rdar://3693001).
* * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configuredas2005-12-062-8/+15
| | | | overrides that were originally copied from Darwin CVS (rdar://3693001).
* 2005-12-05 Don Porter <dgp@users.sourceforge.net>dgp2005-12-055-36/+189
| | | | | | | | | *** 8.4.12 TAGGED FOR RELEASE *** * unix/configure.in: Revised fix for [Bug 1034337] from Daniel * unix/tclUnixFCmd.c: Steffen. Uses fts_*() routines. * unix/configure: autoconf-2.13 * changes: Update changes for 8.4.12 release
* * README: refer to macosx/README instead of mac/README.das2005-12-043-4/+21
| | | | * mac/README: add note that mac classic port is no longer supported.
* correct 2 README urlshobbs2005-12-033-7/+11
|
* documented macosx-only configure options.das2005-12-031-1/+6
|
* update README filesdgp2005-12-023-17/+17
|
* eliminate test name duplicationdgp2005-12-021-2/+2
|
* 2005-12-01 Don Porter <dgp@users.sourceforge.net>dgp2005-12-012-2/+12
| | | | | | *** 8.4.12 TAGGED FOR RELEASE *** * changes: Update changes for 8.4.12 release
* * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset.das2005-12-013-245/+248
| | | | * unix/configure: regen.
* * win/tcl.m4: Add build support for Windows-x64 builds.hobbs2005-11-305-72/+113
| | | | | | * win/configure: --enable-64bit now accepts =amd64|ia64 for * win/Makefile.in: Windows 64-bit build variants (default: amd64) * win/makefile.vc: [Bug 1369597]
* Fix [Bug 1310081].dkf2005-11-292-1/+15
|
* Fix [Bug 1366683]dkf2005-11-293-4/+30
|
* Apply [Patch 1353853] to prevent UMR randomness.dkf2005-11-282-2/+7
|
* add #include <libkern/OSByteOrder.h> for OSX 10.2das2005-11-271-1/+2
|
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-2726-1566/+2397
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add CFLAGS to SHLIB_LD to support passing -isysroot in env(CFLAGS) to configure (flag can't be present twice, so can't be in both CFLAGS and LDFLAGS during configure), don't use -prebind when deploying on 10.4, define TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING (rdar://3171542). (SC_ENABLE_LANGINFO, SC_TIME_HANDLER): add/fix caching, fix obsolete autoconf macros. Sync with tk/unix/tcl.m4, sync whitespace with HEAD. * unix/configure.in: fix obsolete autoconf macros, sync gratuitous formatting/ordering differences with tk/unix/configure.in. * unix/Makefile.in: add CFLAGS to tclsh/tcltest link to make executable linking the same as during configure (needed to avoid loosing any linker relevant flags in CFLAGS, in particular flags that can't be in LDFLAGS). Avoid concurrent linking of tclsh and compiling of tclTestInit.o or xtTestInit.o during parallel make. (checkstubs, checkdoc, checkexports): dependency and Darwin fixes * unix/tclLoadDyld.c (TclpDlopen): use NSADDIMAGE_OPTION_WITH_SEARCHING on second NSAddImage only. [Bug 1204237] (TclGuessPackageName): should not be MODULE_SCOPE. (TclpLoadMemory): ppc64 and endian (i386) fixes, add support for loading universal (fat) bundles from memory. * unix/tclUnixPort.h: * unix/tclUnixFCmd.c: add support for new Tiger copyfile() API to enable copying of xattrs & ACLs by [file copy]. * generic/tcl.h: add Darwin specifc configure overrides for TCL_WIDE defines to support fat compiles of ppc and ppc64 at the same time, (replaces Darwin CVS fix by emoy, rdar://3693001). add/correct location of version numbers in macosx files. * generic/tclInt.h: clarify fat compile comment. * unix/tclUnixPort.h: add Darwin specifc configure overrides to support fat compiles, where configure runs only once for multiple architectures (replaces Darwin CVS fix by emoy, rdar://3693001). * macosx/tclMacOSXBundle.c: * macosx/tclMacOSXNotify.c: * unix/tclUnixNotfy.c: * unix/tclUnixPort.h: fix #include order to support compile time override of HAVE_COREFOUNDATION in tclUnixPort.h when building for ppc64 * macosx/Tcl.pbproj/default.pbxuser (new file): * macosx/Tcl.pbproj/jingham.pbxuser: * macosx/Tcl.pbproj/project.pbxproj: sync with HEAD. * macosx/README: clarification/cleanup, sync with HEAD, document universal (fat) builds via CFLAGS (i.e. all of ppc ppc64 i386 at once). * macosx/Makefile: add support for reusing configure cache, build target fixes, remove GENERIC_FLAGS override now handled by tcl.m4. * generic/tclIOUtil.c: * generic/tclRegexp.c: * generic/tclVar.c: declare globals used only in own file as static (sync with HEAD). * generic/rege_dfa.c (getvacant): * generic/regexec.c (cfind): * generic/tclCompExpr.c (CompileSubExpr): * unix/tclUnixChan.c (TclUnixWaitForFile): initialise variables to silence gcc 4 warnings. * generic/regguts.h: only #define NDEBUG if not already #defined. * macosx/tclMacOSXNotify.c: sync whitespace & comments with HEAD * unix/configure: regen.
* update changesdgp2005-11-211-2/+8
|
* Don't set tclStubsPtr to 0 when Tcl_PkgRequireEx() failsjenglish2005-11-202-8/+10
| | | | [Fix for #1091431 "Tcl_InitStubs failure crashes wish"]
* * tests/trace.test (trace-34.5): [Bug 1047286], added a secondMiguel Sofer2005-11-182-2/+19
| | | | | test illustrating the role of "ns in callStack" in the ns's visibility during deletion traces.
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken):Miguel Sofer2005-11-187-20/+99
| | | | | | | | * generic/tclCmdMZ.c (TraceCommandProc): * generic/tclInt.h (NS_KILLED): * generic/tclNamesp.c (Tcl_DeleteNamespace * tests/namespace.test (namespace-7.3-6): * tests/trace.test (trace-20.13-16): fix [Bugs 1355942/1355342].
* * generic/tclIO.c (TclFinalizeIOSubsystem): preserve statePtrhobbs2005-11-182-10/+18
| | | | until we netrieve next statePtr from it.