Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Jeffrey Hobbs <hobbs@us...> - 2002-03-06 07:47:40
|
Update of /cvsroot/tcl/tclconfig In directory usw-pr-cvs1:/tmp/cvs-serv546 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4: added warnings on Windows, removed RELPATH define and added TCL_LIBS to MAKE_LIB macro. |
From: Jeffrey Hobbs <hobbs@us...> - 2002-03-06 19:40:39
|
Update of /cvsroot/tcl/tclconfig In directory usw-pr-cvs1:/tmp/cvs-serv4532 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4: don't check /usr(/local)/include for includes on Windows when not using gcc |
From: Jeffrey Hobbs <hobbs@us...> - 2002-03-20 01:47:18
|
Update of /cvsroot/tcl/tclconfig In directory usw-pr-cvs1:/tmp/cvs-serv7123 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4: corrected forgotten (UN)SHARED_LIB_SUFFIX and SHLIB_SUFFIX defines for Win. (SC_PATH_X): made this only do the check on unix platforms. |
From: Jeffrey Hobbs <hobbs@us...> - 2002-03-28 01:56:42
|
Update of /cvsroot/tcl/tclconfig In directory usw-pr-cvs1:/tmp/cvs-serv22498 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4: made SC_LOAD_TKCONFIG recognize when working with a Tk build dir setup. Added EXTRA_CFLAGS and SHLIB_LD_LIBS substs to SC_CONFIG_CFLAGS. Added XLIBSW onto LIBS when it is defined. Remove TCL_LIBS from MAKE_LIB and correctly use SHLIB_LD_LIBS instead to not rely as much on tclConfig.sh cached info. Moved subst of ${PACKAGE}_LIB_FILE into SC_MAKE_LIB. Add TK_BIN_DIR to paths to find wish in SC_PROG_WISH. These move towards making TEA much more independent of *Config.sh. |
From: Jeffrey Hobbs <hobbs@us...> - 2002-03-28 02:35:37
|
Update of /cvsroot/tcl/tclconfig In directory usw-pr-cvs1:/tmp/cvs-serv7520 Modified Files: ChangeLog tcl.m4 Log Message: removed AC_SUBST(${PACKAGE}_LIB_FILE) because autoconf cannot handle it |
From: Jeffrey Hobbs <hobbs@us...> - 2002-03-29 04:58:56
|
Update of /cvsroot/tcl/tclconfig In directory usw-pr-cvs1:/tmp/cvs-serv6063 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4: called AC_MSG_ERROR when SC_TEA_INIT wasn't called first instead of calling it as that inlines it each time in shell code. Changed Windows CFLAGS_OPTIMIZE to use -O2 instead of -Oti. Noted TCL_LIB_VERSIONS_OK=nodots for Windows builds. A few changes to support itcl (and perhaps others): Added support for making your own stub libraries to SC_MAKE_LIB. New SC_PATH_CONFIG and SC_LOAD_CONFIG that take a package name arg and find that ${pkg}Config.sh file. itk uses this for itcl. |
From: Jeffrey Hobbs <hobbs@us...> - 2002-03-29 23:25:29
|
Update of /cvsroot/tcl/tclconfig In directory usw-pr-cvs1:/tmp/cvs-serv28504 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4: made sure that SHLIB_LDFLAGS was set to LDFLAGS_DEFAULT. Removed --enable-64bit support for AIX-4 because it wasn't correct. Added -MT or -MD Windows linker switches to properly support symbols-enabled builds. |
From: Jeffrey Hobbs <hobbs@us...> - 2002-04-04 06:24:29
|
Update of /cvsroot/tcl/tclconfig In directory usw-pr-cvs1:/tmp/cvs-serv9716/tclconfig Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4: change all SC_* macros to TEA_*. The SC_ was for Scriptics, which is no more. TEA represents a better, independent prefix that won't need changing. Added preliminary mingw gcc support. [Patch #538772] Added TEA_PREFIX macro that handles defaulting the prefix and exec_prefix vars to those used by Tcl if none were specified. Added TEA_SETUP_COMPILER macro that encompasses the AC_PROG_CC check and several other basic AC_PROG checks needed for making executables. This greatly simplifies user's configure.in files. Collapsed AIX-5 defines into AIX-* with extra checks for doing the ELF stuff on AIX-5-ia64. |
From: Jeffrey Hobbs <hobbs@us...> - 2002-04-04 07:40:25
|
Update of /cvsroot/tcl/tclconfig In directory usw-pr-cvs1:/tmp/cvs-serv27709 Modified Files: ChangeLog tcl.m4 Log Message: Updated TEA_ENABLE_THREADS to take an optional arg to allow switching it on by default (for Thread) and add sanity checking to warn the user if configuring threads incompatibly. |
From: Jeffrey Hobbs <hobbs@us...> - 2002-04-12 06:19:54
|
Update of /cvsroot/tcl/tclconfig In directory usw-pr-cvs1:/tmp/cvs-serv22912 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4: Enabled COFF as well as CV style debug info with --enable-symbols to allow Dr. Watson users to see function info. More info on debugging levels can be obtained at: http://msdn.microsoft.com/library/en-us/dnvc60/html/gendepdebug.asp |
From: Jeffrey Hobbs <hobbs@us...> - 2002-04-22 23:21:51
|
Update of /cvsroot/tcl/tclconfig In directory usw-pr-cvs1:/tmp/cvs-serv22445 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4 (TEA_SETUP_COMPILER): removed call to AC_CYGWIN so that we can use autoconf 2.5x as well as 2.13. This prevents us from being able to warn against the use of cygwin gcc at configure time, but allows autoconf 2.5x, which is what is shipped with most newer systems. |
From: Jeffrey Hobbs <hobbs@us...> - 2002-04-23 19:53:53
|
Update of /cvsroot/tcl/tclconfig In directory usw-pr-cvs1:/tmp/cvs-serv28474 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4 (TEA_ENABLE_THREADS): added USE_THREAD_ALLOC define to use new threaded allocatory by default on Unix for Tcl 8.4. (TEA_CONFIG_CFLAGS): corrected LD_SEARCH_FLAGS for FreeBSD-3+. |
From: Zoran Vasiljevic <vasiljevic@us...> - 2002-07-20 08:37:25
|
Update of /cvsroot/tcl/tclconfig In directory usw-pr-cvs1:/tmp/cvs-serv11965 Modified Files: ChangeLog tcl.m4 Log Message: Added MINGW32 plus fixed some indent issues with --with-XXXX options |
From: Jeffrey Hobbs <hobbs@us...> - 2002-10-10 04:46:32
|
Update of /cvsroot/tcl/tclconfig In directory usw-pr-cvs1:/tmp/cvs-serv24616 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4: add --enable-symbols=mem option to enable TCL_MEM_DEBUG. Improved AIX 64-bit build support, allow it on AIX-4 as well. Enable 64-bit HP-11 compilation with gcc. Enable 64-bit IRIX64-6 cc build support. Correct FreeBSD thread library linkage. Add OSF1 static build support. Improve SunOS-5 shared build SHLIB_LD macro. |
From: Jeffrey Hobbs <hobbs@us...> - 2002-10-15 18:43:04
|
Update of /cvsroot/tcl/tclconfig In directory usw-pr-cvs1:/tmp/cvs-serv3077 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4: add the CFLAGS definition into TEA_ENABLE_SHARED and make it pick up the env CFLAGS at configure time. |
From: Jeffrey Hobbs <hobbs@us...> - 2002-10-15 23:08:24
|
Update of /cvsroot/tcl/tclconfig In directory usw-pr-cvs1:/tmp/cvs-serv5636/tclconfig Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4: move the CFLAGS definition from TEA_ENABLE_SHARED to TEA_MAKE_LIB because setting too early confuses other AC_* macros. |
From: Jeffrey Hobbs <hobbs@us...> - 2002-10-16 04:49:06
|
Update of /cvsroot/tcl/tclconfig In directory usw-pr-cvs1:/tmp/cvs-serv28828 Modified Files: ChangeLog tcl.m4 Log Message: Correct the HP-11 SHLIB_LD_LIBS setting |
From: Mo DeJong <mdejong@us...> - 2003-01-21 08:40:44
|
Update of /cvsroot/tcl/tclconfig In directory sc8-pr-cvs1:/tmp/cvs-serv5690 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4 (TEA_CONFIG_CFLAGS): Fix build support for mingw, the previous implementation would use VC++ when compiling with mingw gcc. Don't pass -fPIC since gcc always compiles pic code under win32. Change some hard coded cases of gcc to ${CC}. |
From: Jeffrey Hobbs <hobbs@us...> - 2003-01-30 01:57:34
|
Update of /cvsroot/tcl/tclconfig In directory sc8-pr-cvs1:/tmp/cvs-serv24633 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4: check $prefix/lib as well as $exec_prefix/lib when looking for tcl|tkConfig.sh, as this check is done before we would set exec_prefix when the user does not define it. |
From: Jeffrey Hobbs <hobbs@us...> - 2003-02-15 02:11:01
|
Update of /cvsroot/tcl/tclconfig In directory sc8-pr-cvs1:/tmp/cvs-serv499 Modified Files: ChangeLog tcl.m4 Log Message: correct HP-UX ia64 --enable-64bit build flags |
From: Jeffrey Hobbs <hobbs@us...> - 2003-02-18 18:18:26
|
Update of /cvsroot/tcl/tclconfig In directory sc8-pr-cvs1:/tmp/cvs-serv12962 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4 (TEA_SETUP_COMPILER): added default calls to TEA_TCL_EARLY_FLAGS, TEA_TCL_64BIT_FLAGS, TEA_MISSING_POSIX_HEADERS and TEA_BUGGY_STRTOD. |
From: Jeffrey Hobbs <hobbs@us...> - 2003-02-19 01:11:33
|
Update of /cvsroot/tcl/tclconfig In directory sc8-pr-cvs1:/tmp/cvs-serv20657 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4 (TEA_ENABLE_THREADS): Make sure -lpthread gets passed on the link line when checking for the pthread_attr_setstacksize symbol. (dejong) |
From: Jeffrey Hobbs <hobbs@us...> - 2003-04-10 02:23:09
|
Update of /cvsroot/tcl/tclconfig In directory sc8-pr-cvs1:/tmp/cvs-serv25831 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4: (TEA_WITH_CELIB): add --enable-wince and --with-celib options for Windows/CE compilation support. Requires the Microsoft eMbedded SDK and Keuchel's celib emulation layer. |
From: Jeffrey Hobbs <hobbs@us...> - 2003-04-10 18:14:57
|
Update of /cvsroot/tcl/tclconfig In directory sc8-pr-cvs1:/tmp/cvs-serv31843 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4: replace $(syscal) construct with older `syscall` for systems where sh != bash. |
From: Jeffrey Hobbs <hobbs@us...> - 2003-04-22 17:18:02
|
Update of /cvsroot/tcl/tclconfig In directory sc8-pr-cvs1:/tmp/cvs-serv8256 Modified Files: ChangeLog tcl.m4 Log Message: * tcl.m4: correct default setting of ARCH for WinCE builds. Correct \ escaping for CE sed macros. |