Tcl Source Code

Check-in [2ecf20b81d]
Login

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

Overview
Comment:removed stub functions
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-1-branch-old
Files: files | file ages | folders
SHA1: 2ecf20b81ddddb558695ee89241f23a95743c3d5
User & Date: redman 1999-03-30 02:36:29.000
Context
1999-03-30
02:40
also modified win/makefile.vc in last edit check-in: 2b3e0ffc6a user: redman tags: core-8-1-branch-old
02:36
removed stub functions check-in: 2ecf20b81d user: redman tags: core-8-1-branch-old
02:29
Remove the stubs functions, corrected the stub .obj file set. check-in: b436652040 user: redman tags: core-8-1-branch-old
Changes
Unified Diff Ignore Whitespace Patch
Changes to ChangeLog.
















1
2
3
4
5
6
7
















1999-03-27    <[email protected]>

	* win/makefile.bc: Removed makefile for Borland compiler, no
	longer supported.

1999-03-26    <[email protected]>

>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
1999-03-29    <[email protected]>

	* tools/genStubs.tcl:
	* unix/configure.in:
	* unix/Makefile.in:
	* generic/tcl.h:
	* generic/tclBasic.c:
	* generic/tclDecls.h:
	* generic/tclIntDecls.h:
	* generic/tclPlatDecls.h:
	* generic/tclIntPlatDecls.h: Removed the stub functions and
	changed the stub macros to just use the name without params. Pass
	&tclStubs into the interp (don't use tclStubsPtr because of
	collisions with the stubs on Solaris).
	

1999-03-27    <[email protected]>

	* win/makefile.bc: Removed makefile for Borland compiler, no
	longer supported.

1999-03-26    <[email protected]>