Timeline
Not logged in

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

79 check-ins using file generic/tclEnv.c version ea62df017e

2005-11-01
15:18
* expr.test (expr-46.13): Added test that illustrates shortcoming of Patch 134... check-in: 75bfdef543 user: dgp tags: trunk
2005-10-31
19:54
* generic/tclNamesp.c: fix for [Bugs 1338280/1337229]. Thanks Don. * tests/trace.test: fix duplica... check-in: 4a32720499 user: msofer tags: trunk
17:15
typo check-in: 08fbaa0411 user: dgp tags: trunk
15:59
Convert to using ANSI decls/definitions and using the (ANSI) assumption that NULL can be cast to any... check-in: 1e0170d2bf user: dkf tags: trunk
13:53
Cleanup and ANSIfy check-in: f917e68cd5 user: dkf tags: trunk
2005-10-30
22:01
Assorted syntactic cleanups check-in: 90ab7bfe5b user: dkf tags: trunk
2005-10-29
21:48
fix Changelog entry check-in: 8003f499b9 user: msofer tags: trunk
19:16
* generic/tclTrace.c (TraceVarProc): [Bug 1337229], partial fix. Insure that a second call with TC... check-in: 8556859742 user: msofer tags: trunk
2005-10-23
19:03
fix date check-in: c6c95a3640 user: vincentdarley tags: trunk
18:51
fix to glob memory leak and file stat ino/nlink on windows check-in: 1daf31761f user: vincentdarley tags: trunk
2005-10-22
03:37
* tests/foreach.test (foreach-8.1): added test for [Bug 1189274] check-in: e2aecc5095 user: msofer tags: trunk
01:35
* generic/tclExecute.c (INST_INCR_*): fixed [Bug 1334570]. Obj leak detection and patch by Eric Me... check-in: c57e03e1c9 user: msofer tags: trunk
2005-10-21
22:14
Bug 1334461 check-in: 36585dd60c user: kennykb tags: trunk
21:49
Marked some failing tests as knownBug until they can be updated. check-in: ccf23548b8 user: dgp tags: trunk
20:52
remove C++ comments check-in: 387b28ffcd user: kennykb tags: trunk
20:44
Marked several failing tests as "knownBug" until they can be updated. check-in: b203d2898f user: dgp tags: trunk
20:30
Bug 1334461 check-in: bc01fd42a3 user: kennykb tags: trunk
17:05
Revised code to build in situations where strchr(.,.) is a macro. check-in: 49783144b5 user: dgp tags: trunk
15:25
ANSI-fy declarations and NULL handling check-in: 3b7dc19d2a user: dkf tags: trunk
12:26
Formatting regularization check-in: 83ee4d5e21 user: dkf tags: trunk
10:27
Improve the documentation of [binary scan] a little. check-in: 1f0b354280 user: dkf tags: trunk
2005-10-20
12:28
whitespace cleanup check-in: c774c0effa user: dkf tags: trunk
12:27
Remove extra spaces so it's easier to see the tests as groups check-in: 8c05a4a509 user: dkf tags: trunk
12:21
* generic/tclListObj.c (TclLsetFlat): * tests/lset.test (lset-10.3): fixed handling of unshared li... check-in: 74298c8832 user: msofer tags: trunk
2005-10-19
21:35
See changelog entry check-in: 8f4ff8d98d user: dkf tags: trunk
21:26
Fix crash caused by passing -1 as the length to TclNewStringObj(). Only Tcl_NewStringObj (the funct... check-in: f0669d7cb9 user: dkf tags: trunk
18:39
* generic/tclClock.c: Removed some dead code. * generic/tclCmdIL.c: ... check-in: 3fd9c620f4 user: dgp tags: trunk
14:12
Silence a warning check-in: be0f755545 user: dkf tags: trunk
14:11
More typos obscured by typos fixed in previous checkin... check-in: ef38b5144b user: dkf tags: trunk
14:10
Fix silly typos check-in: f0df3e345e user: dkf tags: trunk
13:59
General cleanup of reflected channel code check-in: fec37cf152 user: dkf tags: trunk
13:15
* generic/tclExecute.c (INST_DICT_APPEND, INST_DICT_LAPPEND): fixed faulty peephole optimisation t... check-in: a77e120bdc user: msofer tags: trunk
2005-10-18
15:01
ANSIfy function declarations and definitions check-in: ccb2054288 user: dkf tags: trunk
14:42
ANSI function definitions check-in: b0f93b363b user: dkf tags: trunk
14:34
Style update and ANSI function definitions. check-in: c34632246c user: dkf tags: trunk
13:47
Split off changelog entries for 2004 Fixed erroneous dates on some 2005 entries check-in: 2746a09ce7 user: dkf tags: trunk
13:19
* generic/tclExecute.c: Added optimization for I32L64 systems to avoid using bignums... check-in: 397ed5b857 user: dgp tags: trunk
2005-10-15
23:27
* generic/tclExecute.c: Restored some optimizations of the INST_INCR_SCALAR1_IMM opc... check-in: 2eb1bb43e9 user: dgp tags: trunk
2005-10-14
17:35
See file. check-in: 001edcbce4 user: vasiljevic tags: trunk
17:34
Fixed bad definition of CRTEXPORT which should have been CRTIMPORT rather. check-in: 5b4a7f1349 user: vasiljevic tags: trunk
17:33
Backed off change from 2005-10-04 (see ChangeLog and Tcl Bug# 1323992 for more info). check-in: 7ffd02a4fa user: vasiljevic tags: trunk
15:57
more revisions to TclIncrObj check-in: 1761187d62 user: dgp tags: trunk
14:38
removed another do {} while(0) check-in: 9c12bba8ba user: kennykb tags: trunk
14:18
Tidied up do {...} while(0) check-in: bb89d90a14 user: kennykb tags: trunk
12:34
Updated target file id check-in: 573eb37059 user: patthoyts tags: trunk
12:31
Permit building al debug builds as well as release builds check-in: 2fdf890a62 user: patthoyts tags: trunk
11:14
* generic/tcl.h: Fix for bug #1256937 - correctly decorate * generic/tclMain.c: imported funct... check-in: ca7ab95d17 user: patthoyts tags: trunk
2005-10-13
21:49
Test updates from [Bug 1284178] check-in: b028187ae2 user: dkf tags: trunk
21:01
Added some more clarifying comments in Tcl_ClearChannelHandlers() check-in: e296d976e4 user: vasiljevic tags: trunk
20:51
Temporary ifdef TCL_THREADS changes done to de-activate pending event processing when channel is bei... check-in: f7a1a7a67b user: vasiljevic tags: trunk
20:15
Remove _ANSI_ARGS_ and clean up a few comments check-in: 2b1f602d05 user: dkf tags: trunk
18:30
* generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H. * tools/man2tcl.c: ... check-in: d7079d3caa user: dgp tags: trunk
18:13
* compat/tclErrno.h: Removed obsolete file. check-in: a707e67c4d user: dgp tags: trunk
15:23
Formatting cleanup to more accurately match the coding standards of the rest of the core. check-in: edb51d497a user: dkf tags: trunk
15:15
* generic/tclStrToD.c (TclParseNumber): Missing goto caused crash when parsing "Na".... check-in: 5415c75194 user: dgp tags: trunk
00:56
formatting check-in: 0fdf63803f user: dkf tags: trunk
00:14
quick typo fix; testing check-in: ff7bf450e7 user: dgp tags: trunk
00:07
formatting and de-_ANSI_ARGS_-ification check-in: 9e0f6e3e5e user: dkf tags: trunk
2005-10-12
23:55
formatting check-in: a79ed7c2fe user: dkf tags: trunk
23:54
* generic/tclExecute.c (GetNumberFromObj): Restored some lost optimizations for... check-in: fb65658754 user: dgp tags: trunk
23:51
Formatting check-in: c8e230bf0d user: dkf tags: trunk
23:42
Scrap _ANSI_ARGS_ macro use, yay! check-in: 175ab7d9cb user: dkf tags: trunk
22:21
Formatting and pure ANSI function decls check-in: 5a3e776594 user: dkf tags: trunk
22:05
Fix for [Bug 1325099] check-in: 893d9541f9 user: dkf tags: trunk
18:31
performance improvements to [incr] check-in: f6eb3e07ae user: kennykb tags: trunk
2005-10-10
21:50
TIP#237 introduced a new function, entier, so add it to the list of functions. check-in: 3d619f4afe user: dkf tags: trunk
20:27
* generic/tclCompCmds.c: New convenience macro CompileTokens(). check-in: ff5bec97ad user: msofer tags: trunk
19:52
* generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. Also added missing "... check-in: c9c0401dc1 user: dgp tags: trunk
18:00
* generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. * generic/tclInt.h: ... check-in: dbe6cdbda6 user: dgp tags: trunk
17:33
Fix two bugs in limits, one a crash and the other a failed flag reset. check-in: 32dacaae68 user: dkf tags: trunk
16:09
removing wrong comment check-in: e5da6717f2 user: msofer tags: trunk
15:51
* generic/tclExecute.c: fixing errors in last commit. check-in: fa79084fee user: msofer tags: trunk
2005-10-09
20:05
* generic/tclBasic.c: * generic/tclExecute.c: * generic/tclStrToD.c: * generic/tclStringObj.c: i... check-in: 6c384e90de user: msofer tags: trunk
2005-10-08
14:42
TIP#237 IMPLEMENTATION [kennykb-numerics-branch] Resynchronized with the HEAD; at t... check-in: 83fdb360a9 user: dgp tags: trunk
2005-10-07
22:35
* unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change to * tests/fCmd.test (fCmd-20.2)... check-in: c5efc3eed0 user: hobbs tags: trunk, kennykb-numerics-branch-20051008, msofer-wcodes-branch-20051007
2005-10-05
22:09
* generic/tclPipe.c (TclCreatePipeline): Fixed [SF Tcl Bug 1109294]. Applied the patch provided... check-in: 9a439d406a user: andreas_kupries tags: trunk
20:36
* doc/CrtChannel.3: Fixed [SF Tcl Bug 1104682], by application of David Welton's patch for it, ... check-in: e261298ba7 user: andreas_kupries tags: trunk
17:44
* generic/tclIORChan.c (RcClose): Removed unreachable panic/return statements. This fixes the r... check-in: d91e2f06c9 user: andreas_kupries tags: trunk
08:03
* tests/env.test (env-6.1): * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1 * generic/tclEnv.c ... check-in: 9ad1d56456 user: hobbs tags: trunk