Timeline
Not logged in

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

39 check-ins using file win/Makefile.in version 8b8f3587c4

1999-08-12
17:38
Applied patch to remove compiler warning. check-in: 032a118e12 user: redman tags: trunk
1999-08-11
23:09
Added definition for STLIB_LD check-in: 824e2ec9b8 user: wart tags: trunk
22:48
Added substitution for STLIB_LD, the static linker. check-in: c0840b5c4d user: wart tags: trunk
20:51
Include the unix/aclocal.m4 file in the distribution. check-in: a5cfb84823 user: redman tags: trunk
1999-08-10
23:16
Change version numbers to 8.2.0 check-in: 1a6937fbfc user: redman tags: trunk
22:45
Rolled back changes to change the prototype of Tcl_ListObjGetElements() check-in: ac48eb3341 user: redman tags: trunk
22:42
Removed patch to change prototype of Tcl_ListObjGetElements. Closed-Leaf check-in: 13834ebb6a user: redman tags: core-8-2-b3-branch
18:50
Update version numbers to 8.2b3 and update ChangeLog and changes files. check-in: 7e5102383d user: redman tags: core-8-2-b3-branch
17:35
* generic/tclListObj.c: * generic/tcl.decls: * generic/tclDecls.h: Applied patch from Jim Ingham to... check-in: cfb9ace67b user: redman tags: trunk, core-8-2-b3-base
17:17
Fixed level of indirection in Tcl_GetAllocMutex check-in: 493612de83 user: welch tags: trunk
05:09
1999-08-09 Jeff Hobbs <hobbs@scriptics.com> * tests/string.test: added largest_int proc to adapt... check-in: ebcd327a4f user: hobbs tags: trunk
04:21
Move Mark Roseman's fix for slow connections from Tcl 8.0 to Tcl 8.2. check-in: 5bf564a528 user: jingham tags: trunk
04:21
Trivial cleanup - Windows -> Macintosh in comments. check-in: c0e8a29fd9 user: jingham tags: trunk
04:21
Convert the directory name from Utf to External before passing it to the Toolbox. check-in: 4c13132580 user: jingham tags: trunk
02:42
Added Tcl_GetAllocMutex for use by tclAlloc.c and tclCkalloc.c check-in: a5ed5c1af7 user: welch tags: trunk
02:42
1 Added use of Tcl_GetAllocMutex to tclAlloc.c and tclCkalloc.c so they can be linked against ... check-in: 0a115beef8 user: welch tags: trunk
02:40
Updated change log for my aolserver-related changes check-in: 22cd3dfa32 user: welch tags: trunk
01:23
removed unreferenced variable from regcomp.c check-in: be29d94a7c user: redman tags: trunk
1999-08-09
16:30
1999-08-09 Jeff Hobbs <hobbs@scriptics.com> * library/init.tcl: fixed path handling in auto_exec... check-in: ea30d74c31 user: hobbs tags: trunk
16:30
1999-08-09 Jeff Hobbs <hobbs@scriptics.com> * doc/Object.3: clarified Tcl_DecrRefCount docs [Bug... check-in: 253cc38782 user: hobbs tags: trunk
16:30
1999-08-09 Jeff Hobbs <hobbs@scriptics.com> * doc/Object.3: clarified Tcl_DecrRefCount docs [Bug... check-in: fa5ab43f53 user: hobbs tags: trunk
1999-08-05
16:57
1999-08-05 Jeff Hobbs <hobbs@scriptics.com> * library/http2.1/http.tcl: Made use of "i" in init ... check-in: 05b0bafac3 user: hobbs tags: trunk
16:56
1999-08-05 Jeff Hobbs <hobbs@scriptics.com> * generic/tclLiteral.c: fixed reference to bytes tha... check-in: c575126b69 user: hobbs tags: trunk
16:56
1999-08-05 Jeff Hobbs <hobbs@scriptics.com> * doc/tclvars.n: Made it clear that tcl_pkgPath was ... check-in: da5846e156 user: hobbs tags: trunk
16:56
1999-08-05 Jeff Hobbs <hobbs@scriptics.com> * doc/tclvars.n: Made it clear that tcl_pkgPath was ... check-in: 1965e87ab6 user: hobbs tags: trunk
06:17
Declare the tclStubs table so we can use it to swap out Tcl_SetTimer and Tcl_WaitForEvent in this fi... check-in: 2f6f68605b user: jingham tags: trunk
01:21
*** empty log message *** check-in: 4cf8f5a588 user: stanton tags: trunk
01:21
* tests/reg.test: Added test for REG_EXPECT bug fixed by Henry's patch. check-in: af33e52d36 user: stanton tags: trunk
01:16
* generic/regc_nfa.c: * generic/regcomp.c: * generic/rege_dfa.c: * generic/regexec.c: * generic/regg... check-in: c161cf0289 user: stanton tags: trunk
1999-08-04
20:58
Released Tcl 8.2b2. check-in: c6f78af409 user: redman tags: trunk, scriptics-tclpro-1-3-b4, core-8-2-b2
15:58
Remove extern declaration for TclWinGetPlatform functions, they're already in tclInt.decls. Only af... check-in: 55f8cac9c0 user: redman tags: trunk
1999-08-03
18:07
Move functions declarations out of win/tclWinInt.h that are now in generic/tclInt.decls check-in: 257bae6dc4 user: redman tags: trunk
1999-08-02
21:57
* unix/configure.in: * win/configure.in: Change beta level to b2. check-in: 934d16e5cf user: redman tags: trunk
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