Lines Matching +refs:po +refs:check +refs:for +refs:pending +refs:edit
10 Thanks to Tony Abou-Assaleh and Benno Schulenberg for pointing
16 * tests/spencer1.tests: Correct #55 and disable it for now.
28 grep for and --color enabled
32 * po/*: Sync wiith translation project
39 * src/Makefile.am, po/Makefile.in.in: Support DESTDIR properly
47 * po/*: Sync with translation project
52 * src/grep.c: (prline) Add fix for -i --color from
60 * src/grep.c: Added conditional compilation for DJGPP
69 * po/ru.po: Sync with translation project
70 * po/grep.pot: Sync with source
92 * AUTHORS: Change maintainer, credit Alain for his work until now
97 Fix build with autoconf 2.5x, retain 2.1x compatibility for now
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
164 * grep/doc/grep.texi: In Bugs report use {n,m} for consistency.
187 (transit_state) : Add checking for word and newline.
208 Stop trying to support hosts that have nonstandard declarations for
212 for hosts that have mbrtowc but not mbstate_t, as we now
213 insist on proper declarations for both before using mbrtowc.
223 that mbstate_t was not define for certain platforms.
234 Don't check xrealloc return value; it's guaranteed to be nonzero.
263 (EGexecute): If falling to GNU regex for the matching, loop in the
266 * tests/file.sh: Simple test to check for pattern in files.
283 (lex): invoke parse_bracket_exp_mb() for multibyte bracket expression.
298 Thanks to Jim Meyering, Volkert Bochert and Paul Eggert for
310 (main): Register with atexit() to check for error on stdout.
311 * configure.in: Check for atexit(), call jm_MALLOC, jm_RELLOC and
369 and use it for `period' in multibyte environments.
373 (lex): use ANYCHAR for `period' in multibyte environments.
395 Files are check for a match, with exlude_filename ().
397 * src/savedir.c: Call exclude_filename() to check for
433 Support for multibyte string.
435 (lex): check cur_mb_index not to misunderstand multibyte characters.
471 diagnostics for the following two cases, both of which are erroneous:
490 (EGexecute): Loop through of array of patterns[] for a match.
499 time is lost due to waiting for the buffer to be filled.
513 Patch from Isamu Hasegawa, for multibyte support.
522 * configure.in: Add check for mbrtowc.
524 Support for multibyte string.
532 * djgpp/config.bat: Fix for 4dos.com.
551 Removed 'always|never|auto' arguments, not necessary for grep.
552 (exclude_pattern): new variable, holder for the file pattern.
553 (include_pattern): new variable, hoder for the file pattern.
576 when doing exact match for the color hiligting.
617 * src/search.c (Gcompile, Ecompile): -x overrides -w, for
623 * src/grep.c (grepdir): Don't look at st_dev when testing for
636 (grepdir): Suppress ancestor check if the directory's inode and device
656 page alignment. Put a newline sentinel before the buffer, for speed
657 when searching backwards for newline.
663 (reset): Check for preposterously large pagesize that would cause
665 (fillbuf): Do not resize buffer if there's room at the end for
672 (grep): When looking backwards for the last newline in a buffer,
675 a pipe. Use a sentinel to speed up the backward search for newline.
685 (nlscan, prline, grep): Use it to check line and byte count overflows.
698 * tests/empty.sh: Test for -x and -w bug in grep 2.4.2.
719 Test for -q and -s behavior as conforming to POSIX.2.
773 and exits if the number is out of range for a context length.
774 (get_nondigit_option): New function, which checks for overflow
845 there's no need for the extra flexibility). All uses changed.
850 * src/grep.c (reset): No longer need kludge for dfaexec. Simplify.
851 (reset, grepbuf): Adjust to new interface for 'execute'.
912 * src/search.c (Pcompile): Add support for NUL bytes in
935 Add checks (marked FIXME) for restrictions in pcre.
936 Use pcre_maketables for proper localized behavior.
939 by newlines; this is for consistency with grep and egrep.
940 Use pcre_study for speed.
957 to support PCRE. Update matcher[] array for pgrep.
963 Improvement of the -m or --max-count option. Now works for NUM > 1 and
964 prints trailing context for the last matching line.
977 -m NUM option did not stop after NUM lines for NUM greater than 1.
1001 and is needed for proper -m support.
1011 see intl/ChangeLog for details.
1036 * po/*.po: update of the PO files.
1058 * vms/make.com: Better compiler auto-detection; information for builds
1060 * src/getpagesize.h: Reinstate support for different pagesizes on
1146 Convert to ANSI C prototypes (using ansi2knr for backwards
1159 Use prototypes for function definitions.
1160 * src/grep.c (main): Use int counter for default context,
1227 whether to set pending to zero at the end.
1233 @samp, since it's better for Q&A format. Add cross
1242 * make grep-2.3g available for testing.
1243 * configure.in: drop support for --without-included-regex.
1253 (SYNTAX): And subscript with 0xFF for Latin-1 characters.
1258 * Updated the *.po files
1305 Check for lseek error.
1313 Check for lseek error.
1344 Remove (broken) support for {,M} meaning {0,M}.
1347 zero is a valid value for maxrep, meaning an upper bound of zero.
1366 Fix test for interval too large, and enable it.
1368 Likewise for a{1, a{1a, a{1a}, a{1,x}.
1386 not if !defined STDC_HEADERS. This is needed for SunOS 4.1.4,
1396 allocate only for regular files, since we don't know the sizes of
1398 Don't bother to check whether the file offset is a multiple of the page
1414 mechanism could allocate more than 10*N bytes for an N-byte
1415 file, which was excessive. Check for arithmetic overflow a
1454 (AC_SYS_LARGEFILE): Renamed from AC_LFS, for compatibility
1475 for the data, and one for the file names. (Sometimes one wants
1493 (grep): Look for '\200' as the hallmark of a binary file, not '\0',
1508 * doc/grep.{1,texi}: add description for --with-filename.
1516 environment variables. Fix doc for [:blank:], [:cntrl:], [:punct:].
1524 * configure.in: Use case case ... esac for checking Visual C++.
1531 Remove after-the-fact check for options -E, -F, and -G, since
1541 * tests/*.awk : Linux users are seeing "Broken Pipe" on make check.
1547 status=`echo 'check' | { ${GREP} -E -e pattern >/dev/null 2>&1;
1570 Fix porting bug reported by Amakawa Shuhei for SunOS 4.1.4-JL.
1571 The btowc.c shipped with grep 2.3 is incorrect for Solaris
1574 a substitute for it. The only questionable case is Solaris
1576 supports UTF8 but only as a demonstration (for an English
1587 Don't bother to check for wctype in -lw, as we don't support
1619 provided for system lacking the tools to autoconfigure.
1642 * src/grep.c [O_BINARY]: Add prototype for undossify_input.
1655 * src/btowc.c : protect for wchar.h
1667 * PATCHES-AM: New file. A small patch for automake-1.4, use $(sep)
1669 * PATCHES-AC configure.in : updated for autoconf-13.
1685 for directory loop checking; use this instead of the bufstat global.
1689 No longer a need for a directory size argument, since it
1691 Check for directory loops.
1715 * PATCHES-AC: New file, add the patch for autoconf in the dist.
1730 macros D_OK (for DOS-like directory access) and
1731 HAVE_DOS_FILE_NAMES (for DOS-like file names).
1748 * src/system.h (strerror): Check for negative error numbers.
1765 * djgpp/config.sed: New file, a Sed script to edit configure
1768 po/Makefile.in.in on DOS filesystems, and to run config.sed.
1791 * grep/doc/grep.texi : -h is not use for help.
1802 * config.hin: New, config.h.in rename to config.hin for OS
1805 * grep-2.2d release for beta.
1826 (reset): Initialize new vars. Check for overflow in buffer size calc.
1839 since dfacomp does it for us, and if we also do it then we
1852 (is_EISDIR): Define it here for DOS and Windows.
1860 check whether `dir' needs a slash.
1865 * src/vms_fab.{c,h}: New file for VMS wildcard expansion
1869 {e,f,}grepmat.c with link for each grep/fgrep/egrep.
1874 * grep-2.2c on alpha for testing.
1931 * po/*.po: updated.
1933 * first beta release for 2.3 (2.2a).
1964 Add support for new -r or --recursive (or -d recurse or
1982 (grep): Recurse through directories if the user asks for this.
2013 Remove special case for DOS and Windows.
2015 * src/dosbuf.c (guess_type): Use the same method for guessing whether a
2024 for beta 2.1.1d.
2026 for beta 2.1.1d.
2060 * grep-2.1.1c available for testing.
2064 * src/grep.c: (a) The directory check is done too early:
2075 test for a bad fd. Thus, if the open failed, this code will
2144 * testing: grep-2.1.1a for testing.
2150 * configure.in : check for btowc ().
2156 * tests/status.sh: new file to check return status code.
2157 * tests/empty.sh: new file to check for empty pattern.
2160 * configure.in: If available, prefer support for large files
2165 * src/grep.c (usage): change prep.ai.mit.edu for gnu.org.
2172 * src/grep.c (main): When checking conflicting matcher for option -E the
2205 The help lists '--fixed-strings' as the long option for -F,
2223 Thanks Paul Eggert, Eli Zaretskii and gnits for the
2226 * tests/status.sh: add this check to make sure
2233 * configure.in: Check for wctype.h, wchar.h, libintl.h and
2234 isascii, which are needed for regex.c.
2242 * src/grep.c: added code for -H --with-filename.
2255 * grep-2.0f out for testing.
2259 * grep.c : have a nicer format for --version.
2263 * configure.in: look for stdlib.h [HAVE_STDLIB_H]
2284 case it is a directory (DOS will fail the open call for
2290 [HAVE_SETLOCALE]: Test for HAVE_SETLOCALE instead of
2294 * dosbuf.c: New file, functions specific for MS-DOS/MS-Windows.
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
2306 * grep-2.0e: available for testing
2308 * grep.c: change LC_MESSAGE to LC_ALL for (LC_CTYPE).
2333 * Many files: use PARAMS instead of __STDC__ for prototypes.
2351 * configure.in: added --disable-regex for folks with their own fuctions.
2353 * grep-20d : available for testing
2357 * grep-2.0c: available for testing
2377 * speed hack for -l, -L: bail out on first match.
2380 * *.[ch]: provided prototypes for strict argument checking
2385 * configure.in: typo in the creation of po/Makefile
2388 * grep-2.0b: make it available for testing.
2397 * grep-2.0a: make an alpha available for testing.
2401 * run gettextize: added the po directory filled with *.po files.
2403 * check.sh, scriptgen.awk: fix grep paths.
2418 * support for I18N in Makefile.am and configure.in.
2431 * grep.c: for option -e not counting '\n' for new keys.
2434 * grep.c: for option -f allocating the right count.
2447 * grep.c: support for long options.
2468 * grep.c (S_ISREG): Define if not defined already, for e.g.
2476 * configure.in: Use AC_REPLACE_FUNCS for memchr.
2478 * configure.in: Remove unused checks for memalign and unsigned char.