summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog
Commit message (Collapse)AuthorAgeFilesLines
* Enforce style.Makefile(5).trhodes2005-04-221-1/+1
| | | | Glanced at by: ru (some time ago).
* Expand contractions.ru2005-02-151-1/+1
|
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Sort sections.ru2005-01-181-10/+11
|
* Fix 'redraw' of checklist box. It is occurs in situation when size ofphantom2005-01-041-0/+9
| | | | | | | | | checklist box is strictly set via command line, but amount of checklist items less than height of checklist box. In this case bottom part of box was not redrawn (occurs when passing focus behind of 'Cancel' button while configuring any FreeBSD port OPTIONS) MFC after: 3 days
* NOHTML -> NO_HTMLru2004-12-211-1/+1
|
* Replaced afterinstall: with FILES.ru2004-10-181-5/+2
|
* Mechanically kill hard sentence breaks.ru2004-07-021-34/+68
|
* Removed trailing whitespace.ru2004-07-021-9/+9
|
* Test data before using it.eric2004-02-261-0/+4
| | | | | | | | Of course, libdialog is still chock-full of similar bugs, but it's been multiple years and no one has any better suggestions so the bugs will just be dealt with case-by-case. PR: 28221
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
|
* The .Fn functioncharnier2003-06-081-30/+60
|
* Use __FBSDID over rcsid[].obrien2003-05-0332-80/+86
|
* This is WARNS=2 clean.obrien2003-05-031-0/+1
|
* Disallow libdialog to be used in setugid applications; it is chock fullkris2002-10-121-0/+8
| | | | | | of buffer overflows. MFC after: 3 days
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
|
* Quiet another annoying warning.wollman2002-09-091-0/+1
|
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
| | | | | | for a long time now. Approved by: bde
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-1/+1
|
* In addition to exiting the dialog via ESC, the user could also havedougb2002-06-131-1/+1
| | | | | exited via \r, \n, or ' ' (space); all of which are valid, non-error responses.
* Use POSIX macros for wait(2)-style status information instead of themike2002-06-031-3/+2
| | | | | deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int confusion.
* Add used includes of <stdlib.h>.wollman2002-05-302-0/+3
|
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to handle symlinking include files. Allow for multiple groups of include files to be installed, with the powerful INCSGROUPS knob. Documentation to follow. Added standard `includes' and `incsinstall' targets, use them in Makefile.inc1. Headers from the following makefiles were not installed before (during `includes' in Makefile.inc1): kerberos5/lib/libtelnet/Makefile lib/libbz2/Makefile lib/libdevinfo/Makefile lib/libform/Makefile lib/libisc/Makefile lib/libmenu/Makefile lib/libmilter/Makefile lib/libpanel/Makefile Replaced all `beforeinstall' targets for installing includes with the INCS stuff. Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, and INCMODE. Consistently use INCLUDEDIR instead of /usr/include. gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes were only lightly tested due to the missing contrib/libstdc++-v3. I fully tested the pre-WIP_GCC31 version of this patch with the contrib/libstdc++.295 stuff. These changes have been tested on i386 with the -DNO_WERROR "make world" and "make release".
* Fixed memory leak in dialog_gauge(3).ru2001-11-291-0/+4
| | | | | | PR: gnu/32260 Submitted by: Igor Pokrovsky <tiamat@telegraph.spb.ru> MFC after: 3 days
* Fixed missing return type in synopsis.bde2001-10-031-0/+1
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Properly move cursor when home and end keys are used.eric2001-08-312-4/+20
|
* Handle keys consistently.eric2001-08-092-2/+10
|
* dialog(3) -> dialog_noyes(3).ru2001-08-071-1/+2
|
* Update man page to actually match the source.eric2001-08-011-55/+73
| | | | PR: 7456
* Properly update cursor position when the list is scrolled.eric2001-07-262-8/+12
|
* Handle keys consistently.eric2001-07-262-1/+4
|
* Improve the interface provided by libdialog. Move a cursor around overeric2001-07-186-105/+280
| | | | | | | the components and trigger actions based on its position. This reduces the need to remember the functions of various keys, and makes the interface more consistant across library. ~
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+3
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* mdoc(7) police: normalize .Nd.ru2001-04-181-1/+1
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* Properly orient the buttons for yes/no and no/yes so that POLA isjkh2001-02-241-19/+11
| | | | | | | observed. This fixes the "no/yes box jumps buttons around" problem. PR: gnu/24487 Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+13
|
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.ru2001-01-121-4/+4
|
* Prepare for mdoc(7)NG.ru2000-12-271-34/+33
|
* Add a new function, dialog_noyes(), for sysinstall to be able tojkh2000-12-143-13/+45
| | | | | | | present questinos with a different default answer. Somebody submitted a patch to me once which did something this but I lost it (my bad) so I'm just going to re-implement it with thanks to whomever it was who gave me the idea.
* mdoc(7) police: Add a missing `.Sm on' request.ru2000-11-211-1/+2
|
* include <sys/types.h>brian2000-10-151-0/+4
|
* Remove unneded -lmytinfoache2000-09-161-2/+2
|
* This is the second half of unbreaking the world build. Add a -DNOHTMLgreen2000-01-111-0/+2
| | | | | | corollary for -DNOINFO and -DNOMAN. I'll fix this properly (add specific HTML doc magic) in the .mk files later; right now, just unbreak the world.
* *draws his sword*green2000-01-111-0/+2
| | | | | | | | | I smite thee, vile buildworld breakage! The story is that these were added to beforeinstall improperly. In our beforeinstall, a full mtree has not been populated. Since the tree is not populated, we explode from missing directories on doc install. It should not be done in beforeinstall (includes) anyway.
* This change was mis-identified as the problem, sorry. It appears to bejkh2000-01-111-0/+4
| | | | an anomaly restricted only to the alpha in FreeBSD-current (weird).
* Back out the previous change to install the examples - it breaks the release ↵jkh2000-01-111-4/+0
| | | | builds.
* Install contents of the TESTS subdirectory to /usr/share/examples/libdialogphantom2000-01-101-0/+9
|
OpenPOWER on IntegriCloud