summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/form/form.h
Commit message (Collapse)AuthorAgeFilesLines
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
| | | | | | | | | | | | | Automate with: git grep -l '#include <cm_' -- Source \ | xargs sed -i 's/#include <\(cm_.*\)>/#include "\1"/g' git grep -l '#include <cmsys/' -- Source \ | xargs sed -i 's/#include <\(cmsys\/.*\)>/#include "\1"/g' git grep -l '#include <cm[A-Z]' -- Source \ | xargs sed -i 's/#include <\(cm[A-Z].*\)>/#include "\1"/g'
* ccmake: Fix recent compilation regression with GCC on SolarisBrad King2016-09-141-4/+0
| | | | | | | The change in commit 32f756c8 (CursesDialog: include what you use, 2016-09-01) revealed that an ancient workaround for compiling with GCC on Solaris has not had an effect in a long time and is now incorrect. Drop it.
* ccmake: Cleanup and simplify conditional blocks for HP-UXÅdne Hovda2014-11-181-0/+10
|
* COMP: make it build on NetBSD, which has separate curses and ncurses, soAlexander Neundorf2007-08-271-1/+13
| | | | | | | it has to be detected that curses isn't good enough, but ncurses is, and that ncurses.h instead of curses.h is included Alex
* COMP: Using a new work-around for stdarg.h problem on SGI.Brad King2005-04-211-20/+0
|
* COMP: Attempt to fix problem with building on SGIAndy Cedilnik2005-04-191-154/+174
|
* Oops.Berk Geveci2001-11-081-7/+0
|
* Changes to remove warnings and fix dependencies.Berk Geveci2001-11-081-0/+11
|
* Removed a function which used va_start (did not compile on Sun with gcc)Bill Hoffman2001-11-061-4/+0
|
* Adding form library.Berk Geveci2001-11-051-0/+389