This is the mail archive of the gdb-cvs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/tcl ChangeLog generic/tclIntDecls.h win/Ma ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	kseitz@sources.redhat.com	2002-07-31 18:36:15

Modified files:
	tcl            : ChangeLog 
	tcl/generic    : tclIntDecls.h 
	tcl/win        : Makefile.in configure configure.in tcl.m4 
Added files:
	tcl/win        : tcl.hpj.in 

Log message:
	* generic/tclIntDecls.h (TclIntStubs): Do not include definitions
	for tclpAlloc, tclpFree, or pRealloc on cygwin.
	
	* win/tcl.hpj.in: Copied here from tools/tcl.hpj.in.
	
	* win/tcl.m4 (SC_CONFIG_CFLAGS): Add TCL_DLL_BASE, DDE_DLL_BASE,
	and REG_DLL_BASE variables to define DLL image bases on cygwin.
	Do not link with "-e _WinMain@16" on cygwin.
	* win/configure.in (TCL_DLL_BASE): Substitute into makefile.
	(DDE_DLL_BASE): Likewise.
	(REG_DLL_BASE): Likewise.
	* win/configure: Regenerated.
	* win/Makefile.in: Use TCL_DLL_BASE, DDE_DLL_BASE, and
	REG_DLL_BASE to build DLLs.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/tcl/ChangeLog.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/tcl/generic/tclIntDecls.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/tcl/win/tcl.hpj.in.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/tcl/win/Makefile.in.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/tcl/win/configure.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/tcl/win/configure.in.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/tcl/win/tcl.m4.diff?cvsroot=src&r1=1.2&r2=1.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]