Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update dialog to version 20100428. This changes the license under which | nwhitehorn | 2011-01-12 | 1 | -161/+0 |
| | | | | | | | | | | | | | dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new features and a new and better libdialog API. The existing libdialog will be kept temporarily as libodialog for compatibility purposes until sade, sysinstall and tzsetup have been either updated or replaced. __FreeBSD_version is now 900030. Discussed on: -current Approved by: core Obtained from: http://invisible-island.net/dialog | ||||
* | Use __FBSDID over rcsid[]. | obrien | 2003-05-03 | 1 | -2/+2 |
| | |||||
* | Use POSIX macros for wait(2)-style status information instead of the | mike | 2002-06-03 | 1 | -3/+2 |
| | | | | | deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int confusion. | ||||
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -1/+3 |
| | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -3/+3 |
| | |||||
* | Implement dialog_prgbox() function which allows run program | ache | 1994-10-28 | 1 | -0/+160 |
(via pipe) with output to dialog box |