Ulrich Drepper 2c05d33f90 [BZ #1302]
2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
            Ulrich Drepper  <drepper@redhat.com>

	[BZ #1302]
	Change bitset word type from unsigned int to unsigned long int,
	as this has better performance on typical 64-bit hosts.  Change
	bitset type name to bitset_t.
	* posix/regcomp.c (build_equiv_class, build_charclass):
	(build_range_exp, build_collating_symbol):
	Prefer bitset_t to re_bitset_ptr_t in prototypes, when the actual
	argument is a bitset.  This is merely a style issue, but it makes
	it clearer that an entire array is expected.
	(re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps,
	lower_subexp): Adjust for new bitset_t definition.
	(lower_subexp, parse_bracket_exp, built_charclass_op): Likewise.
	* posix/regex_internal.h (bitset_set, bitset_clear, bitset_contain,
	bitset_not, bitset_merge, bitset_set_all, bitset_mask): Likewise.
	* posix/regexec.c (check_dst_limits_calc_pos_1,
	check_subexp_matching_top, build_trtable, group_nodes_into_DFAstates):
	Likewise.
	* posix/regcomp.c (utf8_sb_map): Don't assume initializer
	== 0xffffffff.
	* posix/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
	All uses changed.
	(BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
	(bitset_word_t): New type, replacing 'unsigned int' for bitset uses.
	All uses changed.
	(BITSET_WORD_MAX): New macro.
	(bitset_set, bitset_clear, bitset_contain, bitset_empty,
	(bitset_set_all, bitset_copy):  Adjust for bitset_t change.
	(bitset_empty, bitset_copy):
	Prefer sizeof (bitset_t) to multiplying it out ourselves.
	(bitset_not_merge): Remove; unused.
	(bitset_contain): Return bool, not unsigned int with one bit on.
	All callers changed.
	* posix/regexec.c (build_trtable): Don't assume bitset_t has no
	stricter alignment than re_node_set; do this by defining a new
	internal type struct dests_alloc and using it to allocate memory.
2005-09-28 17:33:18 +00:00
..
2007-07-12 18:26:36 +00:00
2003-12-27 23:40:06 +00:00
2002-08-03 07:02:10 +00:00
2004-02-23 19:54:06 +00:00
2004-10-01 15:44:06 +00:00
2001-02-07 07:25:37 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2007-07-12 18:26:36 +00:00
2002-07-27 08:28:46 +00:00
2002-07-27 08:28:46 +00:00
2002-07-27 08:28:46 +00:00
2002-08-12 19:50:26 +00:00
2002-08-26 23:00:40 +00:00
2003-12-30 20:01:17 +00:00
2003-10-02 22:41:11 +00:00
2003-12-22 06:52:35 +00:00
2003-01-16 19:20:36 +00:00
2003-11-12 07:56:31 +00:00
2003-11-29 06:13:09 +00:00
2005-01-26 19:56:03 +00:00
2003-11-26 03:24:15 +00:00
2003-11-19 19:37:31 +00:00
2007-07-12 18:26:36 +00:00
2004-02-11 22:49:57 +00:00
2004-11-15 22:00:25 +00:00
2004-12-13 21:29:18 +00:00
2005-01-20 20:10:02 +00:00
2005-01-20 20:10:02 +00:00
2005-01-20 20:10:02 +00:00
2007-07-12 18:26:36 +00:00
2005-07-24 21:41:49 +00:00
2007-07-12 18:26:36 +00:00
2004-09-14 04:41:35 +00:00
2005-09-26 23:02:01 +00:00
2004-03-09 10:36:53 +00:00
2001-08-11 19:43:52 +00:00
2004-03-09 10:36:53 +00:00
2004-03-19 00:37:59 +00:00
2004-09-17 00:56:07 +00:00
2001-07-06 04:58:11 +00:00
2003-10-27 01:36:12 +00:00
2005-09-26 21:17:54 +00:00
2004-11-25 22:32:18 +00:00
2003-11-26 03:24:15 +00:00
2003-11-26 03:24:15 +00:00
2003-11-13 01:04:26 +00:00
2001-07-06 04:58:11 +00:00
2005-09-28 17:33:18 +00:00
2005-09-23 06:11:29 +00:00
2005-09-28 17:33:18 +00:00
2005-09-23 06:11:29 +00:00
1999-08-30 19:23:15 +00:00
2005-09-28 17:33:18 +00:00
2003-11-26 03:24:15 +00:00
2003-11-13 20:04:16 +00:00
2004-03-19 00:14:42 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2000-04-15 16:51:16 +00:00
2001-07-06 04:58:11 +00:00
2004-09-12 18:05:37 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2004-09-12 18:05:37 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2000-01-18 10:53:15 +00:00
2001-03-15 09:36:19 +00:00
2000-01-18 10:53:15 +00:00
2007-07-12 18:26:36 +00:00
2003-12-04 08:04:57 +00:00
2004-04-21 18:58:31 +00:00
2007-07-12 18:26:36 +00:00
2005-02-23 02:42:55 +00:00
2005-02-23 02:42:55 +00:00
2005-02-23 02:42:55 +00:00
2005-02-23 02:42:55 +00:00
2005-02-23 02:42:55 +00:00
2005-02-23 02:42:55 +00:00
2005-02-23 02:42:55 +00:00
2005-02-23 02:42:55 +00:00
2005-02-23 02:42:55 +00:00
2005-02-23 02:42:55 +00:00
2005-07-24 21:41:49 +00:00
2001-07-06 04:58:11 +00:00
2004-09-02 03:38:10 +00:00
2001-07-06 04:58:11 +00:00
2004-10-06 18:09:57 +00:00
2001-07-06 04:58:11 +00:00
2004-09-30 06:42:39 +00:00
2005-06-03 20:37:25 +00:00
2003-12-04 08:04:57 +00:00
2001-07-06 04:58:11 +00:00
2007-07-12 18:26:36 +00:00
2004-12-10 00:41:30 +00:00
2004-12-10 00:41:30 +00:00
2001-07-06 04:58:11 +00:00
2005-09-26 21:17:54 +00:00
2005-01-26 19:56:03 +00:00
2007-07-12 18:26:36 +00:00
2004-11-27 22:47:48 +00:00
2001-07-06 04:58:11 +00:00
2007-07-12 18:26:36 +00:00
2004-03-10 05:25:48 +00:00
2004-03-10 05:25:48 +00:00
2004-11-10 15:48:06 +00:00
2000-09-06 18:07:07 +00:00
2005-04-27 09:49:39 +00:00
2004-05-03 21:40:12 +00:00
2003-09-18 02:54:32 +00:00
2000-10-21 00:02:39 +00:00