summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Merge FreeBSD changes into 2.4d.ru2000-01-313-237/+210
|
* Merge FreeBSD changes into 2.4d.ru2000-01-311-192/+93
| | | | | FreeBSD changes OBE'ed by 2.4d: * rev 1.5 - use collate for alpha character ranges.
* This is the stock GNU grep 2.4d file.ru2000-01-316-344/+391
|
* This commit was generated by cvs2svn to compensate for changes in r56915,ru2000-01-319-72/+203
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of a trimmed down GNU Grep 2.4d.ru2000-01-3119-782/+895
| |
* | The "INCDIR" required by the new header installation code in bsd.lib.mkobrien2000-01-301-0/+2
| | | | | | | | | | | | was not set correctly. Ok'ed by: JKH
* | Retire Bison as it is not need to build GCC any more.obrien2000-01-304-234/+0
| | | | | | | | Ok'ed by: JKH
* | Fix for (amongst other things) the cross-compile case where a too-oldmarkm2000-01-291-1/+1
| | | | | | | | | | | | version of libperl was being found. Tested on: beast
* | "Rev.1.45 of cc_tools/Makefile was a wrong fix for a problem introducedobrien2000-01-291-3/+3
| | | | | | | | | | | | | | | | | | in rev.1.44 (the egcs to gcc switch). The problem is that print-rtl.o is now needed to build some tools, but it wasn't added to the list of objects which are specially handled because they are prerequisites for tools." Submitted by: bde
* | Move the header installation down into `readline' which is the subsystemobrien2000-01-292-12/+8
| | | | | | | | the headers are part of.
* | Track internal(!) libc symbol naming change.jasone2000-01-281-2/+2
| |
* | Do not use "DEFAULT_VTABLE_THUNKS". The bugs that have existed sinceobrien2000-01-251-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''archie2000-01-241-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.obrien2000-01-249-24/+20
| |
* | Simply cc_tools/Makefile by moving the parser generation to the respectiveobrien2000-01-243-35/+36
| | | | | | | | backends.
* | Style change to better match src/lib/'s Makefiles.obrien2000-01-242-8/+8
| |
* | I *hate* using "i" in variables, looks too much like "1" or "l".obrien2000-01-231-23/+23
| |
* | Minor style nits.obrien2000-01-211-4/+4
| |
* | Back out previous revision because someone upgraded ourru2000-01-181-3/+1
| | | | | | | | texinfo system to one that understands "command{foo}".
* | Fix conflicts.ru2000-01-182-17/+74
| |
* | This commit was generated by cvs2svn to compensate for changes in r56230,ru2000-01-187-22/+69
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of a trimmed down GNU Grep 2.4a.ru2000-01-189-39/+143
| |
* | Oops, cleanup this a bit.ru2000-01-181-3/+3
| | | | | | | | Forgotten by: ru
* | :%s:\([A-Z][A-Z]ADD\)=:\1+=:ggreen2000-01-174-8/+8
| | | | | | | | Add the forgotten plus, which should unbreak the world build.
* | Upgrade to GNU texinfo 4.0ru2000-01-1710-128/+24
| |
* | Update for 1.0.5a.obrien2000-01-161-1/+6
| |
* | Remove Bison from the build. This is a prelude to possibly removing itobrien2000-01-161-1/+1
| | | | | | | | from 4.0-R.
* | This patch solves the a cross-build problem where proj.c is both used by aobrien2000-01-141-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.obrien2000-01-131-0/+2
| |
* | Add necessary tmac files to the tmac Makefile and install themasmodai2000-01-121-1/+1
| | | | | | | | in /usr/share/tmac like the rest.
* | Allow devhtml and grohtml to be built.asmodai2000-01-121-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.asmodai2000-01-122-0/+24
| |
* | Allow grog to be made during compilation.asmodai2000-01-121-2/+2
| |
* | Add bmake glue for grog(1), an utility which guesses groff'sasmodai2000-01-121-0/+20
| | | | | | | | | | | | flags and options. Requested by: andreas
* | This is the second half of unbreaking the world build. Add a -DNOHTMLgreen2000-01-111-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*green2000-01-111-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*peter2000-01-111-0/+1
| | | | | | | | Submitted by: ru
* | Drop the use of Bison for Byacc now that we don't need to depend on theobrien2000-01-111-2/+0
| | | | | | | | --broken-undeftoken-init Bison 1.25 bug.
* | This change was mis-identified as the problem, sorry. It appears to bejkh2000-01-111-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 ↵jkh2000-01-111-4/+0
| | | | | | | | builds.
* | Install contents of the TESTS subdirectory to /usr/share/examples/libdialogphantom2000-01-101-0/+9
| |
* | Remove -lncurses and -lmytinfo from LDFLAGSphantom2000-01-101-3/+5
| |
* | Cleanup warnings.phantom2000-01-1021-21/+24
| |
* | Fix typo: MAINAINER -> MAINTAINERphantom2000-01-107-7/+7
| |
* | Completely reconstruct page. Make it mdoc(7) style compatible also :)phantom2000-01-101-307/+587
| | | | | | | | Page still needs some work about english refinements and some actualization.
* | install contrib/bc/Examples as /usr/share/examples/bcphantom2000-01-101-0/+10
| |
* | Have to install from ${.CURDIR}, not ${.OBJDIR}.jkh2000-01-081-1/+1
| |
* | Install contents of the dialog/TESTS directory to share/examples/dialogphantom2000-01-073-0/+29
| |
* | Decompression is supported via -Z, not -z.ru2000-01-041-3/+4
| |
* | * Make --null option work in (HAVE_LIBZ > 0) case.ru2000-01-041-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.
OpenPOWER on IntegriCloud