Go to file
Zack Weinberg 5194cf0890 hashtab.c: Remove debugging variables (all_searches, all_collisions, all_expansions).
* hashtab.c: Remove debugging variables (all_searches,
	all_collisions, all_expansions). Delete
	all_hash_table_collisions.
	(create_hash_table, delete_hash_table, empty_hash_table,
	find_hash_table_entry, remove_element_from_hash_table_entry,
	clear_hash_table_slot, traverse_hash_table, hash_table_size,
	hash_table_elements_number, hash_table_collisions): Rename to:
	htab_create, htab_delete, htab_empty, htab_find_slot,
	htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
	htab_elements, htab_collisions.
	(htab_find): New function, handles common case where you don't
	plan to add or delete an entry.
	(htab_expand): Don't create a whole new table, just a new
	entry vector.
	(htab_find_slot): Simplify logic.

	* hashtab.h (hash_table_t): Rename to htab_t.
	(struct hash_table): Rename to struct htab.  Shorten element
	names.  Reorder elements by size.
	(htab_hash, htab_eq, htab_trav): New typedefs for the callback
	function pointers.
	(hash_table_entry_t): Discard; just use void * for element
	type.

From-SVN: r32437
2000-03-08 23:44:29 +00:00
boehm-gc
config
contrib
etc
gcc oops - meant to commit with last batch of cpplib changes 2000-03-08 23:43:41 +00:00
include hashtab.c: Remove debugging variables (all_searches, all_collisions, all_expansions). 2000-03-08 23:44:29 +00:00
INSTALL More mail address and web address updates. 1999-08-09 00:48:10 -06:00
libchill
libf2c Daily bump. 2000-03-08 01:45:11 -07:00
libffi * Makefile.in: Fixed ia64 by hand. 2000-03-03 19:33:11 +00:00
libiberty hashtab.c: Remove debugging variables (all_searches, all_collisions, all_expansions). 2000-03-08 23:44:29 +00:00
libio
libjava re GNATS gcj/162 (gcj does not initialize interfaces according to spec) 2000-03-08 05:42:07 +00:00
libobjc
libstdc++
texinfo
zlib
.cvsignore
ChangeLog Added myself to MAINTAINERS file. 2000-03-08 10:26:31 +00:00
config-ml.in
config.guess
config.if
config.sub
configure
configure.in
COPYING
COPYING.LIB
install-sh
ltconfig * ltconfig, ltmain.sh: Update to libtool 1.2f. 1999-06-21 20:36:09 -06:00
ltmain.sh
MAINTAINERS Added myself to MAINTAINERS file. 2000-03-08 10:26:31 +00:00
Makefile.in
missing
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.


Check the INSTALL directory for detailed configuration and installation
instructions.


Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.