| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up some foreign makefiles a bit, attempting to handle .sh files | bde | 1994-11-14 | 2 | -16/+30 |
* | Include <sys/types.h> early. This will be required when <stdio.h> and/or | bde | 1994-11-14 | 1 | -0/+2 |
* | address @freefall.cdrom.com -> @freebsd.org | phk | 1994-11-10 | 1 | -1/+1 |
* | Enabled build/install of kgdb. | dg | 1994-11-07 | 1 | -2/+2 |
* | As pointed out by Paul Traina, we need the libs to be 261.0 not 26.1. | phk | 1994-11-07 | 3 | -6/+6 |
* | Restore my fixes to 2.6.0. The changes should not affect anything except | bde | 1994-11-06 | 3 | -24/+37 |
* | Explicitly tell cpp where to look for include files. | phk | 1994-11-04 | 1 | -2/+0 |
* | __386BSD__ -> __FreeBSD__ | jkh | 1994-11-04 | 3 | -6/+6 |
* | Correct my hosing...:( | gclarkii | 1994-11-03 | 3 | -3/+3 |
* | Bump the version-number of the "shared-gcc-internals" library. Will only | phk | 1994-11-03 | 1 | -2/+2 |
* | Change libs to install in /usr/lib/perl | gclarkii | 1994-11-03 | 1 | -1/+1 |
* | 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 | 92 | -9945/+15824 |
* | 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 |
* | 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 |
* | Test test test! sigh! | pst | 1994-10-29 | 8 | -233/+29 |
* | 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 |
* | 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 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 |
* | 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 |
* | Dramatically clean up Makefile. Make send-pr get rebuilt if Makefile | wollman | 1994-10-15 | 1 | -16/+18 |
* | Output error diagnostics, if occurse. | ache | 1994-10-11 | 4 | -0/+36 |
* | Use libdialog now. | ache | 1994-10-11 | 3 | -284/+74 |
* | Implement HOME/END keys for line edit | ache | 1994-10-10 | 2 | -5/+26 |
* | Implement insert-mode line editing | ache | 1994-10-10 | 1 | -16/+23 |
* | Back out part of ctype fixes, unneded with new ctype | ache | 1994-10-09 | 3 | -4/+4 |
* | Cosmetic cleanup | pst | 1994-10-09 | 1 | -5/+8 |
* | Dialog added | ache | 1994-10-08 | 1 | -2/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r3430, | ache | 1994-10-08 | 23 | -0/+4671 |
|\ |
|
| * | Moved from ports, arrow keys allowed to edit input, | ache | 1994-10-08 | 23 | -0/+4671 |
* | Fix many problems with 8bit chars (sign extend in ctype macros) | ache | 1994-10-07 | 4 | -30/+21 |
* | Removed NOOBJ so obj directory gets built if wanted. | paul | 1994-10-02 | 1 | -1/+0 |
* | #define HAVE_TERMIOS added for proper terminal handling | ache | 1994-10-02 | 2 | -0/+4 |
* | Don't build profiled libraries. (NOPROFILE= yes. I don't like the negative | bde | 1994-09-28 | 1 | -0/+2 |
* | Fixed a couple of compiler warnings related to wrong prototypes. | dg | 1994-09-23 | 1 | -2/+3 |