OSDN Git Service

(OBJC_VERSION): Increment version as recent changes have made old
[pf3gnuchains/gcc-fork.git] / gcc / objc / hash.c
1997-02-03 kenner(hash_delete): Step through the hash nodes versus using...
1996-09-22 kennerReplace use of __objc_xcalloc and free with objc_calloc...
1996-08-12 kenner(hash_is_key_in_hash): Function somehow got lost.
1996-05-17 kenner(hash_is_key_in_hash): New function.
1996-05-05 kenner(hash_value_for_key): Prevent endless loop when 0 was...
1995-06-15 kennerUpdate FSF address.
1994-06-30 krab This patch makes selectors in the Objective...
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.