aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Collapse)AuthorFilesLines
1992-04-13*** empty log message ***Tom Wood1-2/+2
From-SVN: r732
1992-03-23*** empty log message ***Richard Stallman1-32/+6
From-SVN: r575
1992-03-19*** empty log message ***Jim Wilson1-1/+1
From-SVN: r522
1992-03-16*** empty log message ***Richard Stallman1-200/+151
From-SVN: r497
1992-03-06*** empty log message ***Richard Stallman1-14/+15
From-SVN: r399
1992-02-15*** empty log message ***Richard Stallman1-6/+12
From-SVN: r326
1992-01-17Initial revisionRichard Stallman1-0/+5217
From-SVN: r203
1992-01-03modified to handle new initialization scheme.Dennis Glatting1-3/+8
fixed code structure. From-SVN: r155
1991-12-31Deleted index variable stuff. Index variables are a hack to the language.Dennis Glatting1-77/+65
Cleaned up some documentation. From-SVN: r149
1991-12-24entered into RCSRichard Stallman1-0/+102
From-SVN: r135
1991-12-10Cleaned up file format for a distribution.Dennis Glatting3-130/+142
From-SVN: r111
1991-12-03fixed assert macro.Dennis Glatting2-74/+90
added memory allocation adjustment macro for hash size allocation. From-SVN: r96
1991-12-01modified to remove changes previously made to implement posing.Dennis Glatting1-5/+5
modified to remove changes previously made to implement posing. posing just got easy. From-SVN: r83
1991-11-29modified to implement set functions.Dennis Glatting1-2/+37
From-SVN: r81
1991-11-29fixed several const decls. bozo.Dennis Glatting1-16/+21
From-SVN: r80
1991-11-29many changes including posing...Dennis Glatting1-2/+10
many changes including posing, things to make the compiler happier, structure changes, and things to make it play better. From-SVN: r79
1991-11-24changed shorts back to ints.Dennis Glatting2-7/+16
the efficiency gained didn't out weight the grossness of the code. From-SVN: r69
1991-11-23converted some entries in the hash structure from ints to shorts.Dennis Glatting1-8/+7
this was done to use a less expensive division instruction in the hashIndex() routine. From-SVN: r68
1991-11-23deleted hashIndex() and moved it to hash-inline.h converted...Dennis Glatting1-35/+12
deleted hashIndex() and moved it to hash-inline.h converted hash_value_for_key() to a inline and moved it to hash-inline.h. From-SVN: r67
1991-11-21changed hash value calculation.Dennis Glatting1-29/+12
func name changed from hashValue() to hashIndex(). the func really calculated a index anyway. changed hash func impl. essentually it was calculating a hash value from a hash value. this is a implementation thing. From-SVN: r66
1991-11-21deleted hash mask information from hash struct.Dennis Glatting1-14/+5
changed hashing algorithm. those values are no longer needed. From-SVN: r65
1991-11-20converted hashValue() to a inline.Dennis Glatting1-17/+22
From-SVN: r64
1991-11-19changed typedef and struct decls.Dennis Glatting1-11/+14
the run-time was changed and those decls changed too. From-SVN: r63
1991-11-19bug in hash_delete().Dennis Glatting1-13/+22
bug in hash_delete(). It was using void* to obtain nodes to pass to hash_remove(). The value passed to hash_removed() is a entry from the node structure rather than the node itself. Using void* removed compiler checking. Modified to implement cache expansion. From-SVN: r62
1991-11-16changed the defs for class structures for new implementation of run-time.Dennis Glatting1-40/+47
changed def of SEL back to its original type. From-SVN: r61
1991-11-07implemented hash table expansion as suggested by rms.Dennis Glatting2-31/+97
From-SVN: r59
1991-11-07added copyleft.Dennis Glatting1-4/+22
From-SVN: r58
1991-11-07added copyleftDennis Glatting2-8/+44
From-SVN: r57
1991-10-24Initial check in. Preliminary development stage.Dennis Glatting2-0/+371
From-SVN: r46
1991-10-24Initial check in. Preliminary development stage.Dennis Glatting1-0/+344
From-SVN: r45
1991-05-31entered into RCSRichard Stallman1-0/+36
From-SVN: r25
1990-03-24entered into RCSRichard Stallman1-0/+64
From-SVN: r8