Lines Matching +refs:po +refs:previous +refs:entry +refs:with +refs:regexp

15 	* tests/spencer1.awk: Use only lines with 3 fields.
27 * src/grep.c: Don't hang forever if fed with an empty string to
32 * po/*: Sync wiith translation project
34 Paul Eggert <eggert@twinsun.com> to comply with ridiculous
39 * src/Makefile.am, po/Makefile.in.in: Support DESTDIR properly
46 * intl/*: Sync with gettext 0.11
47 * po/*: Sync with translation project
61 * djgpp: remove directory as it is no longer required with DJGPP 2.03
69 * po/ru.po: Sync with translation project
70 * po/grep.pot: Sync with source
97 Fix build with autoconf 2.5x, retain 2.1x compatibility for now
98 * autogen.sh: Add some crude hacks to make it possible to build with
129 * po/*.po: New files from the translation team:
130 grep-2.5e.de.po grep-2.5e.el.po grep-2.5e.eo.po grep-2.5e.es.po
131 grep-2.5e.et.po grep-2.5e.fr.po grep-2.5e.gl.po grep-2.5e.it.po
132 grep-2.5e.pl.po grep-2.5e.sl.po
148 because it only causes a failure if building on a system with large
155 "grep -r foo dir_name" fails with ENOMEM (from malloc() within
202 * lib/regex.c: Update from GNU lib C, with the changes
255 (kwsinit): Reverse to previous behaviour and takes no argument.
265 (error): Many error () were call with arguments in the wrong order.
289 with a multibyte character.
296 To get more in sync with other GNU utilities like GNU tar and fetish
306 (prog): Global variable rename to program_name, to work with new
310 (main): Register with atexit() to check for error on stdout.
368 Implement the mechanism to match with multibyte characters,
385 (dfaexec): invoke transit_state if expression can match with
395 Files are check for a match, with exlude_filename ().
399 * configure.in: --disable-pcre rename to --disable-perl-regexp.
410 * src/savedir.c (isdir1): New function, calling isdir with
467 should not refer to previous ones.
487 (Fcompile): Alloc an entry in patterns[] to hold the regex.
488 (Ecompile): Alloc an entry per motif in the patterns[] array.
516 So the second byte of the character can match with '\' incorrectly.
519 codepoint is 0xb9a5. So 0xb9a5 can match with 2nd byte of 0xa5b9
560 * src/grep.c (long_options): Added equivalent to -r with -R.
562 Noted with patch from, H.Merijn Brand and Wichert Akkerman.
590 strings with two or more characters.
618 consistency with fgrep. Don't assume that sizes fit in 'int'.
676 (nlscan): Undo previous change; it wasn't needed and just complicates
694 is base on his finding, with appropiate corrections.
702 POSIX.2 conformance fixes: grep -q now exits with status zero
710 (grepbuf): If exit_on_match is nonzero, exit with status zero
847 * src/kwset.h (struct kwsmatch.offset): Renamed from beg, with
859 branch, regexp, copy, insert, merge, delete, state_index,
917 * NEWS, doc/grep.1, doc/grep.texi: Change --pcre to --perl-regexp.
939 by newlines; this is for consistency with grep and egrep.
1000 we've read before exiting. This fixes a bug with mmapped input,
1016 negative; this can happen with some NFS screwups.
1036 * po/*.po: update of the PO files.
1057 avoid namespace collision with operating system supplied C library.
1061 VAX and Alpha. Work around problem with DEC C compiler.
1079 * src/Makefile.am: EXTRA_DIST new macros with regex.c regex.h.
1121 in Solaris 7 with LC_ALL=en_US, the command
1145 Sync with sources of fileutils 4.0n, tar 1.13.17, glibc 2.1.3a1.
1150 a bug in automake 1.4 with ansi2knr.
1172 Upgrade to glibc 2.1.3 alpha 1, with K&R C portability fix.
1201 problem with the QNX 4.25 shell, which doesn't propagate exit
1253 (SYNTAX): And subscript with 0xFF for Latin-1 characters.
1258 * Updated the *.po files
1351 with no effect.
1373 2.95.1 bug with HP-UX 10.20.
1436 conflicted with a previous declaration search.c #includes "system.h",
1455 with what should appear in the next autoconf release.
1508 * doc/grep.{1,texi}: add description for --with-filename.
1542 The problem is that grep does not drain its stdin, thus the previous
1571 The btowc.c shipped with grep 2.3 is incorrect for Solaris
1606 * m4/gettext.m4 : Guard [] with changequote.
1659 * intl/Makefile.in: Replace .o with .${ac_objext} where necessary.
1733 - Have is_EISDIR set errno properly on hosts with screwed-up EISDIR.
1744 on machines that don't work properly with EISDIR.
1768 po/Makefile.in.in on DOS filesystems, and to run config.sed.
1803 with limited file system aka DOS.
1809 * src/regex.[ch] : Updated from GLibc, previous patches were
1820 Remove memory leak with valloced buffers, by invoking malloc instead.
1869 {e,f,}grepmat.c with link for each grep/fgrep/egrep.
1890 Specify default matcher with default_matcher extern var, not
1913 * src/grep.1: `prep.ai.mit.edu' should be replaced with `gnu.org'.
1931 * po/*.po: updated.
1939 now be mixed with -C, and -A, -B always take precedence over
2049 * djgpp/config.bat: Support file names with multiple dots on all
2110 * Updated the copyright of the files with emacs.
2123 * tests/warning.sh: typos and replace the echos with
2131 Fix with help from Ulrich Drepper.
2204 --files-with-matches is missing from the option table.
2206 the table has '--fixed-regexp'.
2207 --regexp appears in the option table as 'no_argument'
2209 --with-filename is missing from the option table.
2214 * src/grep.c: the option "with-filename was not in the arg table.
2242 * src/grep.c: added code for -H --with-filename.
2246 Filter djgpp/config.bat with unix2dos.
2298 djgpp/po.mak, djgpp/intl.mak, djgpp/tests.mak, djgpp/po2tbl.sed:
2299 New files, for building Grep with DJGPP tools for MS-DOS and
2325 Corrected with guidance from Ulrich Drepper
2337 * dfa.[ch]: uses the one in gawk-3.0.3 with the patch from
2351 * configure.in: added --disable-regex for folks with their own fuctions.
2368 to invoke it. It is useful sometimes to make a link to a utility with
2372 After discussion with Tom Tromey <tromey@cygnus.com>.
2385 * configure.in: typo in the creation of po/Makefile
2401 * run gettextize: added the po directory filled with *.po files.
2405 * change the directory strucure: grep is now in src to comply with
2421 Help from Franc,ois Pinard previous patch <pinard@IRO.UMontreal.CA>.
2472 setbit, clrbit to avoid conflict with HP-UX sys/param.h macros.