Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
95 check-ins using file generic/tclInterp.c version e4345a1b72
|
2002-03-06
| ||
| 15:20 | Bumped patchlevel; might need changing in the future, but it makes life easier for now. check-in: ec6fb05712 user: dkf tags: trunk | |
| 15:04 | tclInt.h: restoring correct operation ordering in TclDecrRefCount macro [Bug 524802] check-in: 8dab12aa73 user: msofer tags: trunk | |
| 11:28 | TIP#81 implementation, tests and docs check-in: 59cf470dea user: dkf tags: trunk | |
|
2002-03-05
| ||
| 21:14 | adjust 8.4a4 release tag check-in: e5790f37f1 user: hobbs tags: trunk, core-8-4-a4 | |
| 20:55 | * unix/tclUnixChan.c: initial remedy for [Bug #525783] flush problem introduced by TIP #35. This ... check-in: 8713966f20 user: hobbs tags: trunk | |
| 20:31 | fixed URL refs check-in: c01de9be29 user: hobbs tags: trunk | |
| 20:31 | added --enable-langinfo doc check-in: 3b8ea7693e user: hobbs tags: trunk | |
| 19:37 | Also added the MSVC++ project files to dist target. I prefer not to use them, but people might find... check-in: 039f3c5619 user: davygrvy tags: trunk | |
| 18:47 | Added win/rules.vc and win/coffbase.txt to dist target needed by makefile.vc check-in: 012137707b user: davygrvy tags: trunk | |
| 00:50 | Removed out-of-date reference to patches. check-in: 7061a31c40 user: dgp tags: trunk | |
|
2002-03-04
| ||
| 23:28 | 8.4a4 tagged for release check-in: d02933edbf user: hobbs tags: trunk | |
| 23:26 | updated to use www.tcl.tk URL check-in: 0d217a15e4 user: hobbs tags: trunk | |
| 23:25 | added older ChangeLogs to dist target check-in: 3614ddd606 user: hobbs tags: trunk | |
| 23:17 | update for 8.4a4 docs check-in: 738c3d9b4c user: hobbs tags: trunk | |
| 23:12 | updated changes check-in: 5c87c3c50c user: hobbs tags: trunk | |
| 22:00 | * tests/io.test: * tests/encoding.test: corrected iso2022 encoding results. added encoding-24.* ... check-in: 2804b06a3e user: hobbs tags: trunk | |
|
2002-03-02
| ||
| 04:57 | corrected iso2022 return encoding escape check-in: 491f191b87 user: hobbs tags: trunk | |
| 04:55 | * tests/encoding.test: added encoding-23.* tests * generic/tclIO.c (FilterInputBytes): reset the T... check-in: 53ae028f58 user: hobbs tags: trunk | |
| 04:54 | * library/encoding/iso2022-jp.enc: * library/encoding/iso2022.enc: * tools/encoding/iso2022-jp.es... check-in: ab9df3e822 user: hobbs tags: trunk | |
|
2002-03-01
| ||
| 21:26 | updated changes file for 8.4a4 release check-in: 2f61ef544c user: dgp tags: trunk | |
| 06:24 | see ChangeLog check-in: 3e54e25886 user: hobbs tags: trunk | |
| 06:24 | couple extra tests check-in: fbdc4fa841 user: hobbs tags: trunk | |
| 06:23 | * generic/tclCmdMZ.c (TraceCommandProc): ensure that TraceCommandInfo structure was ... check-in: 076eb6a4e0 user: hobbs tags: trunk | |
| 06:22 | * generic/tclBasic.c (Tcl_CreateObjTrace): set tracePtr->flags correctly. check-in: db60ed0ace user: hobbs tags: trunk | |
| 06:22 | * generic/tclTimer.c (TimerExitProc): remove remaining events in tls on thread exit.... check-in: b15a270a3d user: hobbs tags: trunk | |
|
2002-02-28
| ||
| 20:11 | generic/tclNamesp.c: optimisation of namespace lookups [Patch 458872] check-in: 0d1de503de user: msofer tags: trunk | |
| 13:03 | Replaced a few direct stack accesses with the POP_OBJECT() macro [Bug 507181] check-in: 754d241a98 user: msofer tags: trunk | |
| 05:11 | * doc/GetIndex.3: * generic/tcl.decls (Tcl_GetIndexFromObjStruct): * generic... check-in: 62ef0de80a user: dgp tags: trunk | |
| 00:53 | * generic/tclMain.c (Tcl_Main,StdinProc): Corrected some reference count management errors... check-in: a3947b277a user: dgp tags: trunk | |
| 00:39 | mem leak fixes check-in: deceb77ed1 user: hobbs tags: trunk | |
| 00:38 | * generic/tclTest.c (TestStatProc[123]): correct harmless UMRs. check-in: d738ccd466 user: hobbs tags: trunk | |
| 00:38 | * generic/tclLink.c (Tcl_LinkVar): correct mem leak in error case. check-in: 8f4f1c9612 user: hobbs tags: trunk | |
| 00:38 | * generic/tclBasic.c (Tcl_EvalTokensStandard): corrected mem leak in error case. check-in: 098584d2ca user: hobbs tags: trunk | |
|
2002-02-27
| ||
| 20:55 | * tests/socket.test (2.7): Accepted and applied patch for Tcl SF bug #523470 provided by Don Po... check-in: bb98ef3099 user: andreas_kupries tags: trunk | |
| 18:53 | * unix/tclUnixChan.c (TclpOpenFileChannel): Added code to regonize "/dev/tty" (by name) and to ... check-in: 018e902b00 user: andreas_kupries tags: trunk | |
| 07:10 | see ChangeLog check-in: 7956220b47 user: hobbs tags: trunk | |
| 07:08 | reversed accidental commit of unfinished sources check-in: 6d6c166fcf user: hobbs tags: trunk | |
| 06:39 | generic/tclCmdMZ.c check-in: 199f301702 user: hobbs tags: trunk | |
| 06:39 | * generic/tclFileName.c (Tcl_TranslateFileName): decr refcount for error case to pre... check-in: 09cbc6f419 user: hobbs tags: trunk | |
| 06:38 | * generic/tclVar.c (Tcl_ArrayObjCmd): removed extra obj allocation. check-in: 29e3f3585a user: hobbs tags: trunk | |
| 04:36 | Updated changes file to reflect no 8.3.5 release before 8.4a4. Still need to add the changes of the ... check-in: bc49a4c8d4 user: dgp tags: trunk | |
| 01:20 | see ChangeLog check-in: d223568fb3 user: hobbs tags: trunk | |
| 01:16 | * unix/tclUnixSock.c (Tcl_GetHostName): added an extra gethostbyname check to guard against failur... check-in: da9b8f2b97 user: hobbs tags: trunk | |
|
2002-02-26
| ||
| 20:06 | see ChangeLog check-in: 5b09e264aa user: hobbs tags: trunk | |
| 20:03 | * unix/configure: * unix/tcl.m4 (SC_SERIAL_PORT): added sys/modem.h check and defined _XOPEN_SOUR... check-in: 67140700c8 user: hobbs tags: trunk | |
| 20:03 | * unix/tclUnixChan.c: added Unix implementation of TIP #35, serial port support. [Patch #438509] (... check-in: 1935c2998f user: hobbs tags: trunk | |
| 17:26 | bugfix to the bugfix to the new [for] compiled code check-in: 4d5054a6b2 user: msofer tags: trunk | |
| 02:49 | * mac/tclMacSock.c (TcpGetOptionProc): Changed to recognize the option "-error". Essentially ig... check-in: aa1de44a3e user: andreas_kupries tags: trunk | |
| 02:22 | * doc/Alloc.3: * doc/LinkVar.3: * doc/ObjectType.3: * doc/PkgRequire.3: * doc/Preserve.3: * do... check-in: 332048a6cb user: hobbs tags: trunk | |
| 02:19 | revert accidental commit of tclAlloc.c to r1.11 check-in: ec2717ab8a user: hobbs tags: trunk | |
| 02:09 | * generic/tclHash.c (AllocArrayEntry, AllocStringEntry): Before invoking ckalloc when creating a T... check-in: a1ab505019 user: hobbs tags: trunk | |
| 00:18 | typo check-in: 890bfe3a79 user: dgp tags: trunk | |
|
2002-02-25
| ||
| 23:17 | avoiding a buffer overrun in [subst]; restoring tcl7.6 behaviour [Bug #495207] check-in: b7a0a09e50 user: msofer tags: trunk | |
| 16:46 | * unix/tclUnixPort.h: corrected strtoll prototype mismatch on Tru64. check-in: 7592be8e18 user: dgp tags: trunk | |
| 16:23 | * compat/strtod.c (strtod): simplified #includes * compat/strtol.c (strtol): gather result ... check-in: 051f9676eb user: dgp tags: trunk | |
| 15:23 | Added clarification comment. check-in: 29313c063d user: dkf tags: trunk | |
| 15:21 | * unix/tclLoadDyld.c: updated to use Mac OS X 10.1 dyld APIs that have more libdl-like semantics. ... check-in: c11b1544f8 user: das tags: trunk | |
| 14:26 | simplified the #include lines check-in: 610523d310 user: dgp tags: trunk | |
| 14:15 | fixing a bug in last tclCompCmds.c patch, in the code for [for] and [while]. check-in: 7470ee815e user: msofer tags: trunk | |
| 10:36 | Minor cleanup of compat functions to get rid of GCC warnings. check-in: 438469be6a user: dkf tags: trunk | |
|
2002-02-24
| ||
| 02:53 | * compat/strtoull.c (strtoull): * compat/strtoll.c (strtoll): * compat/strto... check-in: dbcccf04b6 user: dgp tags: trunk | |
|
2002-02-23
| ||
| 22:15 | * configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Link with -n32 instead of -32 when building... check-in: afc6d864e7 user: mdejong tags: trunk | |
|
2002-02-22
| ||
| 22:36 | * generic/tclInt.h: * generic/tclObj.c: renamed global variable emptyString -> ... check-in: d709125ee9 user: dgp tags: trunk | |
| 21:54 | see ChangeLog check-in: 45f81a4f7e user: hobbs tags: trunk | |
| 21:54 | * tests/regexpComp.test: updated regexp-11.[1-4] to match changes in regexp.test for new regsub sy... check-in: 0ff096e886 user: hobbs tags: trunk | |
| 21:51 | updated safe-8.5 and safe-8.7 check-in: 8eaff4d506 user: hobbs tags: trunk | |
| 19:55 | see ChangeLog check-in: a4165bd668 user: hobbs tags: trunk | |
| 19:55 | * unix/configure: * unix/tcl.m4: added --enable-64bit support for AIX-4 (using -q64 flag) when us... check-in: cd30d6ac15 user: hobbs tags: trunk | |
| 19:54 | Optimising [if], [for] and [while] for constant conditions check-in: d0284fda0e user: msofer tags: trunk | |
| 19:51 | * library/safe.tcl (CheckFileName): removed the limit on sourceable file names (was only *.tcl or ... check-in: a5f9958f8f user: hobbs tags: trunk | |
| 14:52 | Added TIP#76 implementation, docs + tests. check-in: 77072a000c user: dkf tags: trunk | |
| 09:04 | Const-ifying declarations of strtoll/strtoull and new compat code. check-in: a2e0dc62c0 user: dkf tags: trunk | |
| 03:29 | More comments added and decided not to pack modules tightly. Four gigabytes of address space is qui... check-in: d5b78e2022 user: davygrvy tags: trunk | |
|
2002-02-21
| ||
| 22:04 | speling check-in: 4cbd3d9f4a user: davygrvy tags: trunk | |
| 22:01 | no message check-in: ed5f3bbd70 user: davygrvy tags: trunk | |
| 22:00 | * win/mkd.bat (removed): * win/coffbase.txt (new): * win/makefile.bc: * win/makefile.vc: Change... check-in: 03b767fef9 user: davygrvy tags: trunk | |
| 21:20 | reverted back to 1.6, as the header file change to tclPort.h doesn't allow for easy embedded support... check-in: 434cb6babc user: davygrvy tags: trunk | |
| 18:37 | no message check-in: aea8611aeb user: davygrvy tags: trunk | |
| 18:37 | * win/makefile.vc: * win/rules.vc: Added a new "loimpact" option that sets the -ws:aggressive li... check-in: 9265d5d116 user: davygrvy tags: trunk | |
| 18:37 | * win/tclAppInit.c: Changed #include "tcl.h" to be tclPort.h to remove the raw windows.h include. ... check-in: 2bba08d67f user: davygrvy tags: trunk | |
| 17:17 | typo correction in latest change check-in: 7c7f2273b0 user: dgp tags: trunk | |
| 16:49 | Improving 'long long' detection... check-in: 35d996cf71 user: dkf tags: trunk | |
|
2002-02-20
| ||
| 19:08 | no message check-in: d0975f04ec user: davygrvy tags: trunk | |
| 19:06 | * win/buildall.vc.bat: * win/makefile.vc: * win/rules.vc: General clean-ups. Added compiler and ... check-in: 79169c9339 user: davygrvy tags: trunk | |
| 18:46 | * generic/tcl.decls (Tcl_RegExpRange,Tcl_GetIndexFromObjStruct): Overlooked a few so... check-in: 3dc93acf1e user: dgp tags: trunk | |
| 12:35 | no message check-in: 2729c0f886 user: davygrvy tags: trunk | |
| 12:33 | * win/makefile.vc: Added the pentium errata switches to $(cflags) which should have already been t... check-in: 25d1437dfd user: davygrvy tags: trunk | |
| 00:35 | Made tcl.h better at guessing what is going on with 64-bit types when configure doesn't tell it expl... check-in: 731126179b user: dkf tags: trunk | |
|
2002-02-19
| ||
| 10:26 | Fixed behaviour of [format] on 64-bit platforms by defining it to work with machine words by default... check-in: 6229fe3c30 user: dkf tags: trunk | |
| 08:38 | * First draft of updated changes for 8.4a4 release. check-in: dc83a531e4 user: dgp tags: trunk | |
|
2002-02-16
| ||
| 01:17 | * unix/tclUnixPort.h: add strtoll/strtoull declarations for platforms that do not define them. check-in: 0c1fd4f491 user: hobbs tags: trunk | |
| 00:37 | * generic/tclIndexObj.c (STRING_AT): removed ptrdiff_t cast and use of VOID* in default case (GNU-... check-in: 8fabaaf5c8 user: hobbs tags: trunk | |
|
2002-02-15
| ||
| 23:42 | Further changes to the TIP 72 patch to make it compile under VC++ check-in: ffd6a7d773 user: kennykb tags: trunk | |
| 19:58 | * tclExecute.c: * tclIOGT.c: * tclIndexObj.c: Touchups to the TIP 72 patch to make it compile... check-in: ee7fe962db user: andreas_kupries tags: trunk | |
| 14:28 | TIP#72 implementation. See ChangeLog for details. This version builds clean on Solaris/SPARC, with ... check-in: 8d82de1905 user: dkf tags: trunk | |