| 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 |
* | 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 |
* | 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 |
* | Added "cpuid" opcode. | Sean Eric Fagan | 1994-12-11 | 1 | -1/+4 |
* | Throw out the abort call, the reasoning seems to be false :-). | Andreas Schulz | 1994-12-03 | 2 | -4/+4 |
* | 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 |
* | Remove /usr/gnu from mandatory manpath. | Jordan K. Hubbard | 1994-11-22 | 1 | -2/+0 |
* | From: "Jonathan M. Bresler" <jmb@kryten.Atinc.COM> | Jordan K. Hubbard | 1994-11-18 | 1 | -0/+1 |
* | Update with new autosizing code, use -1 -1 now | Andrey A. Chernov | 1994-11-16 | 6 | -11/+11 |
* | Added NO_IMPLICIT_C as our header files in standard locations are either | L Jonas Olsson | 1994-11-16 | 1 | -0/+3 |
* | Integrated GCC-2.6.1 -> GCC-2.6.2 changes. | Poul-Henning Kamp | 1994-11-15 | 24 | -115/+156 |
* | Clean up some foreign makefiles a bit, attempting to handle .sh files | Bruce Evans | 1994-11-14 | 2 | -16/+30 |
* | Include <sys/types.h> early. This will be required when <stdio.h> and/or | Bruce Evans | 1994-11-14 | 1 | -0/+2 |
* | address @freefall.cdrom.com -> @freebsd.org | Poul-Henning Kamp | 1994-11-10 | 1 | -1/+1 |
* | Enabled build/install of kgdb. | David Greenman | 1994-11-07 | 1 | -2/+2 |
* | As pointed out by Paul Traina, we need the libs to be 261.0 not 26.1. | Poul-Henning Kamp | 1994-11-07 | 3 | -6/+6 |
* | Restore my fixes to 2.6.0. The changes should not affect anything except | Bruce Evans | 1994-11-06 | 3 | -24/+37 |
* | Explicitly tell cpp where to look for include files. | Poul-Henning Kamp | 1994-11-04 | 1 | -2/+0 |
* | __386BSD__ -> __FreeBSD__ | Jordan K. Hubbard | 1994-11-04 | 3 | -6/+6 |
* | Correct my hosing...:( | Gary Clark II | 1994-11-03 | 3 | -3/+3 |
* | Bump the version-number of the "shared-gcc-internals" library. Will only | Poul-Henning Kamp | 1994-11-03 | 1 | -2/+2 |
* | Change libs to install in /usr/lib/perl | Gary Clark II | 1994-11-03 | 1 | -1/+1 |
* | Change libs to /usr/lib/perl | Gary Clark II | 1994-11-03 | 1 | -1/+1 |
* | Install libs into /usr/lib/perl. The discussion we had did not come to | Gary Clark II | 1994-11-03 | 1 | -1/+1 |
* | Remove obsolete __386BSD__ predefine. | Jordan K. Hubbard | 1994-11-03 | 1 | -1/+1 |
* | ---------------------------------- | Poul-Henning Kamp | 1994-11-03 | 92 | -9945/+15824 |
* | Put a real man page in for cpp(1)... it needs to be converted to the mandoc | Paul Traina | 1994-11-02 | 1 | -1/+674 |
* | Enhance inputbox to pass initial prompt (optional) | Andrey A. Chernov | 1994-11-02 | 2 | -3/+7 |
* | Link g++ -> c++, like I did with gcc -> cc. This is evil, but it's | Jordan K. Hubbard | 1994-11-01 | 1 | -1/+2 |
* | Add LINKS to get gcc back. | Jordan K. Hubbard | 1994-11-01 | 1 | -1/+3 |
* | Test test test! sigh! | Paul Traina | 1994-10-29 | 8 | -233/+29 |
* | prgbox example added | Andrey A. Chernov | 1994-10-28 | 1 | -0/+12 |
* | Add --prgbox option to test new prgbox() function | Andrey A. Chernov | 1994-10-28 | 2 | -2/+18 |
* | Convince Perl to that is is part of the system, as /usr/bin/perl (binary) | Garrett Wollman | 1994-10-27 | 8 | -15/+21 |
* | Repair the damage done by whomever blew the last commit. Now it | Jordan K. Hubbard | 1994-10-26 | 1 | -1/+1 |
* | Move dialog_update() to another place, because it is now in dialog_clear() | Andrey A. Chernov | 1994-10-25 | 1 | -24/+16 |
* | Add perl. | Bruce Evans | 1994-10-25 | 1 | -2/+2 |
* | Added f77 program. This is a modified version of the c++ program. | L Jonas Olsson | 1994-10-25 | 3 | -2/+554 |
* | Added FORTRAN rule. | L Jonas Olsson | 1994-10-25 | 1 | -0/+29 |