Lines Matching +refs:po +refs:string +refs:buffer
27 * src/grep.c: Don't hang forever if fed with an empty string to
32 * po/*: Sync wiith translation project
39 * src/Makefile.am, po/Makefile.in.in: Support DESTDIR properly
47 * po/*: Sync with translation project
69 * po/ru.po: Sync with translation project
70 * po/grep.pot: Sync with source
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
137 string.
171 byte of corresponding multibyte character in the input string.
228 bug: buffer was doubling in size in many cases where it didn't
313 * tests/bre.awk: Removed the hack to drain the buffer since we
433 Support for multibyte string.
499 time is lost due to waiting for the buffer to be filled.
524 Support for multibyte string.
573 to find the offset of the matching string.
654 Simplify and tune the buffer allocation strategy. Do not reserve a
656 page alignment. Put a newline sentinel before the buffer, for speed
662 (reset, fillbuf): Use simpler buffer allocation strategy.
665 (fillbuf): Do not resize buffer if there's room at the end for
668 When growing the buffer, double its size instead of using a
671 start of the buffer.
672 (grep): When looking backwards for the last newline in a buffer,
724 Set GREP_OPTIONS to the empty string.
786 about running off the end of the buffer due to a missing sentinel.
789 worry about running off the end of the input buffer, since
840 (dfaexec): Do not modify input string.
898 (main): Likewise. Use xstrtoumax to convert max_count from string.
1036 * po/*.po: update of the PO files.
1258 * Updated the *.po files
1262 * src/grep.c (fillbuf): Don't report buffer size overflow if
1299 (reset): If the buffer has already been allocated, set bufsalloc to
1392 Similarly, get the buffer offset of every regular file.
1409 * src/grep.c (page_alloc): Reallocate the old buffer instead
1413 (fillbuf): Rejigger the buffer allocation mechanism. The old
1768 po/Makefile.in.in on DOS filesystems, and to run config.sed.
1826 (reset): Initialize new vars. Check for overflow in buffer size calc.
1931 * po/*.po: updated.
2071 0. The string "(standard input)" should be based on the file
2099 buffer. Spotted by Paul Eggert.
2298 djgpp/po.mak, djgpp/intl.mak, djgpp/tests.mak, djgpp/po2tbl.sed:
2385 * configure.in: typo in the creation of po/Makefile
2401 * run gettextize: added the po directory filled with *.po files.
2420 * update all the string to use gettext(I18N).