summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* * unix/configure.in:mo2000-07-191-13/+15
| | | | | | | * unix/tcl.m4: * win/tcl.m4: Properly quote arguments to m4 macros. This allows Tcl to work with the new version of autoconf.
* * README:hobbs2000-05-031-4/+4
| | | | | | | | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * library/reg1.0/pkgIndex.tcl: * library/tcltest1.0/tcltest.tcl: * mac/README: * tools/tcl.hpj.in: * tools/tcl.wse.in: * unix/README: * unix/configure.in: * unix/tcl.spec: * win/README: * win/README.binary: * win/configure.in: * win/makefile.vc: * win/tcl.m4: updated patchlevel to 8.4a1
* * README:hobbs2000-04-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * win/README.binary: bumped version to 8.3.1 * win/tcl.hpj.in: updated copyright date * generic/tclEnv.c: environment support for Mac OS/X * unix/tclUnixPort.h: environment support for Mac OS/X * unix/tclLoadDyld.c: new file for Mac OS/X dl functions * unix/Makefile.in: added install-strip target; bindir, libdir, mandir, includedir vars; tclLoadDyld.c target [Bug: 2527] * unix/tclUnixChan.c (CreateSocket): force a socket back into blocking mode (default state) after a -async connect succeeds. [Bug: 4388] * generic/tclEvent.c (TclInitSubsystems): Moved tclLibraryPath to thread-local storage to prevent thread-related race condition. [Bug: 5033] * unix/tclAppInit.c (main): removed #ifdef TCL_TEST that sets the library path as it was unnecessary and conflicts with move of tclLibraryPath to thread-local storage.
* * unix/README:hobbs2000-02-101-15/+9
| | | | | | | | | | | | | | | | * unix/Makefile.in (dist): removed porting.notes and porting.old from distribution and CVS. The information was very outdated. Now refer to http://dev.scriptics.com/services/support/platforms.html * tests/unixInit.test: fixed japanese LANG encoding test [Bug: 3549] * unix/configure.in: * unix/tcl.m4: correct CFLAG_WARNING setting, fixed gcc config for AIX, added -export-dynamic to LDFLAGS for FreeBSD-3+ [Bug: 2998] * win/tclWinLoad.c (TclpLoadFile): improved error message for load failures, could perhaps be even more intelligent.
* * unix/configure.in:hobbs2000-02-081-2/+2
| | | | | | | | | * win/configure.in: * win/README: * win/README.binary: * generic/tcl.h (TCL_RELEASE_SERIAL): Moved to 8.3.0 patchlevel * unix/tcl.m4: changed all -fpic to -fPIC
* * README:core_8_3_b2hobbs2000-01-141-2/+2
| | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.m4: * win/README.binary: * win/configure.in: updated to patchlevel 8.3b2
* * tests/unixFCmd.test:hobbs2000-01-121-24/+2
| | | | | | | | | | | | | | | | | | * unix/tclUnixFCmd.c: added support for symbolic permissions setting in SetPermissionsAttribute (file attr $file -perm ...) [Bug: 3970] * tests/expr.test: * unix/Makefile.in: * unix/configure.in: * unix/tcl.m4: strtod bug on Tru64 [Bug: 3378] and added tests to prevent unnecessary chmod +x in sources while installing, as well as more intelligent setsockopt/gethostbyname checks [Bug: 3366, 3389] * unix/tclUnixThrd.c: added compile time support (through use of the TCL_THREAD_STACK_MIN define) for increasing the default stack size for a thread. [Bug: 3797, 1966]
* * unix/Makefile.in: added -srcdir=... for 'make html'hobbs1999-12-211-2/+2
|
* * unix/configure.in:hobbs1999-12-121-11/+1
| | | | | | | | | * unix/tcl.m4: * unix/tclUnixPipe.c: removed checking for compatible vfork function and use of the vfork function. Modern VM systems rarely suffer any performance degradation when fork is used, and it solves multiple problems with vfork. Users that still want vfork and add -Dfork=vfork to the compile flags. [Bug: 942 2228 1312]
* * {win,mac,unix,tools,}/README:hobbs1999-10-051-4/+4
| | | | | | | | * win/README.binary: * win/makefile.vc: * {win,unix}/configure.in: * generic/tcl.h: * library/init.tcl: updated to 8.3a1 from 8.2.0.
* Subst 2 more values into tclConfig.shwart1999-09-011-1/+3
|
* Added substitution for STLIB_LD, the static linker.wart1999-08-111-1/+2
|
* Change version numbers to 8.2.0redman1999-08-101-2/+2
|
* * unix/configure.in:redman1999-08-021-2/+2
| | | | * win/configure.in: Change beta level to b2.
* Removed call to obsolete AC_C_CROSS macro.wart1999-06-301-2/+1
|
* Changed to Tcl 8.2b1welch1999-06-251-5/+4
|
* merged unix and windows stylessurles1999-06-161-2/+2
|
* More TEA changes. Should play well with TclX now.wart1999-06-161-7/+3
|
* Tcl configure / Makefile sequence now complies with the most basicwart1999-06-151-354/+75
| | | | spec for TEA.
* Modified to use the tcl.m4 macroswart1999-06-101-588/+10
|
* fixed typostanton1999-06-021-2/+2
|
* * unix/configure.in: Fixed various small configure.in patchesstanton1999-06-021-4/+5
| | | | submitted by Jan Nijtmans. [Bug: 2121]
* Merged changes from 1-3-b2 branch into mainline.stanton1999-05-261-2/+3
|
* * 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-241-2/+13
|
* Resynced with mainline.rjohnson1999-04-211-2/+2
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-18/+122
|
* Fixed typo in LD_SEARCH_FLAGS definition for Linux.welch1999-03-251-2/+2
|
* Merged stubs changes into mainline for 8.0stanton1999-03-101-22/+89
|
* removed AC_CONFIG_SUBDIRS(dltest) since this doesn't work in our buildstanton1999-02-031-2/+1
| | | | environment
* * unix/configure.in: Changed to automatically configure in dltest.stanton1999-02-031-1/+2
|
* * 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-041-2/+2
|
* 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-201-4/+11
|
* Bumped patch number to 8.0.4escoffon1998-10-131-2/+2
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* UnixWare patcheswelch1998-08-121-2/+2
|
* Fixes for trimming . out of library nameswelch1998-08-121-17/+19
|
* 8.0.3welch1998-08-061-1/+1
|
* *** empty log message ***welch1998-08-041-1/+1
|
* Added test that creates the REGSIGTYPE variablesurles1998-08-041-0/+1
|
* 8.0.3-4welch1998-07-291-1/+1
|
* More fixes for DBGXwelch1998-07-291-5/+3
|
* DBGX changeswelch1998-07-281-6/+12
|
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3" andwelch1998-07-241-3/+4
| | | | parent workspace "/export/home/ws/tcl8.0".