OSDN Git Service

Added fixup for __STDC__ == 0 and __STDC__ == 1
[pf3gnuchains/gcc-fork.git] / gcc / objc / hash.c
1993-05-06 krabcalloc -> __objc_xcalloc, bzero instances
1993-04-26 krabRuntime portability cleanup
1993-04-13 krabincludes changed to double quote style
1993-04-10 woodUpdate to new runtimes.
1992-10-28 rmsInclude tconfig.h, not config.h.
1992-10-14 rmsSome comments and whitespace cleaned up. RCS headers...
1992-09-20 rmsFix indentation. Carry out renamings from hash.h.
1992-09-02 rmsChanged some decls.
1992-08-31 dglattinminor documentation changes.
1992-08-18 dglattinSaving a working version before release.
1992-04-13 dennisgCheck in after array version of run-time works.
1992-01-03 dennisgmodified to handle new initialization scheme.
1991-12-10 dennisgCleaned up file format for a distribution.
1991-12-03 dennisgfixed assert macro.
1991-11-24 dennisgchanged shorts back to ints.
1991-11-23 dennisgdeleted hashIndex() and moved it to hash-inline.h
1991-11-21 dennisgchanged hash value calculation.
1991-11-20 dennisgconverted hashValue() to a inline.
1991-11-19 dennisgbug in hash_delete(). It was using void* to obtain...
1991-11-07 dennisgimplemented hash table expansion as suggested by rms.
1991-11-07 dennisgadded copyleft
1991-10-24 dennisgInitial check in. Preliminary development stage.