summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * library/msgcat/msgcat.tcl: Updated internals to make use ofdgp2004-03-313-36/+61
| | | | | | | * library/msgcat/pkgIndex.tcl: [dict]s to store message catalog data and to use [source -encoding utf-8] to access catalog files. Thanks to Michael Sclenker. Also corrects bug to allow translation to an empty string. Bump to msgcat 1.4.1. [Patch 875055]
* More hash function cleaning up.dkf2004-03-303-10/+9
|
* Fixed object hashing bozo-ness. The code as it stood looked like adkf2004-03-302-28/+24
| | | | | cargo-cult hangover from the hashing code in tclHash.c, but this looks almost identical to that used for literals (which is fast.)
* * generic/tclExecute.c (TEBC): reverting to the previous methodMiguel Sofer2004-03-302-14/+42
| | | | | for async tests in TEBC, as the new method turned out to be too costly. Async tests now run every 64 instructions.
* * generic/tclCompile.c: New instruction code INST_START_CMDMiguel Sofer2004-03-307-42/+97
| | | | | | | | | * generic/tclCompile.h: that allows checking the bytecode's * generic/tclExecute.c: validity [Bug 729692] and the interp's * tests/interp.test (18.9): readyness [Bug 495830] before running * tests/proc.test (7.1): the command. It also changes the * tests/rename.test (6.1): mechanics of the async tests in TEBC, doing it now at command start instead of every 16 instructions.
* Corrected case: Filesystem.h -> FileSystem.hdgp2004-03-301-2/+2
|
* fix to glob with volume relative paths, bug 898238vincentdarley2004-03-305-8/+100
|
* fix to Tcl bug 918320vincentdarley2004-03-303-20/+45
|
* overlooked update to tests.dgp2004-03-292-6/+6
|
* * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only todgp2004-03-292-17/+23
| | | | | incomplete scripts as part of multi-line script construction. Do not add an extra trailing newline to the complete script. [Bug 833150]
* Changelog fixMiguel Sofer2004-03-291-1/+1
|
* * generic/tclCompile.c (TclCompileScript): corrected possibleMiguel Sofer2004-03-292-3/+10
| | | | | segfault when a compilation returns TCL_OUTLINE_COMPILE after having grown the compile environment.
* * doc/array.n: added documentation for trace-realted behaviour ofMiguel Sofer2004-03-282-1/+9
| | | | 'array get' [Bug 449893]
* a bit more detail in the changes file about new package versionsdgp2004-03-261-1/+3
|
* * README: Bumped version number to 8.5a2 todgp2004-03-2610-16/+28
| | | | | | | | | | | * tools/tcl.wse.in: distinguish HEAD of CVS development * unix/configure.in: from the recent 8.5a1 release. * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.57 * win/configure:
* fixed another volume-relative file normalization problemvincentdarley2004-03-263-5/+28
|
* fix to windows volume-relative path normalizationvincentdarley2004-03-263-5/+40
|
* Silly bug found originally by Damon Courtney. [922752]dkf2004-03-243-3/+16
|
* Docfix. [Bug 921464]dkf2004-03-232-3/+8
|
* Added CONST to TclpGetTime declaration and `make genstubs`dgp2004-03-192-5/+6
|
* Include tclInt.h instead of tclPort.h to fix building on Solaris.rmax2004-03-191-2/+2
|
* Made HEAD build on Windows VC++ again.Kevin B Kenny2004-03-199-22/+40
|
* Fix breakage by making tclIntDecls.h #inc tclPort.h, as recommended by DGP.dkf2004-03-192-1/+8
|
* autoconf-2.57dgp2004-03-191-1/+1
|
* *** empty log message ***rmax2004-03-181-0/+17
|
* * unix/tcl.m4: Removed -Wno-strict-aliasing.rmax2004-03-181-1/+1
|
* * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed,rmax2004-03-182-16/+13
| | | | | | | | | | * generic/tclInt.h: but caused warnings related to * generic/tclInt.decls: strict aliasing with GCC 3.3. * generic/tclClock.c: * generic/tclDate.c: * generic/tclGetDate.y: * win/tclWinTime.c: * unix/tclUnixTime.c:
* * generic/tclNamesp.c: Added temporary pointer variables to workrmax2004-03-183-8/+19
| | | | | * generic/tclStubLib.c: around warnings related to * unix/tclUnixChan.c: strict aliasing with GCC 3.3.
* * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed,rmax2004-03-186-30/+23
| | | | | | | | | | * generic/tclInt.h: but caused warnings related to * generic/tclInt.decls: strict aliasing with GCC 3.3. * generic/tclClock.c: * generic/tclDate.c: * generic/tclGetDate.y: * win/tclWinTime.c: * unix/tclUnixTime.c:
* Reverted changes to tcltest so that it can still support Mac whendgp2004-03-173-4/+8
| | | | copied to Mac systems (only requires Tcl 8.3).
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-5/+1
|
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-17140-33468/+433
|
* Slightly better docs for [lsearch]'s advanced capabilitiesdkf2004-03-172-1/+16
|
* * doc/catch.n: Compiled [catch] no longer fails to catch syntaxdgp2004-03-163-22/+10
| | | | | errors. Removed the claims in the documentation that it does. * doc/return.n: Updated example to use [dict merge].
* * unix/configure, unix/tcl.m4: add -Wno-strict-aliasing for GCC tohobbs2004-03-163-2/+7
| | | | suppress useless type puning warnings.
* Formatting fix. [Bug 917171]dkf2004-03-162-2/+6
|
* no messagedavygrvy2004-03-161-0/+9
|
* * win/tclWinNotify.c: Fixed a mistake where the return value ofdavygrvy2004-03-161-3/+2
| | | | | | | | MsgWaitForMultipleObjectsEx for "a message is in the queue" wasn't accurate. I removed the check on the case result==(WAIT_OBJECT_0 + 1) This was having the error of falling into GetMessage and waiting there by accident, which wasn't alertable through Tcl_AlertNotifier. I'll do some more study on this and try to find-out why.
* Implementation of [dict merge] subcommand, based on [FRQ 745851]dkf2004-03-124-8/+139
|
* * generic/tclGetDate.y (TclGetDate): Fix so that Kevin B Kenny2004-03-104-4/+172
| | | | | | | | | | [clock scan <timeOfDay> -gmt true] uses the GMT base date instead of the local one. [Bug 913513] * tests/clock.test: Added test cases for wrong ISO8601 week number [Bug 500285] and wrong GMT base date [Bug 913513]. Several tests still fail on Windows, and these are actual faults in [clock scan]. Fix is still pending. * generic/tclDate.c: Regenerated.
* Fixed incorrect reporting of OS version for DJGPP.vbwagner2004-03-091-1/+14
| | | | | This known misinterpretation of uts_name struct fields is now considered "feature" of DJGPP and so needs workaround in Tcl.
* Removed undefining of extra error codes for DJGPP. It is not needed whenvbwagner2004-03-091-7/+1
| | | | Waterloo TCP 32 is properly configured for actual version of DJGPP
* fixed typos in documentation and commentsvincentdarley2004-03-0916-35/+36
|
* glob -path fix for near filesystem rootvincentdarley2004-03-091-3/+6
|
* glob -path fix for near filesystem rootvincentdarley2004-03-093-2/+45
|
* * generic/tclParse.c (TclParseInit): Modified TclParseInit sodgp2004-03-083-9/+17
| | | | | | * generic/tclTest.c ([testexprparser]): that Tcl_Parse initialization conforms to documented promised about what fields will not be modified by what Tcl_Parse* routines. [Bug 910595]
* reformatted a comment I had once moved so it doesn't exceed 74 colums.davygrvy2004-03-081-3/+3
|
* some silly reformatting changes to remove useless whitespace.davygrvy2004-03-081-4/+4
|
* added a slot position for a project of my own.davygrvy2004-03-081-1/+2
|
* Checks MSDevDir, not MSVCDir envar.davygrvy2004-03-081-2/+2
|