Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

61 check-ins using file generic/tclIntDecls.h version 225b87bd30

2002-06-17
21:06
* Corrected en_UK references to en_GB. UK is not a country designation recognized in ISO 3... check-in: 3943024291 user: dgp tags: trunk
20:05
* win/tclWinPipe.c (BuildCommandLine): Fixed bug #554068 ([exec] on windows did not treat { in ... check-in: 2c09144850 user: andreas_kupries tags: trunk
18:31
generic/tcl.h: #ifdef logic for K&R C backwards compatibility changed to assume modern C by default.... check-in: 2f22f3aff2 user: jenglish tags: trunk
16:37
* More Windows Registry locale codes from Bruno Haible. check-in: 0929d4e676 user: dgp tags: trunk
05:37
* Revised locale initialization to interpret environment variable locale values according ... check-in: e23dfc2c8c user: dgp tags: trunk
00:09
a better algorithm for the previous bug fix. check-in: 437763367e user: msofer tags: trunk
2002-06-16
22:24
[Bug 569438] in the processing of dollar variables check-in: 6f670a6acb user: msofer tags: trunk
17:59
bug in the consolidation of the INCR_..._STK instructions check-in: 7ad4b1f4f9 user: msofer tags: trunk
2002-06-14
21:08
runtime peep-hole optimisation of variables (INST_STORE, INST_INCR) and commands (INST_INVOKE); fast... check-in: 7947220c57 user: msofer tags: trunk
20:11
runtime peep-hole optimisation of comparisons. check-in: 28cc67147f user: msofer tags: trunk
19:31
BC-engine: runtime peep-hole optimisation of INST_FOREACH check-in: 7b34e9a8ef user: msofer tags: trunk
14:48
no message check-in: 88cb607e8d user: davygrvy tags: trunk
14:42
The test for compiler optimizations was in error. Thanks goes to Roy Terry <royterry@earthlink.net>... check-in: b7bbb19323 user: davygrvy tags: trunk
13:17
TIP#102 implementation: 'trace list' becomes 'trace info' check-in: 8a0002c6e0 user: dkf tags: trunk
2002-06-13
23:10
consolidated code for the conditional branch instructions. check-in: 6227d63146 user: msofer tags: trunk
21:37
fixed the previous patch - wouldn't compile with TCL_COMPILE_DEBUG set. check-in: 8a833be542 user: msofer tags: trunk
21:07
TclExecuteByteCode: consolidated exception handling of INST_INVOKE, INST_EVAL, INST_BREAK and INST_C... check-in: 1f2720192b user: msofer tags: trunk
19:47
consolidated opcodes in the bytecode engine, eliminating duplicated code. Added the new (but pre-exi... check-in: 6dc27c861c user: msofer tags: trunk
13:17
new fCmd.test problems on Unix check-in: 4269f2bf0e user: vincentdarley tags: trunk
10:43
fs normalize check-in: ce2b83f5c9 user: vincentdarley tags: trunk
09:39
vfs, winfs testsuite check-in: 494e81b676 user: vincentdarley tags: trunk
2002-06-12
19:36
fixed [Bug 568123] check-in: 4497e80bcb user: msofer tags: trunk
19:16
* win/tclWinFile.c: corrected the symbolic link handling code to allow it to compile. Added real ... check-in: a8ec4236fe user: hobbs tags: trunk
15:05
Made this file compile! check-in: 0814d34f8d user: dkf tags: trunk
09:28
fs clarification and windows fixes check-in: cf698404c4 user: vincentdarley tags: trunk
2002-06-11
15:42
optimised read access to local variables created at run-time check-in: 348eec187b user: msofer tags: trunk
13:56
Removed assumptions that [makeFile] creates files in the current dir. check-in: 279f4db3ad user: dkf tags: trunk
13:47
Duplicate test number... check-in: af034cf0bf user: dkf tags: trunk
13:22
Fix for [info locals] bug #567386; added compile functions for [global], [upvar] and [variable]. check-in: d33879f966 user: msofer tags: trunk
12:38
generic/tclExecute.c: optimised algorithm for exception range lookup check-in: 1b976abb5e user: msofer tags: trunk
2002-06-10
17:41
fs fixed commit check-in: bcc8fc2401 user: vincentdarley tags: trunk
10:41
small fs fixes check-in: 5d031eef10 user: vincentdarley tags: trunk
2002-06-07
19:48
* More corrections to test suite so that tests of failing [test]s don't show up themselves ... check-in: f2232f26c6 user: dgp tags: trunk
10:38
Cleaned up inclusion of float.h; that's really tcl<platform>Port.h's job check-in: 6c82a1feba user: dkf tags: trunk
08:50
Make sure EOVERFLOW is defined on Unix. check-in: 190346ee55 user: dkf tags: trunk
2002-06-06
21:01
speling ficks check-in: e464b42726 user: dgp tags: trunk
20:54
* 4) deprecated [threadReap] and [mainThread] [Bug 534903] check-in: edeb884f6b user: dgp tags: trunk
19:45
* unix/dltest/Makefile.in: Remove hard coded CFLAGS=-g and add CFLAGS_DEBUG, CFLAGS_OPTIMIZE, and ... check-in: 1b1f2ad6ef user: mdejong tags: trunk
19:23
* Corrections to test suite so that tests of failing [test]s don't show up themselves as fa... check-in: ef1d6fa174 user: dgp tags: trunk
18:44
* tests/io.test: Fixed up namespace variable resolution issues revealed by running t... check-in: 3b39c5277f user: dgp tags: trunk
17:37
* unix/tclUnixThrd.c (TclpReaddir, TclpLocaltime, TclpGmtime): added mutex wrapped calls to readdi... check-in: fcf531e83a user: das tags: trunk
2002-06-05
16:46
* Documented $tcl_rcFileName and added more clarifications about the intended use of Tcl_Ma... check-in: 576e3a284c user: dgp tags: trunk
11:59
* generic/tclFileName.c (TclGlob): mac specific fix to recent changes in 'glob -tails' handling. ... check-in: a996da49e4 user: das tags: trunk
01:12
* Added more TIP 85 tests from Arjen Markus. Converted tcltest.test to use a private namesp... check-in: ea15d6aad8 user: dgp tags: trunk
2002-06-04
19:23
* win/README: Update msys+mingw URL. check-in: 4224ed5ffc user: mdejong tags: trunk
2002-06-03
23:44
* Implementation of TIP 85. Allows tcltest users to add new legal values of the -match opt... check-in: de2e3621bf user: dgp tags: trunk
17:04
added description of [namepace forget] behaviour for unqualified patterns [Bug 559268] check-in: 143c05451a user: msofer tags: trunk
16:45
reverting an accidental modification in the last commit. check-in: a792ae3892 user: msofer tags: trunk
16:31
clarify the empty variable name issue ([Bug 549285]) check-in: 9340f13694 user: msofer tags: trunk
2002-05-31
23:21
* Fixed leak of slave interp in [pkg_mkIndex]. Thanks to Helmut for report. [Bug 550534] check-in: 1736e8e641 user: dgp tags: trunk
23:16
* Use the "stdio" constraint to control whether an [open "|[interpreter]"] is attempted. check-in: 0d22f3e09c user: dgp tags: trunk
22:20
* Removed internal routine TclMathInProgress and Unix implementation of matherr(). These ... check-in: e080b7f8c1 user: dgp tags: trunk
2002-05-30
15:03
cleanup in [expr] compiler check-in: 142a17fb61 user: msofer tags: trunk
09:27
glob fixes check-in: a6acf0723c user: vincentdarley tags: trunk
03:27
updated strcmp stuff, see ChangeLog check-in: 19fb209fbf user: hobbs tags: trunk
03:27
* unix/configure: regen'ed * unix/configure.in: replaced bigendian check with autoconf standard A... check-in: 5a5c16e5a7 user: hobbs tags: trunk
03:26
* generic/tclExecute.c (TclExecuteByteCode INST_STR_CMP): * generic/tclCmdMZ.c (Tcl_StringObjCmd):... check-in: c3460261c4 user: hobbs tags: trunk
2002-05-29
22:59
* Removed "dummy" reference to Tcl_LinkVar. It is no longer needed since Tcl_Main() now act... check-in: 416a5e19a7 user: dgp tags: trunk
11:12
commited working regenerated configure check-in: 73e2427cca user: hobbs tags: trunk
10:35
Made Tcl_UniCharNcmp faster on big-endian machines; the system memcmp()is probably optimized far in ... check-in: b3535ea391 user: dkf tags: trunk
09:09
* generic/tclInt.decls: * generic/tclIntDecls.h: * generic/tclStubInit.c: * generic/tclUtf.c: ad... check-in: c78da914be user: hobbs tags: trunk