summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Resynced with mainline.rjohnson1999-04-211-1/+1
|
* modified the Tcl makefile to copy the new pkgIndex files for reg and dde.surles1999-04-201-3/+2
|
* added tests/httpd file to distribution--tests get skipped if this file ishershey1999-04-191-3/+3
| | | | missing (bug id 1769).
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-61/+146
|
* Changed package tests to build against the stubs library.core_8_1_merge_lateststanton1999-03-111-2/+2
|
* * generic/tclAlloc.c: Changed TCL_NATIVE_MALLOC to USE_TCLALLOC sostanton1999-03-111-15/+18
| | | | | | | | | | | | | | it matches 8.1. * generic/tclBasic.c: * generic/tcl.h: * generic/tcl.decls: Changed Tcl_ReleaseType from an enum to macros so it can be used in .rc files. Added Tcl_GetString. * unix/Makefile.in: Added compat binaries to the stub library. Changed compat binaries to always compile with shared flags since they need to be shared for the stub library.
* Merged stubs changes into mainline for 8.0stanton1999-03-101-18/+130
|
* added tcltest as a dependency of runteststanton1999-02-021-3/+3
|
* Added -p flag to "mkdir" commands in "install-libraries" target to allow error-suresh1998-12-081-6/+6
| | | | free installation of Tcl script libraries.
* Fixed minor bug with recently added copy stmts ("TOP_DOR" --> "DISTDIR").suresh1998-12-041-3/+3
|
* Added tests/pkg to distributionwelch1998-12-021-3/+8
|
* Changed config & Makefile to support n32 on IRIX.rjohnson1998-10-201-3/+3
|
* Added a new Tcl object called "procbody"; this object's internalescoffon1998-10-051-3/+8
| | | | | | | representation contains both a Proc struct and its associated ByteCode. Updated tclProc.c::TclCreateProc to take procbody instances as the body argument, for future support of compiler extensions. Added the "procbodytest" package for testing all this stuff.
* Removed "sccs" commands from "Makefile.in" to facilititate switch over to CVS.suresh1998-09-231-6/+3
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-2/+2
|
* DBGX changeswelch1998-07-281-2/+2
|
* *** empty log message ***welch1998-07-241-1/+1
|
* Added support for specifying warning flags for the compiler, with checksescoffon1998-07-221-1/+5
| | | | for gcc and appropriate defaults.
* Merged changes between child workspace "/home/escoffon/ws/tcl8.0" andescoffon1998-07-211-0/+3
| | | | parent workspace "/export/home/ws/tcl8.0".
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" andwelch1998-07-131-36/+44
| | | | parent workspace "/home/welch/ws/tcl8.0.3".
* *** empty log message ***welch1998-07-111-5/+6
|
* - added support for configuration of debug/nodebug in configure script.escoffon1998-07-011-3/+13
| | | | | - also added a atring to append to generated libraries when built with symbols.
* added SHLIB_PATH to test targetsstanton1998-06-181-0/+2
|
* Initial revisionrjohnson1998-03-261-0/+1014