| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/2.1.0_cvs | cvs2svn | 1996-01-01 | 7 | -7/+7 |
| * | Brought in chage from rev 1.3: depend on regex.h | David Greenman | 1995-08-30 | 1 | -1/+1 |
| * | Brought in changes from main branch: fix library/c++rt0.o dependencies. | David Greenman | 1995-08-30 | 1 | -3/+4 |
| * | Brought in changes from main branch. | David Greenman | 1995-08-25 | 6 | -21/+19 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'. | cvs2svn | 1995-06-13 | 28 | -16046/+0 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 139 | -2303/+2303 |
| * | Don't make TAB and BACK-TAB destroy field contents incorrectly. | Jordan K. Hubbard | 1995-05-28 | 1 | -2/+1 |
| * | eliminate coredump for readline(NULL) case | Adam David | 1995-05-22 | 1 | -1/+1 |
| * | Remove extra argument from mesgbox | Andrey A. Chernov | 1995-05-16 | 1 | -1/+1 |
| * | Call mesgbox instead of msgbox for long descriptions | Andrey A. Chernov | 1995-05-16 | 1 | -1/+1 |
| * | Changes to support the new dialog_dselect() features required to fix | Jordan K. Hubbard | 1995-05-16 | 2 | -13/+62 |
| * | Fix draw shadow bug, when shadow reaches end of the screen, | Andrey A. Chernov | 1995-05-15 | 1 | -20/+34 |
| * | Add missing include | Andrey A. Chernov | 1995-05-12 | 1 | -0/+6 |
| * | Bump major number, function deleted | Andrey A. Chernov | 1995-05-08 | 1 | -1/+3 |
| * | Bump major number | Andrey A. Chernov | 1995-05-08 | 1 | -1/+3 |
| * | Fix nasty shadow bug sneaked in Marc's commit. | Andrey A. Chernov | 1995-05-08 | 3 | -90/+42 |
| * | Bump major number instead of minor: old functions arguments was changed too | Andrey A. Chernov | 1995-05-04 | 1 | -3/+3 |
| * | Bump minor number | Andrey A. Chernov | 1995-05-03 | 1 | -1/+3 |
| * | Handle too long strings correctly in print_autowrap() | Andrey A. Chernov | 1995-04-30 | 1 | -1/+2 |
| * | Hastily back out my previous change to install ui_objects.h; upon further | Jordan K. Hubbard | 1995-04-21 | 1 | -5/+1 |
| * | Also install new ui_objects.h header file. I'm not sure how I feel about | Jordan K. Hubbard | 1995-04-21 | 1 | -3/+7 |
| * | Upgrade. | Andrey A. Chernov | 1995-04-20 | 11 | -52/+355 |
| * | Fix update_line() updates on screen edges | Andrey A. Chernov | 1995-04-18 | 1 | -1/+1 |
| * | Get rid of strtok(), it is depricated inside libs | Andrey A. Chernov | 1995-03-24 | 2 | -9/+11 |
| * | This just exited on most errors, some of which were legitimate and | Jordan K. Hubbard | 1995-03-22 | 1 | -10/+5 |
| * | Saved scroll fixed. | Andrey A. Chernov | 1995-03-21 | 1 | -1/+1 |
| * | Pretty much a complete rewrite of this Makefile. | Rodney W. Grimes | 1995-03-20 | 1 | -9/+31 |
| * | Fix savestring & gdb conflict | Andrey A. Chernov | 1995-03-17 | 2 | -5/+3 |
| * | Upgrade | Andrey A. Chernov | 1995-03-17 | 8 | -39/+172 |
| * | Add cmp -s to beforeinstall target | Andrey A. Chernov | 1995-03-12 | 1 | -1/+2 |
| * | Don't install shared libgcc, we can't do it this way. | Poul-Henning Kamp | 1995-03-12 | 1 | -3/+1 |
| * | Remove a bunch of funtions that are in libc already. | Poul-Henning Kamp | 1995-03-12 | 1 | -3/+5 |
| * | We can't bail out on generating the pic archive yet. | Jordan K. Hubbard | 1995-03-06 | 1 | -2/+2 |
| * | Don't make the shared libgcc. I don't belive we need the libgcc_pic.a | Poul-Henning Kamp | 1995-03-06 | 1 | -4/+2 |
| * | Install the include file in the same way that all other includes file are | Nate Williams | 1995-03-06 | 1 | -2/+2 |
| * | Fix arrows printout for non-arrows keys in menubox | Andrey A. Chernov | 1995-03-02 | 5 | -135/+113 |
| * | Simplify notify() | Andrey A. Chernov | 1995-02-23 | 3 | -33/+30 |
| * | Remove dir creating, done by mtree | Andrey A. Chernov | 1995-02-15 | 1 | -7/+2 |
| * | file selector, helpline, helpfile and more, with my fixes | Andrey A. Chernov | 1995-02-15 | 22 | -22/+2313 |
| * | The destructor always assumed that it would be called on objects created from | Jordan K. Hubbard | 1995-02-14 | 1 | -4/+7 |
| * | Much better error handling added. | Andrey A. Chernov | 1995-02-13 | 1 | -16/+33 |
| * | Add more range/argument checking | Andrey A. Chernov | 1995-01-30 | 7 | -6/+15 |
| * | Add doc to SUBDIR | Andrey A. Chernov | 1995-01-16 | 2 | -2/+6 |
| * | Remove */doc | Andrey A. Chernov | 1995-01-16 | 1 | -3/+2 |
| * | Back out bkgd() function usage, it acts not from | Andrey A. Chernov | 1995-01-16 | 1 | -2/+2 |
| * | Upgrade to code which should satisfy all things which we have | Andrey A. Chernov | 1995-01-11 | 3 | -746/+588 |
| * | Upgrade regex code to most recent that I found | Andrey A. Chernov | 1995-01-11 | 2 | -461/+765 |
| * | Changes for 8-bit ctype | Andrey A. Chernov | 1995-01-11 | 1 | -28/+19 |
| * | libregex/doc added | Andrey A. Chernov | 1995-01-11 | 1 | -2/+3 |
| * | Add infopage installation | Andrey A. Chernov | 1995-01-11 | 1 | -89/+5 |