summaryrefslogtreecommitdiffstats
path: root/unix/README
Commit message (Collapse)AuthorAgeFilesLines
* Updates to redirect bug reports to the new tracker location.dgp2013-06-171-2/+3
|
* [3202030] Updated README files, repairing broken URLs and other rot.dgp2011-04-041-5/+0
|\
| * Updated README files, repairing broken URLs and other rot.dgp2011-04-041-5/+0
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/ | | more harm than good. Purged them.
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | more harm than good. Purged them.
| * document --enable-dtrace configure optioncore_8_4_16das2007-09-201-1/+5
| |
| * documented macosx-only configure options.das2005-12-031-1/+6
| |
| * update README filesdgp2005-12-021-2/+3
| |
* | Documented missing configure flags. [Bug 1799011]dkf2008-02-121-110/+126
| |
* | * unix/README: minor typo fixes [Bug 1853072]hobbs2008-01-201-4/+4
| |
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | * unix/README: Mention the stub library created by `make` and warndgp2007-12-071-6/+13
| | | | | | | | | | about the effect of embedded paths in the installed binaries. Thanks to Larry Virden. [Bug 1794084]
* | document --enable-dtrace configure optiondas2007-09-201-1/+5
| |
* | documented macosx-only configure options.das2005-12-031-1/+6
| |
* | Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-3/+3
|/
* * unix/README: doc'ed --enable-symbols options.hobbs2002-10-101-2/+7
| | | | | | | | * unix/Makefile.in: removed @MEM_DEBUG_FLAGS@ subst. * unix/configure: regen * unix/configure.in: removed SC_ENABLE_MEMDEBUG call * unix/tcl.m4: replaced SC_ENABLE_MEMDEBUG with a more intelligent SC_ENABLE_SYMBOLS that takes yes|no|mem|compile|all as options now.
* * unix/README: Add note about building extensionsmdejong2002-09-111-2/+3
| | | | | with the same compiler Tcl was built with. [Tk Bug 592096]
* * unix/tcl.m4: New macro SC_CONFIG_MANPAGES.rmax2002-06-251-1/+5
| | | | | | | | | | | * unix/configure.in: Added support for symlinks and compression * unix/Makefile.in: when installing the manpages. [Patch 518052] * unix/mkLinks.tcl: Default is still hardlinks and no compression. * unix/mkLinks: generated * unix/configure: * unix/README: Added documentation for the new features.
* added --enable-langinfo dochobbs2002-03-051-1/+6
|
* Removed out-of-date reference to patches.dgp2002-03-051-10/+8
|
* updated to use www.tcl.tk URLhobbs2002-03-041-3/+3
|
* * unix/README: Update to account for changesmdejong2001-12-191-15/+7
| | | | | in the unix/dltest directory, the way autoconf is run, and the new "make shell" target.
* * changes:hobbs2001-08-071-2/+2
| | | | | | | * README: * mac/README: * unix/README: * win/README.binary: updated for 8.4a3 release
* updated READMEs with purlsuid381722001-07-051-5/+11
|
* * README:hobbs2001-04-021-2/+2
| | | | | | | | * mac/README: * win/README: * win/README.binary: * unix/README: updated patchlevel information to 8.4a3 and updated links and notes.
* fix small typo in last commitmo2000-08-251-3/+3
|
* remove --enable-gcc configure optionmo2000-08-251-7/+7
|
* * README:hobbs2000-05-031-3/+3
| | | | | | | | | | | | | | | | | | * 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-261-4/+7
| | | | | | | | | * mac/README: * tools/tcl.wse.in: * unix/README: * unix/tcl.spec: * win/README: * win/README.binary: Updating URLs to reference dev.scriptics.com
* * unix/README:hobbs2000-02-101-16/+16
| | | | | | | | | | | | | | | | * 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/README: fixed notes about --enable-shared and add notehobbs2000-02-051-2/+6
| | | | about --disable-shared.
* * {win,mac,unix,tools,}/README:hobbs1999-10-051-3/+3
| | | | | | | | * win/README.binary: * win/makefile.vc: * {win,unix}/configure.in: * generic/tcl.h: * library/init.tcl: updated to 8.3a1 from 8.2.0.
* * Changed version to 8.2b2.redman1999-07-221-3/+3
| | | | | | | | | | | | | | | | | | * win/tclWinPort.h: Block out include of sys/*.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] * generic/tclCmdMZ.c: * generic/tclIO.c: Fix ANSI-style prototypes based on patch from Ulrich Ring. [Bug: 2391] * unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413] * tests/var.test: * generic/tclVar.c: Fixed bug that caused a seg. fault when using "array set a(b) {}", which is a bad array name anyway. Now the "array set" command will return an error in this case. Added test case and fixed existing test. [Bug: 2427]
* Added note about running autoconf if you are using the CVS source treewelch1999-05-171-6/+16
| | | | instead of a source distribution.
* merged 8.1.0 changes into mainlinestanton1999-04-241-1/+7
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-8/+14
|
* updated readmes for 8.0.5 releasestanton1999-02-091-10/+3
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+110