| Commit message (Expand) | Author | Age | Files | Lines |
* | New file from pk to aid new in developing the shlib code for new | nate | 1994-12-23 | 1 | -0/+192 |
* | Updated version of gas which allows for link-time error reporting if | nate | 1994-12-23 | 27 | -2242/+3192 |
* | Updated to recent version of Paul K.'s shlib code. This code has better | nate | 1994-12-23 | 18 | -411/+579 |
* | Upgrade to readline from bash 1.14.3 | ache | 1994-12-12 | 13 | -96/+168 |
* | Changed a SORT 1L to a SORT 1. | ats | 1994-12-11 | 1 | -1/+1 |
* | Changed one occurrence of LD 8 to LD 1 and the OS FreeBSD 1.1 to FreeBSD 2.0. | ats | 1994-12-11 | 2 | -6/+6 |
* | Changed one occurence of rmail(1) to rmail(8). | ats | 1994-12-11 | 1 | -2/+2 |
* | Added "cpuid" opcode. | sef | 1994-12-11 | 1 | -1/+4 |
* | Change all 'regoff_t' occurances to 'int'. GNU typedefed it as 'int', | ache | 1994-12-09 | 2 | -35/+38 |
* | Change #include order to not redifine __P | ache | 1994-12-09 | 1 | -1/+1 |
* | Regcomp, re_comp eliminating | ache | 1994-12-09 | 1 | -4/+10 |
* | More kosher regexp eliminating, based on BSD date now | ache | 1994-12-09 | 1 | -6/+6 |
* | Eliminate buggy regcomp and re_comp implementations, | ache | 1994-12-09 | 1 | -4/+5 |
* | 8bit locale ajustment fix | ache | 1994-12-06 | 1 | -2/+6 |
* | Upgrade to version 2.0 | ache | 1994-12-06 | 43 | -1037/+7350 |
* | Throw out the abort call, the reasoning seems to be false :-). | ats | 1994-12-03 | 2 | -4/+4 |
* | Use new bkgd() function to produce background | ache | 1994-12-02 | 1 | -4/+3 |
* | Add the files y.tab.h and a2p.c that get automatically generated to | ats | 1994-11-28 | 1 | -0/+1 |
* | Add the automatically generated files: y.tab.h c-exp.tab.c ch-exp.tab.c and | ats | 1994-11-28 | 2 | -0/+2 |
* | Add -lcompat to LDADD for insque/remque (they treated as part of library) | ache | 1994-11-24 | 1 | -1/+1 |
* | For unknown reason _G_HAVE_SYS_RESOURCE was defined to 0 instead | ache | 1994-11-23 | 1 | -1/+1 |
* | Add missing osfcn.h | ache | 1994-11-23 | 1 | -0/+17 |
* | Remove /usr/gnu from mandatory manpath. | jkh | 1994-11-22 | 1 | -2/+0 |
* | Add ^X,^B,^F,^E,^A | ache | 1994-11-20 | 1 | -38/+50 |
* | Automatically turn off insert mode when end of field reached | ache | 1994-11-19 | 1 | -4/+3 |
* | Highlight only flen sized part while editing in line_edit() | ache | 1994-11-19 | 1 | -20/+56 |
* | Highlight only space available for editing | ache | 1994-11-19 | 1 | -5/+14 |
* | silently restrict all boxes to LINES, COLS | ache | 1994-11-18 | 8 | -0/+32 |
* | From: "Jonathan M. Bresler" <jmb@kryten.Atinc.COM> | jkh | 1994-11-18 | 1 | -0/+1 |
* | Draw passed line with passed attrs on enter of line_edit() | ache | 1994-11-18 | 3 | -3/+11 |
* | Add new parameter to line_edit: field length (-1 means unlimited) | ache | 1994-11-18 | 4 | -15/+13 |
* | Save/restore attrs in line_edit now | ache | 1994-11-18 | 2 | -5/+4 |
* | Use newscr instead of curscr in shadows code | ache | 1994-11-17 | 1 | -3/+3 |
* | Use wnoutrefresh() in clear_norefresh | ache | 1994-11-17 | 1 | -1/+2 |
* | Add dialog_clear_norefresh() function | ache | 1994-11-17 | 2 | -1/+7 |
* | Remove regex.h, it conflicts with our POSIX regex.h and we already | ache | 1994-11-17 | 2 | -2/+2 |
* | Fix original bug with wrong calculated dims for items list. | ache | 1994-11-17 | 5 | -18/+34 |
* | Put #warning "this file is obsoleted ... etc." | ache | 1994-11-17 | 1 | -1/+3 |
* | Update with new autosizing code, use -1 -1 now | ache | 1994-11-16 | 6 | -11/+11 |
* | Full autosizing support, now you can pass -1, -1 for any | ache | 1994-11-16 | 9 | -24/+134 |
* | Added NO_IMPLICIT_C as our header files in standard locations are either | ljo | 1994-11-16 | 1 | -0/+3 |
* | Make shadow more 'real': now shadowed letters appearse as dim ones. | ache | 1994-11-15 | 1 | -16/+13 |
* | Add comment about SYSV-ism | ache | 1994-11-15 | 1 | -0/+2 |
* | Fix bug: only one second-level shadow drawed | ache | 1994-11-15 | 1 | -0/+16 |
* | Integrated GCC-2.6.1 -> GCC-2.6.2 changes. | phk | 1994-11-15 | 28 | -325/+609 |
* | 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 |
* | Fix merge conflicts. | jkh | 1994-11-13 | 2 | -18/+17 |
*-. | This commit was generated by cvs2svn to compensate for changes in r4422, | jkh | 1994-11-13 | 48 | -418/+3919 |
|\ \ |
|
| | * | Michael Reifenberger's libg++ port | jkh | 1994-11-13 | 4 | -0/+3491 |