index
:
delta/grep.git
baserock/bootstrap
baserock/bootstrap-pass1
baserock/bootstrap-stable
baserock/morph
baserock/morph-stable
baserock/v2.21
master
git.savannah.gnu.org: git/grep.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: use "compare exp out", not "compare out exp"
Jim Meyering
2011-11-29
20
-38
/
+38
*
build: update gnulib submodule to latest
Jim Meyering
2011-11-29
1
-0
/
+0
*
build: accommodate -Werror=suggest-attribute=pure
Jim Meyering
2011-11-28
3
-6
/
+8
*
build: fix "make check" error on OSF/1
Bruno Haible
2011-11-21
1
-1
/
+1
*
portability: work consistently on *BSD systems
Jim Meyering
2011-11-21
1
-1
/
+11
*
maint: consistently use NULL, not 0, when comparing pointers
Jim Meyering
2011-11-20
1
-3
/
+3
*
maint: remove an avoidable #ifdef/#endif pair
Jim Meyering
2011-11-20
1
-4
/
+2
*
tests: fix typo in last change
Jim Meyering
2011-11-20
1
-1
/
+1
*
tests: avoid unwarranted test failure on *BSD-based systems
Jim Meyering
2011-11-20
1
-2
/
+3
*
maint: accommodate -Wdeclaration-after-statement, but only in dfa.c,
Jim Meyering
2011-11-19
1
-2
/
+3
*
maint: post-release administrivia
Jim Meyering
2011-11-16
3
-2
/
+5
*
version 2.10
v2.10
Jim Meyering
2011-11-16
1
-1
/
+1
*
build: update gnulib submodule to latest
Jim Meyering
2011-11-16
1
-0
/
+0
*
maint: update bootstrap and init.sh from gnulib
Jim Meyering
2011-11-13
2
-16
/
+5
*
build: update gnulib for exclude-test fixes
Jim Meyering
2011-11-12
1
-0
/
+0
*
tests: make our "export" replacement efficient with modern shells
Jim Meyering
2011-11-12
1
-11
/
+15
*
tests: make the replacement export function more robust
Jim Meyering
2011-11-12
1
-3
/
+3
*
tests: fix test suite execution failure on OSF/1 5.1
Bruno Haible
2011-11-12
1
-1
/
+14
*
tests: don't assume that /bin/bash exists
Bruno Haible
2011-11-12
1
-1
/
+1
*
tests: avoid unwarranted failures due to SATAN's timeout
Bruno Haible
2011-11-12
1
-0
/
+2
*
build: fix compilation error on MSVC 9 to due Pexecute() declaration
Bruno Haible
2011-11-12
1
-9
/
+4
*
tests: fix high-bit-range test failure on OSF/1 5.1
Bruno Haible
2011-11-12
1
-2
/
+2
*
build: update gnulib for solaris test fix
Jim Meyering
2011-11-11
1
-0
/
+0
*
build: update gnulib submodule to latest
Jim Meyering
2011-11-10
1
-0
/
+0
*
maint: adjust the URL that will appear in the generated announcement
Jim Meyering
2011-11-10
1
-0
/
+4
*
build: stop distributing gzip'd releases; xz is enough
Jim Meyering
2011-11-06
2
-1
/
+7
*
build: update gnulib submodule to latest
Jim Meyering
2011-11-06
1
-0
/
+0
*
distcheck: ensure dist-hook fails if syntax-check fails
Stefano Lattarini
2011-10-14
1
-1
/
+1
*
build: update gnulib submodule to latest
Jim Meyering
2011-10-12
2
-3
/
+3
*
gitignore: merge top-level and tests/ .gitignore files
Stefano Lattarini
2011-10-10
2
-5
/
+5
*
tests: tiny simplification in TESTS_ENVIRONMENT definition
Stefano Lattarini
2011-10-10
1
-1
/
+1
*
tests: support development version of automake too
Stefano Lattarini
2011-10-10
3
-1
/
+5
*
dfa: don't mishandle high-bit bytes in a regexp with signed-char
Eli Zaretskii
2011-10-04
2
-2
/
+12
*
maint: dfa: simplify multi-byte-related conditionals
Jim Meyering
2011-09-16
4
-21
/
+20
*
maint: dfa: simplify several expressions
Jim Meyering
2011-09-16
1
-10
/
+9
*
maint: dfa: avoid in-function "#if MBS_SUPPORT" tests
Jim Meyering
2011-09-16
1
-10
/
+6
*
maint: ensure that MB_CUR_MAX is defined even when !MBS_SUPPORT
Jim Meyering
2011-09-16
1
-0
/
+5
*
build: fix compilation failure when MBS_SUPPORT is 0
Jim Meyering
2011-09-16
1
-6
/
+6
*
maint: dfa: simplify dfaoptimize
Jim Meyering
2011-09-16
1
-22
/
+18
*
maint: dfa: remove some #if MBS_SUPPORT guards
Jim Meyering
2011-09-16
1
-11
/
+6
*
maint: dfa: convert #if-MBS_SUPPORT (dfastate)
Jim Meyering
2011-09-16
1
-5
/
+3
*
maint: dfa: convert #if-MBS_SUPPORT (dfastate)
Jim Meyering
2011-09-16
1
-10
/
+5
*
maint: dfa: convert #if-MBS_SUPPORT (state_index)
Jim Meyering
2011-09-16
1
-4
/
+5
*
maint: dfa: convert #if-MBS_SUPPORT (dfaparse)
Jim Meyering
2011-09-16
1
-3
/
+1
*
maint: dfa: convert #if-MBS_SUPPORT (copytoks)
Jim Meyering
2011-09-16
1
-14
/
+8
*
maint: dfa: convert #if-MBS_SUPPORT (lex)
Jim Meyering
2011-09-16
1
-11
/
+4
*
maint: dfa: convert #if-MBS_SUPPORT (parse_bracket_exp)
Jim Meyering
2011-09-16
1
-3
/
+1
*
maint: dfa: convert #if-MBS_SUPPORT (parse_bracket_exp)
Jim Meyering
2011-09-16
1
-20
/
+19
*
maint: dfa: convert #if-MBS_SUPPORT (parse_bracket_exp)
Jim Meyering
2011-09-16
1
-6
/
+2
*
maint: dfa: convert #if-MBS_SUPPORT (dfaexec)
Jim Meyering
2011-09-16
1
-3
/
+1
[next]