| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Change libs to /usr/lib/perl | gclarkii | 1994-11-03 | 1 | -1/+1 |
* | | Install libs into /usr/lib/perl. The discussion we had did not come to | gclarkii | 1994-11-03 | 1 | -1/+1 |
* | | Remove obsolete __386BSD__ predefine. | jkh | 1994-11-03 | 1 | -1/+1 |
* | | ---------------------------------- | phk | 1994-11-03 | 95 | -9947/+16265 |
* | | Put a real man page in for cpp(1)... it needs to be converted to the mandoc | pst | 1994-11-02 | 1 | -1/+674 |
* | | Enhance inputbox to pass initial prompt (optional) | ache | 1994-11-02 | 2 | -3/+7 |
* | | Now line_edit() uses passed string as initial prompt | ache | 1994-11-02 | 2 | -3/+11 |
* | | Translate README to english. :-) | jkh | 1994-11-02 | 1 | -4/+5 |
* | | Link g++ -> c++, like I did with gcc -> cc. This is evil, but it's | jkh | 1994-11-01 | 1 | -1/+2 |
* | | Add LINKS to get gcc back. | jkh | 1994-11-01 | 1 | -1/+3 |
* | | Fix beforeinstall compare | ache | 1994-11-01 | 1 | -3/+3 |
* | | Don't reinstall includes when not necessary | pst | 1994-11-01 | 1 | -3/+6 |
* | | Add pointer check after each newwin/subwin with error diagnostic | ache | 1994-10-31 | 8 | -0/+60 |
* | | Test test test! sigh! | pst | 1994-10-29 | 8 | -233/+29 |
* | | Add a -I${.CURDIR} so that the next time Andrew changes dialog.h, the | jkh | 1994-10-28 | 1 | -2/+2 |
* | | Add refresh after each line of program output, | ache | 1994-10-28 | 1 | -0/+1 |
* | | prgbox example added | ache | 1994-10-28 | 1 | -0/+12 |
* | | Add --prgbox option to test new prgbox() function | ache | 1994-10-28 | 2 | -2/+18 |
* | | Implement dialog_prgbox() function which allows run program | ache | 1994-10-28 | 14 | -26/+394 |
* | | Convince Perl to that is is part of the system, as /usr/bin/perl (binary) | wollman | 1994-10-27 | 8 | -15/+21 |
* | | Repair the damage done by whomever blew the last commit. Now it | jkh | 1994-10-26 | 1 | -1/+1 |
* | | Move dialog_update() to another place, because it is now in dialog_clear() | ache | 1994-10-25 | 1 | -24/+16 |
* | | Add perl. | bde | 1994-10-25 | 1 | -2/+2 |
* | | Added refresh() to dialog_clear so that it actually | paul | 1994-10-25 | 1 | -0/+1 |
* | | Added f77 program. This is a modified version of the c++ program. | ljo | 1994-10-25 | 3 | -2/+554 |
* | | Added FORTRAN rule. | ljo | 1994-10-25 | 1 | -0/+29 |
* | | Changed NO_SHARED_LIBCC_INT to SHARED_LIBCC_INT and changed the logic | dg | 1994-10-25 | 2 | -4/+4 |
* | | Make dialog attributes visible from outside (for direct usage | ache | 1994-10-24 | 2 | -40/+38 |
* | | Completed last fix: don't use backquotes in here-documents; it confuses | wollman | 1994-10-22 | 1 | -10/+2 |
* | | Fill in SUBMITTER= line correctly. | wollman | 1994-10-22 | 1 | -1/+1 |
* | | I really, really don't want to know why adding a blank line between | wollman | 1994-10-22 | 1 | -0/+1 |
* | | Adding cvsinit back to the subdirs since it shouldn't have been removed | nate | 1994-10-22 | 1 | -1/+1 |
* | | remove cvsinit from subdir list | pst | 1994-10-22 | 1 | -1/+1 |
* | | Added cvsinit shell script as a runnable command. | nate | 1994-10-22 | 3 | -1/+242 |
* | | Allow '#' in address in rmail arguments | ache | 1994-10-22 | 3 | -12/+21 |
* | | Fix dialog_clear() to clear windows. | ache | 1994-10-21 | 1 | -0/+1 |
* | | Implement line_edit() function (full line editor) which may called | ache | 1994-10-21 | 5 | -171/+184 |
* | | Declare more functions externally. | ache | 1994-10-20 | 12 | -30/+32 |
* | | Don't exit silently, if initscr failed; put error message | ache | 1994-10-19 | 1 | -1/+3 |
* | | Check initscr() for NULL | ache | 1994-10-19 | 1 | -1/+2 |
* | | Dramatically clean up Makefile. Make send-pr get rebuilt if Makefile | wollman | 1994-10-15 | 1 | -16/+18 |
* | | Add LDADD += -lcurses | ache | 1994-10-12 | 1 | -1/+2 |
* | | Add LDADD+= -ltermcap | ache | 1994-10-12 | 1 | -1/+2 |
* | | SHARED_LDADD --> LDADD | ache | 1994-10-12 | 1 | -2/+2 |
* | | Output error diagnostics, if occurse. | ache | 1994-10-11 | 4 | -0/+36 |
* | | Use libdialog now. | ache | 1994-10-11 | 3 | -284/+74 |
* | | libdialog added | ache | 1994-10-11 | 1 | -2/+2 |
* | | This commit was generated by cvs2svn to compensate for changes in r3515, | ache | 1994-10-11 | 16 | -0/+3985 |
|\ \ |
|
| * | | Make all dialog box available from C programs via functions calls | ache | 1994-10-11 | 16 | -0/+3985 |
* | | | Implement HOME/END keys for line edit | ache | 1994-10-10 | 2 | -5/+26 |