Timeline
Not logged in

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

48 check-ins using file generic/tclThreadTest.c version 3bf17965dd

1998-11-24
21:56
moved ChangeLog entries to top level check-in: 7e76feaeb8 user: stanton tags: core-8-1-branch-old
01:16
* regexec.c: more performance tuning from Henry Spencer. check-in: bf571e701a user: stanton tags: core-8-1-branch-old
01:16
fixed broken non-portable tests check-in: ca68cc943d user: stanton tags: core-8-1-branch-old
1998-11-18
23:16
winhelp related man page cleanup check-in: 75079392fb user: stanton tags: core-8-1-branch-old
23:16
updated version to 8.1 check-in: 6fd1dc43f0 user: stanton tags: core-8-1-branch-old
22:34
lint check-in: d0cf20b29d user: stanton tags: core-8-1-branch-old
22:33
updated regexp docs check-in: b2f19c704a user: stanton tags: core-8-1-branch-old
04:15
* tclScan.c: moved "scan" implementation out of tclCmdMZ.c and added Unicode support. This required... check-in: cebcfe843b user: stanton tags: core-8-1-branch-old
03:34
lint check-in: a8afda2326 user: stanton tags: core-8-1-branch-old
03:34
* tclAlloc.c: changed so allocated memory is always 8-byte aligned to improve memory performance and... check-in: df12e15e76 user: stanton tags: core-8-1-branch-old
03:15
added tclScan.c to build check-in: 64ff0c8839 user: stanton tags: core-8-1-branch-old
1998-11-17
21:38
integrated latest changes from Henry Spencer, mostly performance improvements renamed re_u* interfac... check-in: a793d07cfa user: stanton tags: core-8-1-branch-old
1998-11-16
20:45
moved scan implementation into tclScan.c changed scan to support unicode check-in: f9da63b2e8 user: stanton tags: core-8-1-branch-old
1998-11-11
04:54
lots of lint wrapped mutex declarations in ifdefs to avoid compiler warnings check-in: 9535a849c1 user: stanton tags: core-8-1-branch-old
04:08
merged 8.0.4 into 8.1 check-in: fe115bdad2 user: stanton tags: core-8-1-branch-old
01:44
integrated latest regexp updates from Henry Spencer, includes new regexp switches "-line", "-lineanc... check-in: 61908a0265 user: stanton tags: core-8-1-branch-old
00:15
fixed bug in initialization order, caught by Purify check-in: abca73d1c3 user: stanton tags: core-8-1-branch-old
1998-11-10
02:40
fixed "format" so it handles multibyte characters in %s with field width and precision specifiers check-in: 131b8deb6e user: stanton tags: core-8-1-branch-old
1998-11-09
22:52
integrated documentation patch check-in: 5a9c855ad8 user: stanton tags: core-8-1-branch-old
1998-11-06
21:51
* tclVar.c (TclGetIndexedScalar): Fixed bug 796, var name was getting lost before being passed to Ca... check-in: 76d822d5f5 user: stanton tags: core-8-1-branch-old
1998-11-04
04:47
*** empty log message *** check-in: 5c8fb289ea user: stanton tags: core-8-1-branch-old
04:39
Merged Henry's latest changes to add support for character ranges in cvec data type Added support f... check-in: 6a4b8e2ee0 user: stanton tags: core-8-1-branch-old
1998-10-21
20:57
fixed typo in include check-in: 078afb3c89 user: stanton tags: core-8-1-branch-old
20:39
Integrated latest regexp changes from Henry Spencer. Moved regexp related declarations out of tclInt... check-in: 502d826d63 user: stanton tags: core-8-1-branch-old
20:21
replaced SCCS strings check-in: 330412ceac user: stanton tags: core-8-1-branch-old
1998-10-16
01:28
updated log for Unicode case changes check-in: 738e154eef user: stanton tags: core-8-1-branch-old
01:24
updated docs to reflect changes in wordend/wordstart and the addition of the totitle command check-in: 07811a3f31 user: stanton tags: core-8-1-branch-old
01:16
Added Unicode character table support: added TclUniCharIsWordChar tclCmdMZ.c (Tcl_StringObjCmd): ... check-in: a448adffae user: stanton tags: core-8-1-branch-old
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
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
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
1998-10-03
01:56
replaced SCCS with RCS strings check-in: c65ae5da0d user: stanton tags: core-8-1-branch-old