Mercurial > hg > octave-kai > gnulib-hg
comparison lib/ChangeLog @ 6084:87075d885cc5
* config/srclist.txt: Add glibc bug 1231.
* lib/regex_internal.c (re_string_skip_chars, register_state):
(calc_state_hash):
Remove forward decls; no longer needed now that we use prototypes.
* lib/regexec.c (acquire_init_state_context, check_halt_node_context):
(proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
(clean_state_log_if_needed): Likewise.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 23 Aug 2005 18:55:44 +0000 |
parents | f7e7f62a1516 |
children | d7b1b7dd9bf8 |
comparison
equal
deleted
inserted
replaced
6083:7f315cf586d6 | 6084:87075d885cc5 |
---|---|
1 2005-08-23 Paul Eggert <eggert@cs.ucla.edu> | |
2 | |
3 * regex_internal.c (re_string_skip_chars, register_state): | |
4 (calc_state_hash): | |
5 Remove forward decls; no longer needed now that we use prototypes. | |
6 * regexec.c (acquire_init_state_context, check_halt_node_context): | |
7 (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes): | |
8 (clean_state_log_if_needed): Likewise. | |
9 | |
1 2005-08-20 Paul Eggert <eggert@cs.ucla.edu> | 10 2005-08-20 Paul Eggert <eggert@cs.ucla.edu> |
2 | 11 |
3 Fix problems reported by Sam Steingold in | 12 Fix problems reported by Sam Steingold in |
4 <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>. | 13 <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>. |
5 * regexec.c (sift_states_bkref): Fix portability bug: the code | 14 * regexec.c (sift_states_bkref): Fix portability bug: the code |