Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 descendants of b7420b45be1462a2
2004-07-17
| ||
02:04 |
* configure.in, configure, Makefile.in: Reorder configure.in for better 64-bit build configuration, replacing EXTRA_CFLAGS with CFLAGS. [Bug #874058] (install-doc, install-libraries): guard against null globscheck-in: 3e45676e85 user: hobbs tags: trunk | |
2004-07-04
| ||
23:15 | * win/rules.vc: Modified the nmake build system to support * win/makefile.vc: an specific installation directory not in the tcl install tree. eg: a site-lib directory. Some general fixups too, get the tests working again, update the version, and use the new PACKAGE_VERSION macro. check-in: 433c81017e user: patthoyts tags: trunk | |
22:04 | * tests/all.tcl: Added a compatability function to permit running tests on tcl 8.2. check-in: 74819fb4bf user: patthoyts tags: trunk | |
2004-05-28
| ||
07:55 | Added appendix on standard configuration options check-in: a7c1f03980 user: arjenmarkus tags: trunk | |
07:52 | Added section on the Makefile.in template check-in: 49f9ce2201 user: arjenmarkus tags: trunk | |
2004-05-24
| ||
14:25 | Added attribution check-in: 1994bac27f user: dkf tags: trunk | |
14:23 | Added a note about good test style and converted error tests to preferred form check-in: 82ef3806a1 user: dkf tags: trunk | |
12:27 | Initial checkin of the new documentation for TEA3 check-in: c6ff793ab3 user: arjenmarkus tags: trunk | |
2004-04-30
| ||
01:05 | regen after TEA_TCL_64BIT_FLAGS change check-in: 87e16ba957 user: hobbs tags: trunk | |
2003-12-10
| ||
21:29 | have tcl.m4 use PKG_LIBS (was LIBS) to alleviate dependencies conflict check-in: 71d49855d7 user: hobbs tags: trunk | |
21:28 | correct PKG_TCL_SOURCES installation check-in: 9372c3fc7c user: hobbs tags: trunk | |
20:00 |
* Makefile.in: added TEA_ADD_LIBS, TEA_ADD_INCLUDES and * configure: TEA_ADD_CFLAGS to configurable parameters with * configure.in: PKG_* equivs in the Makefile. This allows the * tclconfig/tcl.m4: user to worry less about actual magic VAR names. Corrected Makefile.in to note that TEA_ADD_TCL_SOURCES requires exact file names.check-in: 777c80e545 user: hobbs tags: trunk | |
2003-12-09
| ||
21:40 |
* configure, tclconfig/tcl.m4: updated OpenBSD support based on [Patch #775246] (cassoff)check-in: 2aab2b5f6a user: hobbs tags: trunk | |
21:40 |
* Makefile.in: added stub lib support even though sample doesn't yet create a stub library.check-in: b22ba4b8b7 user: hobbs tags: trunk | |
2003-12-08
| ||
18:29 | updated for 64-bit correctness check-in: a2675bfc4e user: hobbs tags: trunk | |
2003-12-06
| ||
01:17 |
* configure: * configure.in: * Makefile.in (VPATH): readd $(srcdir) to front of VPATH as the first part of VPATH can get chopped off. Change .c.$(OBJEXT) rule to .c.@OBJEXT@ to support more makes. * tclconfig/tcl.m4: add TEA_ADD_STUB_SOURCES to support libstub generation and TEA_ADD_TCL_SOURCES to replace RUNTIME_SOURCES as the way the user specifies library files.check-in: 6d7028b8d5 user: hobbs tags: trunk | |
2003-12-03
| ||
09:14 |
Use SHLID_LD_FLAGS (instead of SHLID_LDFLAGS) as Tcl does. Only specify the user requested LDFLAGS/CFLAGS in the Makefile, don't mention the _OPTIMIZE/_DEBUG variants.check-in: aea6abaf33 user: hobbs tags: trunk | |
08:15 |
* configure: Update of TEA spec to (hopefully) simplify * configure.in: some aspects of TEA by making use of more * Makefile.in: AC 2.5x features. Use PACKAGE_NAME (instead * generic/tclsample.c: of PACKAGE) and PACKAGE_VERSION (instead of * tclconfig/tcl.m4: VERSION) arguments to AC_INIT as the TEA package name and version. Provide a version argument to TEA_INIT - starting with 3.0. Drop all use of interior shell substs that older makefiles didn't like. Use PKG_* naming convention instead. Move specification of source files and public headers into configure.in with TEA_ADD_SOURCES and TEA_ADD_HEADERS. These will be munged during ./configure into the right obj file names (no $(SOURCES:.c=.obj) needed). There is almost nothing that should be touched in Makefile.in now for the developer. May want to add a TEA_ADD_TCL_SOURCES for the RUNTIME_SOURCES that remains.check-in: 5775f17637 user: hobbs tags: trunk | |
08:04 | remove ANSI_ARGS use check-in: 7390f91b26 user: hobbs tags: trunk | |
2003-10-15
| ||
16:53 | regen from tclconfig macro change check-in: 509b9ea1f5 user: hobbs tags: trunk, sampleextension-0-4 | |
2003-10-07
| ||
00:19 | (CFLAGS_WARNING): added to base makefile check-in: 4d2142274d user: hobbs tags: trunk | |
00:16 | regened with autoconf 2.5x tcl.m4 check-in: e524484e03 user: hobbs tags: trunk | |
2003-10-01
| ||
21:23 |
* tea.pdf: Set to binary so it downloads properly under Win32check-in: f92ec8a922 user: patthoyts tags: trunk | |
14:56 |
* win/rules.vc: Fixed nmakehlp to find the correct Tcl or Tk * win/nmakehlp.c: version from the tcl.h header file. This will * win/makefile.vc then pick up the right libraries.check-in: 3530d59397 user: patthoyts tags: trunk | |
2003-07-02
| ||
00:34 |
* README: Added notes for the win/ build files. * win/Makefile.vc: Patch #762878 applied to provide a sample VC++ * win/rules.vc: build system. This is NOT TEA but is a useful * win/nmakehlp.c: alternative for win32 developers.check-in: 1aeede9cb0 user: patthoyts tags: trunk | |
2003-04-10
| ||
18:15 | regen with latest tcl.m4 check-in: bf90174fcf user: hobbs tags: trunk | |
02:23 | updated with Win/CE support from tcl.m4 check-in: f5623747f0 user: hobbs tags: trunk | |
2003-04-04
| ||
21:02 | * configure.in: * tclconfig/tcl.m4: Updated to newest tcl.m4, regenerated configure's. check-in: dbf13387c1 user: andreas_kupries tags: trunk | |
2003-02-25
| ||
18:01 |
* README: Add generic unix build instructions and suggest the msys + mingw build process described in tcl/win/README. * README.cygwin: Remove Cygwin specific info since this is now covered in the README file. [Tc Patch 679416]check-in: 0fd0acce05 user: mdejong tags: trunk | |
2003-01-30
| ||
20:06 | updated tcl.m4 regen check-in: 4328328e95 user: hobbs tags: trunk | |
2002-10-16
| ||
07:04 | correct AIX-4 64-bit mode detection check-in: 7c660eecf6 user: hobbs tags: trunk | |
04:49 | regen check-in: 4f2b664528 user: hobbs tags: trunk | |
2002-10-15
| ||
23:08 | regen check-in: bcf637954c user: hobbs tags: trunk | |
18:43 |
* configure: * configure.in: move the CFLAGS definition into TEA_ENABLE_SHARED and make it pick up the env CFLAGS at configure time.check-in: 6b5a8ec1cf user: hobbs tags: trunk | |
2002-07-12
| ||
00:12 |
* Makefile.in: make TCL_DEFS come first in DEFS to that our DEFS would redefine the Tcl ones.check-in: 94d0c1b868 user: hobbs tags: trunk | |
2002-07-11
| ||
23:54 | minor formatting improvements check-in: fc552bb429 user: hobbs tags: trunk | |
2002-04-23
| ||
19:54 | regened check-in: 2f84b1ec3f user: hobbs tags: trunk | |
2002-04-22
| ||
23:23 |
* configure: regen'ed * configure.in (CLEANFILES): added pkgIndex.tclcheck-in: 89488ce289 user: hobbs tags: trunk | |
23:23 | improved notes on using cygwin check-in: 320914da11 user: hobbs tags: trunk | |
2002-04-12
| ||
06:20 | updated with new tcl.m4 check-in: 4ed6acf572 user: hobbs tags: trunk | |
2002-04-04
| ||
07:40 | regenerated check-in: 992df0dd71 user: hobbs tags: trunk | |
06:29 |
* configure: * configure.in: updated to new TEA base that: prefixes all macros with TEA_* instead of SC_*; adds TEA_PREFIX, which defaults the prefix and exec_prefix values to what Tcl used; adds TEA_SETUP_COMPILER, which handles basic compiler / support program checks and simplifies the configure.in.check-in: e2426c959d user: hobbs tags: trunk | |
06:29 | updated notes about using mingw gcc as a compiler check-in: 6a1de97648 user: hobbs tags: trunk | |
06:29 |
* Makefile.in: improved use of DESTDIR in install targets. Removed need for installdirs target. Broke TCLSH_PROG into TCLSH_ENV and TCLSH_PROG with TCLSH var and added comments about TCLSH_ENV. Added default shell and gdb targets. Added comments about using RUNTIME_SOURCES var.check-in: b2c34e3b38 user: hobbs tags: trunk | |
2002-04-01
| ||
21:28 |
* Makefile.in (install-lib-binaries): ensure that binary files are installed with executable bit set (use INSTALL_PROGRAM)check-in: 822584d4f7 user: hobbs tags: trunk | |
2002-03-29
| ||
23:26 |
* configure: regen'ed from changed tclconfig/tcl.m4 * generic/tclsample.c: added #include <string.h> for strlen / strcmp declarations.check-in: 3f3b96a8e5 user: hobbs tags: trunk | |
05:07 |
* Makefile.in: moved setting TCLLIBPATH to the test target because that is where it is needed, added a little doc about it. * configure: * configure.in: BUILD_${PACKAGE} had to be static BUILD_sample in AC_DEFINE because autoconf wasn't substituting ${PACKAGE}.check-in: ba7b4acf81 user: hobbs tags: trunk | |
05:06 | added message about starting pwd check-in: 652bdb6e37 user: hobbs tags: trunk | |
2002-03-28
| ||
02:36 | added note about AC_SUBST(sample_LIB_FILE) static name substitution check-in: 46ce653ffe user: hobbs tags: trunk | |
01:57 |
* configure: regen based on updated tclconfig/tcl.m4 * configure.in: moved the SHLIB_LD_LIBS magic into tclconfig/tcl.m4 and noted where users can modify (SHLIB_LD_)LIBS.check-in: 35f63edb09 user: hobbs tags: trunk | |
01:57 |
* Makefile.in (TCLSH_PROG): moved and updated env var definitions to have tclsh work from build dir. Removed TCL_EXTRA_CFLAGS, TCL_LD_FLAGS, TCL_SHLIB_LD_LIBS, TCL_DBGX, TCL_STUB_LIB_FILE, TCL_STUB_LIB_SPEC as they aren't needed (configure acquires all that info for us). TCL_LIBS is also not needed, but left in as a reference to the libs Tcl used.check-in: b7420b45be user: hobbs tags: trunk | |