aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/hash.c
AgeCommit message (Expand)AuthorFilesLines
1993-05-06calloc -> __objc_xcalloc, bzero instancesKresten Krab Thorup1-3/+3
1993-04-26Runtime portability cleanupKresten Krab Thorup1-3/+2
1993-04-13includes changed to double quote styleKresten Krab Thorup1-2/+2
1993-04-10Update to new runtimes.Tom Wood1-8/+5
1992-10-28Include tconfig.h, not config.h.Richard Stallman1-1/+2
1992-10-14Some comments and whitespace cleaned up. RCS headers removed.Richard Stallman1-130/+63
1992-09-20Fix indentation. Carry out renamings from hash.h.Richard Stallman1-89/+90
1992-09-02Changed some decls.Richard Stallman1-98/+95
1992-08-31minor documentation changes.Dennis Glatting1-98/+61
1992-08-17Saving a working version before release.Dennis Glatting1-20/+33
1992-04-13Check in after array version of run-time works.Dennis Glatting1-28/+69
1992-01-03modified to handle new initialization scheme.Dennis Glatting1-3/+8
1991-12-10Cleaned up file format for a distribution.Dennis Glatting1-68/+72
1991-12-03fixed assert macro.Dennis Glatting1-57/+70
1991-11-24changed shorts back to ints.Dennis Glatting1-4/+8
1991-11-23deleted hashIndex() and moved it to hash-inline.h converted...Dennis Glatting1-35/+12
1991-11-21changed hash value calculation.Dennis Glatting1-29/+12
1991-11-20converted hashValue() to a inline.Dennis Glatting1-17/+22
1991-11-19bug in hash_delete().Dennis Glatting1-13/+22
1991-11-07implemented hash table expansion as suggested by rms.Dennis Glatting1-17/+67
1991-11-07added copyleftDennis Glatting1-4/+22
1991-10-24Initial check in. Preliminary development stage.Dennis Glatting1-0/+237