summaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.8.0_cvscvs2svn2003-04-0337-37/+37
* MFC: Disallow use of libdialog in setugid applicationKris Kennaway2003-02-151-0/+8
* MFC: Drop support for COPY.Ruslan Ermilov2002-08-071-1/+1
* MFC: bsd.incs.mk support and assorted header fixes:Ruslan Ermilov2002-07-221-4/+1
* MFC: s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-1/+1
* MFC 1.21, my fix to prevent users leaving the text box throughDoug Barton2002-06-181-1/+1
* MFC 1.3 and 1.4. Fixes for the arg to execl(), and the deprecated wait union.Doug Barton2002-06-181-4/+5
* MFC includes of stdlib.h to bring these totally in line with -current.Doug Barton2002-06-182-0/+3
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-141-1/+2
* MFC: 1.3: Fixed memory leak in dialog_gauge(3).Ruslan Ermilov2001-12-011-0/+4
* MFC: cursor update on home and end keysEric Melville2001-08-312-4/+20
* MFC: handle keys consistentlyEric Melville2001-08-122-2/+10
* MFC: remove unused library and add dialog_noyesEric Melville2001-08-071-3/+4
* MFC: update man pageEric Melville2001-08-011-57/+75
* MFC: gain improved interface and key handlingEric Melville2001-07-316-114/+296
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-051-2/+13
* MFC: stop yes/no buttons from jumping around.Jordan K. Hubbard2001-02-241-19/+11
* MFC: mdoc(7) police: Ft/Vt now accept punctuation-type arguments.Ruslan Ermilov2001-01-121-4/+4
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-34/+33
* MFC: dialog_noyes() and various stylistic fixes.Jordan K. Hubbard2000-12-155-14/+51
* This is the second half of unbreaking the world build. Add a -DNOHTMLBrian Feldman2000-01-111-0/+2
* *draws his sword*Brian Feldman2000-01-111-0/+2
* This change was mis-identified as the problem, sorry. It appears to beJordan K. Hubbard2000-01-111-0/+4
* Back out the previous change to install the examples - it breaks the release ...Jordan K. Hubbard2000-01-111-4/+0
* Install contents of the TESTS subdirectory to /usr/share/examples/libdialogAlexey Zelkin2000-01-101-0/+9
* Remove -lncurses and -lmytinfo from LDFLAGSAlexey Zelkin2000-01-101-3/+5
* Cleanup warnings.Alexey Zelkin2000-01-1021-21/+24
* Completely reconstruct page. Make it mdoc(7) style compatible also :)Alexey Zelkin2000-01-101-296/+576
* *Really* make space accelerators work; no wonder Brian McGovern wasJordan K. Hubbard1999-12-173-3/+3
* Prevent spaces from being interpreted as accelerators.Jordan K. Hubbard1999-12-143-7/+16
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-291-1/+1
* #include <termios.h>Peter Wemm1999-08-301-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2721-21/+21
* Various man page cleanup:Mike Pritchard1999-08-151-11/+15
* Use braces to avoid potentially ambiguous else clause.Warner Losh1999-04-252-3/+6
* Don't use backslash-newline to split the too-long line forBruce Evans1999-03-051-4/+2
* Add documentation for new tree functions.Jordan K. Hubbard1998-10-022-8/+73
* Add missing free().Jordan K. Hubbard1998-09-301-1/+2
* Add examples for tree functions.Jordan K. Hubbard1998-09-296-2/+346
* Add support for saved trees.Jordan K. Hubbard1998-09-292-4/+111
* Update tree function and remove gratuitous .h file.Jordan K. Hubbard1998-09-282-48/+79
* Unbump the minor number; guess this doesn't happen in the ELF worldJordan K. Hubbard1998-09-281-2/+2
* Add some new functionality which I promised to add over a year a go andJordan K. Hubbard1998-09-264-3/+1035
* Fix bogus length restriction on readlink. Use sizeof(buf) - 1 ratherWarner Losh1998-09-101-1/+1
* Use size of structure rather than hard coded 256 in readlink. This changeWarner Losh1998-09-091-1/+1
* Change the aux field type to long instead of int so that it is largeJohn Birrell1998-08-201-1/+1
* Spelling corrections.Joseph Koshy1998-06-061-2/+2
* Fix improperly re-entrant code which caused the menu spammage we'veJordan K. Hubbard1997-10-122-37/+25
* Fixed synopsis. There was a missing arg, 3 args with the wrong type,Bruce Evans1997-04-131-12/+22