| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | updated some comments msofer_bcEngine | Miguel Sofer | 2001-07-13 | 7 | -7/+93 |
| | | |||||
| * | small changes in tclExecute.c | Miguel Sofer | 2001-07-13 | 3 | -221/+166 |
| | | |||||
| * | change from HEAD | Miguel Sofer | 2001-06-02 | 2 | -3/+9 |
| | | |||||
| * | removed Tcl_DuplicateObj from INST_DUP | Miguel Sofer | 2001-05-22 | 3 | -4/+8 |
| | | |||||
| * | regrouping instructions | Miguel Sofer | 2001-05-19 | 2 | -90/+30 |
| | | |||||
| * | new files | Miguel Sofer | 2001-05-19 | 7 | -0/+9433 |
| | | |||||
| * | Update to head -> S4-0-2 | Miguel Sofer | 2001-05-19 | 70 | -1222/+4012 |
| | | |||||
| * | Insure that [::unknown] is always called [Patch #421166, Bug #420507] | Miguel Sofer | 2001-05-03 | 3 | -3/+22 |
| | | |||||
| * | better comments | Miguel Sofer | 2001-04-30 | 3 | -30/+20 |
| | | |||||
| * | revert stupid mistake in tclExecute.c | Miguel Sofer | 2001-04-30 | 1 | -2/+1 |
| | | |||||
| * | cleanup of tclExecute.h | Miguel Sofer | 2001-04-30 | 3 | -45/+37 |
| | | |||||
| * | Small bugfixes in the MSVC version | Miguel Sofer | 2001-04-27 | 3 | -4/+9 |
| | | |||||
| * | Improved comments/instructions | Miguel Sofer | 2001-04-11 | 1 | -2/+9 |
| | | |||||
| * | First CVS version of the new engine | Miguel Sofer | 2001-04-11 | 1 | -0/+5697 |
| | | |||||
| * | First CVS version of the S4 engine (slight updates & bugfixes from | Miguel Sofer | 2001-04-11 | 1 | -0/+5071 |
| | | | | | original) | ||||
| * | minor changes to fix [set tcl_traceExec 3] possibility | Miguel Sofer | 2001-04-11 | 1 | -6/+6 |
| | | |||||
| * | Added compilation flag TCL_BYTECODE_OPCODES_OK for use in the new | Miguel Sofer | 2001-04-11 | 1 | -1/+3 |
| | | | | | engine in branch msofer-bcEngine | ||||
| * | Slight modifications for the new engine in branch msofer-bcEngine; | Miguel Sofer | 2001-04-11 | 1 | -4/+22 |
| | | | | | mainly, to convert the addressing mode of the tcl-stack | ||||
| * | Added for the branch msofer-bcEngine; contains compiler-dependent | Miguel Sofer | 2001-04-11 | 10 | -11425/+228 |
| | | | | | macros to vary the code to jump to the NEXT instruction | ||||
| * | Corrected behaviour of [namespace code] (bug #219385, patch #403530) | Miguel Sofer | 2001-04-07 | 5 | -15/+30 |
| | | |||||
| * | 2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-06 | 4 | -1/+146 |
| | | | | | | | | | | | | * unix/Makefile.in (checkdoc): New target, checking the definitions as found in the compiled library against the manpages to find undocumented public functionality. * unix/mkLinks: Updated to include the new manpage. * doc/UniCharIsAlpha.3: New manpage documenting the Unicode character classification APIs [Bug #218720]. | ||||
| * | 2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-06 | 5 | -6/+29 |
| | | | | | | | | | | | | | | * unix/mkLinks: Updated to incorporate the changes below. * doc/StringObj.3: Added 'Tcl_AttemptSetObjLength' to the NAME section. [Bug #414435]. * doc/Alloc.3: Added both 'Tcl_AttemptAlloc' and 'Tcl_AttemptRealloc' to the NAME section. [Bug #414435]. * doc/Utf.3: Added both 'Tcl_UniCharCaseMatch' and 'Tcl_UniCharNcasecmp' to the NAME section. [Bug #414435]. | ||||
| * | Modified processing of $::errorInfo by [unknown] when the auto-loaded command | dgp | 2001-04-06 | 3 | -19/+100 |
| | | | | | | throws an error to better cover the tracks of auto-loading. [Bug 219280, Patch 403551] | ||||
| * | Improved documentation on behaviour of read w.r.t. serial ports. | dkf | 2001-04-06 | 2 | -15/+36 |
| | | | | | [Bug #219402] | ||||
| * | Fixed problem with [string compare \x00 \x01] and hopefully sped the | dkf | 2001-04-06 | 4 | -37/+128 |
| | | | | | | command up in a few cases too (notably byte arrays and UNICODE objects.) [Bug #219201] | ||||
| * | 2001-04-05 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-05 | 3 | -12/+13 |
| | | | | | | * doc/Macintosh.3: Removed duplicates from .SH line [Bug #413983]. | ||||
| * | Fixed so tclCmdMZ.c will compile with K&R compilers [Patch #413844] | dkf | 2001-04-05 | 2 | -3/+8 |
| | | |||||
| * | Restore support for pre-ANSI compilers. | dgp | 2001-04-04 | 2 | -2/+8 |
| | | |||||
| * | 2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-04 | 4 | -1/+182 |
| | | | | | | | | | | | * unix/mkLinks: Updated to contain the new manpage. * doc/Environment.3: New manpage, describes Tcl_PutEnv [Bug #219171]. * doc/Macintosh.3: New manpage describing the macintosh specific parts of the public API [Bug #219169]. | ||||
| * | * unix/configure: | hobbs | 2001-04-04 | 3 | -183/+377 |
| | | | | | | | | * unix/tcl.m4: extended test of termios vs. termio vs. sgtty to better detect result on Linux and when certain configure redirections are being used. (max) [Patch #402923; Bug #227412, #219194] | ||||
| * | 2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-04 | 3 | -10/+48 |
| | | | | | | | | * generic/tclTest.c: * tests/io.tests: TIP #10 followup correcting a problem with the original patch because of the lack of 'testthread id' for a non-threaded compilation. | ||||
| * | fixed a typo in today's date. | Kevin B Kenny | 2001-04-04 | 1 | -1/+1 |
| | | |||||
| * | (TIP#27) Changed a number of Tcl API's to accept "CONST char*" | Kevin B Kenny | 2001-04-04 | 16 | -225/+262 |
| | | | | | in place of simple "char*". (kennykb) [Patch #404026] | ||||
| * | Corrected out of date comment | dgp | 2001-04-04 | 1 | -3/+3 |
| | | |||||
| * | change for tclListObj.c | hobbs | 2001-04-04 | 1 | -0/+6 |
| | | |||||
| * | * generic/tclListObj.c (Tcl_SetListObj): set objPtr->length = 0 in | hobbs | 2001-04-04 | 1 | -1/+2 |
| | | | | | | empty object case to maintain sanctity of Tcl_Obj bytes/length pairing. (porter) [Patch #405998] | ||||
| * | give mklinks its own target | hobbs | 2001-04-04 | 1 | -5/+8 |
| | | |||||
| * | Typo in comment | dgp | 2001-04-04 | 1 | -2/+2 |
| | | |||||
| * | 2001-04-03 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-03 | 4 | -3/+73 |
| | | | | | | | | | | * unix/mkLinks: Added 'Signal.3', 'Tcl_WaitPid'. * doc/DetachPids.3: Added description of 'Tcl_WaitPid' [Bug #219173]. * doc/Signal.3: New man page describing the public API procedures 'Tcl_SignalId' and 'Tcl_SignalMsg' [Bug #219172]. | ||||
| * | * README: | hobbs | 2001-04-03 | 4 | -12/+12 |
| | | | | | | * win/README: * win/README.binary: further notes corrections. | ||||
| * | * win/configure: | hobbs | 2001-04-03 | 3 | -2/+7 |
| | | | | | * win/tcl.m4 (SHLIB_LD): added -incremental:no. [Bug #219381] | ||||
| * | * README: | hobbs | 2001-04-02 | 6 | -126/+100 |
| | | | | | | | | | * mac/README: * win/README: * win/README.binary: * unix/README: updated patchlevel information to 8.4a3 and updated links and notes. | ||||
| * | * generic/tcl.h: | hobbs | 2001-04-02 | 7 | -13/+13 |
| | | | | | | | | | | * tools/tcl.wse.in: * win/configure.in (VER): * win/configure: * unix/configure: * unix/configure.in (VER): * unix/tcl.spec: updated patchlevel information to 8.4a3 | ||||
| * | * generic/tclCkalloc.c (TclFinalizeMemorySubsystem): set curTagPtr | hobbs | 2001-03-31 | 3 | -3/+13 |
| | | | | | | | | | to NULL to allow for reuse. * generic/tclEvent.c (Tcl_Finalize): moved the tsdPtr initialization inside the subsystemsInitialized check to prevent it potentially getting called twice during finalization. (wu) [Patch #403532, Bug #219391] | ||||
| * | * generic/tclThreadTest.c (Tcl_ThreadObjCmd): cast fixes | hobbs | 2001-03-31 | 1 | -3/+3 |
| | | |||||
| * | * win/tclWinSock.c (SocketEventProc): Fixed race condition in | hobbs | 2001-03-31 | 2 | -2/+9 |
| | | | | | | readability of socket on Windows. [Patch #410674, Bug #219205 #219333] | ||||
| * | * generic/tclTest.c (TestChannelCmd): added cast to mollify | hobbs | 2001-03-31 | 1 | -2/+2 |
| | | | | | Windows debug build. | ||||
| * | see ChangeLog | hobbs | 2001-03-30 | 1 | -0/+9 |
| | | |||||
| * | * win/Makefile.in (install-libraries): removed extra \s that broke | hobbs | 2001-03-30 | 1 | -10/+10 |
| | | | | | | | the target. (install-doc): improved install-* targets to use their base build dependency. | ||||
| * | * win/tcl.m4: added imm32.lib to LIBS_GUI for Tk IME support. | hobbs | 2001-03-30 | 1 | -1/+1 |
| | | |||||
