summaryrefslogtreecommitdiffstats
path: root/unix/README
Commit message (Collapse)AuthorAgeFilesLines
* Document missing configure options.dkf2008-02-141-117/+122
| | | FossilOrigin-Name: 20e8137967525b02e7621cf238205a520dc305e7
* merge stable branch onto HEADdgp2007-12-131-1/+1
| | | FossilOrigin-Name: e7868b44c1e7bffc63a053b87a96a4499757f80d
* * unix/README: Mention the stub library created by `make` and warndgp2007-12-071-18/+15
| | | | | | | about the effect of embedded paths in the installed binaries. Thanks to Larry Virden. [Tcl Bug 1794084] FossilOrigin-Name: 20f22121c32aeeb61efeddd237bb53e4a94a4726
* General improvements to Unix READMEdkf2007-11-231-24/+41
| | | FossilOrigin-Name: 4ed646befb3d44d4771641c36e45e14336720549
* typo corrections [Bug 1788682]hobbs2007-09-101-3/+3
| | | FossilOrigin-Name: 29749bba61d635eb2d89b1d08d0308754b0793e4
* documented macosx-only configure options.das2005-12-031-1/+6
| | | FossilOrigin-Name: 6085dda75ff5aef4eb0282b6c466c07749875421
* Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-2/+2
| | | FossilOrigin-Name: 28ec831e756a8fba6e184ce2667ee594c4901904
* * README: Bumped version number ofdgp2003-03-041-3/+3
| | | | | | | | | | | | | | | | | | | * generic/tk.h: Tk to 8.5a0. * library/tk.tcl: * mac/README: * macosx/Wish.pbproj/project.pbxproj: * unix/README: * unix/configure.in: * unix/tk.spec: * win/README: * win/configure.in: * win/makefile.vc: * win/tcl.m4: * unix/configure: autoconf * win/configure: FossilOrigin-Name: 95a4e8ae5c6bc8cec9f3c9648f0f947323bf273b
* replace version refs with version-agnostic wordinghobbs2003-02-271-5/+6
| | | FossilOrigin-Name: 5cb2be978ec62827ebaf4fb311c81bf424a3c369
* * unix/README: doc'ed --enable-symbols options.hobbs2002-10-101-2/+5
| | | | | | | | | * unix/Makefile.in: comment docs * unix/configure: regen * unix/tcl.m4: replaced SC_ENABLE_MEMDEBUG with a more intelligent SC_ENABLE_SYMBOLS that takes yes|no|mem|all as options now. FossilOrigin-Name: f1a68625005ce4aae8a2571fa158927b64fe1022
* * README: Bumped to version 8.4.1 to avoid confusiondgp2002-09-271-3/+3
| | | | | | | | | | | | | * generic/tk.h: of CVS snapshots with release 8.4.0. * unix/README: * unix/configure.in: * unix/tk.spec * win/configure.in: * unix/configure: autoconf * win/configure: FossilOrigin-Name: 646705f847239b26ec35d10e1205511271f1c8a7
* * unix/README: Corrected notes about running user interactive Tkhobbs2002-07-241-5/+7
| | | | | | tests. [Bug #462320] FossilOrigin-Name: 192d0b4741bd3738f0438f5b709adf89d4628f29
* * 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] Default is still hardlinks and no compression. * unix/mkLinks: generated * unix/configure: * unix/README: Added documentation for the new features. FossilOrigin-Name: 4786c9feb60b65c23e37b740c809ec9e3bd1e6b1
* added --* options docshobbs2002-03-051-3/+9
| | | FossilOrigin-Name: c4bdd0d1a300fad47e5db1373fc397d4d867474a
* updated to use www.tcl.tk URLhobbs2002-03-041-3/+3
| | | FossilOrigin-Name: c57468da5f1f17910ee05fca7963bb3c3ad140aa
* updated README with purlshobbs2001-07-051-5/+5
| | | FossilOrigin-Name: 9aab6bcbdb54c587f78ccfceff6fee58f9e28c95
* remove --enable-gcc configure optionmo2000-08-251-5/+7
| | | FossilOrigin-Name: 63c6411be67f99b00c28c7bf513849377f93a802
* * README:hobbs2000-05-031-6/+6
| | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * mac/README: * unix/README: * unix/configure.in: * unix/tk.spec: * win/README: * win/aclocal.m4: * win/configure.in: * win/makefile.vc: updated patchlevel to 8.4a1 FossilOrigin-Name: 8f7cbc1d2d96c6bcb39077da34bb659e49477384
* * README:core-8-3-1hobbs2000-04-261-3/+3
| | | | | | | | | * mac/README: * unix/README: * unix/tk.spec: * win/README: Updating URLs to reference dev.scriptics.com FossilOrigin-Name: 93369f5e99fa007528c89991f02235f14a3a5935
* * unix/tkUnixWm.c (Tk_CoordsToWindow): qualified delete of errorhobbs2000-02-101-14/+24
| | | | | | | | | | | | | | | handler as the goto label is reached from above and below. * unix/configure.in: * unix/aclocal.m4: cleaned up macros to coincide with tcl.m4, added -export-dynamic to LDFLAGS for FreeBSD-3+ [Bug: 2998] * unix/README: * 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 FossilOrigin-Name: a8e1c74007bc61a1e44695f70f5438b3ee5790bd
* 1999-09-24 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-10-011-6/+6
| | | | | | | | | | | | | | | * */README: * win/makefile.vc: * */configure.in: * generic/tk.h: * library/tk.tcl: up'd to 8.3a1 * unix/Makefile.in: changed 'mkdir' to 'mkdir -p' * library/dialog.tcl: changed {Times 18} to {Times 12} for dialog font. FossilOrigin-Name: 0d267eb835a566c144fae8e05ddbbc61f8451f1c
* Changed to Tk 8.2b1welch1999-06-251-6/+6
| | | FossilOrigin-Name: 308db5557afbc64d546838a86d6d0a598b03675b
* merged 8.1.0 changes into mainlinestanton1999-04-241-2/+8
| | | FossilOrigin-Name: 14df4a4ce7dcced8c16e47590d9569f9a94a0e38
* * Merged 8.1 branch into the main trunkstanton1999-04-161-6/+6
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* updated readmes for 8.0.5 releasecore-8-1-merge-2/10/99core-8-0-5-basestanton1999-02-091-14/+6
| | | FossilOrigin-Name: 20c7255e5078e9dc602f944efa2a71ba8ed9636c
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* Initial revisionrjohnson1998-04-011-0/+125
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4