Tcl Source Code

Timeline
Login

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

157 check-ins using file changes version 02d3472c73

2002-09-03
02:01
* unix/tclUnixFile.c (TclpObjLink): removed unnecessary/unfreed extra native char*.
check-in: 231e743416 user: hobbs tags: trunk
02:01
* unix/tclUnixChan.c (Tcl_MakeTcpClientChannel): make sure to init flags field of TcpState ptr to ...
check-in: c92bd9a23d user: hobbs tags: trunk
2002-09-02
23:39
* unix/configure: * unix/tcl.m4: added 64-bit gcc compilation support on HP-11. [Patch #601051] (...
check-in: 028c4fdbb0 user: hobbs tags: trunk
20:10
Bumped version number to 8.4.0 check-in: b532c8db30 user: hobbs tags: trunk
20:10
* generic/tclInterp.c (SlaveCreate): make sure that the memory and checkmem commands are initializ...
check-in: 25a53d421c user: hobbs tags: trunk
19:27
* unix/tclUnixInit.c (Tcl_MacOSXGetLibraryPath): made this static function only appear when HAVE_C...
check-in: 7d7782e59a user: hobbs tags: trunk
19:27
* tests/http.test (http-3.11): added close $fp that was causing an error on Windows because the fi...
check-in: e4a85ee8d6 user: hobbs tags: trunk
19:27
* tests/exec.test: marked exec-18.1 unixOnly until the Windows incompatability (in the test, not t...
check-in: 96736f2971 user: hobbs tags: trunk
19:27
* win/tclWinConsole.c (ConsoleCloseProc): only wait on writable pipe if there was something to wri...
check-in: e9aec54546 user: hobbs tags: trunk
2002-08-31
13:27
* unix/tcl.m4: added TK_SHLIB_LD_EXTRAS analogue of existing TCL_SHLIB_LD_EXTRAS for linker settin...
check-in: a0d741025b user: das tags: trunk
06:09
*** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***
* generic/tcl.decls: added...
check-in: ac07f034c7 user: das tags: trunk, macosx-8-4-merge-2002-08-31-trunk
2002-08-29
19:02
* win/tclWinThrd.c (TclpFinalizeThreadData, TclWinFreeAllocCache): Applied patch for bug #59942... check-in: 9fb15282b0 user: andreas_kupries tags: trunk, macosx-8-4-premerge-2002-08-31-trunk, macosx-8-4-merge-2002-08-30-trunk
2002-08-28
22:49
no message check-in: ed24b018a2 user: davygrvy tags: trunk
22:48
* generic/tclEnv.c: * unix/configure.in: * win/tclWinPort.h: putenv() on some systems copies the...
check-in: 2985f5f43a user: davygrvy tags: trunk
14:46
More people should automatically reach for the list command in conjunction with the eval command fol... check-in: d3b5324f96 user: dkf tags: trunk
08:47
Cache handling of ac_cv_type_socklen_t was wrong. [Bug 600931] check-in: cdd98cf3ae user: dkf tags: trunk
2002-08-26
17:38
2002-08-26 Miguel Sofer <[email protected]>
* generic/tclCompCmds.c: fix for [Bug 599...
check-in: 22ac3d3f36 user: msofer tags: trunk
13:05
* generic/tclThreadAlloc.c: small optimisation, reducing the new allocator's overhead.
check-in: facfeb86d7 user: msofer tags: trunk
2002-08-24
01:29
2002-08-23 Miguel Sofer <[email protected]>
* generic/tclObj.c (USE_THREAD_ALLOC): fi...
check-in: f6b3630f19 user: msofer tags: trunk
2002-08-23
21:07
* generic/tclThreadAlloc.c (USE_THREAD_ALLOC): moving objects between caches as a block, instead o...
check-in: 919a9e1ad0 user: msofer tags: trunk
2002-08-22
15:57
* generic/tclBasic.c: * generic/tclCmdMZ.c: fix for freed memory r/w in delete traces [Bug 589863...
check-in: a67b8218c5 user: msofer tags: trunk
00:52
* win/Makefile.in (CFLAGS): * unix/Makefile.in (MEM_DEBUG_FLAGS): Added usage of @MEM_DEBUG_FLAGS... check-in: 26d5a58144 user: andreas_kupries tags: trunk
2002-08-20
18:33
* generic/tclCkalloc.c: CONSTified MemoryCmf and CheckmemCmd.
check-in: a79277f712 user: dgp tags: trunk, macosx-8-4-merge-2002-08-20-trunk
15:33
* README: Bumped version number to 8.4b3 to distinguish * generic/tcl....
check-in: 029bda30b1 user: dgp tags: trunk
03:03
* unix/tclUnixTest.c (TestfilehandlerCmd): Changed readable/writable to the more common readabl... check-in: 53f26a9083 user: andreas_kupries tags: trunk
2002-08-16
13:58
Added test. check-in: 1bb7a31db3 user: dkf tags: trunk
13:45
Added documentation note to remind authors of object type implementations to keep their objects with... check-in: 3d458cd899 user: dkf tags: trunk
13:37
* generic/tclIOUtil.c (SetFsPathFromAny): Objects should only have their old representation delete...
check-in: 61f3bb5aa8 user: dkf tags: trunk
2002-08-14
17:31
* generic/tclInt.h: * generic/tclObj.c: (code cleanup) factored the parts in the macros TclNewObj...
check-in: e9d1065835 user: msofer tags: trunk
2002-08-13
20:35
typo in Changelog entry of 2002-04-16 check-in: 418f4b52eb user: msofer tags: trunk
2002-08-12
12:24
Missing Changelog entry for previous commit: * generic/tclCmdMZ.c: fixing UMR in delete traces, [Bu... check-in: e75175d26a user: msofer tags: trunk
12:23
* generic/tclCmdMZ.c: fixing UMR in delete traces, [Bug 589863].
check-in: 67642dd640 user: msofer tags: trunk
2002-08-09
00:15
no message check-in: 797dbad277 user: davygrvy tags: trunk
00:13
Fixed $argv handling bug where if -bitmap wasn't specified $argc was off by one. check-in: a1b2c7081d user: davygrvy tags: trunk
2002-08-08
22:11
corrected lsearch docs to use -inline in examples check-in: 1840c4bba4 user: hobbs tags: trunk
18:19
* tests/uplevel.test: added 6.1 to test [uplevel] with shadowed commands [Bug 524383]
check-in: efb6e09529 user: msofer tags: trunk
15:28
* tests/subst.test: added 5.8-10 as further tests for [Bug 495207]
check-in: 4b5fc76026 user: msofer tags: trunk
14:50
* tests/README: Noted removal of defs.tcl.
check-in: 44be5390e4 user: dgp tags: trunk
10:49
8.4b2 tag note check-in: 945f0deb05 user: hobbs tags: trunk, core-8-4-b2
10:41
[Patch #591647] (darley) (CopyRenameOneFile): this is currently disabled by default until further...
check-in: eda141e5d3 user: hobbs tags: trunk
08:56
* tests/fCmd.test: * tests/unixFCmd.test: updated tests for new link copy behavior. * generic/tcl...
check-in: 2912293401 user: hobbs tags: trunk
08:55
slight wording improvements check-in: c91b005d55 user: hobbs tags: trunk
2002-08-07
17:13
* docs/BoolObj.3: added description of valid string reps for a boolean object [Bug 584794] * gene...
check-in: 599315865e user: msofer tags: trunk
15:50
* generic/tclCompile.h: * generic/tclObj.c: making tclCmdNameType static ([Bug 584567], Don Porte...
check-in: 3080d8205d user: msofer tags: trunk
14:24
* generic/tclObj.c (Tcl_NewObj): added conditional code for USE_THREAD_ALLOC; objects allocated th...
check-in: d6086ae38b user: msofer tags: trunk
2002-08-06
01:49
* generic/tclInt.decls: * unix/tclUnixThrd.c: Added stubs and implementations for non-threaded bu...
check-in: 23c61ff933 user: das tags: trunk
2002-08-05
22:36
* library/tcltest/tcltest.tcl: The setup and cleanup scripts are now * library/tclt...
check-in: e6f67378c3 user: dgp tags: trunk
15:01
* generic/tcl.decls: Restored Tcl_Concat to return (char *). Like * generic/tclD...
check-in: 50d2abdc1c user: dgp tags: trunk
03:24
* doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify * doc/Concat.3: ...
check-in: e476c22fec user: dgp tags: trunk
2002-08-01
22:17
* generic/tclExecute.c: bugfix (reading freed memory). Testsuite passed on linux/i386, compile-13.1 ... check-in: e8629e9570 user: msofer tags: trunk
20:13
Messed up the message in the previous commit, it should have read: * generic/tclExecute.c: added a r... check-in: da2516d7c3 user: msofer tags: trunk
20:02
* generic/tclInt.h (USE_THREAD_ALLOC): for unshared objects,
check-in: 61def9af65 user: msofer tags: trunk
18:32
* generic/tclCkalloc.c (TclFinalizeMemorySubsystem): Don't lock the ckalloc mutex before invoking ...
check-in: a36efcbf5f user: mdejong tags: trunk
13:05
* win/tclWinPort.h: The windows headers don't provide socklen_t, so we have to do it.
check-in: fea397058c user: rmax tags: trunk
2002-07-31
14:57
TclDecrRefCount under USE_THREAD_ALLOC: free intRep first, then string rep [Bug 524802] check-in: a00ae5c2d6 user: msofer tags: trunk
12:34
* generic/tclInterp.c: signed/unsigned comparison warning fixed
check-in: b074efc4ba user: msofer tags: trunk
10:45
* unix/tcl.m4 (SC_BUGGY_STRTOD): Enabled caching of test results.
check-in: 95bd716a83 user: dkf tags: trunk
10:24
* unix/tcl.m4 (SC_BUGGY_STRTOD): Solaris 2.8 still has a buggy strtod() implementation; make sure ...
check-in: 4b6878ba1b user: dkf tags: trunk
09:57
Comment formatting fixes check-in: 834a7bdb00 user: dkf tags: trunk
09:33
* tests/expr.test (expr-22.*): Marked as non-portable because it seems that these tests have an an...
check-in: fcc047ebfc user: dkf tags: trunk
2002-07-30
18:36
* tests/io.test: * generic/tclIO.c (WriteChars): Added flag to break out of loop if nothing of... check-in: e3952500b8 user: andreas_kupries tags: trunk
2002-07-29
23:00
* unix/Makefile.in: Use CC_SEARCH_FLAGS instead of LD_SEARCH_FLAGS when linking with ${CC}. * uni...
check-in: b61657c663 user: mdejong tags: trunk
16:54
* unix/tcl.m4 (SC_SERIAL_PORT): Fixed detection for cases when ...
check-in: 80c49e7297 user: rmax tags: trunk
15:58
Fixing incomplete Changelog entry check-in: c158c9a0fe user: msofer tags: trunk
15:56
bugfix, new tests for new [interp alias] code check-in: 86e71c5d61 user: msofer tags: trunk
12:28
Dump junk spaces... check-in: 6a66fc9f19 user: dkf tags: trunk
12:27
Extra comments for arguments check-in: a1d98aa515 user: dkf tags: trunk
10:56
Fixes for regexp issues raised in [Bug 578363]. Lots of thanks to [email protected] for tracking ... check-in: 8cfaf94bd8 user: dkf tags: trunk
00:25
Fix for [Bug 582522] - aliases now fire execution traces on the target command. Optimisation of alia... check-in: 81bf54a155 user: msofer tags: trunk
2002-07-28
03:15
* unix/Makefile.in: Revert fix for Tcl bug 529801 since it was incorrect and broke the build on o...
check-in: e1f1545c04 user: mdejong tags: trunk
2002-07-27
21:17
* generic/tclExecute.c: fixed Tcl_Obj leak in code corresponding to the macro NEXT_INST_V(x, 0, 1)...
check-in: a6dca03400 user: msofer tags: trunk
01:44
* generic/tclVar.c (TclObjLookupVar): leak fix and improved comments.
check-in: 61efdac950 user: msofer tags: trunk
2002-07-26
21:41
* generic/tclVar.c (TclLookupVar): removed early returns that prevented the parens from being rest...
check-in: 997e3c748a user: hobbs tags: trunk
18:51
* generic/tclExecute.c: * tests/expr-old.test: fix for erroneous error messages in [expr], [Bug 5... check-in: fd76c6306b user: msofer tags: trunk
2002-07-25
22:06
Fix for Tk Bug #219218 "error handling with bgerror in Tk" check-in: a39c4f624f user: jenglish tags: trunk
2002-07-24
23:20
* generic/tclExecute.c: restoring full TCL_COMPILE_DEBUG functionality. check-in: 5f71f67e78 user: msofer tags: trunk
21:05
* tests/unixInit.test: relaxed unixInit-3.1 to accept iso8859-15 as a valid C encodi...
check-in: 05616207b2 user: dgp tags: trunk
15:40
* generic/tclExecute.c: restoring the tcl_traceCompile functionality while I repair tcl_traceExec. ... check-in: c3bd634366 user: msofer tags: trunk
13:51
* unix/Makefile.in: * unix/configure.in: corrected fix for [Bug 529801]: ranlib only needed for s...
check-in: 455e67ee4b user: das tags: trunk
2002-07-23
18:37
touch up ChangeLog entry check-in: 66ba301e9a user: mdejong tags: trunk
18:17
Man page updates from Larry Virden. check-in: 133521463e user: jenglish tags: trunk
17:32
* unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Enable 64 bit compilation when using t...
check-in: 62b8c71a34 user: mdejong tags: trunk
17:30
* unix/Makefile.in: Combine ranlib tests and avoid printing unless ranlib is actually run.
check-in: fd6a09fbf1 user: mdejong tags: trunk
17:22
* unix/tcl.m4 (SC_PATH_X): Set XINCLUDES to "" instead of "# no special path needed" or "# no incl...
check-in: 505c77455e user: mdejong tags: trunk
2002-07-22
16:57
removed load-related clientData, made filesystem static check-in: f182692e41 user: vincentdarley tags: trunk
16:51
removed load-related clientData, made filesystem static check-in: 2174b09a78 user: vincentdarley tags: trunk
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