Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 1998-10-03 01:56:40.
|
1998-10-13
| ||
| 19:03 | Bumped patch number to 8.0.4 check-in: ee94132f9b user: escoffon tags: trunk | |
| 18:44 | Fixed bug in "info complete" - it did not handle NULLs correctly. check-in: 5ae085bcc2 user: rjohnson tags: trunk | |
|
1998-10-07
| ||
| 20:57 | Fixed a bug that caused the Tcl DLL to be linked against msvcrt.lib for both debug and nodebug build... check-in: 39335e2e3d user: escoffon tags: trunk | |
|
1998-10-06
| ||
| 21:24 | 8.1a2 bug: The compile procedure for "if" incorrectly attempted to match against the literal string ... check-in: a58153dbcc user: stanton tags: core-8-1-branch-old | |
| 20:39 | Removed unused function decls. check-in: 55b9562382 user: rjohnson tags: core-8-1-branch-old | |
| 20:27 | added test for compilation of "::if" check-in: ee01365fe4 user: stanton tags: core-8-1-branch-old | |
| 19:12 | Minor changes in test file & C style. check-in: ca39630118 user: rjohnson tags: trunk | |
| 03:09 | merge 8.0.4 into 8.1 check-in: 85d6811fcd user: stanton tags: core-8-1-branch-old | |
| 02:59 | merged 8.0.4 changes into 8.1 branch check-in: e8eee9b422 user: stanton tags: core-8-1-branch-old | |
| 00:42 | added a warning about static string modifications check-in: 49588c4d09 user: stanton tags: core-8-1-branch-old | |
| 00:42 | * tclWinFile.c: added warning about modifying static strings * makefile.vc: fixed version strings, a... check-in: df8e6385a0 user: stanton tags: core-8-1-branch-old | |
| 00:40 | * tclUnixFile.c: added warning about modifying static strings check-in: 1ea23e438f user: stanton tags: core-8-1-branch-old | |
| 00:40 | * tclIndex: updated index to reflect 8.1 files check-in: a2550f58c1 user: stanton tags: core-8-1-branch-old | |
| 00:37 | * tclMacFile.c: updated comments to warn about modifying statics check-in: 7e70b775c7 user: stanton tags: core-8-1-branch-old | |
| 00:37 | * tclInterp.c: added guard against deleting current interpreter check-in: eb80a96a21 user: stanton tags: core-8-1-branch-old | |
| 00:36 | * tclFileName.c: added warnings around code that modifies strings in place check-in: 54c1a6eebc user: stanton tags: core-8-1-branch-old | |
| 00:36 | * tclExecute.c: fixed off-by-one copying error, fixed merge bugs check-in: 74a88c6e48 user: stanton tags: core-8-1-branch-old | |
| 00:36 | * tclEvent.c: changed so USE_TCLALLOC is tested for value instead of definition so that we can compi... check-in: f1cd5519c2 user: stanton tags: core-8-1-branch-old | |
| 00:35 | * tclCompile.c (TclCompileScript): changed to avoid modifying the input string in place because name... check-in: 78ce452bce user: stanton tags: core-8-1-branch-old | |
| 00:35 | replaced SCCS strings added warnings around code that modifies strings in place check-in: 9907dfb5ba user: stanton tags: core-8-1-branch-old | |
|
1998-10-05
| ||
| 22:32 | Added a new Tcl object called "procbody"; this object's internal representation contains both a Proc... check-in: 0aa459d72f user: escoffon tags: trunk | |
| 18:47 | * interp.test: added test for interp deleting itself check-in: 91f48d923a user: stanton tags: core-8-1-branch-old | |
| 18:46 | * auto.tcl, package.tcl: replaced SCCS strings with RCS strings * tclIndex: updated index to reflec... check-in: 58112df7ff user: stanton tags: core-8-1-branch-old | |
| 17:38 | replaced SCCS strings, added initializer to avoid purify warnings check-in: 595e79a4d6 user: stanton tags: core-8-1-branch-old | |
| 17:35 | added comment to clarify that it is not valid to modify argument strings in a string-based Tcl comma... check-in: 975dbf9367 user: stanton tags: trunk | |
|
1998-10-03
| ||
| 01:56 | replaced SCCS with RCS strings check-in: c65ae5da0d user: stanton tags: core-8-1-branch-old | |
|
1998-09-30
| ||
| 23:59 | merged tcl8.0.4 changes check-in: 705dc36abf user: stanton tags: trunk | |
| 23:58 | merged tcl8.0.4 changes check-in: f90444d589 user: stanton tags: core-8-1-branch-old | |
| 23:58 | merged tcl8.0.4 changes into 8.1 branch to fix Windows memory allocation check-in: 035915472d user: stanton tags: core-8-1-branch-old | |
| 23:57 | merged tcl8.0.4 changes to fix Windows memory allocation check-in: eec70dc1ff user: stanton tags: trunk | |
| 23:04 | * tclCompCmds.c: lint check-in: 418e7360d2 user: stanton tags: core-8-1-branch-old | |
| 23:01 | * tclUnixPort.h: removed circular macro definitions for access/stat * tclUnixInit.c: lint * tc... check-in: 241545c7d6 user: stanton tags: core-8-1-branch-old | |
| 20:52 | Added tests/stack.test, to test recursion limits. Added SHLIB_PATH to the list of special macros to ... check-in: c4a3d413ed user: escoffon tags: trunk | |
| 20:50 | * makefile.vc: fixed so TCL_LIBRARY is set before running tcltest * tclWinInit.c: lint * tclWin32D... check-in: 281afe0988 user: stanton tags: core-8-1-branch-old | |
| 20:47 | deleted TclpFinalize check-in: 93efb6ffef user: stanton tags: core-8-1-branch-old | |
| 20:46 | more cleanup of 8.0.3 merges into 8.1 check-in: 920c75be13 user: stanton tags: core-8-1-branch-old | |
| 20:19 | Added support for Win95. check-in: e22198e258 user: escoffon tags: trunk | |
|
1998-09-29
| ||
| 18:22 | Removed function declarations that were never used and not referenced by any implementation. check-in: 2510e314d3 user: rjohnson tags: trunk | |
|
1998-09-28
| ||
| 20:24 | fixed stat() and access() usage to use correct routines for wrapper check-in: 30cf91ed4b user: stanton tags: core-8-1-branch-old | |
|
1998-09-24
| ||
| 23:58 | merging changes from 8.0.3 into 8.1a2 check-in: 1c3c1ab19f user: stanton tags: core-8-1-branch-old | |
|
1998-09-23
| ||
| 20:13 | Removed "sccs" commands from "Makefile.in" to facilititate switch over to CVS. check-in: ce25c23b8e user: suresh tags: trunk | |
|
1998-09-22
| ||
| 00:36 | replaced opt0.1 with opt0.4 check-in: 275fd7e513 user: stanton tags: core-8-1-branch-old | |
|
1998-09-21
| ||
| 23:39 | Added contents of Tcl 8.1a2 check-in: 8c56dc8868 user: stanton tags: core-8-1-branch-old | |
|
1998-09-14
| ||
| 18:39 | Replaced SCCS strings, fixed binary files check-in: 196f92fd17 user: stanton tags: trunk, core-8-0-3 | |
|
1998-09-08
| ||
| 17:03 | *** empty log message *** check-in: 4cb47efa64 user: stanton tags: trunk | |
|
1998-08-31
| ||
| 16:31 | Initial revision check-in: deb7dc0068 user: stanton tags: trunk | |
|
1998-08-21
| ||
| 10:44 | removed version number from help file check-in: 02becd2346 user: stanton tags: trunk | |
|
1998-08-17
| ||
| 11:56 | Updates for Jim check-in: 8f4a7201bd user: welch tags: trunk | |
|
1998-08-13
| ||
| 13:43 | Restored attribution check-in: 1542863a11 user: welch tags: trunk | |
|
1998-08-12
| ||
| 17:29 | UnixWare patches check-in: 8c6a399b27 user: welch tags: trunk | |