| Commit message (Expand) | Author | Age | Files | Lines |
* | cpp was named ccp. | bde | 1996-09-23 | 2 | -4/+4 |
* | Crude hack to work around cpp.1 doing a .so man1/cccp.1 | peter | 1996-09-23 | 2 | -2/+6 |
* | Nuke a trailing .endif which survived Peter's last edits. | jkh | 1996-09-21 | 1 | -2/+1 |
* | Remove the partial support for a shared -lcc_int, since it's been unusable | peter | 1996-09-21 | 6 | -21/+12 |
* | Man the lifeboats! Tie down the hatches! Red alert! Activate gcc-2.7.2.1! | peter | 1996-09-19 | 192 | -355888/+440 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 14 | -11/+182 |
* | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 1 | -3/+3 |
* | Make rules reentrant. | phk | 1996-05-28 | 1 | -5/+5 |
* | ``mv'' -> ``mv -f'' | wosch | 1996-05-07 | 1 | -3/+3 |
* | f2c's -krd does not work with f77 wrapper | joerg | 1996-03-27 | 1 | -1/+1 |
* | Add some missing MLINKS, correct some cross references, correct some | mpp | 1996-02-09 | 2 | -4/+4 |
* | Reviewed by: jmz (Jean-Marc Zucconi) | graichen | 1996-01-16 | 2 | -2/+68 |
* | Work around optimizer strength reduction bug. | jkh | 1996-01-04 | 1 | -0/+5 |
* | Enabled my FUNCTION_PROFILER_EPILOGUE code and added option | bde | 1995-12-26 | 3 | -12/+45 |
* | When building -static, link with special scrt0.o instead of crt0.o. This | dg | 1995-10-18 | 1 | -0/+3 |
* | Make cc1plus smaller and faster as was done for cc1 by linking static. | wollman | 1995-10-02 | 1 | -1/+2 |
* | Build cc1 nonshared. This actually results in it consuming 40K *less* disk | dg | 1995-10-01 | 1 | -1/+2 |
* | Stop using gnumalloc. | phk | 1995-09-22 | 2 | -6/+6 |
* | Make only a `-r' flag (as opposed to `-r*') special within the | joerg | 1995-08-04 | 1 | -1/+1 |
* | Fix dependencies for gcc.info and reno.info. `make depend' doesn't handle | bde | 1995-07-12 | 1 | -0/+5 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 102 | -1940/+1940 |
* | Make error message for no input files specified consistent across all | rgrimes | 1995-05-17 | 3 | -3/+3 |
* | Gcc v2.6.3 currently has a problem with templates. Specifically, with | nate | 1995-03-17 | 1 | -0/+4 |
* | Bump SHLIB_MAJOR to 263 to match ../Makefile.inc | ache | 1995-03-13 | 1 | -2/+2 |
* | Don't install shared libgcc, we can't do it this way. | phk | 1995-03-12 | 1 | -3/+1 |
* | Remove the last vestige of COMMENT_BEGIN. | bde | 1995-03-12 | 1 | -1/+0 |
* | Undo most of the changes in the gcc-2.6.3 "upgrade" | bde | 1995-03-12 | 1 | -8/+10 |
* | Remove a bunch of funtions that are in libc already. | phk | 1995-03-12 | 1 | -3/+5 |
* | Added support for #pragma weak. | nate | 1995-03-11 | 1 | -0/+3 |
* | Updated the sources to gcc 2.6.3 with FreeBSD changes already applied. | nate | 1995-03-11 | 28 | -3579/+7491 |
* | Define LINK_LIBGCC_SPECIAL_1 so that gcc will build static with libgcc. | dg | 1995-03-10 | 1 | -1/+2 |
* | Since we are in the gcc bashing mood anyway: Add two changes for | phk | 1995-03-10 | 1 | -0/+7 |
* | We can't bail out on generating the pic archive yet. | jkh | 1995-03-06 | 1 | -2/+2 |
* | Don't make the shared libgcc. I don't belive we need the libgcc_pic.a | phk | 1995-03-06 | 1 | -4/+2 |
* | "Various very violent dissections | phk | 1995-03-05 | 3 | -31/+15 |
* | Add doc subdir | ache | 1995-01-22 | 1 | -2/+2 |
* | Add missing infopages | ache | 1995-01-22 | 13 | -0/+32143 |
* | Install also a gcc.1 manual page as a link from cc.1, as long as | ats | 1994-12-26 | 1 | -1/+2 |
* | Added NO_IMPLICIT_C as our header files in standard locations are either | ljo | 1994-11-16 | 1 | -0/+3 |
* | Integrated GCC-2.6.1 -> GCC-2.6.2 changes. | phk | 1994-11-15 | 24 | -115/+156 |
* | 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 |
* | Bump the version-number of the "shared-gcc-internals" library. Will only | phk | 1994-11-03 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | Added f77 program. This is a modified version of the c++ program. | ljo | 1994-10-25 | 3 | -2/+554 |