summaryrefslogtreecommitdiffstats
path: root/unix/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
* * unix/aclocal.m4: Use tcl.m4.mo2000-07-191-1765/+1
| | | | | | | | | | * unix/configure.in: Properly quote LOCALES variable. Properly quote argument to m4 macro. * unix/tcl.m4: Add updated file from tcl. * win/tcl.m4: Updated file from tcl. FossilOrigin-Name: 9f7b475c17c69a9dea4e9c18a4691452fda39fbf
* * unix/tkUnixScale.c:hobbs2000-04-141-7/+34
| | | | | | | | | | | | * mac/tkMacScale.c: moved (PixelToValue|ValueToPixel|SetScaleValue) to tkScale.c. Caused an associated variable to be immediately set [Bug: 4833] * unix/aclocal.m4 (SC_ENABLE_THREADS): enhanced the detection of pthread_mutex_init [Bug: 4359] and (SC_CONFIG_CFLAGS) added --enable-64bit-vis switch for Sparc VIS compilation [Bug: 4995] FossilOrigin-Name: ef4202755acb9ac5b2fb9c56583edbdc57ac3411
* * unix/Makefile.in (SCRIPT_INSTALL_DIR): removed extraneous '/'hobbs2000-03-021-1/+1
| | | | | | * unix/aclocal.m4: corrected TCL_NEEDS_EXP_FILE to be 1 for AIX FossilOrigin-Name: ab01cfca4dfbb1c03ed9bcf6c2935ff7058d3af3
* * unix/tkUnixWm.c (Tk_CoordsToWindow): qualified delete of errorhobbs2000-02-101-23/+42
| | | | | | | | | | | | | | | 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
* * unix/aclocal.m4: changed all -fpic to -fPIChobbs2000-02-081-2/+2
| | | | | | | | | * README: * unix/configure.in: * win/configure.in: * generic/tk.h (TK_RELEASE_SERIAL): Moved to 8.3.0 patchlevel FossilOrigin-Name: 67d3d142ffd116e5a67902b4e715c068add08b49
* * unix/aclocal.m4: added *BSD ELF recognition forhobbs2000-02-011-1/+11
| | | | | | SHARED_LIB_SUFFIX determination (from Tcl's tcl.m4) FossilOrigin-Name: bee98b7dd48eb727bf2f43212734ad7f713d3cbe
* * unix/aclocal.m4: strtod bug on Tru64 [Bug: 3378]hobbs2000-01-121-2/+9
| | | | | | | | | | | | | | | | | | | * 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. FossilOrigin-Name: 29decdaf4ace8bd6d2774bb76eff6576425b78d9
* * 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 FossilOrigin-Name: b6228a9f8f2b0f6d85b8ed33895d2b7d4b70fcaf
* * unix/configure.in:hobbs1999-12-211-0/+3
| | | | | | | | | | | | | | | | | | | | | * README: updated for patch level 8.3b1 * unix/tkUnixWm.c: fixed panic in Tk_CoordsToWindow to print error and continue instead (for Tix) [Bug: 716 et al] * unix/tkUnixMenu.c: * unix/tkUnixFont.c: * generic/tkImgPPM.c: removed extranneous vars that were set but never used. * unix/aclocal.m4: removed -O flag for AIX when using the IBM compiler (several versions have a bug that crops up in the text widget). [Bug: 2316] * unix/Makefile.in: removed extra slash in SCRIPT_INSTALL_DIR [Bug: 3896] FossilOrigin-Name: 319a19a17c741b422862379dca21d45833b04407
* * unix/aclocal.m4: added warning when configuring withhobbs1999-12-121-0/+1
| | | | | | --enable-threads that Tk may have problems FossilOrigin-Name: 7460cb51b36a9e727e33a6e4193e995b0ee593a7
* 1999-09-24 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-10-011-1/+1
| | | | | | | | | | | | | | | * */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
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | * 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] FossilOrigin-Name: 8b23a0f7f176faa57f568a25735ed084b2666a90
* * win/tkWinDraw.c:hobbs1999-09-021-2/+2
| | | | | | | | | * unix/tkUnixDraw.c: fixed header style for TkpDrawHighlightBorder * generic/tkCanvas.c: fixed GC error (bg <> fg) in tkCanvas.c (from code added to support TkpDrawHighlightBorder) [Bug: 2676] * unix/aclocal.m4: added -bnoentry to the AIX-* flags FossilOrigin-Name: 3cf8a372fcc82ce1adb12643187e3a468bbd894b
* * unix/Makefile.in:redman1999-07-161-13/+3
| | | | | | | | | * 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. FossilOrigin-Name: 61995a50492a62eda2701ad222f123bd835607ed
* Updated aclocal.m4 to reflect recent changes in tcl.m4wart1999-06-171-800/+809
| | | | | | | Changed type of strncmp() parameter from int to size_t in tkConsole.c to remove compiler warnings about bad types. FossilOrigin-Name: a86d99d2b14c07cfa374c802adde0670cd138627
* Updated to reflect recent changes in tcl.m4wart1999-06-161-7/+14
| | | FossilOrigin-Name: d5b0a1e8f2832bda53e2a25d25e26a6f9eb6e778
* Changes to make the Tk configure and Makefile.in files TEA compliant.wart1999-06-151-150/+714
| | | FossilOrigin-Name: 04e21147d0877dfb8bce783a176a646b33babb06
* macros that autoconf will be looking for (tcl.m4)wart1999-06-101-0/+1127
FossilOrigin-Name: 0f89dba73752cee98fa871ec1af2bb0e80e4025d