Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
53 check-ins using file doc/Alloc.3 version 8e129e4355
|
2001-05-03
| ||
| 22:41 | Insure that [::unknown] is always called [Patch #421166, Bug #420507] check-in: 060b7be8d8 user: msofer tags: msofer-bcEngine | |
|
2001-04-30
| ||
| 22:10 | better comments check-in: 7de2738260 user: msofer tags: msofer-bcEngine | |
| 20:55 | revert stupid mistake in tclExecute.c check-in: 63d61e10d4 user: msofer tags: msofer-bcEngine | |
| 20:52 | cleanup of tclExecute.h check-in: 9506fae4ad user: msofer tags: msofer-bcEngine | |
|
2001-04-27
| ||
| 23:04 | Small bugfixes in the MSVC version check-in: ae3a1d1cf5 user: msofer tags: msofer-bcEngine | |
|
2001-04-11
| ||
| 22:51 | Improved comments/instructions check-in: f2dd2b9b8d user: msofer tags: msofer-bcEngine | |
| 20:14 | First CVS version of the new engine check-in: 24de9a9b47 user: msofer tags: msofer-bcEngine | |
| 20:03 | First CVS version of the S4 engine (slight updates & bugfixes from original) check-in: 465f45dca7 user: msofer tags: msofer-bcEngine | |
| 19:57 | minor changes to fix [set tcl_traceExec 3] possibility check-in: 92c8ae0615 user: msofer tags: msofer-bcEngine | |
| 12:55 | Added compilation flag TCL_BYTECODE_OPCODES_OK for use in the new engine in branch msofer-bcEngine check-in: c6334e0207 user: msofer tags: msofer-bcEngine | |
| 12:31 | Slight modifications for the new engine in branch msofer-bcEngine; mainly, to convert the addressing... check-in: 06ffda8590 user: msofer tags: msofer-bcEngine | |
| 12:09 | Added for the branch msofer-bcEngine; contains compiler-dependent macros to vary the code to jump t... check-in: ed4d42e46e user: msofer tags: msofer-bcEngine | |
|
2001-04-06
| ||
| 17:57 | Modified processing of $::errorInfo by [unknown] when the auto-loaded command throws an error to bet... check-in: 4a0a9d69ba user: dgp tags: trunk | |
| 14:27 | Improved documentation on behaviour of read w.r.t. serial ports. [Bug #219402] check-in: e9e3650d52 user: dkf tags: trunk | |
| 10:50 | Fixed problem with [string compare \x00 \x01] and hopefully sped the command up in a few cases too (... check-in: 6677432d73 user: dkf tags: trunk | |
|
2001-04-05
| ||
| 15:14 | 2001-04-05 Andreas Kupries <andreas_kupries@users.sourceforge.net> * doc/Macintosh.3: Removed du... check-in: 6ee3ca938c user: andreas_kupries tags: trunk | |
| 10:20 | Fixed so tclCmdMZ.c will compile with K&R compilers [Patch #413844] check-in: cf7db19c98 user: dkf tags: trunk | |
|
2001-04-04
| ||
| 23:26 | Restore support for pre-ANSI compilers. check-in: a4457e9e33 user: dgp tags: trunk | |
| 21:32 | 2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> * unix/mkLinks: Updated to co... check-in: b66749bdda user: andreas_kupries tags: trunk | |
| 19:11 | * unix/configure: * unix/tcl.m4: extended test of termios vs. termio vs. sgtty to better detect r... check-in: dab434e960 user: hobbs tags: trunk | |
| 17:35 | 2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> * generic/tclTest.c: * tests... check-in: 5d529b3b1d user: andreas_kupries tags: trunk | |
| 16:22 | fixed a typo in today's date. check-in: 2e51d2c25b user: kennykb tags: trunk | |
| 16:07 | (TIP#27) Changed a number of Tcl API's to accept "CONST char*" in place of simple "char*". (ken... check-in: bda1abaf85 user: kennykb tags: trunk | |
| 14:49 | Corrected out of date comment check-in: d59f169ba4 user: dgp tags: trunk | |
| 07:14 | change for tclListObj.c check-in: 2b80143559 user: hobbs tags: trunk | |
| 07:14 | * generic/tclListObj.c (Tcl_SetListObj): set objPtr->length = 0 in empty object case to maintain s... check-in: 6c2114143e user: hobbs tags: trunk | |
| 07:13 | give mklinks its own target check-in: 3c0109786b user: hobbs tags: trunk | |
| 07:11 | Typo in comment check-in: 6cd2de3a51 user: dgp tags: trunk | |
|
2001-04-03
| ||
| 14:53 | 2001-04-03 Andreas Kupries <andreas_kupries@users.sourceforge.net> * unix/mkLinks: Added 'Signal... check-in: b33fc9c2a1 user: andreas_kupries tags: trunk | |
| 07:11 | * README: * win/README: * win/README.binary: further notes corrections. check-in: 5ace24b624 user: hobbs tags: trunk | |
| 06:55 | * win/configure: * win/tcl.m4 (SHLIB_LD): added -incremental:no. [Bug #219381] check-in: a762980c8f user: hobbs tags: trunk | |
|
2001-04-02
| ||
| 01:59 | * README: * mac/README: * win/README: * win/README.binary: * unix/README: updated patchlevel in... check-in: c8846c0182 user: hobbs tags: trunk | |
| 01:59 | * generic/tcl.h: * tools/tcl.wse.in: * win/configure.in (VER): * win/configure: * unix/configur... check-in: 4841414fb7 user: hobbs tags: trunk | |
|
2001-03-31
| ||
| 07:57 | * generic/tclCkalloc.c (TclFinalizeMemorySubsystem): set curTagPtr to NULL to allow for reuse. * ... check-in: 243ce734c7 user: hobbs tags: trunk | |
| 07:55 | * generic/tclThreadTest.c (Tcl_ThreadObjCmd): cast fixes check-in: 6dcd4ef529 user: hobbs tags: trunk | |
| 05:44 | * win/tclWinSock.c (SocketEventProc): Fixed race condition in readability of socket on Windows. [... check-in: 870dfc7f97 user: hobbs tags: trunk | |
| 01:55 | * generic/tclTest.c (TestChannelCmd): added cast to mollify Windows debug build. check-in: 0d97ccbef4 user: hobbs tags: trunk | |
|
2001-03-30
| ||
| 23:46 | see ChangeLog check-in: da8cbf8124 user: hobbs tags: trunk | |
| 23:45 | * win/Makefile.in (install-libraries): removed extra \s that broke the target. (install-doc): imp... check-in: 98bc8cef29 user: hobbs tags: trunk | |
| 23:45 | * win/tcl.m4: added imm32.lib to LIBS_GUI for Tk IME support. check-in: 9ec54cf62e user: hobbs tags: trunk | |
| 23:06 | 2001-03-30 Andreas Kupries <andreas_kupries@users.sourceforge.net> * All of the changes below be... check-in: 902eab8ec8 user: andreas_kupries tags: trunk | |
| 00:56 | doc fixes check-in: a11a4f6eaf user: hobbs tags: trunk | |
| 00:56 | * doc/tcltest.n: corrected incorrect macro usage. check-in: 62008473e3 user: hobbs tags: trunk | |
| 00:56 | * doc/lsort.n: corrected unbalanced nroff macros. check-in: 13b8955802 user: hobbs tags: trunk | |
|
2001-03-29
| ||
| 23:24 | * tests/interp.test: Print out warning when testinterpdelete command is not defined. Add tests th... check-in: 05df7048a2 user: mdejong tags: trunk | |
| 19:45 | * unix/tclUnixPipe.c (TclpCreateTempFile): prevent potential race condition and security leak in t... check-in: 9e1310c829 user: hobbs tags: trunk | |
| 19:30 | see ChangeLog check-in: 522e1c694c user: hobbs tags: trunk | |
| 19:29 | * unix/configure: * unix/tcl.m4: corrected IRIX-5.x config to not use -n32. (english) [Patch 403... check-in: d66c099eac user: hobbs tags: trunk | |
| 19:29 | * unix/tclUnixThrd.c (Tcl_ConditionWait): fixed handling of timeout for threads (corrects excessiv... check-in: bc12cdd261 user: hobbs tags: trunk | |
| 13:16 | Added notes to clarify behaviour of [lsort] and many examples. check-in: d21256b7f5 user: dkf tags: trunk | |
|
2001-03-28
| ||
| 02:30 | see changes check-in: 9fc162a8be user: hobbs tags: trunk | |
| 02:30 | * tests/regexp.test (regexp-19.1): * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): fixed handling of null... check-in: 73865f2ba9 user: hobbs tags: trunk | |
| 02:26 | * doc/Alloc.3: corrected docs to note that Tcl_Attempt* return char *'s, not ints. [Bug #411388] check-in: 62b0f03d24 user: hobbs tags: trunk | |