summaryrefslogtreecommitdiff
path: root/gcc/objc/hash.h
Commit message (Expand)AuthorAgeFilesLines
* Include objc/objc.h here instead of in objc/hash.c to get BOOL typedef.kenner1996-05-171-1/+5
* Fix spelling errors.kenner1995-08-281-2/+2
* Update FSF address.kenner1995-06-151-1/+2
* Fix typos in comments.kenner1995-05-161-1/+1
* Delete use of IN_GCC to control stddef.h/gstddef.h include.wilson1994-04-011-5/+1
* (compare_strings): Check for null pointers.rms1993-11-051-1/+6
* Conditionally include gstddef or stddefkrab1993-05-091-0/+4
* Use gstddef.h, with doublequotes.rms1993-05-061-1/+1
* Headerfiles reorganizedkrab1993-05-051-4/+0
* Runtime portability cleanupkrab1993-04-261-1/+1
* Changed unsigned int to size_t when casting pointers to integerskrab1993-04-261-3/+7
* Deleted #include "mutext.h"krab1993-04-121-1/+0
* Update to new runtimes.wood1993-04-101-1/+1
* # Fix misspellings in comments.eggert1993-01-111-1/+1
* (hash_ptr): Renamed from hash_int.rms1992-10-261-4/+4
* (reg_names): Make it static. Use DEBUG_REGISTER_NAMES if that's defined.rms1992-10-141-77/+30
* Fix indentation, clean up comments.rms1992-09-201-83/+71
* Changed the format of various sections to conform with GNU standard.rms1992-09-021-112/+82
* minor documentation changes.dglattin1992-08-311-32/+36
* Saving a working version before release.dglattin1992-08-181-65/+73
* Check in after array version of run-time works.dennisg1992-04-131-11/+115
* Cleaned up file format for a distribution.dennisg1991-12-101-15/+19
* fixed assert macro.dennisg1991-12-031-17/+20
* changed shorts back to ints.dennisg1991-11-241-3/+8
* converted some entries in the hash structure from ints to shorts.dennisg1991-11-231-8/+7
* deleted hash mask information from hash struct.dennisg1991-11-211-14/+5
* implemented hash table expansion as suggested by rms.dennisg1991-11-071-14/+30
* added copyleftdennisg1991-11-071-4/+22
* Initial check in. Preliminary development stage.dennisg1991-10-241-0/+134