Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not use "DEFAULT_VTABLE_THUNKS". The bugs that have existed since | obrien | 2000-01-25 | 1 | -3/+4 |
| | | | | | EGCS 1.x have not been worked out. And with 4.0 RELEASE comming quickly we need C++ to be stable and usable. | ||||
* | Fix typo for the flag ``--ungzip'' which should have been ``--gunzip'' | archie | 2000-01-24 | 1 | -1/+4 |
| | | | | | | | | as is documented in the man page. Retain the older mistaken version of the flag for backwards compatibility in case anybody is using it. Add $FreeBSD$ tag as cvs requires it. PR: gnu/7800 | ||||
* | Merge cc_drv into cc_int. Merge more shared files into cc_int. | obrien | 2000-01-24 | 9 | -24/+20 |
| | |||||
* | Simply cc_tools/Makefile by moving the parser generation to the respective | obrien | 2000-01-24 | 3 | -35/+36 |
| | | | | backends. | ||||
* | Style change to better match src/lib/'s Makefiles. | obrien | 2000-01-24 | 2 | -8/+8 |
| | |||||
* | I *hate* using "i" in variables, looks too much like "1" or "l". | obrien | 2000-01-23 | 1 | -23/+23 |
| | |||||
* | Minor style nits. | obrien | 2000-01-21 | 1 | -4/+4 |
| | |||||
* | Back out previous revision because someone upgraded our | ru | 2000-01-18 | 1 | -3/+1 |
| | | | | texinfo system to one that understands "command{foo}". | ||||
* | Fix conflicts. | ru | 2000-01-18 | 2 | -17/+74 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r56230, | ru | 2000-01-18 | 7 | -22/+69 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Virgin import of a trimmed down GNU Grep 2.4a. | ru | 2000-01-18 | 9 | -39/+143 |
| | | |||||
* | | Oops, cleanup this a bit. | ru | 2000-01-18 | 1 | -3/+3 |
| | | | | | | | | Forgotten by: ru | ||||
* | | :%s:\([A-Z][A-Z]ADD\)=:\1+=:g | green | 2000-01-17 | 4 | -8/+8 |
| | | | | | | | | Add the forgotten plus, which should unbreak the world build. | ||||
* | | Upgrade to GNU texinfo 4.0 | ru | 2000-01-17 | 10 | -128/+24 |
| | | |||||
* | | Update for 1.0.5a. | obrien | 2000-01-16 | 1 | -1/+6 |
| | | |||||
* | | Remove Bison from the build. This is a prelude to possibly removing it | obrien | 2000-01-16 | 1 | -1/+1 |
| | | | | | | | | from 4.0-R. | ||||
* | | This patch solves the a cross-build problem where proj.c is both used by a | obrien | 2000-01-14 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build-tools target and by the actual target. In a cross-building situation proj.o is both a native object and a cross-object (i.e., for the target arch) and thus doesn't work. Creating seperate opjects from the same source file solves this... This patch may also fix the following issue: > it looks like -DNOCLEAN doesn't work too well. > cd /usr/src/gnu/usr.bin/cc/f771; make build-tools > make: don't know how to make /usr/obj/usr/src/i386/usr/include/stdarg.h. Stop This seems caused by wrong dependency information. Dependency information shouldn't be created for build-tools sources. Submitted by: marcel | ||||
* | | Make mktemp.c a "normal" C implimentation when building this library. | obrien | 2000-01-13 | 1 | -0/+2 |
| | | |||||
* | | Add necessary tmac files to the tmac Makefile and install them | asmodai | 2000-01-12 | 1 | -1/+1 |
| | | | | | | | | in /usr/share/tmac like the rest. | ||||
* | | Allow devhtml and grohtml to be built. | asmodai | 2000-01-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | This is a new feature of groff and is a html driver for groff. From the manual page: "grohtml translates the output of GNU troff to html." This is very interesting for people working on documentation. | ||||
* | | Add bmake glue for devhtml and grohtml of the groff package. | asmodai | 2000-01-12 | 2 | -0/+24 |
| | | |||||
* | | Allow grog to be made during compilation. | asmodai | 2000-01-12 | 1 | -2/+2 |
| | | |||||
* | | Add bmake glue for grog(1), an utility which guesses groff's | asmodai | 2000-01-12 | 1 | -0/+20 |
| | | | | | | | | | | | | flags and options. Requested by: andreas | ||||
* | | This is the second half of unbreaking the world build. Add a -DNOHTML | green | 2000-01-11 | 1 | -0/+2 |
| | | | | | | | | | | | | corollary for -DNOINFO and -DNOMAN. I'll fix this properly (add specific HTML doc magic) in the .mk files later; right now, just unbreak the world. | ||||
* | | *draws his sword* | green | 2000-01-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | I smite thee, vile buildworld breakage! The story is that these were added to beforeinstall improperly. In our beforeinstall, a full mtree has not been populated. Since the tree is not populated, we explode from missing directories on doc install. It should not be done in beforeinstall (includes) anyway. | ||||
* | | Ack, missed a CVSHeader reference in a switch. *blush* | peter | 2000-01-11 | 1 | -0/+1 |
| | | | | | | | | Submitted by: ru | ||||
* | | Drop the use of Bison for Byacc now that we don't need to depend on the | obrien | 2000-01-11 | 1 | -2/+0 |
| | | | | | | | | --broken-undeftoken-init Bison 1.25 bug. | ||||
* | | This change was mis-identified as the problem, sorry. It appears to be | jkh | 2000-01-11 | 1 | -0/+4 |
| | | | | | | | | an anomaly restricted only to the alpha in FreeBSD-current (weird). | ||||
* | | Back out the previous change to install the examples - it breaks the release ↵ | jkh | 2000-01-11 | 1 | -4/+0 |
| | | | | | | | | builds. | ||||
* | | Install contents of the TESTS subdirectory to /usr/share/examples/libdialog | phantom | 2000-01-10 | 1 | -0/+9 |
| | | |||||
* | | Remove -lncurses and -lmytinfo from LDFLAGS | phantom | 2000-01-10 | 1 | -3/+5 |
| | | |||||
* | | Cleanup warnings. | phantom | 2000-01-10 | 21 | -21/+24 |
| | | |||||
* | | Fix typo: MAINAINER -> MAINTAINER | phantom | 2000-01-10 | 7 | -7/+7 |
| | | |||||
* | | Completely reconstruct page. Make it mdoc(7) style compatible also :) | phantom | 2000-01-10 | 1 | -307/+587 |
| | | | | | | | | Page still needs some work about english refinements and some actualization. | ||||
* | | install contrib/bc/Examples as /usr/share/examples/bc | phantom | 2000-01-10 | 1 | -0/+10 |
| | | |||||
* | | Have to install from ${.CURDIR}, not ${.OBJDIR}. | jkh | 2000-01-08 | 1 | -1/+1 |
| | | |||||
* | | Install contents of the dialog/TESTS directory to share/examples/dialog | phantom | 2000-01-07 | 3 | -0/+29 |
| | | |||||
* | | Decompression is supported via -Z, not -z. | ru | 2000-01-04 | 1 | -3/+4 |
| | | |||||
* | | * Make --null option work in (HAVE_LIBZ > 0) case. | ru | 2000-01-04 | 1 | -11/+5 |
| | | | | | | | | | | | | * Remove "why we need this decl..." comment. The `matcher' variable is defined in *grepmat.c files in the original distribution, which we did not import. | ||||
* | | Turn on a new /usr/bin/cpp that is a true binary rather than a shell script | obrien | 2000-01-04 | 2 | -6/+6 |
| | | | | | | | | | | wrapper. /usr/bin/cpp knows about all the GCC predefined symbols and has the functionality of the previous EGCS 1.1.2 /usr/libexec/cpp. | ||||
* | | Update for version 2.4. | obrien | 2000-01-04 | 1 | -1/+22 |
| | | |||||
* | | Turn off GNU Info docs until someone upgrades our texinfo system to one | obrien | 2000-01-04 | 1 | -1/+3 |
| | | | | | | | | that understands "command{foo}". | ||||
* | | Merge FreeBSD chagnes into GNU grep 2.4. | obrien | 2000-01-04 | 6 | -346/+557 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r55360, | obrien | 2000-01-03 | 12 | -189/+964 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Virgin import of a trimmed down GNU Grep 2.4. | obrien | 2000-01-03 | 18 | -514/+1558 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r55357, | obrien | 2000-01-03 | 3 | -0/+1124 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Virgin import of a trimmed down GNU Grep 2.3. | obrien | 2000-01-03 | 3 | -0/+1124 |
| | | |||||
| * | Virgin import of a trimmed down GNU Grep 2.3. | ru | 1999-12-30 | 1 | -56/+12 |
| | | | | | | | | | | | | It is being re-imported here, to keep our long source change history with this source continuous. src/contrib/grep will be deleted some time in the very near future. | ||||
* | | Stop my evil plot to stop the use of GNU info files (which I don't care for) | obrien | 2000-01-03 | 1 | -1/+1 |
| | | | | | | | | | | for people that don't have "NOINFO=yes" in /etc/make.conf. [read: this still refered to contrib/egcs/] | ||||
* | | Egads! This still refered to contrib/egcs/ | obrien | 2000-01-03 | 1 | -1/+1 |
| | |