summaryrefslogtreecommitdiff
path: root/THANKS
diff options
context:
space:
mode:
authorAlain Magloire <alainm@rcsm.ee.mcgill.ca>2001-02-08 15:56:55 +0000
committerAlain Magloire <alainm@rcsm.ee.mcgill.ca>2001-02-08 15:56:55 +0000
commit419871126d5b380fb417a7992ddb07f1ac962c6b (patch)
tree7686c51866a1c5d04481a0c0480ed3cbfba46e45 /THANKS
parent93f73931614269c5d915614f4d4e4fc6850af811 (diff)
downloadgrep-419871126d5b380fb417a7992ddb07f1ac962c6b.tar.gz
CRLF handling.
Do CRLF munging only if HAVE_DOS_FILE_CONTENTS, instead of having it depend on O_BINARY (which leads to incorrect results on BeOS, VMS, and MacOS). * bootstrap/Makefile.try (DEFS): Add -DHAVE_DOS_FILE_CONTENTS. * src/system.h (SET_BINARY): Define only if HAVE_DOS_FILE_CONTENTS. (O_BINARY): Do not define. * m4/dosfile.m4: Define HAVE_DOS_FILE_CONTENTS if it appears we're using DOS. * src/grep.c (undossify_input, fillbuf, dosbuf.c, prline, main): Depend on HAVE_DOS_FILE_CONTENTS, not O_BINARY, when handling CRLF matters. (grepfile, main): Depend on SET_BINARY, not O_BINARY, when handling binary files on hosts that care about text versus binary. * lib/getpagesize.h (getpagesize): Define to B_PAGE_SIZE if __BEOS__ is defined. Based on a fix by Bruno Haible <haible@clisp.cons.org>.
Diffstat (limited to 'THANKS')
-rw-r--r--THANKS3
1 files changed, 3 insertions, 0 deletions
diff --git a/THANKS b/THANKS
index 180197c9..44d6a487 100644
--- a/THANKS
+++ b/THANKS
@@ -5,6 +5,7 @@ Andreas Schwab <schwab@suse.de>
Andreas Ley <andy@rz.uni-karlsruhe.de>
Ben Elliston <bje@cygnus.com>
Bastiaan "Darquan" Stougie <darquan@zonnet.nl>
+Bruno Haible <haible@ilog.fr>
David J MacKenzie <djm@catapult.va.pubnix.com>
David O'Brien <obrien@freebsd.org>
Eli Zaretskii <eliz@is.elta.co.il>
@@ -12,6 +13,7 @@ Florian La Roche <florian@knorke.saar.de>
Franc,ois Pinard <pinard@IRO.UMontreal.CA>
Grant McDorman <grant@isgtec.com>
Harald Hanche-Olsen <hanche@math.ntnu.no>
+H. Merijn Brand <h.m.brand@hccnet.nl>
Jeff Bailey <jbailey@nisa.net>
Jim Hand <jhand@austx.tandem.com>
Jim Meyering <meyering@asic.sc.ti.com>
@@ -36,6 +38,7 @@ Paul Kimoto <kimoto@spacenet.tn.cornell.edu>
Phillip C. Brisco <phillip.craig.brisco@ccmail.census.gov>
Philippe Defert <Philippe.Defert@cern.ch>
Philippe De Muyter <phdm@info.ucl.ac.be>
+Philip Hazel <ph10@cus.cam.ac.uk>
Roland Roberts <rroberts@muller.com>
Ruslan Ermilov <ru@freebsd.org>
Shannon Hill <hill@synnet.com>