Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclCmdAH.c: Fix cases where value returned by | dgp | 2010-09-23 | 1 | -0/+7 |
| | | | | | | * generic/tclEvent.c: Tcl_GetReturnOptions() was leaked. * generic/tclMain.c: Thanks to Jeff Hobbs for discovery of the anti-pattern to seek and destroy. | ||||
* | * doc/file.n (file readlink): [Bug 3070580]: Typofix. | dkf | 2010-09-18 | 1 | -0/+4 |
| | |||||
* | * doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's | dkf | 2010-09-10 | 1 | -1/+7 |
| | | | | | special handling of backslash-newline. Makes example slightly less pure, but more useful. | ||||
* | * changes: Update for 8.5.9 release.core_8_5_9 | dgp | 2010-09-08 | 1 | -2/+5 |
| | |||||
* | * doc/tm.n: Added underscore to the set of characters accepted in | andreas_kupries | 2010-09-08 | 1 | -0/+6 |
| | | | | | module names. This is true for quite some time in the code, this change catches up the documentation. | ||||
* | * win/tclWin32Dll.c: #ifdef protections to permit builds with | dgp | 2010-09-08 | 1 | -0/+6 |
| | | | | | * win/tclWinChan.c: mingw on amd64 systems. Thanks to "mescalinum" * win/tclWinFCmd.c: for reporting and testing. | ||||
* | Backport blkcnt_t detection/usage. | stwo | 2010-09-06 | 1 | -0/+7 |
| | |||||
* | Tag for RC4 release (again) | dgp | 2010-09-02 | 1 | -2/+2 |
| | |||||
* | * doc/glob.n: Fixed documentation ambiguity regarding the handling | andreas_kupries | 2010-09-02 | 1 | -0/+3 |
| | | | | of -join. | ||||
* | * library/safe.tcl (::safe::AliasGlob): Fixed another problem, the | andreas_kupries | 2010-09-02 | 1 | -0/+6 |
| | | | | | option -join does not stop option processing in the core builtin, so the emulation must not do that either. | ||||
* | Tag for RC4 release | dgp | 2010-09-02 | 1 | -2/+2 |
| | |||||
* | * library/safe.tcl (::safe::AliasGlob): Moved the command | andreas_kupries | 2010-09-02 | 1 | -0/+6 |
| | | | | | extending the actual glob command with a -directory flag to when we actually have a proper untranslated path, | ||||
* | * changes: Update for 8.5.9 release. | dgp | 2010-09-01 | 1 | -2/+7 |
| | |||||
* | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to | andreas_kupries | 2010-09-01 | 1 | -0/+8 |
| | | | | | | | * generic/tclVar.c: make the behaviour of lappend in bytecompiled * tests/append.test: mode consistent with direct-eval and 'append' * tests/appendComp.test: generally. Added tests (append*-9.*) showing the difference. | ||||
* | Tag for R2 release | dgp | 2010-09-01 | 1 | -2/+2 |
| | |||||
* | * tools/tcltk-man2html.tcl: Improve handling of cross-links for | dkf | 2010-09-01 | 1 | -0/+3 |
| | | | | options between Ttk manual pages. | ||||
* | * doc/Tcl.n: Avoid nroff hazards when generating documentation. | dkf | 2010-09-01 | 1 | -0/+4 |
| | |||||
* | Tag for RC2 release | dgp | 2010-09-01 | 1 | -2/+2 |
| | |||||
* | * win/tcl.m4: Applied patch by Jeff fixing issues with the | andreas_kupries | 2010-08-31 | 1 | -0/+6 |
| | | | | | manifest handling on Win64. * win/configure: Regenerated. | ||||
* | Tag for RC1 release | dgp | 2010-08-30 | 1 | -2/+2 |
| | |||||
* | * doc/dict.n: [Bug 3046999]: Corrected cross reference to array | dkf | 2010-08-29 | 1 | -0/+5 |
| | | | | manpage to refer to (correct) existing subcommand. | ||||
* | note unix/configure change | hobbs | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. | hobbs | 2010-08-27 | 1 | -0/+4 |
| | | | | | Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found. | ||||
* | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): | hobbs | 2010-08-27 | 1 | -0/+8 |
| | | | | | | | * win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST macro and --enable-embedded-manifest configure arg added to support manifest embedding where we know the magic. Help prevents DLL hell with MSVC8+. | ||||
* | * changes: Update for 8.5.9 release. | dgp | 2010-08-24 | 1 | -2/+6 |
| | |||||
* | * library/tzdata/Africa/Cairo: | Kevin B Kenny | 2010-08-23 | 1 | -2/+2 |
| | | | | * library/tzdata/Asia/Gaza: Olson's tzdata2010l. | ||||
* | * library/tzdata/Africa/Cairo: | Kevin B Kenny | 2010-08-23 | 1 | -0/+5 |
| | | | | * library/tzdata/Asia/Gaza: Olson's tzdata2010l. | ||||
* | * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd) | dkf | 2010-08-19 | 1 | -0/+7 |
| | | | | | | (TraceVariableObjCmd): [Patch 3048354]: Use memcpy() instead of strcpy() to avoid buffer overflow; we have the correct length of data to copy anyway since we've just allocated the target buffer. | ||||
* | * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the | dkf | 2010-08-15 | 1 | -0/+6 |
| | | | | | handling of passing the wrong number of arguments to [apply] somewhat less verbose when a lambda term is present. | ||||
* | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): [Bug 2826551, Patch 2948425]: | dkf | 2010-08-12 | 1 | -20/+25 |
| | | | | Backport of updates to make handling of RE line anchors correct. | ||||
* | * unix/ldAix: remove ancient (pre-4.2) AIX support | hobbs | 2010-08-12 | 1 | -0/+9 |
| | | | | | | | | * unix/configure: regen with ac-2.59 * unix/configure.in, unix/tclConfig.sh.in, unix/Makefile.in: * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with -bexpall/-brtl. Remove TCL_EXP_FILE (export file) and other baggage that went with it. Remove pre-4 AIX build support. | ||||
* | * generic/tclUtil.c (TclByteArrayMatch): patterns may not be | hobbs | 2010-08-10 | 1 | -0/+5 |
| | | | | null-terminated, so account for that. | ||||
* | * changes: Update for 8.5.9 release. | uid37551 | 2010-08-05 | 1 | -2/+6 |
| | |||||
* | * unix/tclUnixFCmd.c: adjust license header as per | hobbs | 2010-08-04 | 1 | -0/+3 |
| | | | | ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change | ||||
* | fix DFARs note for number-adjusted rights clause | hobbs | 2010-08-04 | 1 | -0/+2 |
| | |||||
* | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): | hobbs | 2010-08-04 | 1 | -0/+5 |
| | | | | | | * win/tclWinLoad.c (TclpDlopen): 'load' use LoadLibraryEx with * win/tclWinInt.h (TclWinProcs): LOAD_WITH_ALTERED_SEARCH_PATH to prefer dependent DLLs in same dir as loaded DLL. | ||||
* | * win/Makefile.in (%.${OBJEXT}): better implicit rules support | hobbs | 2010-08-04 | 1 | -0/+4 |
| | |||||
* | * generic/tcl.h: Bump to 8.5.9 for release. | dgp | 2010-08-04 | 1 | -0/+17 |
| | | | | | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Update for 8.5.9 release. | ||||
* | * generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting | andreas_kupries | 2010-08-04 | 1 | -2/+5 |
| | | | | * tests/ioCmd.test: in InvokeTclMethod and callers. | ||||
* | * tests/var.test (var-19.1): [Bug 3037525]: Added test | andreas_kupries | 2010-08-03 | 1 | -0/+5 |
| | | | | demonstrating the local hashtable deletion crash and fix. | ||||
* | * tests/info.test (info-39.1, test_info_frame): Changed absolute | andreas_kupries | 2010-08-03 | 1 | -0/+8 |
| | | | | | | | to relative frame adressing to handle difference between testing with -singleproc 1 vs. the default -singleproc 0. Plus comment fix. The test and issue are not relevant to the trunk, forward porting is not required. | ||||
* | * changes: Update for 8.5.9 release. | dgp | 2010-08-03 | 1 | -5/+9 |
| | |||||
* | * library/tzdata/America/Bahia_Banderas: | Kevin B Kenny | 2010-08-02 | 1 | -0/+11 |
| | | | | | | | | | | * library/tzdata/Pacific/Chuuk: * library/tzdata/Pacific/Pohnpei: * library/tzdata/Africa/Cairo: * library/tzdata/Europe/Helsinki: * library/tzdata/Pacific/Ponape: * library/tzdata/Pacific/Truk: * library/tzdata/Pacific/Yap: Olson's tzdata2010k. | ||||
* | * generic/tclVar.c: fix for crash [Bug 3037525]: lose fickle | Miguel Sofer | 2010-07-31 | 1 | -0/+5 |
| | | | | optimisation in TclDeleteVars (used for runtime-created locals) | ||||
* | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: | nijtmans | 2010-07-25 | 1 | -0/+6 |
| | | | | revert tclInt.h to what it was before, and relax the relation between Tcl_CallFrame and CallFrame. | ||||
* | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6 | nijtmans | 2010-07-17 | 1 | -0/+5 |
| | |||||
* | * generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Made | dkf | 2010-07-02 | 1 | -2/+9 |
| | | | | | | sure that errors caused by an argument to an operator being outside the domain of the operator all result in ::errorCode being ARITH DOMAIN and not NONE. | ||||
* | [Bug #803489] Tcl_FindNamespace problem in the Stubs table | nijtmans | 2010-07-02 | 1 | -0/+5 |
| | |||||
* | * doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper | dkf | 2010-06-30 | 1 | -1/+6 |
| | | | | rendering of the exclusive-or operator. | ||||
* | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. | nijtmans | 2010-06-28 | 1 | -1/+1 |
| |