156 Commits (332ae4a831160246624d90eb4ed00a542a9994b2)

Author SHA1 Message Date
Michael R Sweet 86b5507486 Configure script changes to support man pages, HTMLDOC, AIX/QNX with 25 years ago
Michael R Sweet 94788c4628 Copyright 2001. 25 years ago
Michael R Sweet b230781ddc Specify portable architecture options for HP-UX compilers. 25 years ago
Michael R Sweet 7d432ff92c Get rid of "member X hidden by variable X" warnings... 25 years ago
Michael R Sweet a45a6308d0 strcasecmp() for FLUID under AIX. 25 years ago
Michael R Sweet 4b2003e24a Configure script changes... 25 years ago
Michael R Sweet 739e9411e7 Minor change for Sun C/C++ compilers (-xO3 instead of -O) for better 25 years ago
Bill Spitzak 2cbf4041b3 Does not clear Fl::keysym on every event, this makes better back compatability and fixes Win2000 25 years ago
Michael R Sweet ec770b7f4a Reenabled overlay code - seems to work great now, Bill! 25 years ago
Michael R Sweet f87393aaa1 OK, now version 1.0.9 25 years ago
Michael R Sweet 63f88fb5f2 Dropped use of -fno-rtti since this causes problems with apps that don't 25 years ago
Michael R Sweet 5d7d40fd35 Dropped use of -fomit-frame-pointer, as I've just discovered that it 25 years ago
Michael R Sweet 0ef73e50d6 Commented out enabling overlay support until we can get it working right. 25 years ago
Michael R Sweet 8fe1161d9f Fixed other occurrence of -fomit-stack-frame that should be 25 years ago
Bill Spitzak 1b529efa42 Fixed the -fno_exceptions test so it does not always fail. 25 years ago
Bill Spitzak 34e44c5206 Changed -omit-stack-frame to -omit-frame-pointer, hope this is correct 25 years ago
Michael R Sweet 4b561b6e90 Updated copyright notices for all of the 1.0.x files. 25 years ago
Bill Spitzak 06ea565dba Fixed configure uversion for Irix 6.5 26 years ago
Michael R Sweet 018667ce16 Fixed configure.in for HP-UX - wasn't detecting vsnprintf and snprintf 26 years ago
Bill Spitzak 8abc94ba07 Added Solaris switches suggested by Carlos O'Ryan (coryan@cs.wustl.edu) 26 years ago
Bill Spitzak 9324cc741c Shortened the option string for IRIX a bit by combining the two -woff's 26 years ago
Bill Spitzak 84e4e91a3c Made XDBE work on all versions of Irix that have it 26 years ago
Michael R Sweet a5778a1864 Updated README and distribution packages to use v1.0.1. 27 years ago
Michael R Sweet 26068ce30e Removed extra \ in HP-UX DSO command. 27 years ago
Michael R Sweet e82c497641 It would help if the configure script substituted DSOCOMMAND... 27 years ago
Michael R Sweet 022e5d90f1 Updated Linux DSO rules. 27 years ago
Michael R Sweet d5166693cb Updated Digital UNIX DSO commands. 27 years ago
Michael R Sweet 2a10f22ed7 Updated Solaris shared library command (again). 27 years ago
Michael R Sweet 000e30f728 Changed Solaris shared library command to ld using -h option to set 27 years ago
Michael R Sweet d38b07ca26 Updated DSO stuff in configure.in (soname, -fPIC, etc) 27 years ago
Carl E. Thompson a53a5cb978 Changes egcs/gcc optimization default to "-O2" . Makes library and apps 27 years ago
Michael R Sweet 8b5f73c23c Minor typo in configure script (== instead of =) 27 years ago
Michael R Sweet c33c7ff0b8 Now don't enable XDBE under SunOS or IRIX 6.3 or earlier. 27 years ago
Michael R Sweet 480101ea19 Updated Solaris scandir() check - the case statement was giving autoconf 27 years ago
Michael R Sweet 1c3caadc23 Updated scandir() check to use FLTK scandir function instead of Sun 27 years ago
Michael R Sweet 9aa244c8e3 Fixed typo in configure input (dns# instead of dnl#). 27 years ago
Michael R Sweet 468391363b Updated configure.in for proper debug and optimization handling. 27 years ago
Bill Spitzak 4c53a5d8f4 Added optimization for SGI builds (mike: please run autoconf before making 27 years ago
Michael R Sweet 41195fbba6 Updated to include <sys/select.h> as needed. 27 years ago
Michael R Sweet 0a36d98420 Yay, change all copyright notices to be 1998-1999. 27 years ago
Michael R Sweet 13070ee270 Updated shared library code to create symbolic links to .so.1 or .sl.1 27 years ago
Michael R Sweet 027516a195 Removed SunOS Xdbe check... 27 years ago
Michael R Sweet 3743b7c53a .C -> .cxx... 27 years ago
Michael R Sweet 849e11623e Changes from Carl to get rid of default_ variables... 27 years ago
Michael R Sweet e22ea76909 Updated compiler options - shouldn't force a particular C or C++ compiler 27 years ago
Michael R Sweet 80b1529ef4 Multiple patches from Bill: 27 years ago
Michael R Sweet 000af67fea CFLAGS and CXXFLAGS don't default to blank... Put mandatory DEBUGFLAGS 27 years ago
Michael R Sweet 701dfbc5bb Forgot a BORDER_WIDTH line... 27 years ago
Michael R Sweet 05d7379a35 Autoconf sucks - can't redefine BORDER_WIDTH to another value in config.h... 27 years ago
Michael R Sweet 85b225865e Updated CFLAGS check so we don't clobber them... 27 years ago