diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index cf7494cb5d5..fe00c29cff7 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-05-10 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | etags: pacify gcc -Wstack-protector on Ubuntu 12.04 x86 | ||
| 4 | * etags.c: Include <stdarg.h>. | ||
| 5 | (error): Declare as printf-style, as that's what it really is. | ||
| 6 | All uses changed. | ||
| 7 | (add_regex): Use single char rather than array-of-one char. | ||
| 8 | |||
| 1 | 2012-05-05 Jim Meyering <meyering@redhat.com> | 9 | 2012-05-05 Jim Meyering <meyering@redhat.com> |
| 2 | 10 | ||
| 3 | * lib-src/pop.c (pop_stat, pop_list, pop_multi_first, pop_last): | 11 | * lib-src/pop.c (pop_stat, pop_list, pop_multi_first, pop_last): |