summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove -lncurses and -lmytinfo from LDFLAGSphantom2000-01-101-3/+5
|
* Cleanup warnings.phantom2000-01-1021-21/+24
|
* Completely reconstruct page. Make it mdoc(7) style compatible also :)phantom2000-01-101-307/+587
| | | | Page still needs some work about english refinements and some actualization.
* *Really* make space accelerators work; no wonder Brian McGovern wasjkh1999-12-173-3/+3
| | | | confused! I fat-fingered the first commit.
* Prevent spaces from being interpreted as accelerators.jkh1999-12-143-7/+16
|
* sigset_t change (part 5 of 5)marcel1999-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ----------------------------- Most of the userland changes are in libc. For both the alpha and the i386 setjmp has been changed to accomodate for the new sigset_t. Internally, libc is mostly rewritten to use the new syscalls. The exception is in compat-43/sigcompat.c The POSIX thread library has also been rewritten to use the new sigset_t. Except, that it currently only handles NSIG signals instead of the maximum _SIG_MAXSIG. This should not be a problem because current applications don't use any signals higher than NSIG. There are version bumps for the following libraries: libdialog libreadline libc libc_r libedit libftpio libss These libraries either a) have one of the modified structures visible in the interface, or b) use sigset_t internally and may cause breakage if new binaries are used against libraries that don't have the sigset_t change. This not an immediate issue, but will be as soon as applications start using the new range to its fullest. NOTE: libncurses already had an version bump and has not been given one now. NOTE: doscmd is a real casualty and has been disconnected for the moment. Reconnection will eventually happen after doscmd has been fixed. I'm aware that being the last one to touch it, I'm automaticly promoted to being maintainer. According to good taste this means that I will receive a badge which either will be glued or mechanically stapled, drilled or otherwise violently forced onto me :-) NOTE: pcvt/vttest cannot be compiled with -traditional. The change cause sys/types to be included along the way which contains the const and volatile modifiers. I don't consider this a solution, but more a workaround.
* #include <termios.h>peter1999-08-301-0/+1
|
* $Id$ -> $FreeBSD$peter1999-08-2721-21/+21
|
* Various man page cleanup:mpp1999-08-151-11/+15
| | | | | | | | | - Sort xrefs - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net>
* Use braces to avoid potentially ambiguous else clause.imp1999-04-252-3/+6
| | | | | | main's return type is int not void. Reviewed by: obrien and chuckr
* Don't use backslash-newline to split the too-long line forbde1999-03-051-4/+2
| | | | | ".Fn dialog_ftree ...", since my synopsis checker doesn't support it and no other too-long .Fn lines are split.
OpenPOWER on IntegriCloud