summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* merged tcl 8.1 branch back into the main trunkstanton1999-04-1632-1671/+3939
| | | FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9
* Fixed typo in LD_SEARCH_FLAGS definition for Linux.welch1999-03-251-2/+2
| | | FossilOrigin-Name: 2d44226fa5f6275218c05ab1feb36a3b8a727b3c
* Changed package tests to build against the stubs library.core-8-1-merge-lateststanton1999-03-1110-20/+47
| | | FossilOrigin-Name: 7bca5a035ccf3178087fe5238aed2d06264c4809
* add CrtVersion.3 documentation for Tcl_GetVersion()redman1999-03-111-0/+4
| | | FossilOrigin-Name: 1cd7d2dc1549446038379d84c68a8adc0b560bbf
* * 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. FossilOrigin-Name: 7002f9683e67f59b48614c626e488c15f7cc58a6
* * win/tclWinPipe.c:stanton1999-03-111-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. FossilOrigin-Name: a03165d0175a3e991abf40e00a65327aac8dc688
* Merged stubs changes into mainline for 8.0stanton1999-03-1010-86/+428
| | | FossilOrigin-Name: 19696933517612024e7dbcfee6e3c8d3b4e41772
* updated readmes for 8.0.5 releasestanton1999-02-091-10/+3
| | | FossilOrigin-Name: 8b5b3b65b5aeb2e71138fac3945f451ba1b0ae73
* removed AC_CONFIG_SUBDIRS(dltest) since this doesn't work in our buildstanton1999-02-031-2/+1
| | | | | | environment FossilOrigin-Name: 07f8546dfbcaef27718af31bb64a2df7819ed226
* stripped carriage returns at end of linesstanton1999-02-031-656/+656
| | | FossilOrigin-Name: 6801362dcda3f6fd8c5b063395b5a96ebade94a8
* * unix/configure.in: Changed to automatically configure in dltest.stanton1999-02-031-1/+2
| | | FossilOrigin-Name: b739c398a4ff64ddad3a7f3ceaf38454429e17b4
* * win/tclAppInit.c:stanton1999-02-031-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(). FossilOrigin-Name: 92d52aa5e1c74618d6f05105eed253980a25d98a
* * unix/tclUnixChan.c:stanton1999-02-031-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] FossilOrigin-Name: dd5a31ec232186d4ee8f5c99dbec2f1db5bc7a83
* added tcltest as a dependency of runteststanton1999-02-021-3/+3
| | | FossilOrigin-Name: f2800910dfb113549bbc7629e674a1d113796952
* * unix/configure.in: Added branch for BSD/OS-4* to shared librarystanton1999-02-021-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] FossilOrigin-Name: 3b1b40594b978809d923888a5fea5780011e36db
* Added -pipe option if gcc is being used.rjohnson1999-01-291-1/+18
| | | FossilOrigin-Name: 42c3f8c60055c1b47da8bc16ed342fd9abff514d
* Changed so sh_lib extension is return on HP even if it isn't compiledrjohnson1999-01-121-2/+2
| | | | | | as a shared object. FossilOrigin-Name: 3be0db5be1127e49eb2831492ab7408f981a0f39
* Updated the version to 8.0.5.rjohnson1999-01-042-3/+6
| | | FossilOrigin-Name: b3c705fae1f8a2cd8989ddb1f77ce443ba04240b
* Fixed problem with running tests on IRIX.rjohnson1998-12-102-3/+6
| | | FossilOrigin-Name: 45ccd222d9c34680867b227bc1d9e23ea61d7fe3
* Added -p flag to "mkdir" commands in "install-libraries" target to allow error-suresh1998-12-081-6/+6
| | | | | | free installation of Tcl script libraries. FossilOrigin-Name: ffbbbdb0785bb9380ab17bffb7e213dcb34856a1
* Fixed minor bug with recently added copy stmts ("TOP_DOR" --> "DISTDIR").suresh1998-12-041-3/+3
| | | FossilOrigin-Name: d0ee8c404c524da1e98831d154120e68f3d2b6a9
* Added tests/pkg to distributionwelch1998-12-021-3/+8
| | | FossilOrigin-Name: 4abe8d69addea7a8428d7ade6a185212cdc24901
* Added "-D_OLD_TERMIOS" when building on IRIX 6.3 to create backward compatiblesuresh1998-10-281-2/+10
| | | | | | binaries for IRIX 6.2. FossilOrigin-Name: ad3c55f16b5c669bd4f1cb4dfb5f6982a9198ae7
* Changed config & Makefile to support n32 on IRIX.rjohnson1998-10-203-8/+18
| | | FossilOrigin-Name: d999c483da8a7ba810ccf5d68fec14f458daee06
* Made some the prototypes & function defs consistant in tclUnixTest.crjohnson1998-10-141-3/+4
| | | FossilOrigin-Name: dbb637ea7ef28646b07d0d04536d12588c3c0c31
* Bumped patch number to 8.0.4escoffon1998-10-131-2/+2
| | | FossilOrigin-Name: ee94132f9bbd9489c96a2c9a7d6a123fb6799e38
* Added a new Tcl object called "procbody"; this object's internalescoffon1998-10-052-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. FossilOrigin-Name: 0aa459d72f6b4b36bc6ce6cbf2e6caa923b60acd
* Removed function declarations that were never used and not referencedrjohnson1998-09-291-2/+1
| | | | | | by any implementation. FossilOrigin-Name: 2510e314d33e88ec0fdcbb950c883a6d4bdc261e
* Removed "sccs" commands from "Makefile.in" to facilititate switch over to CVS.suresh1998-09-231-6/+3
| | | FossilOrigin-Name: ce25c23b8efa4c98976ce2f599d228f5974350cd
* Replaced SCCS strings, fixed binary filescore-8-0-3stanton1998-09-1438-39/+39
| | | FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
* UnixWare patcheswelch1998-08-121-2/+2
| | | FossilOrigin-Name: 8c6a399b278899be15e36638625e01057fc7dd42
* Fixes for trimming . out of library nameswelch1998-08-121-17/+19
| | | FossilOrigin-Name: 7263649ca2e4e12282d8b3cbb3c1ca23aec728c9
* Make AlarmHandler staticwelch1998-08-071-2/+2
| | | FossilOrigin-Name: dbbf552b3cecf1541f043255104340361af5d054
* 8.0.3welch1998-08-061-1/+1
| | | FossilOrigin-Name: 151e8675c6c7a9338ab61d5cf8c4938157320659
* Nuked EINTR wrapperswelch1998-08-061-16/+0
| | | FossilOrigin-Name: 54846c02e3bd3086cbf0aaba1df7bf023d23dcbb
* Changed testalarm to use SA_RESTARTwelch1998-08-061-15/+21
| | | FossilOrigin-Name: d63b906e4bf0b3cd2bbd999b7cf8257d8e43dfcf
* Nuked EINTR wrapperswelch1998-08-061-100/+0
| | | FossilOrigin-Name: f80e4368324f08b118d1db74690ff7785dbec741
* Changed the alarm testsurles1998-08-061-83/+23
| | | FossilOrigin-Name: e0e242b80d705f6cc8a4cdd835f6e999b4857b39
* *** empty log message ***welch1998-08-042-2/+2
| | | FossilOrigin-Name: a97b9f6ca0cf620d1b00b2ddce538fdb23b6c3bb
* Added the testalarm command.surles1998-08-041-0/+183
| | | FossilOrigin-Name: 71007265fa2d189cb175e3b33ff269321dc70a27
* Added test that creates the REGSIGTYPE variablesurles1998-08-041-0/+1
| | | FossilOrigin-Name: a6114a395291e1fd2da4cc2d30a8765394e6a61c
* Fixed EINTR bugsurles1998-08-032-0/+116
| | | FossilOrigin-Name: 78adaaa9a3ae373b76c1264d14e3052f235c6a72
* 8.0.3-4welch1998-07-291-1/+1
| | | FossilOrigin-Name: e5940cb2ddd31b3f65fb5482b5b66a112fe022da
* More fixes for DBGXwelch1998-07-292-8/+6
| | | FossilOrigin-Name: 19f36784997a128d183c68154f8c1f49e0372e02
* More DBG quoting fixeswelch1998-07-291-3/+3
| | | FossilOrigin-Name: 884367dfd854d4c15ccc1d920e9a74b854b50ed5
* DBGX changeswelch1998-07-283-11/+17
| | | FossilOrigin-Name: 9cf4671d4a6cec4b8e063ed9328c7038c92065f1
* *** empty log message ***welch1998-07-241-1/+1
| | | FossilOrigin-Name: 78805dffb44c2c5515244f5e00d24f6bfac71dac
* changed to set tclDefaultLibrary instead of tcl_librarystanton1998-07-241-1/+2
| | | FossilOrigin-Name: 0724b4c3930be212fb1b296ab99183f7b53b0ece
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3" andwelch1998-07-241-3/+4
| | | | | | parent workspace "/export/home/ws/tcl8.0". FossilOrigin-Name: b3b8cd7df1f96015c697efd7975f8465344712e1
* Added support for specifying warning flags for the compiler, with checksescoffon1998-07-222-2/+14
| | | | | | for gcc and appropriate defaults. FossilOrigin-Name: 34f16c0564fa0265723359017e72e4a7c4192568