Timeline
Not logged in

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

112 check-ins using file generic/tclIntDecls.h version f854de6002

1999-06-30
18:39
Removed call to obsolete AC_C_CROSS macro. check-in: 5bcc801016 user: wart tags: trunk
17:47
Initial version of the Tcl_ReplaceChannel and Tcl_UndoReplaceChannel functions. check-in: 3050cfce85 user: welch tags: trunk
17:46
Updated http and ReplaceChannel man pages check-in: 1305a89b07 user: welch tags: trunk
17:43
Fixed -timeout bug to handle connections to dead servers properly. Added http::cleanup function check-in: 910071defe user: welch tags: trunk
05:51
updated dde version from 1.0 to 1.1 check-in: e4b2fadb55 user: hershey tags: trunk
00:17
Added a check to not rename incr unless it's been previously renamed. check-in: b45cab665d user: jenn tags: trunk
00:17
Added a check at the end of the test to not unset variables if they don't exist. check-in: bc368c12a4 user: jenn tags: trunk
1999-06-29
20:14
Added flags -limitconstraints, -preservecore, -help, -file, -notfile, -relateddir, and -asidefromdir... check-in: f368875e9c user: jenn tags: trunk
03:22
Modified the last three tests to run with pcOnly constraint. check-in: fca81e7512 user: jenn tags: trunk
00:25
Adopted Doc patch that changes "unknown_active" to "unknown_pending" check-in: 4c4b368e76 user: welch tags: trunk
1999-06-28
23:49
Applied patch from Peter Hardie (with modifications) to fix Tcl_GetIndexFromObj when the key is "". ... check-in: 4fe945f885 user: redman tags: trunk
19:02
Documented 2 more files that need to be updated when the Tcl version number changes. check-in: 291c4b0434 user: wart tags: trunk
18:23
Fixed test suite to call $tcltest::tcltest instead of $::tcltest (for the name of the executable). check-in: b76cf62cdc user: redman tags: trunk
18:23
Updated versions to 8.2 and 8.2b1 where appropriate. check-in: e7fc3bd90d user: wart tags: trunk
1999-06-27
20:38
updated 8.1 to 8.2 check-in: cbcde3438f user: hershey tags: trunk
1999-06-26
22:41
Added poke command to dde. Changed dde package version to 1.1 Fixed makefile to install tcl8.2 libra... check-in: 8c9bb6b936 user: redman tags: trunk
22:29
Marked on of the string tests non-portable. IRIX thinks that .e1 is a valid double - the spec and ... check-in: b4e7ea6550 user: rjohnson tags: trunk
21:41
Fixed another bug in test suite... check-in: 95f256864f user: rjohnson tags: trunk
21:09
Fixed bug in all.tcl that caused "make test" not to work. The var testsDirectory was getting the w... check-in: c551a52332 user: rjohnson tags: trunk
20:55
Fixed style problems in many of the test files. Fixed bug in pkg.test where defs.tcl was still bein... check-in: dbfd75f43f user: rjohnson tags: trunk
19:35
Export functions for TclHandle check-in: f084f054d6 user: redman tags: trunk
03:56
Added tcltest to the list of packages to install check-in: 52c833fe48 user: jenn tags: trunk
03:56
Added package tcltest to the list of packages to install. check-in: 5ecb8cb458 user: jenn tags: trunk
03:54
Modified the tests to use the package tcltest check-in: fdb0602e41 user: jenn tags: trunk
03:53
Adding package tcltest; this replaces the original defs.tcl file that was a part of the test suite. check-in: 2b7cfbc0de user: jenn tags: trunk
03:47
This file contains what used to be in the tests/README file and documents the tcltest package. check-in: 152507d861 user: jenn tags: trunk
00:01
Changed so unix always maps ckalloc to Tcl_Alloc or Tcl_DbCkAlloc to avoid problems with mixed TCL_M... check-in: 732e56feb0 user: redman tags: trunk
1999-06-25
23:47
Changed to Tcl 8.2b1 check-in: 9f2cd61b60 user: welch tags: trunk
23:47
Added note about win/configure.in needing a version change check-in: 1f87923771 user: welch tags: trunk
23:46
Fixed return value in doc. check-in: 003e537211 user: welch tags: trunk
23:29
Changed to Tcl 8.2b1 check-in: c46ff26d58 user: welch tags: trunk
23:29
Added man page for Tcl_Replace Channel and TclUndoReplaceChannel check-in: 243da854b8 user: welch tags: trunk
18:42
* tests/reg.test: * generic/regexec.c: Fixed bugs in non-greedy quantifiers. check-in: 7002d2683b user: stanton tags: trunk
1999-06-24
21:15
Moved description of regular expression syntax from regexp.n into a new re_syntax.n page. Modified ... check-in: 95abde5c42 user: jpeek tags: trunk
03:27
* unix/Makefile.in: Changed install-doc to install-man. * tools/uniParse.tcl: * tools/uniClass.tcl:... check-in: 9d26b83359 user: stanton tags: trunk
1999-06-22
18:57
One more try at fixing the TCL_LIBRARY problem check-in: 421197f4e6 user: wart tags: trunk
18:51
TCL_LIBRARY is now set in the Makefile check-in: eb4ca9bbf8 user: wart tags: trunk
1999-06-21
19:02
*** empty log message *** check-in: 7652b6f733 user: stanton tags: trunk
19:02
* unix/tclUnixThrd.c (TclpThreadCreate): Fixed memory leak where thread attributes were not being re... check-in: d3a5225279 user: stanton tags: trunk
1999-06-19
00:57
Merged with tk defs.tcl file check-in: 1731e0e5cd user: jenn tags: trunk
00:18
Reflects recent changes in tcl.m4 (compiler warnings) check-in: 44079c5e8e user: wart tags: trunk
1999-06-18
17:34
Modifications to correct CC_EXENAME macro. check-in: c43769ff9b user: redman tags: trunk
1999-06-17
23:30
Modify aclocal.m4 for PC to run cygpath on path of CC_EXENAME first. check-in: 171ce697ec user: redman tags: trunk
19:32
*** empty log message *** check-in: e2e7105bb2 user: stanton tags: trunk
19:32
* doc/RegExp.3: Documented the new regexp interfaces and the compile/execute flags. check-in: 2e29d83ea4 user: stanton tags: trunk
19:32
* generic/tclTest.c: * generic/tclRegexp.h: * generic/tclRegexp.c: * generic/tcl.h: * generic/tcl.de... check-in: 0974012913 user: stanton tags: trunk
19:31
* tests/regexp.test: * generic/tclCmdMZ.c: * generic/tclCmdIL.c: Changed to use new regexp interface... check-in: 439ccec547 user: stanton tags: trunk
19:30
* generic/regcomp.c: lint * tests/reg.test: * generic/regex.h: * generic/regc_lex.c: Added REG_BOSO... check-in: 12e2267e22 user: stanton tags: trunk
01:38
Updated to reflect recent changes check-in: bb45660987 user: wart tags: trunk
00:36
Fixed compiler optimization flags for Linux to remove a plethora of warnings. check-in: 742be4e919 user: wart tags: trunk
00:20
* generic/tclVar.c (Tcl_VariableObjCmd): fixed premature increment in loop that was causing out-of... check-in: 53b13ff96a user: hershey tags: trunk
1999-06-16
23:41
Reflects changes to tcl.m4 check-in: b41388eed7 user: wart tags: trunk
23:30
Added changes to make the macros bahave in the same manner as the Windows tcl.m4 macros check-in: a06214d64a user: wart tags: trunk
23:18
more incremental changes check-in: 5801e92f07 user: surles tags: trunk
22:38
added tclConfig.sh.in for Windows check-in: e5da250aa2 user: surles tags: trunk
22:36
merged unix and windows styles check-in: 95cc329c16 user: surles tags: trunk
21:56
*** empty log message *** check-in: 038564ed5c user: stanton tags: trunk
21:56
* tests/execute.test: * generic/tclExecute.c (TclExecuteByteCode): Fixed crash caused by a bug in IN... check-in: 82d723f770 user: stanton tags: trunk
20:17
Reorganized the order of the macros (cosmetic change) check-in: f64f4d2f4e user: wart tags: trunk
20:12
modified files to work with new windows Makefiles check-in: be618c2ce7 user: surles tags: trunk
02:20
More TEA changes. Should play well with TclX now. check-in: c8e10ac489 user: wart tags: trunk
02:10
Fix DDE code to reinitialize with new servername. check-in: 9e936b8146 user: redman tags: trunk
00:47
fixed bug that cause bad memory read on Windows check-in: 4a56d07c39 user: hershey tags: trunk
00:00
fixed bugs that kept windows from compiling. check-in: 0cb1b747f4 user: hershey tags: trunk
1999-06-15
22:06
beefed up the string object tests check-in: 3f45ef233e user: hershey tags: trunk
20:44
Tcl configure / Makefile sequence now complies with the most basic spec for TEA. check-in: e8b97f0924 user: wart tags: trunk
20:41
Includes changes to tcl.m4 check-in: 21a0bc046a user: wart tags: trunk
20:41
Modified some macros based on how some of the extensions work. check-in: 62dee156b9 user: wart tags: trunk
03:14
Improved the appendObj functions (uncomented the optimized code that was present in the Unicode obj)... check-in: 6a28946962 user: hershey tags: trunk
01:16
Merged String and Unicode object types. Added new functions to the puplic API: Tcl_NewUnicodeObj... check-in: 23b23af342 user: hershey tags: trunk
1999-06-11
02:06
Continued work on configure and make scripts check-in: 35a6cd6205 user: surles tags: trunk
01:53
Continued work on configure and make scripts check-in: 3d03efd78b user: surles tags: trunk
1999-06-10
22:07
*** empty log message *** check-in: bed45a3b2a user: stanton tags: trunk
21:49
macros that autoconf will be looking for (tcl.m4) check-in: 9b85d6df08 user: wart tags: trunk
21:49
Macros that autoconf will be looking for (tcl.m4) check-in: 62b57f0f65 user: wart tags: trunk
21:47
Modified to use the tcl.m4 macros check-in: 91124a20c6 user: wart tags: trunk
21:47
Modified configure.in that uses the tcl.m4 macros check-in: 3a4c79d9ba user: wart tags: trunk
21:46
First pass at Windows Tcl autoconf macros check-in: 80f11146d9 user: wart tags: trunk
21:45
First pass at Tcl autoconf macros check-in: df969de59c user: wart tags: trunk
19:14
fied a memory leak. purify nolonger complains. check-in: 9726b2f18e user: hershey tags: trunk
04:29
* tools/genStubs.tcl: Changed to always write output in LF mode. check-in: f36bf665e7 user: stanton tags: trunk
04:28
* generic/tclUnicodeObj.c: Lots of cleanup and simplification. Fixed several memory bugs. Added Tcl... check-in: ea63e58504 user: stanton tags: trunk
04:27
* generic/regexec.c: * unix/tclUnixNotfy.c: lint check-in: 3807220c1a user: stanton tags: trunk
1999-06-09
17:06
performance improvement for TclGetUnicodeFromObj function and the Unicode object type. check-in: bcc8429af0 user: hershey tags: trunk
17:06
unset the variable "u" whose initial value could affect test passage. check-in: ab4cba4af2 user: hershey tags: trunk
1999-06-08
23:30
added TclGetUnicodeFromObj function for use with regexp check-in: 6663ce58d5 user: hershey tags: trunk
19:02
*** empty log message *** check-in: 70636ebef7 user: stanton tags: trunk
19:02
* win/tclWinSock.c: Rolled back to the 8.1.0 implementation because of serious problems with the new... check-in: 0e16766ed6 user: stanton tags: trunk
18:06
added code to unset the "data" array so tests that follow can use a scalar data var w/o having to un... check-in: a916ae38b5 user: hershey tags: trunk
02:59
* tests/string.test: * generic/tclVar.c (Tcl_SetVar2Ex): * generic/tclStringObj.c (Tcl_AppendObjT... check-in: 8fcb19ead3 user: hershey tags: trunk
1999-06-05
00:18
*** empty log message *** check-in: fe3561f466 user: stanton tags: trunk
00:18
* win/configure.in: * win/Makefile.in: Windows build now handles static/dynamic debug/nodebug builds... check-in: 96386b55b1 user: stanton tags: trunk
1999-06-03
18:43
*** empty log message *** check-in: 3ae7d79873 user: stanton tags: trunk
18:43
* generic/tclCmdMZ.c (Tcl_StringObjCmd): * tests/string.test: Fixed bug where string equal/compare -... check-in: 913059fbe2 user: stanton tags: trunk
1999-06-02
22:05
fixed install target for man pages check-in: 6ad2520a6f user: surles tags: trunk
20:53
fixed typo check-in: de3a2e94c8 user: stanton tags: trunk
20:21
* generic/tclUtf.c (Tcl_UtfNcasecmp): Fixed incorrect computation of relative ordering. [Bug: 2135] check-in: 58260de12d user: stanton tags: trunk
19:29
Added makefile targets and configure switches to be TEA compliant check-in: 74d2ccc295 user: surles tags: trunk
02:03
*** empty log message *** check-in: e4ca18e1ae user: stanton tags: trunk
02:03
* unix/configure.in: Fixed various small configure.in patches submitted by Jan Nijtmans. [Bug: 2121]... check-in: 52b68b7712 user: stanton tags: trunk
01:53
* tests/reg.test: * generic/regc_color.c: * generic/regc_cvec.c: * generic/regc_lex.c: * generic/reg... check-in: 96584c60d8 user: stanton tags: trunk
1999-05-28
23:02
*** empty log message *** check-in: 8aa83b7ffd user: stanton tags: trunk
23:02
* win/Makefile.in: * win/configure.in: Added preliminary TEA implementation. check-in: e66286eb0c user: stanton tags: trunk
23:02
* win/tclWinDde.c: Fixed bug where dde calls were being passed an invalid dde handle because Initial... check-in: 5e7b70ba7b user: stanton tags: trunk
23:02
* generic/tclObj.c: Changed to eliminate use of isupper/tolower in favor of the Unicode versions. check-in: 394d8ee6ec user: stanton tags: trunk
00:01
fixed error in test reported by procheck check-in: 4433b41879 user: surles tags: trunk
1999-05-26
20:53
Changes for generic/tclThreadTest.c and win/tclWinSock.c bug fixes. check-in: 24410a9dc3 user: redman tags: trunk
20:24
generic/tclThreadTest.c: Fix race condition in testthread code. win/tclWinSock.c: Fixed hang in Win... check-in: b14f0363ec user: redman tags: trunk
02:39
Merged changes from 1-3-b2 branch into mainline. check-in: ef79a444b9 user: stanton tags: trunk
1999-05-25
01:00
*** empty log message *** check-in: b5b27a5b74 user: stanton tags: trunk
01:00
* tools/genStubs.tcl: Changed to allow a list of platforms instead of just one at a time. check-in: 4c82ed51c1 user: stanton tags: trunk
01:00
* generic/tcl.decls: * generic/tclCmdMZ.c: * generic/tclDecls.h: * generic/tclInt.decls: * generic/t... check-in: 1cdb3df621 user: stanton tags: trunk