commit | f9b5fa2dec22e88683d96d0a2782c244df2ca766 | [log] [tgz] |
---|---|---|
author | William M. Brack <wbrack@src.gnome.org> | Mon May 10 07:52:15 2004 +0000 |
committer | William M. Brack <wbrack@src.gnome.org> | Mon May 10 07:52:15 2004 +0000 |
tree | c735869a66008811fd037580d98c0f8564f8dad0 | |
parent | 6d38c750b71f9d5f379b0abdccd01533f494d1ed [diff] |
enhanced xmlRegStateAddTrans to check if transition is already present * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition is already present and, if so, to ignore the request to add it. This has a very dramatic effect on memory requirements as well as efficiency. It also fixes bug 141762.