summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Installing more .h files for TclProwelch2000-07-231-2/+7
|
* * unix/Makefile.in:hobbs2000-04-251-87/+91
| | | | * win/Makefile.in: makefile cleanup
* * unix/Makefile.in (MAN_INSTALL_DIR): patch to accept --mandirhobbs2000-04-041-2/+2
| | | | correctly [Bug: 4085]
* * unix/configure.in: Applied patch from [Bug: 4237]; ensures thatericm2000-03-301-3/+9
| | | | | | | | srcdir is fully qualified. * unix/Makefile.in: Applied patch from [Bug: 4237]; if tcltest was not compiled, make test/tktest failed. Now it has a rule to build tcltest if it has not been built.
* * unix/Makefile.in (SCRIPT_INSTALL_DIR): removed extraneous '/'hobbs2000-03-021-2/+2
| | | | * unix/aclocal.m4: corrected TCL_NEEDS_EXP_FILE to be 1 for AIX
* * unix/tk.spec: RPM specification for producing a binary Tk RPM for Linux.ericm2000-02-141-1/+15
| | | | * unix/Makefile.in: Added rpm target to generate Tk binary RPM.
* * unix/tkUnixWm.c (Tk_CoordsToWindow): qualified delete of errorhobbs2000-02-101-2/+1
| | | | | | | | | | | | | 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
* * generic/tkDecls.h:hobbs2000-02-081-2/+5
| | | | | | | | | | | | | | | | | | | | | * generic/tk.decls: * generic/tk.h: moved new public functions created in dash patch to the stubs interface [Bug: 4062] * generic/tk.h: * doc/CrtImgType.3: * doc/CrtPhImgFmt.3: * generic/tk.h: * generic/tkImgGIF.c: * generic/tkImgPhoto.c: * generic/tkStubImg.c (new file): * generic/tkTest.c: * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: improved support for moving from the old style image C API to the new obj'ified one with new Tk_InitImageArgs command and stub'ing of image code. See docs for how to make the transition. [Bug: 4060]
* made install less verbosehobbs2000-01-161-22/+23
|
* * unix/aclocal.m4: strtod bug on Tru64 [Bug: 3378]hobbs2000-01-121-3/+10
| | | | | | | | | | | | | | | | | * unix/Makefile.in: added tests to prevent unnecessary chmod +x in source dirs while installing [Bug: 3367] * unix/configure.in: properly sub'ed in TK_SHARED_BUILD [Bug: 3385] * tests/winWm.test: * tests/unixWm.test: * mac/tkMacWm.c: * unix/tkUnixWm.c: fixed possible X error being raised [Bug: 3377] * win/tkWinWm.c: wm deiconify in zoom state [Bug: 2077], fixed possible flashing of unmapped toplevel in deiconify [Bug: 3338] and fixed mapping of transient window [Bug: 572] Also, for all wm's, extended 'wm state' command to allow setting of the state, and added official support of 'zoomed' state on Win.
* * unix/Makefile.in: added unix/aclocal.m4 to distribution [Bug: 3938]hobbs2000-01-061-1/+2
| | | | * unix/aclocal.m4: changed NetBSD SHLIB_CFLAGS from -fpic to -fPIC
* "make install" now has a dependency on "make all"wart1999-12-131-2/+2
|
* Added $(TCLTESTARGS) to the test target so that users can set additionalwart1999-11-121-2/+2
| | | | | | test harness arguments on the make command line: % make test TCLTESTARGS="-verbose pbs"
* * unix/Makefile.in: added ChangeLog to dist archivehobbs1999-10-201-3/+3
|
* 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.
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-1/+4
| | | | | | | | | | | | | | | | | | | | | | | * generic/tkFont.c: fixed processing of font options and error returned [Bug: 2075] * win/tkWinWm.c: fixed bug in 'wm deiconify' that raised the wrong toplevel, and changed it to not set focus on overridden toplevels 1999-09-15 Jeff Hobbs <hobbs@scriptics.com> * unix/aclocal.m4: added fix for FreeBSD-[1-2] recognition [Bug: 2070] and fix to AIX-* to get ldAix right [Bug: 2624], fixed AIX version check (readjust from 8-21 fix) and several other config fixes for AIX * mac/tkMacMenubutton.c: * unix/tkUnixMenubu.c: fixed permanently stippled menubutton image * win/tkWinButton.c: fixed possible pointer smash [Bug: 2733] 1999-09-14 Jeff Hobbs <hobbs@scriptics.com> * win/tkWinMenu.c: fix for stack overrun in GetTextFace [Bug: 909]
* "make doc" now copies the Tcl file "man.macros" locally. This should allowwart1999-08-211-2/+6
| | | | | | users to use the man pages from inside the Tk source tree (without having to install). It also fixes some problems that TclX was having when building its help pages.
* Added line to make mkLinks executable before it's used.wart1999-08-041-1/+2
|
* Fix one more install-sh bugredman1999-07-271-2/+2
|
* Fix install-sh problem, wrong directory.redman1999-07-231-2/+2
|
* * Changed version to 8.2b2redman1999-07-221-2/+4
| | | | | | | | | | | * win/tkWinPort.h: Block out include of sys/stat.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] * unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413] * library/menu.tcl: Applied patch from Jeff Hobbs to fix typo. [Bug: 2425]
* * unix/Makefile.in: Add Windows configure script to distribution.redman1999-07-221-1/+2
|
* * unix/Makefile.in:redman1999-07-161-2/+2
| | | | | | | * win/Makefile.in: Copy the prolog.ps from the generic directory for install-libraries. * unix/aclocal.m4: Check for Alpha/Linux to set the IEEE flag to the compiler to be -mieee. Patch from Don Porter.
* Add .m4 files and Windows configure.in and Makefile.inscriptics_tclpro_1_3_b3core_8_2_b1redman1999-07-131-1/+6
|
* Add prolog.psredman1999-06-301-2/+3
|
* Updated comments in Makefile.inwart1999-06-221-2/+2
|
* Changed references to LD_FLAGS to LDFLAGS to be consistent with Tcl.wart1999-06-181-4/+4
|
* modified files to work with new windows Makefilessurles1999-06-161-2/+1
|
* Changes to make the Tk configure and Makefile.in files TEA compliant.wart1999-06-151-10/+19
|
* removed extra instance of tkConsole.oredman1999-04-301-2/+2
|
* Add tkConsole.oredman1999-04-281-4/+7
|
* modified the Tk makefiel to copy *.decls for a source releasesurles1999-04-201-1/+2
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-111/+116
|
* integrated stubs into 8.0 main branchstanton1999-03-101-10/+101
|
* applied Paul Duffin's AIX patchstanton1999-03-061-4/+9
|
* Changed config & Makefile to support n32 format on IRIX.rjohnson1998-10-201-2/+2
|
* Removed "sccs" commands from "Makefile.in" to facilititate switch over to CVS.build1998-09-231-5/+2
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* added SHLIB_PATH to test targets for HPUXstanton1998-08-041-0/+4
|
* DGBX changeswelch1998-07-281-1/+2
|
* Added support for specifying warning flags for the compiler, with checksescoffon1998-07-221-1/+5
| | | | for gcc and appropriate defaults.
* Merged changes between child workspace "/home/escoffon/ws/tk8.0" andescoffon1998-07-211-3/+9
| | | | parent workspace "/export/home/ws/tk8.0".
* Updated dist targetwelch1998-07-201-5/+6
|
* - added support for configuration of debug/nodebug in configure script.escoffon1998-07-011-4/+14
| | | | | - also added a atring to append to generated libraries when built with symbols.
* Generalized "make distwelch1998-06-291-19/+21
|
* Initial revisionrjohnson1998-04-011-0/+1003