Timeline
Not logged in

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

102 check-ins using file unix/configure.in version a6eaf10b83

1999-08-02
18:33
removed extra declaration of Tcl_RegExpMatchObj check-in: 95c603bf2e user: redman tags: trunk
17:45
* generic/tcl.h: * generic/tcl.decls: * generic/tclDecls.h: * generic/tclInt.h: * generic/tclInt.dec... check-in: 08e3282fc0 user: redman tags: trunk
1999-08-01
22:09
* win/tclWinSock.c: Added comment block to SocketThread() function. Added code to avoid calling Ter... check-in: 77a8b86a7a user: redman tags: trunk
20:43
* generic/tclInt.decls: added declaractions necessary for the Tcl test code to work wth stubs [Bu... check-in: 6f03b1d1ed user: hobbs tags: trunk
1999-07-31
01:55
* unix/tclUnixThrd.c: Applied patch to fix threads on Irix 6.5. Patch from James Dennett. [Bug: 245... check-in: 59e2b0685d user: redman tags: trunk
01:24
* win/tclWinPipe.c: * win/Makefile.in: Fixing launching of 16-bit apps on Win9x from wish. The comm... check-in: 0e573cddc1 user: redman tags: trunk
1999-07-30
23:31
Added definitions for some symbols in tclConfig.sh that never got values in Windows. check-in: cf3031f4df user: wart tags: trunk
22:26
Parameterized the static library linkers (ar cr and lib -nologo) to assist in merging the Makefile.i... check-in: ef28f0d52d user: wart tags: trunk
22:19
* tclParse.c: fixed bug in info complete regarding nested square brackets [Bug: 2382, 2466] check-in: 02e78f811b user: hobbs tags: trunk
21:46
updated trf patch to fix problems created when adapting Kupries' previous patch to our specs. check-in: af62bca303 user: hobbs tags: trunk
19:10
Updated to match the new return values from tcltest. check-in: 4300ae3dc9 user: jenn tags: trunk
02:02
* win/tclWinChan.c: Allow tcl to open CON and NUL, even for std channels. Checking for bad/unusable... check-in: 204ad52209 user: redman tags: trunk
01:35
Exit with non-zero status if there were problems with the way the test suite was started (e.g. wrong... check-in: 4ab899a015 user: jenn tags: trunk
1999-07-29
23:17
* unix/mkLinks.tcl: Applied patch to avoid linking pack.n to pack-old.n. Patch from Don Porter. [Bu... check-in: 11860a3bdf user: redman tags: trunk
22:58
win/tclWinSock.c: free Win32 Event handles when destroying socket helper threads. check-in: 5d8a109496 user: redman tags: trunk
19:21
Added lines so that extensions can set up static linker (ar vs. lib) and C compiler warning flags ea... check-in: 8ccef65e92 user: wart tags: trunk
1999-07-28
18:51
Added entries for LDFLAGS_DEBUG and LDFLAGS_OPTIMIZE so that extensions can get these values in the ... check-in: 0d5ddcfb91 user: wart tags: trunk
18:33
* tests/tcltest.test: * library/tcltest1.0/tcltest.tcl: Fixed the condition under which ::tcltest::P... check-in: a956513b64 user: jenn tags: trunk
1999-07-27
16:31
update Windows installer bitmap to read Tcl/Tk Version 8.2 check-in: 04538cac97 user: redman tags: trunk
01:42
Bug fixes for threaded Tcl on NT with single and dual CPUs. Still some open issues, this code is a ... check-in: f4fa2a7ba1 user: redman tags: trunk
1999-07-26
22:50
* tests/tcltest.test: * library/tcltest1.0/tcltest.tcl: * doc/tcltest.n: Cleaned up code in ::tc... check-in: 857902b876 user: jenn tags: trunk
17:59
Tests for the tcltest package check-in: c9f00c0092 user: jenn tags: trunk
17:51
Change destination of dde package to dde1.1. check-in: 9ffe120a2d user: redman tags: trunk
1999-07-23
23:40
Removed patch for bug 2382, for info complete. check-in: 840e9c95ce user: redman tags: trunk
1999-07-22
23:47
* win/tclWinSock.c: Fixed hang with threads enabled, fixed semaphores with threads disabled. * win/... check-in: 30432d73f2 user: redman tags: trunk
23:45
Fix hange with socket code (win32) with threads enabled, fixed the semaphores for threads disabled. ... check-in: a5863b3a81 user: redman tags: trunk
21:50
* Changed version to 8.2b2. * win/tclWinPort.h: Block out include of sys/*.h in order to build ext... check-in: 589cb7ba77 user: redman tags: trunk
02:15
Applied patch for info complete. [Bug: 2382] check-in: 9a47ff649a user: redman tags: trunk
01:26
revert changes to TclpStrftime, not needed for internal functions. check-in: a4cee78edc user: redman tags: trunk
01:08
* doc/Utf.3: * generic/tcl.decls: * generic/tclInt.decls: * generic/tclDecls.h: * generic/tclIntDecl... check-in: 22b143003b user: redman tags: trunk
00:38
* unix/Makefile.in: Added the Windows configure script to the distribution file list, already shipp... check-in: 677ba646fb user: redman tags: trunk
00:13
* win/makefile.vc: Changed version number of DDE package in VC++ makefile to use 1.1 instead of 1.0... check-in: 6633a54dd5 user: redman tags: trunk
00:06
* doc/open.n: Added documentation of \\.\comX notation for opening serial ports on Windows (alternat... check-in: 10b63080bd user: redman tags: trunk
1999-07-21
23:28
added a line to initialize the tclDefaultLibrary tcl global var to "", as was done in Tcl8.0.5. check-in: b16021515e user: hershey tags: trunk
21:29
Previous version was a mistake, roll it back. check-in: 2d8b4e85a6 user: redman tags: trunk
21:28
* win/tclWinSock.c: Modified 8.1.0 version of the Win32 socket driver to move the handling of the so... check-in: 74cee245ff user: redman tags: trunk
17:43
added missing '\' at the end of one line (only irix complained about this) check-in: 323fd26f82 user: hershey tags: trunk
16:04
Small tweaks to the top-level README to fix typos and wording. check-in: 384e1d2bd9 user: jpeek tags: trunk
02:01
* generic/tclInitScript.h: * unix/tclUnixInit.c: merged code with 8.0.5. We now use an intermedi... check-in: 0d9e2ba09f user: hershey tags: trunk
1999-07-20
00:11
changed http package version from 2.0 to 2.1 check-in: fda7557642 user: hershey tags: trunk
1999-07-19
21:03
changed http dir from 2.0 to 2.1 check-in: 124ac761ed user: hershey tags: trunk
1999-07-16
21:56
Add Tcl_SetNotifier to stubs table. [Bug: 2354] check-in: 0fdd9484f5 user: redman tags: trunk
21:40
* unix/aclocal.m4: * unix/tcl.m4: Add check for Alpha/Linux to correct the IEEE floating flag to t... check-in: 72240a3a0a user: redman tags: trunk
01:52
Fix minor version number. check-in: f5eb99468e user: redman tags: trunk
1999-07-15
21:00
Install files with 82 instead of 81 suffix check-in: 55cb269e12 user: redman tags: trunk
01:47
Change version number check-in: 38e7639e65 user: redman tags: trunk
1999-07-14
19:09
Deleted sentence as suggested by Scott Stanton check-in: b4d75c8e7d user: jpeek tags: trunk
19:07
Created branch core-8-2-b1-synthetic Closed-Leaf check-in: d0852b1db1 user: cvs2fossil tags: core-8-2-b1-synthetic, core-8-2-b1
19:07
Created branch scriptics-tclpro-1-3-b3-synthetic Closed-Leaf check-in: 77ff211b7e user: cvs2fossil tags: scriptics-tclpro-1-3-b3-synthetic, scriptics-tclpro-1-3-b3
19:07
doc/re_syntax.n: Deleted sentence suggested by Scott S. check-in: d7e9fff01e user: jpeek tags: trunk
1999-07-13
22:23
Makefile.in: fixed cat32.exe build makefile.vc: fixed calling tcltest.exe check-in: 580b6853c5 user: redman tags: trunk
22:23
Add .m4 files and Windows configure.in and Makefile.in check-in: 830c41e50e user: redman tags: trunk
22:22
Change dde package to 1.1 check-in: 9bd199dc6c user: redman tags: trunk
22:21
Merged ChangeLog for 8.2b1 check-in: 85be69819f user: redman tags: trunk
02:07
Removed two notes to myself (oops), cleaned up wording, moved changebars. check-in: 9b72e5aa55 user: jpeek tags: trunk
02:06
Documented tweaks to the tcl/docs/re_syntax.n manpage file. check-in: eba33a5ca7 user: jpeek tags: trunk
1999-07-12
21:03
Catch the cd that sets up the initial value for the testsDirectory variable. check-in: aa7feb0ac0 user: jenn tags: trunk
1999-07-11
20:31
Changed version numbers in NMAKE makefile. check-in: 2ea86e8bdf user: redman tags: trunk
20:29
Change version number in NMAKE makefile check-in: b1cd1cf0ff user: redman tags: trunk
1999-07-09
21:18
install-man target renamed to "install-doc" to be consistent with TEA spec. check-in: b01449ac9b user: wart tags: trunk
18:24
* win/configure.in: Eval DLLSUFFIX, LIBSUFFIX, and EXESUFFIX in the configure script so that substit... check-in: fd326b93fa user: redman tags: trunk
02:31
fixed line termination character check-in: 77df520e96 user: stanton tags: trunk
02:12
*** empty log message *** check-in: 828e9399bf user: stanton tags: trunk
02:11
* tests/string.test: * generic/tclCmdMZ.c: Fixed bug in string range bounds checking code. check-in: 614b32f8b0 user: stanton tags: trunk
00:00
Removed -asidefromdir and -relateddir flags, removed unused ::tcltest::dotests proc, cleaned up impl... check-in: c5abb670a1 user: jenn tags: trunk
1999-07-08
23:17
* win/Makefile.in: Added tcltest target so runtest works properly. Added missing names to the clean... check-in: bd1fc18299 user: stanton tags: trunk
19:44
Fixed bogus test for env.test check-in: 931d254c68 user: rjohnson tags: trunk
17:29
Do additional checks to unset any environment variables set, changed or created by the tests. check-in: 8163db91b2 user: jenn tags: trunk
03:35
Improved test to handle empty env array - (will raise error) check-in: 49ec7aac3e user: rjohnson tags: trunk
03:30
Fixed a couple of bad registry tests... check-in: 030703c01e user: rjohnson tags: trunk
03:08
Fixed bug in test suite - remember to update tests when changing features!!! check-in: 2d21c46440 user: rjohnson tags: trunk
02:57
Fixed broken utility function makeFile. check-in: 7c29ca5cd1 user: rjohnson tags: trunk
1999-07-07
23:08
Made test encoding test understand platform differences. check-in: f6d0bb0e6a user: rjohnson tags: trunk
18:59
* doc/fconfigure.n: Clarified default buffering behavior for the standard channels. [Bug: 2335] check-in: 842d60e737 user: stanton tags: trunk
02:37
New windows serial port driver. [Bug 1980 2217] check-in: 256cf12d76 user: redman tags: trunk
02:28
Marked two timing-dependent tests "nonPortable", but I really need to fix these (4.11 and 4.12) check-in: f52b68ccbe user: welch tags: trunk
02:08
Back-fitted notes about my recent changes check-in: 309cad81f8 user: welch tags: trunk
01:58
Fixed handling of connection timeouts. check-in: ad2c691a5a user: welch tags: trunk
1999-07-06
23:55
Removed extra '\' characters at the beginning of the parseOld.test file that were causing "invalid c... check-in: aebd6705b5 user: jenn tags: trunk
23:43
Added entries for 6/25/99 and 6/29/99 reflecting the addition of the tcltest package and all changes... check-in: 0491db6507 user: jenn tags: trunk
22:50
Added entry re: 1999-06-23 changes that created re_syntax(n) page. check-in: bae3599a08 user: jpeek tags: trunk
1999-07-02
22:08
Fix missing declaration of tclStubs check-in: c3d96ae985 user: redman tags: trunk
21:59
Fix Tcl_GetStackedChannel declaration, the function returns a Tcl_Channel, not void. check-in: d88a0ddb9c user: redman tags: trunk
21:50
Block out unix-only code for windows & mac. check-in: 0eb08410e8 user: redman tags: trunk
21:09
Regen the stub files after changes in tcl.decls were made, but the stub files were not regenerated. check-in: 976652f5cb user: redman tags: trunk
20:39
Temporarily disabling core file checking. check-in: 3017d5a542 user: jenn tags: trunk
19:59
Fixed lint found by Jim Ingham check-in: c368b08fea user: welch tags: trunk
19:51
Name change from Tcl_ReplaceChannel to Tcl_StackChannel Added new code that modifies the channel in ... check-in: 559c4a45d9 user: welch tags: trunk
19:51
Name change from Tcl_ReplaceChannel to Tcl_StackChannel check-in: 3dfed73236 user: welch tags: trunk
06:41
Improved support for empty array names check-in: 29f911e5bf user: welch tags: trunk
06:05
Added hook points to the notifier check-in: 2575337b01 user: welch tags: trunk
06:05
Added hook points to the notifier Updated Xt tests to use new Tcl_SetNotifier check-in: b68062ca89 user: welch tags: trunk
06:05
Fixed package version number check-in: 0ec7baf04b user: welch tags: trunk
06:04
Added hook points to the notifier check-in: 8a7bc87ac3 user: welch tags: trunk
06:04
Added Tcl_SetNotifier and associated typedef. This lets you hook the notifier procs. check-in: 6889d4e289 user: welch tags: trunk
1999-07-01
23:24
fix to call TclStat instead of TclpStat check-in: 002b63e317 user: redman tags: trunk
23:21
Call TclStat instead of TclpStat in order to allow the stat hooks to work properly. check-in: 5ff61ca415 user: redman tags: trunk
17:36
Changed the tests to use the testConstraints array that the test harness uses instead of the old nam... check-in: 6b946e4c34 user: jenn tags: trunk
16:54
Updated for new package version number check-in: a112554fac user: welch tags: trunk
1999-06-30
22:35
Fix genstubs target. check-in: 66fe41f6a8 user: redman tags: trunk
22:34
Add TclHandle functions to the internal stub table. Remove unused tclStubs.c file. check-in: 17d529bed8 user: redman tags: trunk
18:39
Removed call to obsolete AC_C_CROSS macro. check-in: 5bcc801016 user: wart tags: trunk