summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-221-0/+4
|
* Added note about running autoconf if you are using the CVS source treewelch1999-05-171-6/+16
| | | | instead of a source distribution.
* * unix/Makefile.in:stanton1999-05-143-20/+100
| | | | | | | | | | | | * unix/tclAppInit.c: Minor cleanup related to Xt notifier. * unix/tclUnixInit.c (TclpSetInitialEncodings): Tcl now looks for an encoding subfield in the LANG/LC_ALL variables in cases where the locale is not found in the locale table. Ensure that setlocale() is called at least once so X11 will initialize properly. Also, forces the LC_NUMERIC locale to be "C" so numeric processing in scripts is not affected by the current locale setting. [Bug: 1989]
* * unix/configure.in: Added fix for OS/390. [Bug: 1976]stanton1999-05-071-1/+5
|
* * Changed version to 8.1.1.stanton1999-04-301-2/+2
|
* * Merged changes from 8.1.0 branchstanton1999-04-301-2/+2
|
* merged 8.1.0 changes into mainlinestanton1999-04-242-3/+20
|
* * win/tclWinInit.c:stanton1999-04-211-4/+46
| | | | | * unix/tclUnixInit.c: Changed initial search path to match that found used by tcl_findLibrary.
* Resynced with mainline.rjohnson1999-04-212-3/+3
|
* 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-1632-1671/+3939
|
* Fixed typo in LD_SEARCH_FLAGS definition for Linux.welch1999-03-251-2/+2
|
* Changed package tests to build against the stubs library.core_8_1_merge_lateststanton1999-03-1110-20/+47
|
* add CrtVersion.3 documentation for Tcl_GetVersion()redman1999-03-111-0/+4
|
* * 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.
* * 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.
* Merged stubs changes into mainline for 8.0stanton1999-03-1010-86/+428
|
* updated readmes for 8.0.5 releasestanton1999-02-091-10/+3
|
* removed AC_CONFIG_SUBDIRS(dltest) since this doesn't work in our buildstanton1999-02-031-2/+1
| | | | environment
* stripped carriage returns at end of linesstanton1999-02-031-656/+656
|
* * unix/configure.in: Changed to automatically configure in dltest.stanton1999-02-031-1/+2
|
* * 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().
* * 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]
* added tcltest as a dependency of runteststanton1999-02-021-3/+3
|
* * 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]
* Added -pipe option if gcc is being used.rjohnson1999-01-291-1/+18
|
* Changed so sh_lib extension is return on HP even if it isn't compiledrjohnson1999-01-121-2/+2
| | | | as a shared object.
* Updated the version to 8.0.5.rjohnson1999-01-042-3/+6
|
* Fixed problem with running tests on IRIX.rjohnson1998-12-102-3/+6
|
* 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
|
* Added "-D_OLD_TERMIOS" when building on IRIX 6.3 to create backward compatiblesuresh1998-10-281-2/+10
| | | | binaries for IRIX 6.2.
* Changed config & Makefile to support n32 on IRIX.rjohnson1998-10-203-8/+18
|
* Made some the prototypes & function defs consistant in tclUnixTest.crjohnson1998-10-141-3/+4
|
* Bumped patch number to 8.0.4escoffon1998-10-131-2/+2
|
* 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.
* Removed function declarations that were never used and not referencedrjohnson1998-09-291-2/+1
| | | | by any implementation.
* 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-1438-39/+39
|
* UnixWare patcheswelch1998-08-121-2/+2
|
* Fixes for trimming . out of library nameswelch1998-08-121-17/+19
|
* Make AlarmHandler staticwelch1998-08-071-2/+2
|
* 8.0.3welch1998-08-061-1/+1
|
* Nuked EINTR wrapperswelch1998-08-061-16/+0
|
* Changed testalarm to use SA_RESTARTwelch1998-08-061-15/+21
|
* Nuked EINTR wrapperswelch1998-08-061-100/+0
|
* Changed the alarm testsurles1998-08-061-83/+23
|
* *** empty log message ***welch1998-08-042-2/+2
|