Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclInt.h: Removed definition of ParseValue struct that | dgp | 2003-03-20 | 2 | -32/+6 |
| | | | | is no longer used. | ||||
* | * generic/tclCompile.c: | Miguel Sofer | 2003-03-19 | 3 | -3/+27 |
| | | | | | * tests/compile.test: bad command count on TCL_OUT_LINE_COMPILE [Bug 705406] (Don Porter). Backport from 8.5a0 | ||||
* | * doc/Eval.3 (Tcl_EvalObjEx): Corrected CONST and | dgp | 2003-03-19 | 3 | -8/+16 |
| | | | | | * doc/ParseCmd.3 (Tcl_EvalTokensStandard): return type errors in documentation. [Bug 683994] | ||||
* | revised latest registry test commit | dgp | 2003-03-19 | 1 | -10/+4 |
| | |||||
* | * tests/registry.test: Changed the conditionals to avoid an | Kevin B Kenny | 2003-03-19 | 2 | -8/+16 |
| | | | | | abort if [testlocale] is missing, as when running the test in tclsh rather than tcltest. [Bug #705677] | ||||
* | * tools/tcltk-man2html.tcl: added support for building 'make html' | das | 2003-03-18 | 2 | -19/+16 |
| | | | | | | from inside distribution directories named with 8.x.x version numbers. tcltk-man2html now uses the latest tcl8.x.x resp. tk8.x.x directories found inside its --srcdir argument. | ||||
* | Fixes for three filesystem problems | vincentdarley | 2003-03-18 | 4 | -5/+27 |
| | |||||
* | Fixed docbug in lsearch and lsort for -ascii opt, which operates on Unicode | dkf | 2003-03-17 | 3 | -5/+14 |
| | | | | not ASCII these days. [Bug #703807] | ||||
* | Made format less keen on converting numeric types. [Bug #699060] | dkf | 2003-03-14 | 3 | -10/+52 |
| | |||||
* | Backport of fix for 698146 to remove assumption that time_t is a long... | dkf | 2003-03-14 | 2 | -7/+12 |
| | |||||
* | * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifier | dkf | 2003-03-14 | 3 | -150/+170 |
| | | | | | | that indicates we've got a wide int when we're formatting in an integer style. Stops some libc's from going mad. [Bug #702622] Also tidied whitespace. | ||||
* | Backed the version to 8.4 on the 8.4 branch. | Kevin B Kenny | 2003-03-13 | 2 | -2/+7 |
| | | | | (I just loathe sticky tags). | ||||
* | * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENT | dgp | 2003-03-12 | 3 | -7/+11 |
| | | | | | * win/tclWinPipe.c: from tcl.h -- they are not part of Tcl's public interface. Put them in win/tclWinPipe.c where they are used. | ||||
* | * generic/tclCmdMZ.c (Tcl_SubstObj): Corrected and added test for | dgp | 2003-03-12 | 3 | -20/+25 |
| | | | | | * tests/subst.test (subst-2.4): Tcl_SubstObj's incorrect halting of substitution at the first \x00 byte. [Bug 685106] | ||||
* | correct latest entry | dgp | 2003-03-12 | 1 | -3/+4 |
| | |||||
* | * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected option | dgp | 2003-03-12 | 3 | -4/+15 |
| | | | | | parsing beyond objc for [interp create --]. Thanks to Marco Maggi. [Bug 702383] | ||||
* | Added two missing uses of $(DBGX) so that tclpip8x.dll loads without | Kevin B Kenny | 2003-03-11 | 2 | -4/+9 |
| | | | | panicking on Win9x. | ||||
* | * doc/tcltest.n: Added missing "-body" to example. Thanks to | dgp | 2003-03-08 | 3 | -4/+13 |
| | | | | Helmut Giese. [Bug 700011] | ||||
* | * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to | dgp | 2003-03-06 | 3 | -6/+49 |
| | | | | | * tests/utf.test (utf-25.*): properly compare Unicode strings of different case in a case insensitive manner. [Bug 699042] | ||||
* | Mac OS Classic specific fixes:core_8_4_2 | das | 2003-03-03 | 6 | -34/+125 |
| | | | | | | | | | | | | | * generic/tclIOUtil.c (TclNewFSPathObj): on TCL_PLATFORM_MAC, skip potential directory separator at the beginning of addStrRep. * mac/tclMacChan.c (OpenFileChannel, CommonWatch): followup fixes to cut and splice implementation for file channels. * mac/tclMacFile.c (TclpUtime): pass native path to utime(). * mac/tclMacFile.c (TclpObjLink): correctly implemented creation of alias files via new static proc CreateAliasFile(). * mac/tclMacPort.h: define S_ISLNK macro to fix stat'ing of links. * mac/tclMacUtil.c (FSpLocationFromPathAlias): fix to enable stat'ing of broken links. | ||||
* | mark Mar 3 date for 8.4.2 | hobbs | 2003-03-03 | 2 | -2/+6 |
| | |||||
* | Corrected a Makefile.vc bug introduced by the change of DBGX from | Kevin B Kenny | 2003-03-03 | 1 | -3/+11 |
| | | | | d to g in rules.vc. | ||||
* | Corrected a Makefile.vc bug introduced by the change of DBGX from | Kevin B Kenny | 2003-03-03 | 1 | -0/+4 |
| | | | | d to g in rules.vc. | ||||
* | note bump in dde version | dgp | 2003-03-03 | 1 | -1/+2 |
| | |||||
* | * library/dde/pkgIndex.tcl: dde bumped to version 1.2.1 for | dgp | 2003-03-03 | 6 | -9/+19 |
| | | | | | | | | | * win/tclWinDde.c: bundled release with Tcl 8.4.2 * library/reg/pkgIndex.tcl: registry bumped to version 1.1.1 for * win/tclWinReg.c: bundled release with Tcl 8.4.2 * library/opt/pkgIndex.tcl: updated package index to version 0.4.4 | ||||
* | * win/configure: | hobbs | 2003-03-01 | 4 | -9/+16 |
| | | | | | | * win/configure.in: check for 'g' for debug build type, not 'd'. * win/rules.vc (DBGX): correct to use 'g' for nmake win makefile to match the cygwin makefile for debug builds. [Bug #635107] | ||||
* | Added a couple more change lines, and fixed one date. | Kevin B Kenny | 2003-02-28 | 1 | -2/+8 |
| | |||||
* | updated changes file for Tcl 8.4.2 release | dgp | 2003-02-28 | 2 | -4/+85 |
| | |||||
* | file documentation fix | vincentdarley | 2003-02-28 | 2 | -2/+6 |
| | |||||
* | see ChangeLog | hobbs | 2003-02-27 | 1 | -7/+15 |
| | |||||
* | * generic/tclIOUtil.c (MakeFsPathFromRelative): removed dead code | hobbs | 2003-02-27 | 1 | -6/+2 |
| | | | | check of typePtr (darley). | ||||
* | * tests/winTime.test: added note about PCI hardware dependency | hobbs | 2003-02-27 | 1 | -1/+3 |
| | | | | issues with high performance clock. | ||||
* | Stop [lsearch -start 0 {} x] from crashing. [Bug #694232] | dkf | 2003-02-27 | 3 | -4/+15 |
| | |||||
* | Fixed a bug in TclpSetVeriables: initialize dwUserNameLen to avoid crash in ↵ | chengyemao | 2003-02-27 | 1 | -0/+7 |
| | | | | calling GetUserName | ||||
* | Fixed a bug in TclpSetVeriables: initialize dwUserNameLen to avoid crash in ↵ | chengyemao | 2003-02-27 | 1 | -2/+2 |
| | | | | calling GetUserName | ||||
* | * generic/tclCmdMZ.c (TraceCommandProc): Fix mem leak when | hobbs | 2003-02-27 | 2 | -2/+13 |
| | | | | deleting a command that had trace on it. [Bug #693564] (sofer) | ||||
* | * doc/pkgMkIndex.n: Modified [pkg_mkIndex] to use -nocase matching | dgp | 2003-02-25 | 3 | -4/+12 |
| | | | | | | * library/package.tcl: of -load patterns, to better accomodate common user errors due to confusion between [package names] names and [info loaded] names. | ||||
* | * tests/pid.test: See below [Bug #678412]. | andreas_kupries | 2003-02-25 | 3 | -12/+16 |
| | | | | * tests/io.test: Made more robust against spaces in paths [Bug #678400]. | ||||
* | * tests/execute.test: cleaning up testobj's at the end, to avoid | Miguel Sofer | 2003-02-25 | 2 | -1/+10 |
| | | | | leak warning by valgrind. | ||||
* | Fix for Bug #571002 | vasiljevic | 2003-02-22 | 2 | -2/+12 |
| | |||||
* | fixed typo | das | 2003-02-22 | 1 | -1/+1 |
| | |||||
* | Stopped sign-bit propagation in [binary scan] of wide values. [Bug #690774] | dkf | 2003-02-21 | 3 | -21/+35 |
| | |||||
* | * mac/tclMacChan.c (TclpCutFileChannel, TclpSpliceFileChannel): | das | 2003-02-21 | 2 | -1/+97 |
| | | | | Implemented missing cut and splice procs for file channels. | ||||
* | fixed very old typos | das | 2003-02-21 | 1 | -2/+2 |
| | |||||
* | * unix/tclUnixPipe.c: (macosx) use vfork() instead of fork() to | das | 2003-02-21 | 1 | -1/+5 |
| | | | | | create new processes, as recommended by to Apple (vfork can be up to 100 times faster thank fork on macosx). | ||||
* | * library/package.tcl (tclPkgUnknown): Minor performance tweaks | dgp | 2003-02-21 | 2 | -13/+54 |
| | | | | | to reduce the number of [file] invocations. Meant to improve startup times, at least a little bit. [Patch 687906] | ||||
* | * unix/tcl.m4: | das | 2003-02-21 | 3 | -2/+10 |
| | | | | | | | * unix/tclUnixPipe.c: (macosx) use vfork() instead of fork() to create new processes, as recommended by to Apple (vfork can be up to 100 times faster thank fork on macosx). * unix/configure: regen. | ||||
* | * generic/tclEncoding.c (LoadTableEncoding): | hobbs | 2003-02-21 | 8 | -3/+230 |
| | | | | | | | | | * library/encoding/cp932.enc: Correct jis round-trip encoding * library/encoding/euc-jp.enc: by adding 'R' type to .enc files. * library/encoding/iso2022-jp.enc: [Patch #689341] (koboyasi, taguchi) * library/encoding/jis0208.enc: * library/encoding/shiftjis.enc: * tests/encoding.test: | ||||
* | * unix/tclUnixChan.c (Tcl_MakeTcpClientChannel): add | hobbs | 2003-02-21 | 1 | -6/+33 |
| | | | | | | MakeTcpClientChannelMode that takes actual mode flags to avoid hang on OS X (may be OS X bug, but patch works x-plat). [Bug #689835] (steffen) | ||||
* | Typo fix [Bug #688943] | dkf | 2003-02-20 | 2 | -2/+6 |
| |