Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
136 check-ins using file generic/tcl.decls version 0ebb9aad9c
|
2002-07-22
| ||
| 10:04 | Allowed parser to recognise 'Inf' as a floating-point number. [Bug 218000] Also produce better error... check-in: 45c9659683 user: dkf tags: trunk | |
|
2002-07-21
| ||
| 17:03 | * Silence compiler warning. [Bug 584408] check-in: 84f12eedf1 user: dgp tags: trunk | |
|
2002-07-20
| ||
| 01:01 | vfs fixes check-in: 9e72205132 user: vincentdarley tags: trunk | |
|
2002-07-19
| ||
| 20:29 | * unix/configure: * unix/configure.in: * win/configure: * win/configure.in: Add AC_PREREQ(2.13) ... check-in: 793a5fddc7 user: mdejong tags: trunk | |
| 15:15 | macosx build fix check-in: 03a7e0ce8e user: vincentdarley tags: trunk | |
| 13:59 | Made variable static. check-in: 9e033a7588 user: dkf tags: trunk | |
| 12:31 | Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or have file-scope. check-in: 86e27ff753 user: dkf tags: trunk | |
| 10:23 | Split off ChangeLog.2001 from ChangeLog check-in: 618fd1a4d4 user: rmax tags: trunk | |
| 10:12 | Cleanup and simplification (file-vars are private, loops are not done when effects are unobservable)... check-in: 2fd1bbe685 user: dkf tags: trunk | |
| 09:17 | Added ActiveState to license.terms check-in: 208d2721d2 user: dkf tags: trunk | |
| 08:52 | Added tests for the [time] command. check-in: 6c57e7a165 user: dkf tags: trunk | |
| 08:36 | Renamed 'notLinux' constraint to 'nonLinuxOnly' for clarity. [Bug#583427] check-in: d6a2ce8490 user: dkf tags: trunk | |
|
2002-07-18
| ||
| 16:39 | pcOnly constraints added check-in: 0dfa567982 user: vincentdarley tags: trunk | |
| 16:36 | winFile.test cleanup check-in: 10a984393e user: vincentdarley tags: trunk | |
| 16:35 | winFCmd.test cleanup check-in: 4ed557623b user: vincentdarley tags: trunk | |
| 16:32 | winFCmd.test cleanup check-in: bad516cb46 user: vincentdarley tags: trunk | |
| 16:26 | Tcl_LoadHandle usage check-in: 9fb2f4b2d3 user: vincentdarley tags: trunk | |
| 16:17 | fix to knownBug test check-in: 629fc26852 user: vincentdarley tags: trunk | |
| 15:14 | load comments and clientData replacement check-in: 601a18a293 user: vincentdarley tags: trunk | |
| 15:09 | load comments and clientData replacement check-in: ed2cbec568 user: vincentdarley tags: trunk | |
| 15:06 | load comments and clientData replacement check-in: 2f4b4707dd user: vincentdarley tags: trunk | |
| 15:04 | load comments and clientData replacement check-in: 9e000cc9a7 user: vincentdarley tags: trunk | |
| 13:37 | * generic/tclBasic.c (CallCommandTraces): delete traces now receive the FQ old name of the command... check-in: 0f5b301ee4 user: msofer tags: trunk | |
| 09:40 | add test constraints check-in: 0502d9de0f user: vincentdarley tags: trunk | |
|
2002-07-17
| ||
| 20:42 | * generic/tclVar.c (DupParsedVarName): nasty bug fixed check-in: 1fb7e99fd5 user: msofer tags: trunk | |
| 20:27 | * generic/tclVar.c (TclPtrIncrVar): missing CONST in declarations, inconsistent with tclInt.h check-in: 982c61c37f user: msofer tags: trunk | |
| 20:02 | load internals refactoring check-in: 4e927f5e64 user: vincentdarley tags: trunk | |
| 20:00 | load internals refactoring check-in: bbffcec48d user: vincentdarley tags: trunk | |
| 19:14 | Fix a comment that was causing problems for programs (like "mktclapp") that embed the initialization... check-in: 7cfb6bcd53 user: drh tags: trunk | |
| 18:21 | removing the now redundant functions Tcl(Get|Set|Incr)IndexedScalar() and Tcl(Get|Set|Incr)ElementOf... check-in: 99e6d2298a user: msofer tags: trunk | |
| 14:23 | Minor changes to make things build with SunPro CC... check-in: 43b5cb7959 user: dkf tags: trunk | |
| 10:36 | variable access optimisations check-in: b164cfd4cf user: msofer tags: trunk | |
|
2002-07-16
| ||
| 23:13 | * unix/Makefile.in: * win/Makefile.in: Add a more descriptive warning in the event `make genstubs... check-in: 9754a06740 user: mdejong tags: trunk | |
| 22:44 | * unix/Makefile.in: Use dltest.marker file to keep track of when the dltest package is up to date... check-in: 8e674b1fe2 user: mdejong tags: trunk | |
| 22:27 | typo check-in: 727407e9bc user: dgp tags: trunk | |
| 21:10 | * unix/configure: Regen. * unix/configure.in: Remove useless subst of TCL_BIN_DIR. check-in: 950440afc4 user: mdejong tags: trunk | |
| 16:38 | const fix for new variable code check-in: 1fcebf4e01 user: dgp tags: trunk | |
| 16:29 | style guide fixes check-in: 64ad5c1003 user: dgp tags: trunk | |
| 12:54 | * generic/tclVar.c: inaccurate comment fixed check-in: 0b1991277f user: msofer tags: trunk | |
| 01:12 | using the new variable name caching possibilities when setting error results in (Tcl_AddObjErrorInfo... check-in: 99b46f3211 user: msofer tags: trunk | |
|
2002-07-15
| ||
| 22:18 | * generic/tclVar.c: refactorisation to reuse already looked-up Var pointers; definition of t... check-in: 6a9cd28b04 user: msofer tags: trunk | |
| 20:39 | * Improved constraints to protect /tmp. [Bug 581403] check-in: 81934e6e5a user: dgp tags: trunk | |
| 14:16 | comment cleanup and code speedup for fs check-in: 9f86e68d7d user: vincentdarley tags: trunk | |
| 10:28 | mac TclpObjlink implementation check-in: fe515d89e2 user: vincentdarley tags: trunk | |
| 09:53 | static internal function check-in: 551d46f2b0 user: vincentdarley tags: trunk | |
| 09:01 | tests, docs check-in: 41326d7caa user: vincentdarley tags: trunk | |
| 03:48 | * Removed declarations that duplicated entries in the (internal) stub table. check-in: 64db21b6f6 user: dgp tags: trunk | |
|
2002-07-14
| ||
| 18:29 | * library/tcltest/tcltest.tcl: Corrected errors in handling of configuration opti... check-in: 9ca3ea3935 user: dgp tags: trunk | |
| 17:29 | * Bumped HEAD to version 8.4b2 so we can distinguish it from the 8.4b1 release. check-in: 3189680546 user: dgp tags: trunk | |
|
2002-07-12
| ||
| 16:26 | file normalization on win 95/98 check-in: 622e2c69ee user: vincentdarley tags: trunk | |
|
2002-07-11
| ||
| 19:03 | log check-in: fe277d3607 user: dgp tags: trunk | |
| 19:02 | * Corrected reaction to existing but false ::tcl_interactive. check-in: 6f69b4efa0 user: dgp tags: trunk | |
| 17:42 | file normalization on win 95/98 check-in: 4f0c628680 user: vincentdarley tags: trunk | |
| 15:40 | * Overlooked CONST documentation update. check-in: 904442d6bc user: dgp tags: trunk | |
| 13:53 | ckalloc() et al take 'unsigned int' sizes, so print them with '%ud' not '%d' check-in: 83245408df user: dkf tags: trunk | |
| 12:39 | tclCompile.c and tclProc.c: small changes in the usage of the VAR_UNDEFINED flag. check-in: 899e743aed user: msofer tags: trunk | |
| 08:25 | [file attributes -permissions] is Unix-only; [catch] it for portability check-in: a406e10680 user: dkf tags: trunk | |
|
2002-07-10
| ||
| 18:51 | * Greatly reduced the number of [exec]s, using slave interps instead. * Fixed bug uncovered in the... check-in: bc0ebeeb93 user: dgp tags: trunk | |
| 16:03 | typo fixes check-in: 7917386b61 user: dgp tags: trunk | |
| 13:08 | Removed [exec] of Unix utilities with equivs in standard Tcl [Bug 579268] check-in: d6ebe58e60 user: dkf tags: trunk | |
| 11:56 | * Cleaned up, constrained, and reduced the amount of [exec] usage in the test suite. check-in: b0f3dfed62 user: dgp tags: trunk | |
| 10:48 | Removed exec of unix utilities from cmdAH.test [Bug 579211] check-in: a9d4ddb5ce user: dkf tags: trunk | |
| 08:25 | Fix for bug 579284; registered math funcs can now correctly return wide-ints. check-in: dcf797b4b2 user: dkf tags: trunk | |
|
2002-07-08
| ||
| 22:01 | * tests/socket.test: Fixed bug #578164. The original reason for the was a DNS outage while runn... check-in: 00895d7a9c user: andreas_kupries tags: trunk | |
| 20:43 | * doc/tcltest.n: Fixed incompatibility in [viewFile]. * library/tclte... check-in: f18c8070e9 user: dgp tags: trunk | |
| 12:08 | no zero refcount in Tcl_FS check-in: d23ebcadeb user: vincentdarley tags: trunk | |
| 10:11 | fs cleanup check-in: 0262152f74 user: vincentdarley tags: trunk | |
| 10:08 | fs cleanup check-in: 45301e8feb user: vincentdarley tags: trunk | |
| 08:50 | add file link constraint check-in: c97a28c051 user: vincentdarley tags: trunk | |
|
2002-07-06
| ||
| 18:19 | * tests/pkgMkIndex.test: Constrained tests of [load] package indexing to those plat... check-in: dc71ba145b user: dgp tags: trunk | |
|
2002-07-05
| ||
| 20:18 | * added recent changes check-in: d573e216f3 user: dgp tags: trunk | |
| 11:16 | * generic/tclClock.c (FormatClock): Convert the format string to UTF8 before calling TclpStrftime,... check-in: fe3d4342cc user: rmax tags: trunk | |
| 10:38 | Made many tests work properly when the current directory is not writable. Added targets to unix/Make... check-in: 725b23357f user: dkf tags: trunk | |
| 07:23 | minor doc fix check-in: 5cc7bc0228 user: hobbs tags: trunk, core-8-4-b1 | |
| 07:15 | updated for 8.4b1 release check-in: c8fd772d98 user: hobbs tags: trunk | |
|
2002-07-04
| ||
| 21:47 | More fixing of writable-current-dir assumption. [Bug 575824] check-in: 29b02d384a user: dkf tags: trunk | |
| 20:26 | Fix to latest patch. check-in: ffae80c667 user: andreas_kupries tags: trunk | |
| 20:06 | * tests/socket.test: * tests/winPipe.test: * tests/pid.test: Fixed SF Bug #575848. See below for... check-in: 9154a40a5a user: andreas_kupries tags: trunk | |
| 16:52 | fixed [Bug 575817] check-in: 00ac615b6b user: msofer tags: trunk | |
| 15:46 | * All the bugs below are instances of the same problem: The testsuite assumes [pwd] = [temporar... check-in: 1d6a2d5ba4 user: andreas_kupries tags: trunk | |
| 01:24 | tests/pkg1 removal check-in: 07e1e07a6c user: dgp tags: trunk | |
| 01:20 | * tests/pkg1/direct1.tcl: removed * tests/pkg1/pkgIndex.tcl: removed * tests... check-in: d0c1d5219a user: dgp tags: trunk | |
| 00:32 | * Fixed [Bug 575857] where this test file expected to be able to write to [file join [tests... check-in: 0b80a84970 user: dgp tags: trunk | |
|
2002-07-03
| ||
| 19:40 | * tests/main.test: Cheap fix for [Bugs 575851, 575858]. Avoid * tests/tcltest.... check-in: 332c659704 user: dgp tags: trunk | |
| 17:33 | * generic/tclCompCmds.c (TclCompileCatchCmd): return TCL_OUT_LINE_COMPILE instead of TCL_ERROR: let... check-in: b4e3a817bd user: msofer tags: trunk | |
| 01:14 | just a few more corrections... check-in: c241b0708e user: dgp tags: trunk | |
| 00:54 | incorrect section name reference. check-in: 6c51865d99 user: dgp tags: trunk | |
| 00:41 | * doc/tcltest.n: more refinements of the documentation. * library/tcltest/tcltest.t... check-in: 6c4c21660d user: dgp tags: trunk | |
|
2002-07-02
| ||
| 23:34 | Markup fixes, spellcheck. check-in: 5beb3c7bc8 user: jenglish tags: trunk | |
| 19:10 | * doc/tcltest.n: Reverted [makeFile] and [viewFile] to * library/tclt... check-in: 06fbc3e4fa user: dgp tags: trunk | |
| 13:28 | * library/tcltest/tcltest.tcl: Simplified logic of [GetMatchingFiles] and [GetMatchi... check-in: ff7c1537d7 user: dgp tags: trunk | |
| 12:16 | clearer error msgs for file link check-in: 72dd1ba836 user: vincentdarley tags: trunk | |
|
2002-07-01
| ||
| 22:33 | * doc/tcltest.n: more work in progress updating tcltest docs. * library/tcltest/tcl... check-in: 1dd6c3bb15 user: dgp tags: trunk | |
| 18:25 | (doc/*.[3n]) -- spell-check, fix typos (Updates from Larry Virden) check-in: c9a299f4fa user: jenglish tags: trunk | |
| 18:24 | Spell-check, fixed typos (Updates from Larry Virden). check-in: 34cded11b7 user: jenglish tags: trunk | |
| 15:43 | Fix for Tcl bug #541181; programs that link against libtcl.so on Solaris no longer need to use the s... check-in: 2108c3d283 user: dkf tags: trunk | |
| 14:35 | * tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test. * library/tcltest/t... check-in: 22739d560c user: dgp tags: trunk | |
| 10:50 | Documented the *real* behaviour of [concat] check-in: 45000cc6a7 user: dkf tags: trunk | |
| 07:56 | * work in progress updating tcltest documentation. check-in: 770c2d1fab user: dgp tags: trunk | |
| 07:52 | * Updated the instructions on running and adding to the test suite. Also updated several tests, mo... check-in: 7e30b7a427 user: dgp tags: trunk | |
| 04:56 | * Stopped checking for writeability of -tmpdir value because no default directory can be guarantee... check-in: 17a8c529ee user: dgp tags: trunk | |
| 04:06 | * Updated auto_mkIndex tests to use [makeFile] and [removeFile] so tests are done in [tempo... check-in: 98e5c141e6 user: dgp tags: trunk | |
| 03:04 | alternative fix. check-in: fe7edd23ff user: dgp tags: trunk | |
| 02:29 | * Fixed [makeFile] and [viewFile] to accurately reflect a file's contents. Updated tests that dep... check-in: 49cd7e2034 user: dgp tags: trunk | |
| 01:20 | * `make mklinks` on 6-27 commits. check-in: 0dca357750 user: dgp tags: trunk | |
|
2002-06-28
| ||
| 21:24 | * generic/tclCompile.h: modified the macro TclEmitPush check-in: 6f6c8e84f0 user: msofer tags: trunk | |
| 19:22 | * docs/tcltest.n: Doc revisions in progress. * library/tcltest/tcltest.tcl: Co... check-in: 2e21bf0280 user: dgp tags: trunk | |
| 09:56 | Changed all the Tcl_Platform* symbols to TclOS*; they weren't public so their names were really badl... check-in: 049b4fa9e2 user: dkf tags: trunk | |
| 08:44 | Minor improvement to documentation for [string last], and reformatting to remove long-obsolete chang... check-in: 085d171f6f user: dkf tags: trunk | |
|
2002-06-27
| ||
| 22:29 | * Work in progress updating the documentation of the packages that come bundled with the Tcl sourc... check-in: 9e579e2364 user: dgp tags: trunk | |
| 17:31 | * Made sure that the TCLTEST_OPTIONS environment variablle configures tcltest at package lo... check-in: 4feb54086b user: dgp tags: trunk | |
| 12:27 | unix root volume fix check-in: 09b4b3bd7b user: vincentdarley tags: trunk | |
|
2002-06-26
| ||
| 16:01 | empty path name error msgs check-in: 9affc2625c user: vincentdarley tags: trunk | |
| 13:42 | * unix/tclUnixTime.c: Make [clock format] respect locale settings. * tests/clock.tes... check-in: a6557623af user: rmax tags: trunk | |
| 13:05 | Fixed a typo in the "shell" target. check-in: 7fb9bc59ef user: rmax tags: trunk | |
| 11:50 | clarifications in doc/CrtInterp.3 and doc/StringObj.3 check-in: b1c464dbca user: msofer tags: trunk | |
| 03:25 | * Corrected suppression of -verbose skip and start by [test -output]. Also corrected test suite er... check-in: cb6328465c user: dgp tags: trunk | |
| 01:31 | typo fixes check-in: 06df094223 user: dgp tags: trunk | |
| 01:11 | Excised a tiny amount of the most pointless voodoo. Left most of it in there. check-in: 71807164bb user: dgp tags: trunk | |
|
2002-06-25
| ||
| 16:36 | generated check-in: 25f8e0c47b user: rmax tags: trunk | |
| 16:34 | Some more fixes for the compress and symlink stuff to correct situations where compressed manpages a... check-in: 6660c7ad6c user: rmax tags: trunk | |
| 15:20 | * unix/tcl.m4: New macro SC_CONFIG_MANPAGES. * unix/configure.in: Added support for symlinks... check-in: cb61839697 user: rmax tags: trunk | |
| 14:27 | * unix/tcl.m4 (SC_PATH_TCLCONFIG): Replaced ${exec_prefix}/lib by ${libdir}. check-in: 45a9bf50ec user: rmax tags: trunk | |
| 08:59 | Surface fix for bug #533364; TclGetIntForIndex no longer assumes an unshared empty result when gener... check-in: 03029eff05 user: dkf tags: trunk | |
| 01:13 | * Implementation of TIP 101. Adds and exports a [configure] command from tcltest. check-in: 600067c1e9 user: dgp tags: trunk | |
|
2002-06-22
| ||
| 18:24 | * updated changes file for 8.4b1 release. check-in: 527d5c1a0f user: dgp tags: trunk | |
| 04:19 | * Corrections to tcltest and the Tcl test suite so that a test with options -constraints kn... check-in: 9ba9324aef user: dgp tags: trunk | |
| 00:27 | Regen check-in: bcdea224c1 user: dkf tags: trunk | |
| 00:12 | Regen. check-in: 91ac734603 user: dkf tags: trunk | |
| 00:06 | Resynch... check-in: 7c557f57c5 user: dkf tags: trunk | |
|
2002-06-21
| ||
| 23:55 | Bumped version number to b1 in preparation for release. check-in: 6357dd2123 user: dkf tags: trunk | |
| 22:23 | * Updated all package install directories to match current Major.minor versions of the packages. ... check-in: c89d65c5e7 user: dgp tags: trunk | |
| 21:17 | LogSyntaxError() should reset the interpreter result [Bug 550142 "Tcl_ExprObj -> abort"] check-in: 0655f07beb user: jenglish tags: trunk | |
| 19:44 | * Corrected comments and namespace style issues. Thanks to Bruce Stephens. [Bug 572025] check-in: e63512ee1b user: dgp tags: trunk | |
| 14:31 | tip99 check-in: 4950ea7815 user: vincentdarley tags: trunk | |
| 14:22 | tip99 check-in: e0671d6019 user: vincentdarley tags: trunk | |