Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore vendor Id. | obrien | 2004-05-03 | 1 | -1/+3 |
| | |||||
* | Tweak to rev 1.8 to match the offical http://www.gzip.org/gzip-1.2.4b.patch | obrien | 2004-05-03 | 1 | -2/+3 |
| | |||||
* | Gzip assumes 'unsigned long' is 32-bits wide and depends on this. | obrien | 2004-05-02 | 1 | -3/+6 |
| | | | | | | | | | | | | | | One thing Gzip does is implicitly by store the size of a file into an 'unsigned long' rather than explicitly compute the remainder modulo 2^32 (see RFC 1952 section 2.3.1 "ISIZE"). Thus an extracted file size is does not equal the original size (mod 2^32) for files larger than 4GB. This manifests itself in errors such as: zcat: bigfile.gz: invalid compressed data--length error PR: 66008, 66009 Submitted by: Peter Losher <Peter_Losher@isc.org> Patch by: tjr | ||||
* | Apply patch from gzip web page to correctly decompress files larger than | tjr | 2004-05-02 | 1 | -10/+14 |
| | | | | 4GB on architectures with 64-bit long integers. | ||||
* | What is CVS doing to me?? | obrien | 2004-04-21 | 1 | -1/+1 |
| | |||||
* | Add missing unique bits from libI77 v3.3.3's config.h.in. | obrien | 2004-04-20 | 1 | -0/+45 |
| | | | | | | | | | | The GCC developers separated out the configure header between libU77 and libI77 and FreeBSD didn't keep up with the change. So now this header needs to be a superset of both sublib's configuration specification. Notably this commit causes ftruncate(), fseeko(), and ftello() to be used. PR: 22635 | ||||
* | Updated config.h for f77 3.3.3. | obrien | 2004-04-20 | 1 | -0/+21 |
| | |||||
* | Add "subscribe out of range" support. | obrien | 2004-04-20 | 1 | -1/+1 |
| | |||||
* | Revert rev 1.21 which configured with --enable-64-bit-bfd. | obrien | 2004-04-18 | 1 | -1/+1 |
| | | | | | GDB 5.2 can't handle a 64-bit BFD on a 32-bit host. We can revisit configuring with --enable-64-bit-bfd when we get a modern GDB. | ||||
* | Removed local bits that are now part of the standard mdoc(7) package. | ru | 2004-04-16 | 1 | -8/+1 |
| | |||||
* | Whitespace nit in previous revision. | ru | 2004-04-15 | 1 | -1/+1 |
| | |||||
* | Update bmake glue for cvs-1.11.15, with apologies to Jacques for messing | peter | 2004-04-15 | 4 | -69/+7 |
| | | | | up his day. The *.patch files are still fine for MFC'ing. | ||||
* | Turn off cvs build for a few hours while importing. | peter | 2004-04-15 | 1 | -3/+3 |
| | |||||
* | Patch vulnerabilities in the CVS client and server: | nectar | 2004-04-14 | 3 | -2/+65 |
| | | | | | | | | | | | A malicious CVS server could cause your CVS client to overwrite arbitrary files (CAN-2004-0180). When a CVS client uses the `-p' checkout option, the server could be fooled into checking out files from outside the given $CVSROOT. (This patch is applied in an unorthodox manner so as not to complicate a later vendor import of CVS.) | ||||
* | Added FreeBSD 5.2.1, just in case. | ru | 2004-04-13 | 1 | -0/+1 |
| | |||||
* | Added upcoming 4.10 and 5.3 releases. | ru | 2004-04-13 | 1 | -0/+2 |
| | | | | Reminded by: marcel | ||||
* | Add a new threads category. | ceri | 2004-04-05 | 1 | -0/+1 |
| | | | | | | | PR: gnu/65209 Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> Discussed with: julian,deischen MFC after: 1 day | ||||
* | Get rid of a spurious "the". | dannyboy | 2004-03-18 | 1 | -1/+1 |
| | | | | | | PR: 64081 Submitted by: Chris Pepper <pepper@reppep.com> MFC after: 1 day | ||||
* | Configure as --enable-64-bit-bfd. | obrien | 2004-03-18 | 2 | -2/+2 |
| | |||||
* | I accidently spammed rev. 1.18, back out rev 1.19. | obrien | 2004-03-17 | 1 | -1/+1 |
| | |||||
* | Avoid the whole -I${DESTDIR}/usr/include/gnu issue by including | obrien | 2004-03-17 | 2 | -6/+5 |
| | | | | <gnu/regex.h> vs. just <regex.h>. | ||||
* | gasp(1) isn't linked with -lgnuregex, and it doesn't need <gnu/regex.h> | ru | 2004-03-15 | 1 | -1/+0 |
| | | | | | | either. Reviewed by: obrien | ||||
* | Just pass -DCRT_BEGIN as an option to mkdep(1), no need to override | ru | 2004-03-06 | 1 | -1/+1 |
| | | | | the entire command. | ||||
* | Back out attempt to bypass contrib's getopt.h on the way, | ache | 2004-03-05 | 3 | -8/+2 |
| | | | | | it makes cross-build fail. Prefer invisible incorrect -current build to visible failure. | ||||
* | Move -I${DESTDIR}/usr/include/gnu up, before | ache | 2004-03-05 | 2 | -2/+6 |
| | | | | -I${DESTDIR}/usr/include to pick correct regex.h | ||||
* | Add -I${DESTDIR}/usr/include before -I${SRCDIR}/include to pick right | ache | 2004-03-04 | 1 | -0/+2 |
| | | | | getopt.h (as workaround until it will be removed from contrib) | ||||
* | Fixed "make clean". | ru | 2004-03-03 | 1 | -0/+1 |
| | |||||
* | Merge conflicts, upgrade | ache | 2004-03-01 | 8 | -41/+51 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r126432, | ache | 2004-03-01 | 8 | -10/+94 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Trimmed grep 2.4.2 | ache | 2004-03-01 | 14 | -45/+136 |
| | | |||||
* | | Use system getopt_long* | ache | 2004-02-28 | 1 | -1/+1 |
| | | |||||
* | | Rremoved bogus -static from CFLAGS. Makeworld will add -static in the | bde | 2004-02-26 | 1 | -1/+1 |
| | | | | | | | | | | correct place if needed and possible. Self-hosted builds can just use the system default. | ||||
* | | Backed out the residue of rev.1.13 (bogus addition of -static to CFLAGS). | bde | 2004-02-26 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | Makeworld will add -static in the correct place if needed and possible. Self-hosted builds can just use the system default. Fixed some nearby style bugs (code unrelated to its comment, and comment formatting). | ||||
* | | Test data before using it. | eric | 2004-02-26 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Of course, libdialog is still chock-full of similar bugs, but it's been multiple years and no one has any better suggestions so the bugs will just be dealt with case-by-case. PR: 28221 | ||||
* | | Fix style bug in last commit, | johan | 2004-02-25 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | add a tab after WARNS?=. While I'm here fix other style bugs. Submitted by: bde (libbdf/Makefile) | ||||
* | | Change warning hint to be more useful | ache | 2004-02-25 | 1 | -1/+1 |
| | | |||||
* | | Add upgrade instructions | ache | 2004-02-25 | 1 | -0/+14 |
| | | |||||
* | | Upgrade to regex from grep 2.4.2 | ache | 2004-02-25 | 41 | -12865/+11 |
| | | |||||
* | | Merge conflicts | ache | 2004-02-25 | 2 | -1370/+1688 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r126209, | ache | 2004-02-25 | 1 | -0/+542 |
|\ \ | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | Virgin import (trimmed) of GNU regex, from GNU grep 2.4.2 | ache | 2004-02-25 | 3 | -1531/+2566 |
| | | | |||||
| * | | This commit was manufactured by cvs2svn to create branch | cvs2svn | 1993-07-30 | 711 | -319507/+0 |
| | | | | | | | | | | | | 'VENDOR-libregex'. | ||||
* | | | style.Makefile(5): | johan | 2004-02-24 | 19 | -22/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use WARNS?= instead of WARNS= For this to work properly for all part is the subdirectories the WARNS assignments in Makefile.inc0 are moved to the correspondning Makefile.inc. Approved by: obrien (binutils maintainer) Tested by: make universe | ||||
* | | | Allow to compile with non-GCC compiler. | obrien | 2004-02-19 | 1 | -1/+31 |
| | | | |||||
* | | | Install gnuregex.h as wrapper for gnu/regex.h (with warning) | ache | 2004-02-18 | 2 | -1/+6 |
| | | | |||||
* | | | Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnu | ache | 2004-02-17 | 7 | -9/+7 |
| | | | |||||
* | | | Remove getopt*.c, we already have compatible getopt_long() in libc | ache | 2004-02-17 | 1 | -1/+1 |
| | | | |||||
* | | | Remove getopt*.c, we already have compatible getopt_long() in libc | ache | 2004-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | | (cc toolchain use it rarely, so no surprizes should occurse) | ||||
* | | | Remove getopt*.c, we already have compatible getopt_long() in libc | ache | 2004-02-17 | 1 | -1/+1 |
| | | | |||||
* | | | Remove getopt*.c, we already have compatible getopt_long() in libc | ache | 2004-02-17 | 3 | -884/+1 |
| | | |