Timeline
Not logged in

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

43 check-ins using file generic/tcl.h version 6bc12a3be4

2003-04-05
01:03
The bulk of the TIP#111 implementation. Still need to finish plumbing this into the rest of the cor... check-in: 8de7c7d408 user: dkf tags: trunk
2003-04-04
00:21
* unix/configure: * unix/tcl.m4 (SC_CONFIG_CFLAGS): Don't set TCL_LIBS if it is already set to su... check-in: 80e07f7b8f user: mdejong tags: trunk
2003-04-03
22:12
* unix/Makefile.in: Don't subst MATH_LIBS, LIBS, and DL_LIBS separately. Instead, just subst TCL_... check-in: 824e24f663 user: mdejong tags: trunk
16:46
* generic/tclCompCmds.c (TclCompileReturnCmd): Now that [return] compiles to INST_R... check-in: feab5aa159 user: dgp tags: trunk
02:24
* win/configure: Regen. * win/configure.in: Set stub lib flag based on new LIBFLAGSUFFIX variable... check-in: 564b25ab02 user: mdejong tags: trunk
2003-04-02
19:31
* generic/tclParse.c (TclSubstTokens): Moved declaration of utfCharBytes to beginni... check-in: b6d64e739a user: dgp tags: trunk
06:35
* unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Check for inet_ntoa in -lbind inside t... check-in: 60a0918530 user: mdejong tags: trunk
2003-04-01
19:17
* tests/README: Direct [source] of *.test files is no longer recommended. The test... check-in: 641c37add3 user: dgp tags: trunk
17:08
Added further coverage tests. check-in: c2b35b7ba8 user: dgp tags: trunk
07:18
* generic/tclExecute.c (INST_RETURN): Bytecompiled [return] failed to reset iPtr->r... check-in: 3b44f60bef user: dgp tags: trunk
2003-03-31
23:19
* tests/parse.test (parse-18.*): Coverage tests for the new implementation of Tcl_S... check-in: fdede0487d user: dgp tags: trunk
2003-03-28
00:13
* unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Use -Wl,--export-dynamic instead of -r... check-in: 4cc2cdda26 user: mdejong tags: trunk
2003-03-27
21:44
Altered test numers to eliminate duplicates, [Bugs 710313, 710320, 710352] check-in: 101098e0e0 user: msofer tags: trunk
13:48
More elimination of dup test numbers [Bugs 710365, 710369] check-in: 195a1e4b1c user: dkf tags: trunk
13:19
Eliminated duplicate test numbers [Bugs 710322, 710327, 710349, 710363] check-in: c4260afab6 user: dkf tags: trunk
07:11
* unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS, SC_TCL_LINK_LIBS): Add BeOS system to S... check-in: 2e269d4423 user: mdejong tags: trunk
2003-03-26
23:51
update docs for latest change check-in: ebe2c8c849 user: dgp tags: trunk
22:55
* library/tcltest/tcltest.tcl: Added reporting during [configure -debug 1] operatio... check-in: 661dcab4fa user: dgp tags: trunk
20:02
* unix/dltest/pkg?.c: Changed all Tcl_InitStubs calls to pass argument exact = 0, s... check-in: 876ccce5ef user: dgp tags: trunk
16:32
typo fixes in ARGUMENTS check-in: 3441cd76ee user: dgp tags: trunk
2003-03-24
00:49
* generic/tclVar.c: * tests/var.test: fixing ObjMakeUpvar's lookup algorithm for the created loca... check-in: c373d9475a user: msofer tags: trunk
00:12
* library/dde/pkgIndex.tcl: bumped version to 1.2.2 in tclWinDde.c, now adding here too. check-in: e24b77ff34 user: patthoyts tags: trunk
2003-03-23
03:06
Added quoting around the script name in the 'test' target; Joe Mistachkin insists that he has a con... check-in: bbce7d9dd7 user: kennykb tags: trunk
01:39
Fixed a bug where [package require dde] or [package require registry] attempted to load the release... check-in: c98cf4fd2d user: kennykb tags: trunk
2003-03-22
23:01
* win/tclWinDde.c: Make dde services conform the the documentation such that giving only a topic n... check-in: 48db7691be user: patthoyts tags: trunk
2003-03-21
03:23
* generic/tclInt.h (tclOriginalNotifier): * generic/tclStubInit.c (tclOriginalNotifi... check-in: 2128edd984 user: dgp tags: trunk
2003-03-20
22:33
* generic/tclInt.h: Removed definition of ParseValue struct that is no longer used.... check-in: 20473359bf user: dgp tags: trunk
10:03
Stopped some GCC possibly-uninit-variable warnings. check-in: 750162b7e1 user: dkf tags: trunk
2003-03-19
22:24
* generic/tclCompile.c: * tests/compile.test: bad command count on TCL_OUT_LINE_COMPILE [Bug 7054... check-in: 6847eb40b5 user: msofer tags: trunk
21:57
* library/auto.tcl: Replaced [regexp] and [regsub] with * library/histor... check-in: 1906022d3b user: dgp tags: trunk
20:07
* doc/Eval.3 (Tcl_EvalObjEx): Corrected CONST and * doc/ParseCmd.3... check-in: 79384a8c33 user: dgp tags: trunk
16:51
* generic/tclCompCmds.c (TclCompileReturnCmd): Alternative fix for * generic/tclCom... check-in: 8153ce2774 user: dgp tags: trunk
05:23
revised latest registry test commit check-in: 1f3384692a user: dgp tags: trunk
03:09
* win/configure: Regen. * win/configure.in: Don't run the AC_CYGWIN macro since it uses AC_CANONI... check-in: 0dba105530 user: mdejong tags: trunk
01:21
* tests/registry.test: Changed the conditionals to avoid an abort if [testlocale] is missing, as wh... check-in: 8adb259b14 user: kennykb tags: trunk
2003-03-18
13:38
* tools/tcltk-man2html.tcl: added support for building 'make html' from inside distribution direct... check-in: b7c4056005 user: das tags: trunk
00:55
* tests/format.test: Renumber tests, a bunch of tests all had the same id. check-in: 2ca250ecd8 user: mdejong tags: trunk
2003-03-17
14:21
Fix docbug in lsearch and lsort commands for -ascii opt (which works with unicode in the obvious ord... check-in: 35268d7b37 user: dkf tags: trunk
2003-03-14
16:28
* generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifier that indicates we've got a wide int... check-in: 03ff260fcf user: dkf tags: trunk
2003-03-13
10:49
* win/tcl.m4 (SC_WITH_TCL): Port version number fix that was made in tk instead of tcl sources. check-in: fde986a63a user: mdejong tags: trunk
10:39
Require autoconf 2.57 or newer, see TIP 34 for a detailed explanation of why this is good. This w... check-in: e8d2110460 user: mdejong tags: trunk
02:48
* generic/tclBasic.c (Tcl_EvalTokensStandard): * generic/tclCmdMZ.c (Tcl_SubstObj): ... check-in: 15c562285e user: dgp tags: trunk
2003-03-12
19:21
* generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENT * win/tclWinPip... check-in: 97b95e0cee user: dgp tags: trunk