summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* niggly test suite fixesdgp2004-11-041-2/+2
|
* remove knownBugs from clock tests by fixing themKevin B Kenny2004-11-033-12/+38
|
* niggly test suite fixesdgp2004-11-031-2/+2
|
* test cleanup correctiondgp2004-11-031-3/+6
|
* no messagedavygrvy2004-11-031-0/+3
|
* * generic/tclCompile.h: Removed extrainious reset ofdavygrvy2004-11-031-4/+1
| | | | TCL_STORAGE_CLASS missed in last edit.
* * generic/tcl.h: Moved the preprocessor logicdavygrvy2004-11-031-4/+1
| | | | | | | | | | | * generic/tclDecls.h: from tclInt.h of setting the * generic/tclInt.h: TCL_STORAGE_CLASS macro to the * generic/tclIntDecls.h: tcl*Decls.h files now that no * generic/tclIntPlatDecls.h: use of EXTERN is left in tclInt.h. * generic/tclPlatDecls.h: Proto for Tcl_Main moved in tcl.h * win/tclWinPort.h: to prior the inclusion of the Stubs headers as they are now resetting TCL_STORAGE_CLASS. Removed extrainious reset from tclWinPort.h. [Patch 1055668]
* * library/init.tcl ([unknown]): Corrections to the 2004-10-25 modsdgp2004-11-032-2/+10
| | | | | | | to Aunt ??? in [unknown]. Flaws revealed by Itcl test suite, which still apparently relies on this brokenness. Also added comment suggesting the error message that any code using this hack *ought* to receive in reply.
* * generic/tcl.h: Moved the preprocessor logicdavygrvy2004-11-036-29/+66
| | | | | | | | | | | * generic/tclDecls.h: from tclInt.h of setting the * generic/tclInt.h: TCL_STORAGE_CLASS macro to the * generic/tclIntDecls.h: tcl*Decls.h files now that no * generic/tclIntPlatDecls.h: use of EXTERN is left in tclInt.h. * generic/tclPlatDecls.h: Proto for Tcl_Main moved in tcl.h * win/tclWinPort.h: to prior the inclusion of the Stubs headers as they are now resetting TCL_STORAGE_CLASS. Removed extrainious reset from tclWinPort.h. [Patch 1055668]
* no messagedavygrvy2004-11-031-0/+12
|
* no messagedavygrvy2004-11-031-0/+1
|
* * generic/tclTrace.c (TclCallVarTraces): Improved ability to debugdgp2004-11-036-23/+78
| | | | | | | * tests/incr-old.test (incr-old-2.6): errors during variable * tests/incr.test (incr-{1,2}.28): traces by preserving the * tests/set.test (set-{2,4}.4): -errorinfo data. * tests/trace.test (trace-33.1): [Bug 527164]
* * generic/tclRegexp.h: manipulating TCL_STORAGE_CLASS unnecessary.davygrvy2004-11-031-6/+1
|
* no messagedavygrvy2004-11-031-0/+1
|
* * generic/tclFileSystem.h: Added use of MODULE_SCOPE on protos.davygrvy2004-11-031-34/+58
|
* no messagedavygrvy2004-11-031-0/+2
|
* * win/tclWinInt.h:davygrvy2004-11-032-44/+31
| | | | * win/tclWinPort.h: exported internals dropped by a count of 14.
* no messagedavygrvy2004-11-031-0/+3
|
* * generic/tclCompile.h: Exchanged use of the EXTERN macro to the new ↵davygrvy2004-11-031-71/+66
| | | | | | MODULE_SCOPE macro. Lowered exported internals count by 35.
* no messagedavygrvy2004-11-021-1/+1
|
* no messagedavygrvy2004-11-021-0/+8
|
* * generic/tclInt.h: added a check for #ifdef __cplusplus around the #definedavygrvy2004-11-021-2/+6
| | | | | | of MODULE_SCOPE. About the only time it would be problem is when someone is statically linking to Tcl and accessing internals from a C++ file and has name mangling issues.
* 2004-11-02 Don Porter <dgp@users.sourceforge.net>dgp2004-11-023-5/+74
| | | | | | | | * library/tcltest/tcltest.tcl: Corrected some misleading * tests/tcltest.test (tcltest-26.1,2): displays of ::errorInfo and ::errorCode information when the -setup, -body, and/or -cleanup scripts return an unexpected return code. Thanks to Robert Seeger for the fix. [RFE 1017151].
* Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch.dkf2004-11-022-10/+67
| | | | [Bug 761471]
* updates to Havana and Cuiaba time zonesKevin B Kenny2004-11-024-7/+15
|
* TclpUTime simplificationvincentdarley2004-11-022-25/+34
|
* Make core less eager to spew its guts all over the place; core symbols indkf2004-11-022-514/+622
| | | | tclInt.h are now no longer EXTERN but instead MODULE_SCOPE.
* Add synopsis for Tcl_GetChannelMode. [Bug 1058446]dkf2004-11-022-1/+8
|
* Second part of fix for Bug 926106Kevin B Kenny2004-11-015-29/+85
|
* Remove unused labeldkf2004-11-011-2/+1
|
* Fix for [Bug 761471]; NaN is now *never* equal to NaN...dkf2004-11-013-20/+14
|
* Cleaning up of the namespace guts.dkf2004-11-012-551/+552
|
* Cleaning up; mostly whitespace and comment fixes.dkf2004-11-011-242/+236
|
* Improved comments on selected flags in tcl.hdkf2004-11-011-3/+13
|
* command quoting fixdgp2004-10-311-2/+2
|
* typo fixdgp2004-10-311-2/+2
|
* General cleanupdkf2004-10-311-139/+21
|
* Fix pseudo-constraintdkf2004-10-312-4/+4
|
* Minor fixes for marginally more claritydkf2004-10-311-10/+10
|
* Turn umask2 constraint into something more commonly satisfiabledkf2004-10-312-85/+42
| | | | Also turn conditional tests into constrained tests
* Added constraint to test that won't ever work on Unix (no drive letters!)dkf2004-10-311-2/+2
|
* General clean updkf2004-10-311-190/+63
|
* Remove broken test constraint. [bug 1053908]dkf2004-10-312-3/+6
|
* Make [info globals ::foo] work. [Bug 1057461]dkf2004-10-313-2/+20
|
* Rework to be many lines shorterdkf2004-10-311-649/+373
| | | | | Also convert a few `ASCII's to `Unicode's Also do some formatting fixes
* Fix typodkf2004-10-311-2/+2
|
* Fixed conversion between FILETIME and Tcl time -Bug 926106Kevin B Kenny2004-10-302-47/+33
|
* replaced WIN32 with __WIN32__ [Bug 1054357] (Gravereaux)Kevin B Kenny2004-10-302-2/+7
|
* * library/tcltest/tcltest.tcl: Correct reaction to errors in thedgp2004-10-305-16/+24
| | | | | | | obsolete processCmdLineArgsHook. [Bug 1055673] * library/tcltest/pkgIndex.tcl: Bump to tcltest 2.2.7 * unix/Makefile.in: * tests/all.tcl: Update to use [tcltest::configure].
* Allow ensembles to rewrite their subcommands' error messages to be moredkf2004-10-2915-153/+340
| | | | | | relevant to users. [Patch 1056864] Also patches to core to take advantage of this Also other general cleaning up of Tcl_WrongNumArgs usage