diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-10-13 20:08:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-10-13 20:08:58 +0000 |
commit | e2f55264073bcb6b3f63a241bd01eb7d48846c16 (patch) | |
tree | 1f73fed81b1c703dab82e38d91fecd25f24ed635 /ChangeLog | |
parent | 72c7a71de49af5e025f5c064079b25631af6c457 (diff) | |
download | glibc-e2f55264073bcb6b3f63a241bd01eb7d48846c16.zip glibc-e2f55264073bcb6b3f63a241bd01eb7d48846c16.tar.gz glibc-e2f55264073bcb6b3f63a241bd01eb7d48846c16.tar.bz2 |
[BZ #1231]
2005-08-23 Paul Eggert <eggert@cs.ucla.edu>
[BZ #1231]
* posix/regex_internal.c (re_string_skip_chars, register_state,
calc_state_hash): Remove forward decls.
* posix/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.
* posix/regex.c: No need to use K&R definitions for static functions.
* posix/regex_internal.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ +2005-08-23 Paul Eggert <eggert@cs.ucla.edu> + + [BZ #1231] + * posix/regex_internal.c (re_string_skip_chars, register_state, + calc_state_hash): Remove forward decls. + * posix/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. + 2005-10-13 Ulrich Drepper <drepper@redhat.com> + * posix/regex.c: No need to use K&R definitions for static functions. + * posix/regex_internal.c: Likewise. + [BZ #1466] * sysdeps/generic/s_csqrt.c (__csqrt): For zero real part, return principal square root. |