Timeline
Not logged in

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

40 check-ins using file win/tclWinSock.c version 5b17a7e889

1999-03-24
05:40
Created branch core-8-0-5-synthetic Closed-Leaf check-in: ae474d2506 user: cvs2fossil tags: core-8-0-5-synthetic, core-8-0-5
05:40
Update to CW Pro 4 and MoreFiles 1.4.9. check-in: 878fc49ec0 user: jingham tags: core-8-0-5-branch
05:25
If TCL_TEST is defined, export the symbols in tclMacPort.h. This will allow us to build the shared ... check-in: c22364e582 user: jingham tags: core-8-0-5-branch
05:21
Reverting Serial port changes. This will be implemented as an extension instead of using special co... check-in: f329606d91 user: jingham tags: core-8-0-5-branch
1999-03-23
22:11
Jim decied not to put this in afterall. check-in: 0a6b3cbf6c user: rjohnson tags: core-8-0-5-branch
1999-03-22
17:39
Adding the file tclMacSerial.c for Jim Ingham. check-in: d6575ceaed user: rjohnson tags: core-8-0-5-branch
05:42
Added Mark Roseman's fix for the socket writes over a slow network. Copy the data that you pass to ... check-in: 213d1f2425 user: jingham tags: core-8-0-5-branch
05:42
Added some const's to fit with MoreFiles 1.4.9 check-in: dea0ac1965 user: jingham tags: core-8-0-5-branch
05:42
Give the serial module a chance at the open file filename before opening it as a file. check-in: 759bf2bb31 user: jingham tags: core-8-0-5-branch
05:42
Added mention of the Macintosh serial command check-in: 959108ed31 user: jingham tags: core-8-0-5-branch
05:42
Added documentation for the serial open on the Macintosh check-in: 14897de048 user: jingham tags: core-8-0-5-branch
1999-03-04
01:02
*** empty log message *** check-in: 4cc6e958bc user: stanton tags: trunk
01:01
* generic/tcl.decls: Added Mac specific declarations. * generic/tclStubs.c: * generic/tclStubInit.c... check-in: 3ab6dc531f user: stanton tags: trunk
00:54
* generic/tclStubLib.c: Added internal interface hooks. check-in: f2bf2426ea user: stanton tags: trunk
1999-03-03
00:39
updated changelog check-in: f826b61cd4 user: stanton tags: trunk
00:38
* unix/Makefile.in: * unix/configure.in: * unix/ldAix: Enhanced AIX shared library support. * win/t... check-in: 51058ad13d user: stanton tags: trunk
1999-02-26
22:25
updated old URL in README check-in: c3066a9fc0 user: hershey tags: trunk
1999-02-19
03:40
fixed configure script to properly generate multiple files check-in: dc395691ba user: stanton tags: core-8-0-5-branch
02:23
renamed tcl.hpj to tcl.hpj.in check-in: 626cd93e63 user: stanton tags: core-8-0-5-branch
02:22
renamed tcl.hpj to tcl.hpj.in check-in: ce0f62a232 user: stanton tags: trunk
02:17
Created branch scriptics-tclpro-1-2-synthetic Closed-Leaf check-in: 1d719b3ad1 user: cvs2fossil tags: scriptics-tclpro-1-2, scriptics-tclpro-1-2-synthetic
02:17
changed so helpfile generation can work from the build environment check-in: 29c3f02f33 user: stanton tags: core-8-0-5-branch
02:14
changed so helpfile generation can work from the build environment check-in: 0a9bbac9f2 user: stanton tags: trunk
1999-02-17
02:05
updated for 8.0.5 with John O's changes. check-in: 54351242b5 user: hershey tags: trunk
1999-02-11
03:06
merged auto_mkindex fix into the 8.0.5 release branch check-in: ac72bff2f1 user: stanton tags: core-8-0-5-branch, scriptics-tclpro-1-2-b2
03:04
* library/init.tcl: Fixed auto_mkindex so it handles .tbc files. Did some general cleanup to handle ... check-in: 9a11b261c6 user: stanton tags: trunk
1999-02-09
03:31
Created branch core-8-0-5-base-synthetic Closed-Leaf check-in: 813b993971 user: cvs2fossil tags: core-8-0-5-base-synthetic, core-8-0-5-base
03:31
updated readmes for 8.0.5 release check-in: 8b5b3b65b5 user: stanton tags: trunk
1999-02-05
03:12
updated man page generation for TclPro check-in: 1c005f1d8c user: stanton tags: trunk
01:49
lint check-in: e5f9e4b3a8 user: stanton tags: trunk
1999-02-03
21:28
* generic/tclInt.h: * generic/tclNamesp.c (TclGetNamespaceForQualName): Restored signature so that T... check-in: cf93c3116c user: stanton tags: trunk
19:12
* test/winPipe.test: Changed to remove echoArgs.tcl temporary file when done. * tests/cmdAH.test: *... check-in: d0b2c4fa68 user: stanton tags: trunk
18:37
removed AC_CONFIG_SUBDIRS(dltest) since this doesn't work in our build environment check-in: 07f8546dfb user: stanton tags: trunk
02:59
* win/makefile.vc: Added better support for paths with spaces in the name. Added .lib and support .d... check-in: 8da6e53bdc user: stanton tags: trunk
02:59
stripped carriage returns at end of lines check-in: 6801362dcd user: stanton tags: trunk
02:58
* unix/configure.in: Changed to automatically configure in dltest. check-in: b739c398a4 user: stanton tags: trunk
02:58
* tests/interp.test: * generic/tclInterp.c (DeleteAlias): Changed to use Tcl_DeleteCommandFromToken ... check-in: 501d236e85 user: stanton tags: trunk
02:58
* win/tclAppInit.c: * unix/tclAppInit.c: * mac/tclMacAppInit.c: * generic/tclTest.c: Changed some EX... check-in: 92d52aa5e1 user: stanton tags: trunk
00:55
* generic/tclProc.c: * generic/tclNamesp.c: * generic/tclInt.h: * generic/tclCmdIL.c: * generic/tclB... check-in: 8da7bff5d5 user: stanton tags: trunk
00:51
* unix/tclUnixChan.c: * win/tclWinSock.c: * doc/socket.n: Applied Gordon Chaffee's patch to handle f... check-in: dd5a31ec23 user: stanton tags: trunk