Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * unix/configure.in: Added branch for BSD/OS-4* to shared library | stanton | 1999-02-02 | 1 | -5/+5 | |
| | | | | | | | | | case statement. [Bug: 975] Fixed to correctly handle IRIX 6.5 n32 library support. [Bug: 1117] * unix/configure.in: Changed Linux and IRIX to set SHLIB_LIBS to LIBS so shared libraries are linked with the system libraries. [Bug: 1018] | |||||
* | Added -pipe option if gcc is being used. | rjohnson | 1999-01-29 | 1 | -1/+18 | |
| | ||||||
* | Changed so sh_lib extension is return on HP even if it isn't compiled | rjohnson | 1999-01-12 | 1 | -2/+2 | |
| | | | | as a shared object. | |||||
* | Updated the version to 8.0.5. | rjohnson | 1999-01-04 | 2 | -3/+6 | |
| | ||||||
* | Fixed problem with running tests on IRIX. | rjohnson | 1998-12-10 | 2 | -3/+6 | |
| | ||||||
* | Added -p flag to "mkdir" commands in "install-libraries" target to allow error- | suresh | 1998-12-08 | 1 | -6/+6 | |
| | | | | free installation of Tcl script libraries. | |||||
* | Fixed minor bug with recently added copy stmts ("TOP_DOR" --> "DISTDIR"). | suresh | 1998-12-04 | 1 | -3/+3 | |
| | ||||||
* | Added tests/pkg to distribution | welch | 1998-12-02 | 1 | -3/+8 | |
| | ||||||
* | Added "-D_OLD_TERMIOS" when building on IRIX 6.3 to create backward compatible | suresh | 1998-10-28 | 1 | -2/+10 | |
| | | | | binaries for IRIX 6.2. | |||||
* | Changed config & Makefile to support n32 on IRIX. | rjohnson | 1998-10-20 | 3 | -8/+18 | |
| | ||||||
* | Made some the prototypes & function defs consistant in tclUnixTest.c | rjohnson | 1998-10-14 | 1 | -3/+4 | |
| | ||||||
* | Bumped patch number to 8.0.4 | escoffon | 1998-10-13 | 1 | -2/+2 | |
| | ||||||
* | Added a new Tcl object called "procbody"; this object's internal | escoffon | 1998-10-05 | 2 | -4/+16 | |
| | | | | | | | 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 function declarations that were never used and not referenced | rjohnson | 1998-09-29 | 1 | -2/+1 | |
| | | | | by any implementation. | |||||
* | Removed "sccs" commands from "Makefile.in" to facilititate switch over to CVS. | suresh | 1998-09-23 | 1 | -6/+3 | |
| | ||||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 38 | -39/+39 | |
| | ||||||
* | UnixWare patches | welch | 1998-08-12 | 1 | -2/+2 | |
| | ||||||
* | Fixes for trimming . out of library names | welch | 1998-08-12 | 1 | -17/+19 | |
| | ||||||
* | Make AlarmHandler static | welch | 1998-08-07 | 1 | -2/+2 | |
| | ||||||
* | 8.0.3 | welch | 1998-08-06 | 1 | -1/+1 | |
| | ||||||
* | Nuked EINTR wrappers | welch | 1998-08-06 | 1 | -16/+0 | |
| | ||||||
* | Changed testalarm to use SA_RESTART | welch | 1998-08-06 | 1 | -15/+21 | |
| | ||||||
* | Nuked EINTR wrappers | welch | 1998-08-06 | 1 | -100/+0 | |
| | ||||||
* | Changed the alarm test | surles | 1998-08-06 | 1 | -83/+23 | |
| | ||||||
* | *** empty log message *** | welch | 1998-08-04 | 2 | -2/+2 | |
| | ||||||
* | Added the testalarm command. | surles | 1998-08-04 | 1 | -0/+183 | |
| | ||||||
* | Added test that creates the REGSIGTYPE variable | surles | 1998-08-04 | 1 | -0/+1 | |
| | ||||||
* | Fixed EINTR bug | surles | 1998-08-03 | 2 | -0/+116 | |
| | ||||||
* | 8.0.3-4 | welch | 1998-07-29 | 1 | -1/+1 | |
| | ||||||
* | More fixes for DBGX | welch | 1998-07-29 | 2 | -8/+6 | |
| | ||||||
* | More DBG quoting fixes | welch | 1998-07-29 | 1 | -3/+3 | |
| | ||||||
* | DBGX changes | welch | 1998-07-28 | 3 | -11/+17 | |
| | ||||||
* | *** empty log message *** | welch | 1998-07-24 | 1 | -1/+1 | |
| | ||||||
* | changed to set tclDefaultLibrary instead of tcl_library | stanton | 1998-07-24 | 1 | -1/+2 | |
| | ||||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3" and | welch | 1998-07-24 | 1 | -3/+4 | |
| | | | | parent workspace "/export/home/ws/tcl8.0". | |||||
* | Added support for specifying warning flags for the compiler, with checks | escoffon | 1998-07-22 | 2 | -2/+14 | |
| | | | | for gcc and appropriate defaults. | |||||
* | Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and | escoffon | 1998-07-21 | 2 | -8/+12 | |
| | | | | parent workspace "/export/home/ws/tcl8.0". | |||||
* | added the TCL_LIB_FLAG variable | escoffon | 1998-07-21 | 1 | -1/+4 | |
| | ||||||
* | 8.0.3-3 | welch | 1998-07-20 | 1 | -2/+2 | |
| | ||||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and | welch | 1998-07-13 | 1 | -36/+44 | |
| | | | | parent workspace "/home/welch/ws/tcl8.0.3". | |||||
* | *** empty log message *** | welch | 1998-07-11 | 1 | -5/+6 | |
| | ||||||
* | Moved the variable 'tclPreInitScript' to the file generic/tclInitScript.h | suresh | 1998-07-09 | 1 | -10/+3 | |
| | ||||||
* | Initial revision | welch | 1998-07-07 | 1 | -0/+656 | |
| | ||||||
* | Cleaned up PlatformInitExitHandler | welch | 1998-07-06 | 1 | -2/+0 | |
| | ||||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and | welch | 1998-07-06 | 1 | -1/+1 | |
| | | | | parent workspace "/home/welch/ws/tcl8.0.3". | |||||
* | Updated for 8.0.3-2 | welch | 1998-07-06 | 1 | -2/+2 | |
| | ||||||
* | Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and | escoffon | 1998-07-01 | 1 | -15/+41 | |
| | | | | parent workspace "/ws/tcl8.0". | |||||
* | - added support for configuration of debug/nodebug in configure script. | escoffon | 1998-07-01 | 2 | -6/+24 | |
| | | | | | - also added a atring to append to generated libraries when built with symbols. | |||||
* | Changed variable name "tclAlternateInitScript" to "tclPreInitScript". | suresh | 1998-07-01 | 1 | -8/+9 | |
| | | | | Added error checking in in Tcl_Init() for pre-initialization script. | |||||
* | Added definition of variable "tclAlternateInitScript" which is a globabl var- | suresh | 1998-07-01 | 1 | -0/+12 | |
| | | | | | | iable and if set to a non-NULL value, will be evaluated just before the built-in script given in the file (variable) "generic/tclInitScript.h" ("initScript"). |