Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | memory cleanup | vincentdarley | 2002-05-13 | 5 | -12/+81 |
| | |||||
* | comment | vincentdarley | 2002-05-13 | 1 | -3/+5 |
| | |||||
* | * Corrected some list-quoting issues and | dgp | 2002-05-10 | 4 | -10/+18 |
| | | | | | other matters that cause tests to fail when the patch includes special characters. Report from Vince Darley. [Bug 554068]. | ||||
* | no message | davygrvy | 2002-05-08 | 1 | -0/+11 |
| | |||||
* | Thanks to Peter Spjuth <peter.spjuth@space.se>, again. My prior fix for | davygrvy | 2002-05-08 | 3 | -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 message | davygrvy | 2002-05-08 | 1 | -0/+10 |
| | |||||
* | Opps. An SH macro had two decimals. yes, I'm reverting my reversion. | davygrvy | 2002-05-08 | 1 | -2/+2 |
| | |||||
* | Prior revisions returned. The single-quote macro misunderstanding was from | davygrvy | 2002-05-08 | 2 | -20/+22 |
| | | | | man2tcl.c instead. | ||||
* | commit mistake reverted to 1.9 contents. | davygrvy | 2002-05-08 | 1 | -2/+2 |
| | |||||
* | Proper source of macro error misunderstanding ' as the leading macro | davygrvy | 2002-05-08 | 3 | -26/+5 |
| | | | | command found and repaired. | ||||
* | me bad grammer have, fix goodly better, now. | davygrvy | 2002-05-08 | 1 | -3/+3 |
| | |||||
* | * Fixes to test suite when there's a space | dgp | 2002-05-08 | 1 | -1/+2 |
| | | | | in the working path. Thanks to Kevin Kenny. | ||||
* | * Fixes to test suite when there's a space | dgp | 2002-05-08 | 2 | -2/+5 |
| | | | | in the working path. Thanks to Kevin Kenny. | ||||
* | * Fixes to test suite when there's a space | dgp | 2002-05-08 | 5 | -32/+42 |
| | | | | in the working path. Thanks to Kevin Kenny. | ||||
* | * Corrected [uplevel] quoting when | dgp | 2002-05-08 | 1 | -2/+2 |
| | | | | [source]-ing test script in subdirectories. | ||||
* | no message | davygrvy | 2002-05-08 | 1 | -0/+15 |
| | |||||
* | winhelp conversion tools where understand a ' as the first character on a line | davygrvy | 2002-05-08 | 2 | -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. | davygrvy | 2002-05-08 | 1 | -14/+19 |
| | | | | Changes from Peter Spjuth <peter.spjuth@space.se>. | ||||
* | Improved handling of CS/CE fields. Use Courier New and indent better. | davygrvy | 2002-05-08 | 1 | -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. | davygrvy | 2002-05-08 | 1 | -2/+8 |
| | | | | Changes from Peter Spjuth <peter.spjuth@space.se>. | ||||
* | Made code samples use the Courier New fixed-width font. Changes from | davygrvy | 2002-05-08 | 1 | -2/+2 |
| | | | | Peter Spjuth <peter.spjuth@space.se>. | ||||
* | fix to bug 553320 | vincentdarley | 2002-05-07 | 6 | -28/+56 |
| | |||||
* | Fix for bugs #549607 & #549610: testsuite failures for filenames with spaces. | Miguel Sofer | 2002-05-07 | 3 | -7/+14 |
| | |||||
* | fix to 551306 | vincentdarley | 2002-05-02 | 11 | -108/+349 |
| | |||||
* | * unix/configure: | hobbs | 2002-04-26 | 3 | -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. | dkf | 2002-04-26 | 2 | -1/+15 |
| | |||||
* | Hex values on 64-bit machines can be booleans too! [Bug 548686] | dkf | 2002-04-26 | 2 | -3/+30 |
| | |||||
* | * generic/tclInt.h: corrected TclRememberJoinableThread decl to | hobbs | 2002-04-24 | 2 | -2/+13 |
| | | | | use VOID instead of void. | ||||
* | noted that this code isn't needed on unix | hobbs | 2002-04-24 | 1 | -2/+6 |
| | |||||
* | regen | dkf | 2002-04-24 | 1 | -0/+2 |
| | |||||
* | Tcl_GetUnicodeFromObj missing from index line | dkf | 2002-04-24 | 1 | -2/+2 |
| | |||||
* | * doc/exec.n: | hobbs | 2002-04-23 | 2 | -13/+38 |
| | | | | * doc/tclvars.n: doc updates [Patch #509426] (gravereaux) | ||||
* | * generic/tclAlloc.c: | hobbs | 2002-04-23 | 9 | -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 of | das | 2002-04-23 | 2 | -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. | dkf | 2002-04-23 | 1 | -0/+8 |
| | |||||
* | Added documentation for command tracing API [Bug 414927] | dkf | 2002-04-23 | 2 | -0/+175 |
| | |||||
* | * generic/tclAlloc.c: | hobbs | 2002-04-23 | 4 | -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 command | hobbs | 2002-04-23 | 1 | -19/+11 |
| | |||||
* | * generic/tclIOUtil.c (Tcl_FSRegister, Tcl_FSUnregister): | hobbs | 2002-04-23 | 2 | -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_SIZE | hobbs | 2002-04-23 | 1 | -3/+4 |
| | |||||
* | see ChangeLog | hobbs | 2002-04-22 | 1 | -0/+20 |
| | |||||
* | * win/tclWinFCmd.c (DoDeleteFile): check return of setattr API | hobbs | 2002-04-22 | 1 | -5/+8 |
| | | | | calls in file deletion for correct Win32 API handling. | ||||
* | * win/Makefile.in: correct dependencies for shell, gdb, runtest | hobbs | 2002-04-22 | 1 | -6/+6 |
| | | | | targets. | ||||
* | * doc/clock.n: | hobbs | 2002-04-22 | 2 | -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 unixpcOnly | hobbs | 2002-04-22 | 1 | -2/+2 |
| | |||||
* | * Free the memory allocated for the | dgp | 2002-04-20 | 2 | -2/+6 |
| | | | | startup script path. [Bug 543549] | ||||
* | * [mcmax] wasn't using the caller's | dgp | 2002-04-20 | 2 | -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 list | dgp | 2002-04-19 | 4 | -4/+16 |
| | | | | of msgcat; bumped to 1.2.3. [Bug 544727] | ||||
* | 2002-04-20 Daniel Steffen <das@users.sourceforge.net> | das | 2002-04-19 | 7 | -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] | dkf | 2002-04-19 | 3 | -50/+93 |
| |