summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* winhelp conversion tools where understand a ' as the first character on a linedavygrvy2002-05-082-22/+20
| | | | | as an unknown macro. Not knowing how to repair tools/man2tcl.c, I decided to rearrange the text in the docs instead.
* Added 'runtest' target. Added docs as dependencies for winhelp rtf.davygrvy2002-05-081-14/+19
| | | | Changes from Peter Spjuth <peter.spjuth@space.se>.
* Improved handling of CS/CE fields. Use Courier New and indent better.davygrvy2002-05-081-7/+14
| | | | Changes from Peter Spjuth <peter.spjuth@space.se>.
* Increased line buffer size and a bail-out if that should ever be over-run.davygrvy2002-05-081-2/+8
| | | | Changes from Peter Spjuth <peter.spjuth@space.se>.
* Made code samples use the Courier New fixed-width font. Changes fromdavygrvy2002-05-081-2/+2
| | | | Peter Spjuth <peter.spjuth@space.se>.
* fix to bug 553320vincentdarley2002-05-076-28/+56
|
* Fix for bugs #549607 & #549610: testsuite failures for filenames with spaces.Miguel Sofer2002-05-073-7/+14
|
* fix to 551306vincentdarley2002-05-0211-108/+349
|
* * unix/configure:hobbs2002-04-263-2/+8
| | | | | * unix/tcl.m4: change HP-11 SHLIB_LD_LIBS from "" to ${LIBS} so that the .sl knows its dependent libs.
* Added more thorough tests for handling of conversion to boolean.dkf2002-04-262-1/+15
|
* Hex values on 64-bit machines can be booleans too! [Bug 548686]dkf2002-04-262-3/+30
|
* * generic/tclInt.h: corrected TclRememberJoinableThread decl tohobbs2002-04-242-2/+13
| | | | use VOID instead of void.
* noted that this code isn't needed on unixhobbs2002-04-241-2/+6
|
* regendkf2002-04-241-0/+2
|
* Tcl_GetUnicodeFromObj missing from index linedkf2002-04-241-2/+2
|
* * doc/exec.n:hobbs2002-04-232-13/+38
| | | | * doc/tclvars.n: doc updates [Patch #509426] (gravereaux)
* * generic/tclAlloc.c:hobbs2002-04-239-8/+1056
| | | | | | | | | | | | | | | * generic/tclInt.h: * generic/tclThreadAlloc.c (new): * unix/Makefile.in: * unix/tclUnixThrd.c: * win/Makefile.in: * win/tclWinInt.h: * win/tclWinThrd.c: added new threaded allocator contributed by AOL that significantly reduces lock contention when multiple threads are in use. Only Windows and Unix implementations are ready, and the Windows one may need work. It is only used by default on Unix for now, and requires that USE_THREAD_ALLOC be defined (--enable-threads on Unix will define this).
* * mac/tclMacResource.r: added check ofdas2002-04-232-1/+10
| | | | | | TCLTK_NO_LIBRARY_TEXT_RESOURCES #define to allow disabling the inclusion of the tcl library code in the resource fork of Tcl executables and shared libraries.
* regen.dkf2002-04-231-0/+8
|
* Added documentation for command tracing API [Bug 414927]dkf2002-04-232-0/+175
|
* * generic/tclAlloc.c:hobbs2002-04-234-319/+383
| | | | | | | | | | | | | | | * generic/tclInt.h: * generic/tclThreadAlloc.c (new): * unix/Makefile.in: * unix/tclUnixThrd.c: * win/Makefile.in: * win/tclWinInt.h: * win/tclWinThrd.c: added new threaded allocator contributed by AOL that significantly reduces lock contention when multiple threads are in use. Only Windows and Unix implementations are ready, and the Windows one may need work. It is only used by default on Unix for now, and requires that USE_THREAD_ALLOC be defined (--enable-threads on Unix will define this).
* cleanup of testfilesystem commandhobbs2002-04-231-19/+11
|
* * generic/tclIOUtil.c (Tcl_FSRegister, Tcl_FSUnregister):hobbs2002-04-232-10/+19
| | | | | corrected calling of Tcl_ConditionWait to ensure that there would be a condition to wait upon.
* generic/tclCmdAH.c (Tcl_FileObjCmd): added cast in FILE_SIZEhobbs2002-04-231-3/+4
|
* see ChangeLoghobbs2002-04-221-0/+20
|
* * win/tclWinFCmd.c (DoDeleteFile): check return of setattr APIhobbs2002-04-221-5/+8
| | | | calls in file deletion for correct Win32 API handling.
* * win/Makefile.in: correct dependencies for shell, gdb, runtesthobbs2002-04-221-6/+6
| | | | targets.
* * doc/clock.n:hobbs2002-04-222-13/+69
| | | | | | * compat/strftime.c (_fmt): change strftime to correctly handle localized %c, %x and %X on Windows. Added some notes about how the other values could be further localized.
* corrected constraint name for filename-12.1.4 to pcOnly from unixpcOnlyhobbs2002-04-221-2/+2
|
* * Free the memory allocated for thedgp2002-04-202-2/+6
| | | | startup script path. [Bug 543549]
* * [mcmax] wasn't using the caller'sdgp2002-04-202-21/+34
| | | | | | namespace when determining the max translated length. Also made revisions for better use of namespace variables and more efficient [uplevel]s.
* * Added [mcload] to the export listdgp2002-04-194-4/+16
| | | | of msgcat; bumped to 1.2.3. [Bug 544727]
* 2002-04-20 Daniel Steffen <das@users.sourceforge.net>das2002-04-197-22/+130
| | | | | | | | | | | | | | * generic/tclInt.decls: * generic/tclIntPlatDecls.h: * generic/tclStubInit.c: * mac/tclMacFCmd.c: * mac/tclMacFile.c: * mac/tclMacUtil.c: Modified TclpObjNormalizePath to be alias file aware, and replaced various calls to FSpLocationFrom*Path by calls to new alias file aware versions FSpLLocationFrom*Path. The alias file aware routines don't resolve the last component of a path if it is an alias. This allows [file copy/delete] etc. to act correctly on alias files. (c.f. discussion in Bug #511666)
* list/string indexes don't destroy wide int rep [Bug #526717]dkf2002-04-193-50/+93
|
* [Bug 545325 ] info level didn't report namespace eval.Miguel Sofer2002-04-183-5/+18
|
* typodgp2002-04-181-2/+2
|
* * Clarified documentation on handling unusual returndgp2002-04-182-9/+57
| | | | | codes during substitution, and on variable substitutions implied by command substitution, and vice versa. [Bug 536838]
* Fixed Bug #545644; [info body] always gives a proper string now!dkf2002-04-183-6/+25
|
* Partial resolution of Bug #536831; the comment is a bit clearer!dkf2002-04-182-3/+18
|
* correcting date in Changelog entryMiguel Sofer2002-04-181-1/+1
|
* fix for [Bug #542588], where "too large integers" were reported asMiguel Sofer2002-04-183-13/+35
| | | | "floating-point value" in [expr] error messages.
* * generic/tclEncoding.c (EscapeFromUtfProc):hobbs2002-04-182-34/+81
| | | | | | * generic/tclIO.c (WriteChars, Tcl_Close): corrected the handling of outputting end escapes for escape-based encodings. [Bug #526524] (yamamoto)
* * Made separate export for commandsdgp2002-04-182-5/+8
| | | | kept only for tcltest 1 compatibility.
* * Removed [saveState] and [restoreState] fromdgp2002-04-182-17/+4
| | | | tcltest 2 documentation, effectively deprecating them. [Bug 495660]
* clarified getting length of ByteArray objects to use string lengthhobbs2002-04-171-3/+7
|
* * Revised to run tests in a namespace, rather thandgp2002-04-172-57/+78
| | | | | use the useless and buggy [saveState] and [restoreState] commands of tcltest. Updated to use tcltest 2 as well. [Patch 544911]
* * Revised to run tests in a namespace, rather thandgp2002-04-162-330/+385
| | | | | use the useless and buggy [saveState] and [restoreState] commands of tcltest. Updated to use tcltest 2 as well. [Patch 544546]
* * Parts of fileSystem.test require tcltest 2. Added appropriate checks.dgp2002-04-162-20/+45
|
* * Increased timeout values so that tests havedgp2002-04-152-10/+11
| | | | time to successfully complete even on slow/busy machines. [Bug 523470]
* Improved stack trace for TCL_BREAK and TCL_CONTINUE returns from procs. [Bug ↵Miguel Sofer2002-04-153-27/+35
| | | | 536955].