aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-28 07:43:13 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-28 07:43:13 +0000
commita9388965cca987526247e93b96dc65f4ec63cc9e (patch)
tree807a7b691419ddd73dc8e99fc495fcf8cf599b56 /ChangeLog
parent51f38e87b13f233bdf76bd6d3edaabf4fd9eb126 (diff)
downloadglibc-a9388965cca987526247e93b96dc65f4ec63cc9e.tar
glibc-a9388965cca987526247e93b96dc65f4ec63cc9e.tar.gz
glibc-a9388965cca987526247e93b96dc65f4ec63cc9e.tar.bz2
glibc-a9388965cca987526247e93b96dc65f4ec63cc9e.zip
Update.
2002-02-28 Isamu Hasegawa <isamu@yamato.ibm.com> * posix/regcomp.c (regcomp): Remove a redundant condition. (init_word_char): Add a check on malloc failure. (create_initial_state): Likewise. (duplicate_node): Likewise. (calc_eclosure): Likewise. (calc_eclosure_iter): Likewise. (parse_expression): Likewise. (parse_bracket_exp): Remove unnecessary malloc invocations. (build_equiv_class): Likewise. (build_charclass): Likewise. * posix/regex_internal.c (re_node_set_intersect): Add a check on malloc failure. (re_node_set_add_intersect): Likewise. (re_node_set_merge): Likewise. (re_acquire_state): Likewise. (re_acquire_state_context): Likewise. (create_newstate_common): Likewise. (register_state): Likewise. (create_ci_newstate): Likewise. (create_cd_newstate): Likewise. * posix/regex_internal.h: Fix prototypes of re_acquire_state and re_acquire_state_context. * posix/regexec.c (regexec): Suit it to the error handling of re_search_internal. (re_match): Likewise. (re_search): Likewise. (re_search_internal): Add a check on malloc failure. (acquire_init_state_context): Likewise. (check_matching): Likewise. (proceed_next_node): Likewise. (set_regs): Likewise. (sift_states_backward): Likewise. (sift_states_iter_bkref): Likewise. (add_epsilon_backreference): Likewise. (transit_state): Likewise. (transit_state_sb): Likewise. (transit_state_mb): Likewise. (transit_state_bkref_loop): Likewise. (build_trtable): Likewise. (group_nodes_into_DFAstates): Likewise. (match_ctx_init): Likewise. (match_ctx_add_entry): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cc81d7998..e17162fb00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2002-02-28 Isamu Hasegawa <isamu@yamato.ibm.com>
+
+ * posix/regcomp.c (regcomp): Remove a redundant condition.
+ (init_word_char): Add a check on malloc failure.
+ (create_initial_state): Likewise.
+ (duplicate_node): Likewise.
+ (calc_eclosure): Likewise.
+ (calc_eclosure_iter): Likewise.
+ (parse_expression): Likewise.
+ (parse_bracket_exp): Remove unnecessary malloc invocations.
+ (build_equiv_class): Likewise.
+ (build_charclass): Likewise.
+ * posix/regex_internal.c (re_node_set_intersect): Add a check
+ on malloc failure.
+ (re_node_set_add_intersect): Likewise.
+ (re_node_set_merge): Likewise.
+ (re_acquire_state): Likewise.
+ (re_acquire_state_context): Likewise.
+ (create_newstate_common): Likewise.
+ (register_state): Likewise.
+ (create_ci_newstate): Likewise.
+ (create_cd_newstate): Likewise.
+ * posix/regex_internal.h: Fix prototypes of re_acquire_state
+ and re_acquire_state_context.
+ * posix/regexec.c (regexec): Suit it to the error handling of
+ re_search_internal.
+ (re_match): Likewise.
+ (re_search): Likewise.
+ (re_search_internal): Add a check on malloc failure.
+ (acquire_init_state_context): Likewise.
+ (check_matching): Likewise.
+ (proceed_next_node): Likewise.
+ (set_regs): Likewise.
+ (sift_states_backward): Likewise.
+ (sift_states_iter_bkref): Likewise.
+ (add_epsilon_backreference): Likewise.
+ (transit_state): Likewise.
+ (transit_state_sb): Likewise.
+ (transit_state_mb): Likewise.
+ (transit_state_bkref_loop): Likewise.
+ (build_trtable): Likewise.
+ (group_nodes_into_DFAstates): Likewise.
+ (match_ctx_init): Likewise.
+ (match_ctx_add_entry): Likewise.
+
2002-02-27 Ulrich Drepper <drepper@redhat.com>
* elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to