summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright dates for 2014Jim Meyering2014-01-0178-78/+78
* gnulib: update to latestJim Meyering2014-01-011-0/+0
* pcre: use PCRE_NO_UTF8_CHECK properlyJim Meyering2013-12-312-11/+12
* maint: fix inconsistent spacing in expressionJim Meyering2013-12-261-1/+1
* maint: fix a garbled commentbehoffski2013-12-261-1/+1
* maint: fix/improve a commentJim Meyering2013-12-231-2/+5
* pcre: tell grep -P to relax its stance on invalid multibyte charsSantiago Ruano Rincón2013-12-212-1/+11
* tests: avoid FP failure due to exhausted memoryJim Meyering2013-12-211-0/+3
* maint: add comments and split some long linesJim Meyering2013-12-181-4/+10
* pcre: avoid a nominal leakJim Meyering2013-12-181-1/+1
* maint: indent cpp directives to reflect nestingJim Meyering2013-12-181-10/+11
* grep: handle lines longer than INT_MAX on more systemsJim Meyering2013-12-185-1/+28
* tests: port to non-GNU sedJim Meyering2013-11-251-1/+1
* maint: minor cleanup: xmalloc+strcpy -> xmemdupJim Meyering2013-11-221-2/+1
* dfa: avoid undefined behavior of "1 << 31"Jim Meyering2013-11-211-6/+6
* grep: fix regression with -P vs. invalid UTF-8 inputJim Meyering2013-11-025-1/+45
* grep: fix regression involving \s and \SJim Meyering2013-11-025-0/+44
* maint: NEWS: document a release-related bug fixJim Meyering2013-11-011-0/+7
* build: update gnulib submodule to latestJim Meyering2013-10-261-0/+0
* maint: avoid automake deprecation warning re ACLOCAL_AMFLAGSJim Meyering2013-10-262-2/+2
* maint: post-release administriviaJim Meyering2013-10-263-2/+5
* version 2.15v2.15Jim Meyering2013-10-261-1/+1
* build: port to AIXPaul Eggert2013-10-251-1/+2
* build: avoid duplicate -funit-at-a-time etc. optionsPaul Eggert2013-10-251-3/+0
* tests: port more tests to bourne shells with hex-challenged printfJim Meyering2013-10-243-3/+3
* maint: clean up an ugly 'while' conditionJim Meyering2013-10-241-4/+8
* tests: port to bourne shells whose printf doesn't grok hexJim Meyering2013-10-235-13/+24
* gnulib: update to latestJim Meyering2013-10-211-0/+0
* maint: remove now-unused wcscoll moduleJim Meyering2013-10-211-1/+0
* build: avoid chatter from Automake 1.14Paul Eggert2013-10-201-1/+2
* build: port shell pattern to Solaris 10Paul Eggert2013-10-201-1/+1
* build: port to platforms that predefine _FORTIFY_SOURCEPaul Eggert2013-10-201-1/+1
* build: update gnulib submodule to latestJim Meyering2013-10-201-0/+0
* tests: extend the multibyte-white-space testJim Meyering2013-10-191-19/+36
* maint: update bootstrap to latest from gnulibJim Meyering2013-10-191-26/+28
* maint: fix typo in NEWSJim Meyering2013-10-191-3/+4
* tests: add a test for better coverage of some tricky codeJim Meyering2013-10-091-0/+1
* tests: ensure neither \s nor \S matches an invalid multibyte characterJim Meyering2013-10-012-0/+27
* dfa: fix \s and \S to work for multibyteJim Meyering2013-10-014-8/+98
* maint: change all references: s/POSIX\.2/POSIX/Jim Meyering2013-09-307-17/+17
* dfa: remove dead disjunctJim Meyering2013-09-221-2/+1
* maint: dfa: improve comments and formattingJim Meyering2013-09-221-32/+33
* dfa: appease a static analyzer, and save 95 stack bytesJim Meyering2013-09-081-3/+3
* fix Cygwin UTF-16 surrogate-pair handling with -iCorinna Vinschen2013-09-014-1/+110
* doc: mention how to use the latest gnulibPaul Eggert2013-08-191-0/+6
* build: update gnulib-related codeJim Meyering2013-08-104-65/+84
* tests: simplify and factor newest testJim Meyering2013-08-091-4/+6
* doc: NEWS: mention the DFA segfault fixJim Meyering2013-08-091-0/+5
* Redo comments and white space to better approach GNU style.Paul Eggert2013-07-051-268/+272
* tests: add testcase for previous changePaolo Bonzini2013-07-052-0/+18