summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/raw_popen.c
Commit message (Collapse)AuthorAgeFilesLines
* Update dialog to version 20100428. This changes the license under whichnwhitehorn2011-01-121-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[].obrien2003-05-031-2/+2
|
* 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.
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+3
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* Implement dialog_prgbox() function which allows run programache1994-10-281-0/+160
(via pipe) with output to dialog box
OpenPOWER on IntegriCloud