summaryrefslogtreecommitdiff
path: root/gcc/objc/hash.c
Commit message (Expand)AuthorAgeFilesLines
* (hash_delete): Step through the hash nodes versus using hash_next tokenner1997-02-031-5/+18
* Replace use of __objc_xcalloc and free with objc_calloc and objc_free.kenner1996-09-221-9/+7
* (hash_is_key_in_hash): Function somehow got lost.kenner1996-08-121-0/+19
* (hash_is_key_in_hash): New function.kenner1996-05-171-2/+1
* (hash_value_for_key): Prevent endless loop when 0 was stored in akenner1996-05-051-3/+4
* Update FSF address.kenner1995-06-151-1/+2
* This patch makes selectors in the Objective-C language be pointerskrab1994-06-301-0/+2
* calloc -> __objc_xcalloc, bzero instanceskrab1993-05-061-3/+3
* Runtime portability cleanupkrab1993-04-261-3/+2
* includes changed to double quote stylekrab1993-04-131-2/+2
* Update to new runtimes.wood1993-04-101-8/+5
* Include tconfig.h, not config.h.rms1992-10-281-1/+2
* Some comments and whitespace cleaned up. RCS headers removed.rms1992-10-141-130/+63
* Fix indentation. Carry out renamings from hash.h.rms1992-09-201-89/+90
* Changed some decls.rms1992-09-021-98/+95
* minor documentation changes.dglattin1992-08-311-98/+61
* Saving a working version before release.dglattin1992-08-181-20/+33
* Check in after array version of run-time works.dennisg1992-04-131-28/+69
* modified to handle new initialization scheme.dennisg1992-01-031-3/+8
* Cleaned up file format for a distribution.dennisg1991-12-101-68/+72
* fixed assert macro.dennisg1991-12-031-57/+70
* changed shorts back to ints.dennisg1991-11-241-4/+8
* deleted hashIndex() and moved it to hash-inline.hdennisg1991-11-231-35/+12
* changed hash value calculation.dennisg1991-11-211-29/+12
* converted hashValue() to a inline.dennisg1991-11-201-17/+22
* bug in hash_delete(). It was using void* to obtain nodes todennisg1991-11-191-13/+22
* implemented hash table expansion as suggested by rms.dennisg1991-11-071-17/+67
* added copyleftdennisg1991-11-071-4/+22
* Initial check in. Preliminary development stage.dennisg1991-10-241-0/+237