Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged 8.1.0 changes into mainline | stanton | 1999-04-24 | 2 | -3/+20 |
| | |||||
* | * win/tclWinInit.c: | stanton | 1999-04-21 | 1 | -4/+46 |
| | | | | | * unix/tclUnixInit.c: Changed initial search path to match that found used by tcl_findLibrary. | ||||
* | Resynced with mainline. | rjohnson | 1999-04-21 | 2 | -3/+3 |
| | |||||
* | modified the Tcl makefile to copy the new pkgIndex files for reg and dde. | surles | 1999-04-20 | 1 | -3/+2 |
| | |||||
* | added tests/httpd file to distribution--tests get skipped if this file is | hershey | 1999-04-19 | 1 | -3/+3 |
| | | | | missing (bug id 1769). | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 32 | -1671/+3939 |
| | |||||
* | Fixed typo in LD_SEARCH_FLAGS definition for Linux. | welch | 1999-03-25 | 1 | -2/+2 |
| | |||||
* | Changed package tests to build against the stubs library.core_8_1_merge_latest | stanton | 1999-03-11 | 10 | -20/+47 |
| | |||||
* | add CrtVersion.3 documentation for Tcl_GetVersion() | redman | 1999-03-11 | 1 | -0/+4 |
| | |||||
* | * generic/tclAlloc.c: Changed TCL_NATIVE_MALLOC to USE_TCLALLOC so | stanton | 1999-03-11 | 1 | -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. | ||||
* | * win/tclWinPipe.c: | stanton | 1999-03-11 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | * generic/tclInt.decls: Added TclWinAddProcess to make it possible for expect to use Tcl_WaitForPid(). This patch is from Gordon Chaffee. * mac/tclMacPort.h: * win/tclWinInit.c: * unix/tclUnixPort.h: * generic/tclAsync.c: Added TclpAsyncMark to fix bug in async handling on Windows where async events don't wake up the event loop. This patch comes from Gordon Chaffee. * generic/tcl.decls: Fixed declarations of reserved slots. | ||||
* | Merged stubs changes into mainline for 8.0 | stanton | 1999-03-10 | 10 | -86/+428 |
| | |||||
* | updated readmes for 8.0.5 release | stanton | 1999-02-09 | 1 | -10/+3 |
| | |||||
* | removed AC_CONFIG_SUBDIRS(dltest) since this doesn't work in our build | stanton | 1999-02-03 | 1 | -2/+1 |
| | | | | environment | ||||
* | stripped carriage returns at end of lines | stanton | 1999-02-03 | 1 | -656/+656 |
| | |||||
* | * unix/configure.in: Changed to automatically configure in dltest. | stanton | 1999-02-03 | 1 | -1/+2 |
| | |||||
* | * win/tclAppInit.c: | stanton | 1999-02-03 | 1 | -6/+6 |
| | | | | | | | | | | | | * unix/tclAppInit.c: * mac/tclMacAppInit.c: * generic/tclTest.c: Changed some EXTERN declarations to extern since they are not defining exported interfaces. This avoids generating useless declspec() attributes and makes the windows makefile simpler. * generic/tcl.h: Moved Tcl_AppInit declaration to end and cleared out TCL_STORAGE_CLASS so it is not declared with a declspec(). | ||||
* | * unix/tclUnixChan.c: | stanton | 1999-02-03 | 1 | -1/+18 |
| | | | | | | | * win/tclWinSock.c: * doc/socket.n: Applied Gordon Chaffee's patch to handle failures during asynchronous socket connection operations. This adds a new "-error" fconfgure option to socket channels. [Bug: 893] | ||||
* | added tcltest as a dependency of runtest | stanton | 1999-02-02 | 1 | -3/+3 |
| | |||||
* | * 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 |
| |