aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* prgbox example addedAndrey A. Chernov1994-10-281-0/+12
* Add --prgbox option to test new prgbox() functionAndrey A. Chernov1994-10-282-2/+18
* Implement dialog_prgbox() function which allows run programAndrey A. Chernov1994-10-2814-26/+394
* Convince Perl to that is is part of the system, as /usr/bin/perl (binary)Garrett Wollman1994-10-278-15/+21
* Repair the damage done by whomever blew the last commit. Now itJordan K. Hubbard1994-10-261-1/+1
* Move dialog_update() to another place, because it is now in dialog_clear()Andrey A. Chernov1994-10-251-24/+16
* Add perl.Bruce Evans1994-10-251-2/+2
* Added refresh() to dialog_clear so that it actuallyPaul Richards1994-10-251-0/+1
* Added f77 program. This is a modified version of the c++ program.L Jonas Olsson1994-10-253-2/+554
* Added FORTRAN rule.L Jonas Olsson1994-10-251-0/+29
* Changed NO_SHARED_LIBCC_INT to SHARED_LIBCC_INT and changed the logicDavid Greenman1994-10-252-4/+4
* Make dialog attributes visible from outside (for direct usageAndrey A. Chernov1994-10-242-40/+38
* Completed last fix: don't use backquotes in here-documents; it confusesGarrett Wollman1994-10-221-10/+2
* Fill in SUBMITTER= line correctly.Garrett Wollman1994-10-221-1/+1
* I really, really don't want to know why adding a blank line betweenGarrett Wollman1994-10-221-0/+1
* Adding cvsinit back to the subdirs since it shouldn't have been removedNate Williams1994-10-221-1/+1
* remove cvsinit from subdir listPaul Traina1994-10-221-1/+1
* Added cvsinit shell script as a runnable command.Nate Williams1994-10-223-1/+242
* Allow '#' in address in rmail argumentsAndrey A. Chernov1994-10-223-12/+21
* Fix dialog_clear() to clear windows.Andrey A. Chernov1994-10-211-0/+1
* Implement line_edit() function (full line editor) which may calledAndrey A. Chernov1994-10-215-171/+184
* Declare more functions externally.Andrey A. Chernov1994-10-2012-30/+32
* Don't exit silently, if initscr failed; put error messageAndrey A. Chernov1994-10-191-1/+3
* Check initscr() for NULLAndrey A. Chernov1994-10-191-1/+2
* Dramatically clean up Makefile. Make send-pr get rebuilt if MakefileGarrett Wollman1994-10-151-16/+18
* Add LDADD += -lcursesAndrey A. Chernov1994-10-121-1/+2
* Add LDADD+= -ltermcapAndrey A. Chernov1994-10-121-1/+2
* SHARED_LDADD --> LDADDAndrey A. Chernov1994-10-121-2/+2
* Output error diagnostics, if occurse.Andrey A. Chernov1994-10-114-0/+36
* Use libdialog now.Andrey A. Chernov1994-10-113-283/+73
* libdialog addedAndrey A. Chernov1994-10-111-2/+2
* Make all dialog box available from C programs via functions callsAndrey A. Chernov1994-10-1116-0/+3985
* Implement HOME/END keys for line editAndrey A. Chernov1994-10-102-5/+26
* Implement insert-mode line editingAndrey A. Chernov1994-10-101-16/+23
* Back out part of ctype fixes, unneded with new ctypeAndrey A. Chernov1994-10-093-4/+4
* Cosmetic cleanupPaul Traina1994-10-091-5/+8
* Dialog addedAndrey A. Chernov1994-10-081-2/+2
* Moved from ports, arrow keys allowed to edit input,Andrey A. Chernov1994-10-0823-0/+4671
* Fix many problems with 8bit chars (sign extend in ctype macros)Andrey A. Chernov1994-10-074-30/+21
* Make ~%take work: ignore \rAndrey A. Chernov1994-10-021-1/+4
* Make -a option optional, uux fails in other case with new sendmail-styleAndrey A. Chernov1994-10-021-2/+2
* Removed NOOBJ so obj directory gets built if wanted.Paul Richards1994-10-021-1/+0
* #define HAVE_TERMIOS added for proper terminal handlingAndrey A. Chernov1994-10-022-0/+4
* Don't build profiled libraries. (NOPROFILE= yes. I don't like the negativeBruce Evans1994-09-281-0/+2
* previous fix was not completeAdam David1994-09-251-2/+1
* Dumped core when prompt == NULLAdam David1994-09-251-1/+2
* Fixed a couple of compiler warnings related to wrong prototypes.David Greenman1994-09-231-2/+3
* Don't build profiled library.Bruce Evans1994-09-201-1/+2
* Add dependency for -lcompat.Bruce Evans1994-09-202-2/+6
* For Bruce: -DNO_SHARED_LIBCC_INT reverts back to static libcc_int.Garrett Wollman1994-09-192-2/+12