Tcl Source Code

Timeline
Login

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

200 most recent check-ins using file changes version 34c2001442

2007-04-20
21:39
* generic/tclListObj.c (SetListFromAny): avoid discarding internal reps of objects converted to si...
check-in: bd9ce4da5f user: msofer tags: trunk
18:35
Olson's tzdata2007e. check-in: 7420c6c384 user: kennykb tags: trunk
13:39
Test constraints are automatically "and"ed together check-in: cd914dc4b1 user: dkf tags: trunk
06:10
Replaced commas in varargs with string concatenation where possible [Patch 1515234] check-in: d0d3c30f1a user: kennykb tags: trunk
05:51
Whitespace policing, replacing commas in varargs with constant string catenation, and fixed an overs... check-in: d6ee490b6b user: kennykb tags: trunk
04:44
* doc/Notifier.3: Documented Tcl_SetNotifier and Tcl_ServiceModeHook. Quite against my better judgme... check-in: 75a9bc42bc user: kennykb tags: trunk
04:11
Fixed a buglet in recognizing time zone SIERRA check-in: 0c6676638d user: kennykb tags: trunk
03:50
* tests/clock.test (clock-59.1): Added a regression test for military time zone input conversion. [B... check-in: 94e184fbee user: kennykb tags: trunk
03:07
* doc/clock.n: Deleted an entirely superfluous (and also incorrect) remark about the effect of Dayli... check-in: b5adec3d2b user: kennykb tags: trunk
02:46
* tests/clock.test (clock-40.1, clock-58.1): Corrected a test case that depended on ":localtime" bei... check-in: 27ffeedd75 user: kennykb tags: trunk
02:23
* doc/clock.n: Corrected a silly error (transposed 'uppercase' and 'lowercase' in clock.n. [Bug 1656... check-in: d2cd76b378 user: kennykb tags: trunk
2007-04-19
23:37
* doc/clock.n: Corrected a silly error (transposed 'uppercase' and 'lowercase' in clock.n. [Bug 1656... check-in: ef21ab2387 user: kennykb tags: trunk
09:00
Improve const-correctness of RE compiler check-in: cf122e81f8 user: dkf tags: trunk
01:39
* generic/tclExecute.c (INST_LSHIFT): fixed a mistake introduced in version 1.266 ('=' became '=='...
check-in: dba372573c user: msofer tags: trunk
2007-04-18
22:49
* generic/tclInt.h (TclDecrRefCount): change the order of the branches, use empty 'if ; else' to h...
check-in: 0227587b4d user: msofer tags: trunk
21:00
* generic/tclExecute.c: slight changes in Tcl_Obj management.
check-in: ee87a690f4 user: msofer tags: trunk
2007-04-17
20:33
* library/clock.tcl: Fixed the naming of ::tcl::clock::ReadZoneinfoFile because (yoicks!) it was in ... check-in: db337175e8 user: kennykb tags: trunk
20:06
* generic/tclExecute.c: fixed checkInterp logic [Bug 1702212]
check-in: 894b75caaa user: msofer tags: trunk
14:49
Eliminate use of (VOID*) casts when calling memset or memcpy. check-in: 45b4948945 user: dkf tags: trunk
14:40
Always cast arg to ckfree to char*, not VOID* check-in: 10759c83a7 user: dkf tags: trunk
2007-04-16
13:36
Complete the purge of K&R function definitions from manually-written code. check-in: 645aed2fcd user: dkf tags: trunk
2007-04-15
19:37
* doc/clock.n: Corrected documentation to avoid periods in the 'A.M.' and 'P.M.' abbreviations. check-in: 3f7f9a1939 user: kennykb tags: trunk
18:59
* generic/tclCompCmds.c: added a cast to silence a compiler error on VC2005. * library/clock.tcl: Re... check-in: 83ba629c74 user: kennykb tags: trunk
2007-04-14
17:35
* generic/tclExecute.c: removed some code at INSTEXPAND_SKTOP that duplicates functionality alread...
check-in: 9b6169c048 user: msofer tags: trunk
2007-04-13
09:06
Added keyword check-in: 626e17b371 user: dkf tags: trunk
2007-04-11
17:55
removed stray '//' check-in: 5dbb913fdc user: msofer tags: trunk
17:35
* generic/tclExecute.c: new macros OBJ_AT_TOS, OBJ_UNDER_TOS, OBJ_AT_DEPTH(n) and CURR_DEPTH that ...
check-in: dad16a6871 user: msofer tags: trunk
03:18
fixing comments check-in: f155d8df63 user: msofer tags: trunk
03:01
* generic/tclCompCmds.c: moved all exceptDepth management to the macros - the decreasing half was ...
check-in: a17178cd6d user: msofer tags: trunk
2007-04-10
22:16
assorted minor cleanup check-in: 033ee817fd user: dkf tags: trunk
22:14
Don't use C++ keywords check-in: f786756b85 user: dkf tags: trunk
22:13
Reformat to standard function definition form check-in: a57ea2b891 user: dkf tags: trunk
22:06
Complete conversion to ANSI function definitions check-in: a940eff372 user: dkf tags: trunk
22:04
Reformat to standard function definition form; don't use C++ keywords check-in: c8b562b1fa user: dkf tags: trunk
22:02
Complete conversion to ANSI function definitions check-in: 4b027b34d3 user: dkf tags: trunk
22:01
Reformat to standard function definition form check-in: 23afa345cb user: dkf tags: trunk
22:01
Complete conversion to ANSI function definitions check-in: 636dd28419 user: dkf tags: trunk
14:47
Handle creation of Tcl_Objs from constant strings better (easier to use, more efficient). After [Pat... check-in: 4d69119aad user: dkf tags: trunk
08:14
minor tidy check-in: 62d7ad0b06 user: dkf tags: trunk
2007-04-08
02:19
* generic/tclCompile (tclInstructionTable): fixed bugs in description of dict instructions
check-in: d1aa131359 user: msofer tags: trunk
2007-04-07
22:50
* generic/tclCompile (tclInstructionTable): fixed bug in description of INST_START_COMMAND.
check-in: 7c73b68563 user: msofer tags: trunk
05:34
* generic/tclExecute.c (TEBC): small code reduction.
check-in: 98872dcbd9 user: msofer tags: trunk
2007-04-06
22:36
* generic/tclExecute.c (TEBC): * generic/tclNamespace.c (NsEnsembleImplementationCmd): * generic/...
check-in: 69050e3b30 user: msofer tags: trunk
2007-04-05
14:08
Extend/sort the "SEE ALSO" section check-in: 5673499569 user: dkf tags: trunk
14:07
Whitespace/formatting check-in: bbb0d77efe user: dkf tags: trunk
13:31
Simplification of some argument processing through introduction of a helper macro. check-in: 4864e8a741 user: dkf tags: trunk
13:20
Tighten up a comment check-in: af4028b1a0 user: dkf tags: trunk
2007-04-04
13:29
added comments check-in: 68dbccd9fe user: msofer tags: trunk
2007-04-03
22:55
* generic/tclExecute.c: INST_INVOKE optimisation [Patch 1693802]
check-in: 152fc51f78 user: msofer tags: trunk
15:58
restore line endings check-in: 385c9a4840 user: dgp tags: trunk
15:13
missing entry check-in: 6364bd55c3 user: dgp tags: trunk
15:08
* generic/tclInt.decls: Moved TclGetNamespaceFromObj() to * generic/tclInt.h: the internal s...
check-in: bc679cc2b8 user: msofer tags: trunk
15:03
* generic/tclNamesp.c: Revised ErrorCodeRead and ErrorInfoRead trace routines so th...
check-in: d0d132d497 user: dgp tags: trunk
01:34
* generic/tclBasic.c: Added bytecode compilers for the * generic/tclCompCmds.c: variable link...
check-in: 8fe01ff441 user: msofer tags: trunk
2007-04-02
18:48
* generic/tclBasic.c: Replace arrays on the C stack and ckalloc * generic/tclExecu...
check-in: fbe8c8af9f user: dgp tags: trunk
2007-04-01
00:32
Ensure that the count of commands commenced by bytecode is correct at all times even though INST_STA... check-in: 66d379a865 user: dkf tags: trunk
00:10
Minor simplification. check-in: e8b2e8dbb4 user: dkf tags: trunk
2007-03-30
18:24
* generic/tclCompile.c: * generic/tclCompExpr.c: * generic/tclCompCmds.c: ...
check-in: c35cf54d2f user: dgp tags: trunk
17:39
* generic/tclCompExpr.c: * generic/tclCompCmds.c: Replace arrays on the C sta...
check-in: 65c8c29143 user: dgp tags: trunk
16:38
* generic/tclCompCmds.c: Replace arrays on the C stack and ckalloc calls with...
check-in: ae18c37fd5 user: dgp tags: trunk
15:54
* generic/tclCmdMZ.c: Revised [string to* $s $first $last] implementation to reduc...
check-in: 75950809bf user: dgp tags: trunk
15:31
* tests/string.test: More [string reverse] tests.
check-in: 1446cb10a8 user: dgp tags: trunk
14:22
* generic/tclExecute.c: optimise the lookup of elements of indexed arrays.
check-in: 5f31d0abc1 user: msofer tags: trunk
2007-03-29
19:22
* generic/tclProc.c (Tcl_ApplyObjCmd): * tests/apply.test (9.3): Fixed Tcl_Obj leak on error retur...
check-in: bf436ec4a5 user: msofer tags: trunk
2007-03-28
19:03
* generic/tclCmdMZ.c (STR_REVERSE): Implement the actual [string reverse] comman...
check-in: 5373afa733 user: dgp tags: trunk
2007-03-27
16:44
* generic/tclCmdMZ.c (STR_MAP): Replace ckalloc calls with TclStackAlloc calls.
check-in: 3f20d29a16 user: dgp tags: trunk
2007-03-24
09:33
Thread exit handler marks the current thread as un-initialized. This allows exit handlers that are r... check-in: e92e02a7fa user: vasiljevic tags: trunk
2007-03-23
19:59
* generic/tclBasic.c (DeleteInterpProc): pop the root frame pointer before deleting the global nam...
check-in: 57fb35adaa user: msofer tags: trunk
18:45
* win/Makefile.in: Added code to keep a Cygwin path name from leaking into LIBRARY_DIR when doing 'm... check-in: 26163778b0 user: kennykb tags: trunk
03:07
Reduce number of StackAlloc and StackFree calls. check-in: a0f311e25d user: dgp tags: trunk
2007-03-22
20:53
* generic/tclCmdAH.c (Tcl_ForeachObjCmd): Replaced arrays on the C stack and c...
check-in: dd65b91f8e user: dgp tags: trunk
18:19
* generic/tclExecute.c: Revised GrowEvaluationStack to take an argument specifying t...
check-in: 80f5f93ab2 user: dgp tags: trunk
2007-03-21
18:02
* generic/tclExecute.c: More ckalloc -> ckrealloc conversions. * generic/tclLiteral....
check-in: aa6b9bf6a4 user: dgp tags: trunk
16:25
* generic/tclExecute.c: More ckalloc -> ckrealloc conversions. * generic/tclLiteral....
check-in: 4a5a34e344 user: dgp tags: trunk
14:16
Minor comment formatting change check-in: 301cdc4ca3 user: dkf tags: trunk
2007-03-20
21:20
* generic/tclEnv.c: Some more ckalloc -> ckrealloc replacements. * generic/tclLi...
check-in: 8437385056 user: dgp tags: trunk
19:47
2007-03-20 Kevin B. Kenny <[email protected]>
* generic/tclDate.c: Rebuilt, despite Donal Fellows'...
check-in: ee77f4e978 user: kennykb tags: trunk
16:19
Introduce modern formatting standards; no need for rebuild of tclDate.c check-in: 9c98167af5 user: dkf tags: trunk
15:23
Fix trivial error in comment. check-in: ee819e72aa user: dkf tags: trunk
03:16
* generic/tclCompile.c: Revise the various expansion routines for CompileEnv fields ...
check-in: 760575aa5e user: dgp tags: trunk
2007-03-19
21:00
* generic/tclBinary.c (Tcl_SetByteArrayLength): Replaced ckalloc() / memcpy() sequen...
check-in: 3dee205cdd user: dgp tags: trunk
16:59
* generic/tclBasic.c (Tcl_CreateMathFunc): Replaced some * generic/tclEvent.c (...
check-in: 65a357c8fc user: dgp tags: trunk
11:50
Fixed bug in regsub example. check-in: a74334ff7e user: dkf tags: trunk
2007-03-17
22:31
* win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating key names correctly, so that Unicod... check-in: c83dde5ee6 user: kennykb tags: trunk
05:04
added missing panic check-in: 2620c319d0 user: dgp tags: trunk
2007-03-16
02:05
fix warnings check-in: 71ba415c39 user: das tags: trunk
00:57
* generic/tclIOUtil.c (Tcl_Stat): Reimplement workaround to avoid gcc warning by using loca...
check-in: 8ba7bf14b8 user: mdejong tags: trunk
2007-03-15
22:54
* win/Makefile.in: Fully qualify LIBRARY_DIR so that `make test` does not depend on working dir.
check-in: b5ad60ea32 user: mdejong tags: trunk
22:05
* tests/parse.test: Add two backslash newline parse tests.
check-in: 9b94a40c9b user: mdejong tags: trunk
2007-03-13
17:34
Added test for [Bug 1675044]. check-in: b13b57ba58 user: dgp tags: trunk
2007-03-12
22:08
Fix documentation typos check-in: 60a943394a user: patthoyts tags: trunk
20:45
* generic/tclExecute.c (INST_FOREACH_STEP4): Make private copy * tests/foreach.te...
check-in: 8d36d55259 user: dgp tags: trunk
19:28
* generic/tclEvent.c (HandleBgErrors): Make efficient private copy * tests/event.te...
check-in: 23501456a8 user: dgp tags: trunk
19:10
* generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficient * tests/names...
check-in: b632f11ec5 user: dgp tags: trunk
18:06
* generic/tclVar.c (TclArraySet): Make efficient private copy of * tests/var.t...
check-in: 77885f50c4 user: dgp tags: trunk
16:26
Fix [Bug 1679072] check-in: f4b4e501a8 user: dkf tags: trunk
10:49
Plug a leak of encodings check-in: 92ffd0c4a7 user: dkf tags: trunk
10:22
Tightening up declaration scopes, improving some comments with xrefs to bugDB check-in: 15bf9e7141 user: dkf tags: trunk
2007-03-11
16:54
Fix [Bug 1675044] check-in: 358f71c84b user: dkf tags: trunk
2007-03-10
15:39
Move 'return' in TclListObjSetElement into correct place! check-in: c5ab2b41d1 user: dkf tags: trunk
15:24
* generic/tclCmdIL (Tcl_LsortObjCmd): changed fix to [Bug 1675116] to use the cheaper TclListObjCo...
check-in: 3a29348d65 user: msofer tags: trunk
2007-03-09
20:04
* library/platform/shell.tcl: Made more robust if an older platform * library/platform/pkgIndex.t... check-in: d1dbbb07c2 user: andreas_kupries tags: trunk
16:40
Fix [Bug 1675116] check-in: 2130325c40 user: dkf tags: trunk
02:26
Modified test initialisation to use the 'loadTestedCommands' function of tcltest to bring in the cor... check-in: f0694e56be user: kennykb tags: trunk
01:08
* library/clock.tcl (ReadZoneinfoFile): Added Y2038 compliance to the code for version-2 'zoneinfo' ... check-in: 2fff6c3a5f user: kennykb tags: trunk
2007-03-08
22:26
* generic/tclListObj.c (TclLsetList): Rewrite so that the routine itself does not ...
check-in: 9022a3bb41 user: dgp tags: trunk
11:19
Moved [lindex] guts to tclListObj.c, same as [lset] guts. check-in: 08146987c9 user: dkf tags: trunk
11:01
Tidy up formatting check-in: eabb5273a2 user: dkf tags: trunk
02:53
* library/clock.tcl: Further tweaks to the Windows time zone table (restoring missing Mexican time z... check-in: bde346f8b3 user: kennykb tags: trunk
00:27
various "const" additions in implementation check-in: 362e05018a user: nijtmans tags: trunk
2007-03-07
23:43
* macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks.
* macosx/Tcl.xcodeproj/proj...
check-in: ddc29ff523 user: das tags: trunk
22:34
* generic/tclCmdIL.c (TclLindex*): Rewrites to make efficient private copies of...
check-in: dea8fceaf6 user: dgp tags: trunk
22:03
various "const" additions in implementation check-in: 20578ee2a1 user: nijtmans tags: trunk
19:16
Add missing constraints check-in: 22cc7fe505 user: dgp tags: trunk
16:37
* generic/tclObj.c (Tcl_AppendAllObjTypes): Converted to simpler list validity t...
check-in: 159342b76f user: dgp tags: trunk
09:35
Make [regexp -about] produce its result using Tcl_Objs instead of strings. check-in: dc7c0845a6 user: dkf tags: trunk
09:10
Minor comment cleaning up check-in: 261b762a78 user: dkf tags: trunk
00:28
New US DST rules on Windows; Olson's tzdata2007c check-in: f6e91e1904 user: kennykb tags: trunk
2007-03-05
23:28
* library/platform/shell.tcl (::platform::shell::RUN): In the case * library/platform/pkgIndex.tc... check-in: bdef4b3ff2 user: andreas_kupries tags: trunk
2007-03-03
10:07
Split the ChangeLog to separate out the (static) 2005 entries check-in: 751469edab user: dkf tags: trunk
10:04
Added macro to conceal at least some of the pointer hackery. check-in: b75ce52a19 user: dkf tags: trunk
2007-03-02
17:56
* generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missing TclInvalidateStringRep...
check-in: bd0656f21a user: dgp tags: trunk
16:06
Added comments warning against certain optimizations check-in: 8616cfc840 user: dgp tags: trunk
15:11
* generic/tclCmdIL.c (Tcl_JoinObjCmd): Revised [join] implementation to append Tcl_...
check-in: b3e04e3fef user: dgp tags: trunk
14:54
* generic/tclCmdIL.c (Info*Cmd): Code simplifications and optimizations.
check-in: f9fd7cf37e user: dgp tags: trunk
10:35
D'uh! Forgot to save the ChangeLog... check-in: b8fc2b924e user: dkf tags: trunk
10:32
Added a scheme to allow aux-data to be printed out for debugging. For this to work, immediate operan... check-in: a2a40e3cff user: dkf tags: trunk
2007-03-01
22:45
* generic/tclCmdIL.c (Tcl_LinsertObjCmd): Code simplifications and optimizatio...
check-in: 01330c3688 user: dgp tags: trunk
22:14
* generic/tclCmdIL.c (Tcl_LreplaceObjCmd): Code simplifications and optimizatio...
check-in: d4315c2ea8 user: dgp tags: trunk
21:03
Remove line with no effect check-in: 2ca9c89129 user: dgp tags: trunk
19:29
* generic/tclCmdIL.c (Tcl_LrangeObjCmd): Rewrite in the same spirit; avoid sh...
check-in: 109556a0e2 user: dgp tags: trunk
17:55
* generic/tclCmdAH.c (Tcl_ForeachObjCmd): Stop throwing away * tests/foreach.t...
check-in: 7c1b6bc682 user: dgp tags: trunk
17:30
* generic/tclCmdIL.c (Tcl_LassignObjCmd): Rewrite to make an efficient private...
check-in: e849cb2976 user: dgp tags: trunk
16:16
* generic/tclCmdAH.c (Tcl_ForeachObjCmd): Rewrite to make efficient private co...
check-in: d771ff69dc user: dgp tags: trunk
10:07
Fix [Bug 1671138] check-in: ce0b420af3 user: dkf tags: trunk
2007-02-28
20:01
typo check-in: 4732710004 user: dgp tags: trunk
2007-02-27
21:44
A few more very minor changes check-in: ab5a20e630 user: dkf tags: trunk
21:28
Assorted cleanup, mostly of comments. check-in: 283f1a8e50 user: dkf tags: trunk
20:34
Stop using C++ keywords... check-in: 1a05fe2bc7 user: dkf tags: trunk
2007-02-26
23:27
* generic/tclIORChan.c (FreeReflectedChannel): Added the missing refcount release between NewRC... check-in: 0f345a2f87 user: andreas_kupries tags: trunk
19:10
* generic/tclCmdAH.c (Tcl_ForeachObjCmd): Removed surplus copying of the objv ...
check-in: ffefff36e6 user: dgp tags: trunk
2007-02-24
18:55
* generic/tclBasic.c: Use new interface in Tcl_EvalObjEx so that the recounting log...
check-in: a69b4832a1 user: dgp tags: trunk
18:29
correct bogus change check-in: 2a6893c8ad user: dgp tags: trunk
2007-02-23
23:02
various "const" additions, in line with TIP #27 check-in: e3ada46179 user: nijtmans tags: trunk
2007-02-22
20:25
Typo, more. check-in: 4684903313 user: andreas_kupries tags: trunk
20:11
Typo. check-in: 9882751265 user: andreas_kupries tags: trunk
19:49
* tests/pkg.test: Added tests for the case of an alpha package satisfying a require for the reg... check-in: 167e738af8 user: andreas_kupries tags: trunk
2007-02-20
23:24
various "const" additions, in line with TIP #27 check-in: 81ea4e1335 user: nijtmans tags: trunk
17:54
* doc/tcltest.n: Typo fix. [Bug 1663539]
check-in: b7516151dc user: dgp tags: trunk
15:36
Bug #1479814. Handle extended paths on Windows NT and above. check-in: 05001e9ac2 user: patthoyts tags: trunk
2007-02-19
23:51
* unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch. * unix/configure: autoconf-2.59
check-in: 1b4cca871f user: hobbs tags: trunk
23:50
(Tcl_FSEvalFileEx): safe incr of objPtr ref check-in: a36ab3feb7 user: hobbs tags: trunk
2007-02-18
18:42
Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them. check-in: 346988542b user: dkf tags: trunk
01:06
Partial fix of [Bug 1662436] check-in: 1258b6537a user: dkf tags: trunk
2007-02-14
17:59
2007-02-13 Kevin Kenny <[email protected]>
* tools/fix_tommath_h.tcl: Further tweaking for the x86...
check-in: 3c35edbcc6 user: kennykb tags: trunk
2007-02-13
14:48
Fix [Bug 1614687] check-in: 8cb4a6ee87 user: dkf tags: trunk
05:03
rebuilt from Olson's tzdata2007b check-in: eb57473537 user: kennykb tags: trunk
04:44
* tools/fix_tommath_h.tcl: Added code to patch out a check for __x86_64__ that caused Tommath to u...
check-in: c86f86ecf2 user: kennykb tags: trunk
03:43
* tools/fix_tommath_h.tcl: Added code to patch out a check for __x86_64__ that caused Tommath to u...
check-in: c1809b8105 user: kennykb tags: trunk
2007-02-09
06:42
Windows build fixes check-in: be08278413 user: mistachkin tags: trunk
2007-02-08
23:11
* unix/tclUnixInit.c (TclpCheckStackSpace): do stack size checks with unsigned size_t to correctly...
check-in: 36261c08ee user: hobbs tags: trunk
18:43
* generic/tclNamesp.c: Corrected broken logic in Tcl_DeleteNamespace() * tests/name...
check-in: 10b8242e8a user: dgp tags: trunk
2007-02-06
23:43
Minor syntax/efficiency stuff check-in: 7911df6198 user: dkf tags: trunk
22:20
Silence a trivial warning check-in: a60ae97a1b user: dkf tags: trunk
21:15
Function header/whitespace police/general format fixes check-in: ae7364fd49 user: dkf tags: trunk
21:08
* generic/tclNamesp.c: Corrected broken implementation of the * tests/namespace.tes...
check-in: 4e0ac63047 user: dgp tags: trunk
2007-02-04
02:51
* unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) if available to define MODULE_...
check-in: f5ff3722a3 user: das tags: trunk
00:01
Windows build fix check-in: a596bca35f user: mistachkin tags: trunk
2007-01-29
18:55
* generic/tclResult.c: Added optimization case to TclTransferResult to cover common...
check-in: c8324c7bed user: dgp tags: trunk
17:16
* generic/tclLink.c: Broken linked float logic corrected. Thanks to Andy Goth [B...
check-in: 74c8f71e22 user: dgp tags: trunk
16:51
* doc/fcopy.n: Typo fix. [Bug 1630627]
check-in: 958b354acd user: dgp tags: trunk
2007-01-28
01:42
* macosx/Tcl.xcodeproj/project.pbxproj: extract build settings that * macosx/Tcl.xcodeproj/defau...
check-in: 3e0d0f89fd user: das tags: trunk
2007-01-25
02:06
* unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible and move (rather than duplicate)...
check-in: 1ffc63cb35 user: das tags: trunk
2007-01-22
09:15
Fix [Bug 1631017] check-in: 5e8c416d24 user: dkf tags: trunk
2007-01-19
14:06
More efficient issuing of INST_START_CMD instructions. See ChangeLog for discussion check-in: dc4b774eb4 user: dkf tags: trunk
08:45
Build fix for man2tcl.c with MSVC8 check-in: 1e0300cf47 user: mistachkin tags: trunk
08:17
Windows build fixes check-in: c09a38633c user: mistachkin tags: trunk
01:03
* macosx/tclMacOSXFCmd.c (TclMacOSXSetFileAttribute): on some versions of Mac OS X, truncate() fai...
check-in: 54a154124b user: das tags: trunk
2007-01-18
23:17
Code style improvements check-in: 8fd6e7367b user: dkf tags: trunk
22:43
Fix minor fault (made by aku, caught by aku) check-in: f2f37791f4 user: dkf tags: trunk
22:09
Small fixes to quell tests that fail on some kinds of Win systems check-in: 6df3f2eb20 user: dkf tags: trunk
11:37
Whitespace policing, and adding comments so that it is clearer what TclMarkList was doing... check-in: 1c156954e7 user: dkf tags: trunk
11:18
Minor fix to make bytecodes print out properly check-in: 38febb09a5 user: dkf tags: trunk
11:12
Fix [Bug 1638414] and make bytecode of expansion better check-in: 3c4a0d5973 user: dkf tags: trunk
11:05
Detect [Bug 1638414] check-in: 2ed27650c6 user: dkf tags: trunk
2007-01-17
10:20
Missed a spot; thanks to Andreas Kupries for spotting this one. check-in: c47afa6c2d user: dkf tags: trunk
00:42
Added macros to make usage of ChannelBuffers clearer. check-in: 9b58a9089b user: dkf tags: trunk
2007-01-11
18:30
* win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion". This was removed from unix/tcl.m4 2004-07-16 bu... check-in: d53e6aca6c user: jenglish tags: trunk
13:17
Fixes to work better on Win98. Read version numbers from package index file to avoid keeping numbers... check-in: 3c3cfc75b2 user: patthoyts tags: trunk
2007-01-10
15:30
Arrange for RE engine workspace to be held in TSD. This is safe, less C-stack-hungry than before, an... check-in: d29fdf3177 user: dkf tags: trunk
2007-01-09
11:32
Fix [lindex] argument ordering. [bug 1631364] check-in: 3410c78f04 user: dkf tags: trunk
2007-01-03
15:22
Regenerated tclDate.c check-in: 488b4d7b3a user: kennykb tags: trunk
2007-01-02
18:43
Minor updates (convert comment-outs to #ifdef outs, clean up comments/indents) check-in: 056e3a97b7 user: dkf tags: trunk
2006-12-28
23:29
Whitespace/line-width police check-in: cda04cb218 user: dkf tags: trunk
2006-12-27
03:04
* generic/tclIO.c (Tcl_GetsObj): Avoid checking for for the LF in a possible CRLF s...
check-in: d801cae602 user: mdejong tags: trunk
01:25
* generic/tclEncoding.c (EscapeFromUtfProc): Clear the TCL_ENCODING_END flag when end bytes are w...
check-in: 72947ffa57 user: mdejong tags: trunk
2006-12-19
16:25
supply missing RCS line check-in: ea6501a730 user: dgp tags: trunk
16:14
Fix [Bug 1618838] check-in: 4cba13e336 user: dkf tags: trunk
14:22
Rewrote for more clarity check-in: 19140032df user: dkf tags: trunk
10:25
Replace with comment style recommended as "best practice" check-in: 0c29266f11 user: dkf tags: trunk