Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
20050502_~+num-pat-option.diff | Add +num and +/pat option diff -Nuarp lv451/lv.1 lv451.gotom.+num/lv.1 |
no | 2005-05-02 | |||
20050506_%src%file.c_~enable-fastio-use-fread.2.diff | Improve large file processing performance over typically +40% to +300%. =================================================================== |
GOTO Masanori <gotom@debian.org> | no | 2005-05-06 | ||
misc.diff | Enable to add +num and +/pattern option and improve large file processing performance over typically +40% to +300%. | GOTO Masanori <gotom@debian.org> | no | 2005-05-06 | ||
20051030_%src%_~use_off_t.diff | Update copyright year to 2005. Support large file. * src/command.c: Use offset_t typedef for encapsulating long vs long long on 32bit LFS systems. * src/fetch.c: Likewise. * src/file.c: Likewise. * src/file.h: Likewise. * src/file.c: Use HAVE_FSEEKO to switch whether LFS functions are available or not. Don't use "0L" style constant initialization, because it conflicts with "long vs long long" issue, and C ensures to expand type from int to large type. * src/file.h: Include stdlib.h for using off_t. * src/version.h: Define version 4.51.a. * src/configure: Update by autoconf 2.50 series. * src/configure.in: Add checks for largefile and fseeko. * src/version.c: Update Copyright date from 2004 to 2005. * relnote.html: Likewise. * index.html: Likewise. * README: Likewise. * relnote.html: Add changelog for 4.51.a. diff -Nuarp lv-4.51-gotom/src/command.c lv-4.51-gotom/src/command.c |
GOTO Masanori <gotom@sanori.org> | no | 2005-10-30 | ||
bts.660358.diff | support automatic xz and lzma decompression. | "A. N. Other" <a.n.other.debian@gmail.com> | no | 2012-02-18 | ||
fix-hyphen-used-as-minus-sign.diff | fix hyphen-used-as-minus-sign | HIGUCHI Daisuke (VDR dai) <dai@debian.org> | no | 2014-03-20 | ||
sigvec.patch | replace sigvec usage There are plans to turn sigvec (an obsolete signal handling interface) into a compatibility symbol. Existing builds will continue to work, but new builds will need the attached patch, courtesy of Roland McGrath <roland@hack.frob.com>. See this discussion for more information: <https://sourceware.org/ml/libc-alpha/2014-10/msg00090.html> Could apply this patch to the Debian package to make it more future-proof, please? -- Florian Weimer / Red Hat Product Security |
Florian Weimer <fweimer@redhat.com> | no | debian | 2014-11-14 | |
support-zstd-automatic-decompression.patch | support zstd automatic decompression =================================================================== |
YAMADA Tsuyoshi <tyamada@minimum2scp.org> | no | debian | 2019-06-13 | |
change-maximum-height-to-144.patch | Change maximum height to 144. =================================================================== |
TOMITA Masahiro <tommy@tmtm.org> | no | 2020-10-10 | ||
fix_implicit_decls.diff | Remove implicit declaration warnings by adding appropriate #includes, and fix a typo in a prototype. diff -Naur lv-4.51.orig/src/file.h lv-4.51.orig.patched/src/file.h |
B. Watson <yahlcru@gmail.com> | no | 2020-11-12 | ||
no_inline.diff | Remove inline-related compiler warnings (by not using inline) diff -Naur lv-4.51.orig/src/file.h lv-4.51.orig.patched/src/file.h |
B. Watson <yahlcru@gmail.com> | no | 2020-11-12 | ||
man_typos.diff | Fix a few typos in the man & help docs. diff -Naur lv-4.51.orig/lv.1 lv-4.51.orig.patched/lv.1 |
B. Watson <yahlcru@gmail.com> | no | 2020-11-12 | ||
makefile.diff | "make install": Support DESTDIR, use symlink for lgrep, use more standard default permissions (and make them variables). Create bin/man/lib dirs if they don't already exist. diff -Naur lv-4.51.orig/src/Makefile.in lv-4.51.orig.patched/src/Makefile.in |
B. Watson <yahlcru@gmail.com> | no | 2020-11-12 | ||
shows-the-filename-only.diff | shows the file name only if it is shorter than the width of the screen. =================================================================== |
Oohara Yuuma <oohara@libra.interq.or.jp> | no | 2008-01-27 |