summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Thanks to Peter Spjuth <peter.spjuth@space.se>, again. My prior fix fordavygrvy2002-05-083-23/+42
| | | | | | single-quote macro mis-understanding was wrong. Reverted to reimpliment the 'macro2' proc which handles single-quote macros and restored file.n text arrangement to avoid single-quotes on the first line.
* no messagedavygrvy2002-05-081-0/+10
|
* Opps. An SH macro had two decimals. yes, I'm reverting my reversion.davygrvy2002-05-081-2/+2
|
* Prior revisions returned. The single-quote macro misunderstanding was fromdavygrvy2002-05-082-20/+22
| | | | man2tcl.c instead.
* commit mistake reverted to 1.9 contents.davygrvy2002-05-081-2/+2
|
* Proper source of macro error misunderstanding ' as the leading macrodavygrvy2002-05-083-26/+5
| | | | command found and repaired.
* me bad grammer have, fix goodly better, now.davygrvy2002-05-081-3/+3
|
* * Fixes to test suite when there's a spacedgp2002-05-081-1/+2
| | | | in the working path. Thanks to Kevin Kenny.
* * Fixes to test suite when there's a spacedgp2002-05-082-2/+5
| | | | in the working path. Thanks to Kevin Kenny.
* * Fixes to test suite when there's a spacedgp2002-05-085-32/+42
| | | | in the working path. Thanks to Kevin Kenny.
* * Corrected [uplevel] quoting whendgp2002-05-081-2/+2
| | | | [source]-ing test script in subdirectories.
* no messagedavygrvy2002-05-081-0/+15
|
* 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
|