| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more segment registers to list of registers (fake for %fs and %gs). | Bruce Evans | 1994-12-31 | 2 | -38/+32 |
* | Fix declaration of i386_float_info(). | Bruce Evans | 1994-12-31 | 2 | -2/+2 |
* | Restore our local changes which were clobbered by the previous commit. | Bruce Evans | 1994-12-31 | 1 | -1/+2 |
* | Hide yet another redefinition of PAGE_SIZE. Cosmetic. | Bruce Evans | 1994-12-31 | 1 | -1/+1 |
* | Restore our (cosmetic) local changes which were clobbered by the previous | Bruce Evans | 1994-12-31 | 1 | -0/+2 |
* | Bring in the files added by Gary Jennejohn's gdb update. | Jordan K. Hubbard | 1994-12-30 | 32 | -0/+27183 |
* | Hurrah! Let the champagne flow, the olive oil barrel be opened and | Jordan K. Hubbard | 1994-12-30 | 175 | -18636/+26248 |
* | Upgrade from new bash | Andrey A. Chernov | 1994-12-30 | 2 | -17/+12 |
* | Install also a gcc.1 manual page as a link from cc.1, as long as | Andreas Schulz | 1994-12-26 | 1 | -1/+2 |
* | New file from pk to aid new in developing the shlib code for new | Nate Williams | 1994-12-23 | 1 | -0/+192 |
* | Updated version of gas which allows for link-time error reporting if | Nate Williams | 1994-12-23 | 27 | -2242/+3192 |
* | Updated to recent version of Paul K.'s shlib code. This code has better | Nate Williams | 1994-12-23 | 18 | -411/+579 |
* | Upgrade to readline from bash 1.14.3 | Andrey A. Chernov | 1994-12-12 | 13 | -96/+168 |
* | Changed a SORT 1L to a SORT 1. | Andreas Schulz | 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. | Andreas Schulz | 1994-12-11 | 2 | -6/+6 |
* | Changed one occurence of rmail(1) to rmail(8). | Andreas Schulz | 1994-12-11 | 1 | -2/+2 |
* | Added "cpuid" opcode. | Sean Eric Fagan | 1994-12-11 | 1 | -1/+4 |
* | Change all 'regoff_t' occurances to 'int'. GNU typedefed it as 'int', | Andrey A. Chernov | 1994-12-09 | 2 | -35/+38 |
* | Change #include order to not redifine __P | Andrey A. Chernov | 1994-12-09 | 1 | -1/+1 |
* | Regcomp, re_comp eliminating | Andrey A. Chernov | 1994-12-09 | 1 | -4/+10 |
* | More kosher regexp eliminating, based on BSD date now | Andrey A. Chernov | 1994-12-09 | 1 | -6/+6 |
* | Eliminate buggy regcomp and re_comp implementations, | Andrey A. Chernov | 1994-12-09 | 1 | -4/+5 |
* | 8bit locale ajustment fix | Andrey A. Chernov | 1994-12-06 | 1 | -2/+6 |
* | Upgrade to version 2.0 | Andrey A. Chernov | 1994-12-06 | 43 | -1037/+7350 |
* | Throw out the abort call, the reasoning seems to be false :-). | Andreas Schulz | 1994-12-03 | 2 | -4/+4 |
* | Use new bkgd() function to produce background | Andrey A. Chernov | 1994-12-02 | 1 | -4/+3 |
* | Add the files y.tab.h and a2p.c that get automatically generated to | Andreas Schulz | 1994-11-28 | 1 | -0/+1 |
* | Add the automatically generated files: y.tab.h c-exp.tab.c ch-exp.tab.c and | Andreas Schulz | 1994-11-28 | 2 | -0/+2 |
* | Add -lcompat to LDADD for insque/remque (they treated as part of library) | Andrey A. Chernov | 1994-11-24 | 1 | -1/+1 |
* | For unknown reason _G_HAVE_SYS_RESOURCE was defined to 0 instead | Andrey A. Chernov | 1994-11-23 | 1 | -1/+1 |
* | Add missing osfcn.h | Andrey A. Chernov | 1994-11-23 | 1 | -0/+17 |
* | Remove /usr/gnu from mandatory manpath. | Jordan K. Hubbard | 1994-11-22 | 1 | -2/+0 |
* | Add ^X,^B,^F,^E,^A | Andrey A. Chernov | 1994-11-20 | 1 | -38/+50 |
* | Automatically turn off insert mode when end of field reached | Andrey A. Chernov | 1994-11-19 | 1 | -4/+3 |
* | Highlight only flen sized part while editing in line_edit() | Andrey A. Chernov | 1994-11-19 | 1 | -20/+56 |
* | Highlight only space available for editing | Andrey A. Chernov | 1994-11-19 | 1 | -5/+14 |
* | silently restrict all boxes to LINES, COLS | Andrey A. Chernov | 1994-11-18 | 8 | -0/+32 |
* | From: "Jonathan M. Bresler" <jmb@kryten.Atinc.COM> | Jordan K. Hubbard | 1994-11-18 | 1 | -0/+1 |
* | Draw passed line with passed attrs on enter of line_edit() | Andrey A. Chernov | 1994-11-18 | 3 | -3/+11 |
* | Add new parameter to line_edit: field length (-1 means unlimited) | Andrey A. Chernov | 1994-11-18 | 4 | -15/+13 |
* | Save/restore attrs in line_edit now | Andrey A. Chernov | 1994-11-18 | 2 | -5/+4 |
* | Use newscr instead of curscr in shadows code | Andrey A. Chernov | 1994-11-17 | 1 | -3/+3 |
* | Use wnoutrefresh() in clear_norefresh | Andrey A. Chernov | 1994-11-17 | 1 | -1/+2 |
* | Add dialog_clear_norefresh() function | Andrey A. Chernov | 1994-11-17 | 2 | -1/+7 |
* | Remove regex.h, it conflicts with our POSIX regex.h and we already | Andrey A. Chernov | 1994-11-17 | 2 | -2/+2 |
* | Fix original bug with wrong calculated dims for items list. | Andrey A. Chernov | 1994-11-17 | 5 | -18/+34 |
* | Put #warning "this file is obsoleted ... etc." | Andrey A. Chernov | 1994-11-17 | 1 | -1/+3 |
* | Update with new autosizing code, use -1 -1 now | Andrey A. Chernov | 1994-11-16 | 6 | -11/+11 |
* | Full autosizing support, now you can pass -1, -1 for any | Andrey A. Chernov | 1994-11-16 | 9 | -24/+134 |
* | Added NO_IMPLICIT_C as our header files in standard locations are either | L Jonas Olsson | 1994-11-16 | 1 | -0/+3 |