Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-04-13 | *** empty log message *** | Tom Wood | 1 | -2/+2 | |
From-SVN: r732 | |||||
1992-03-23 | *** empty log message *** | Richard Stallman | 1 | -32/+6 | |
From-SVN: r575 | |||||
1992-03-19 | *** empty log message *** | Jim Wilson | 1 | -1/+1 | |
From-SVN: r522 | |||||
1992-03-16 | *** empty log message *** | Richard Stallman | 1 | -200/+151 | |
From-SVN: r497 | |||||
1992-03-06 | *** empty log message *** | Richard Stallman | 1 | -14/+15 | |
From-SVN: r399 | |||||
1992-02-15 | *** empty log message *** | Richard Stallman | 1 | -6/+12 | |
From-SVN: r326 | |||||
1992-01-17 | Initial revision | Richard Stallman | 1 | -0/+5217 | |
From-SVN: r203 | |||||
1992-01-03 | modified to handle new initialization scheme. | Dennis Glatting | 1 | -3/+8 | |
fixed code structure. From-SVN: r155 | |||||
1991-12-31 | Deleted index variable stuff. Index variables are a hack to the language. | Dennis Glatting | 1 | -77/+65 | |
Cleaned up some documentation. From-SVN: r149 | |||||
1991-12-24 | entered into RCS | Richard Stallman | 1 | -0/+102 | |
From-SVN: r135 | |||||
1991-12-10 | Cleaned up file format for a distribution. | Dennis Glatting | 3 | -130/+142 | |
From-SVN: r111 | |||||
1991-12-03 | fixed assert macro. | Dennis Glatting | 2 | -74/+90 | |
added memory allocation adjustment macro for hash size allocation. From-SVN: r96 | |||||
1991-12-01 | modified to remove changes previously made to implement posing. | Dennis Glatting | 1 | -5/+5 | |
modified to remove changes previously made to implement posing. posing just got easy. From-SVN: r83 | |||||
1991-11-29 | modified to implement set functions. | Dennis Glatting | 1 | -2/+37 | |
From-SVN: r81 | |||||
1991-11-29 | fixed several const decls. bozo. | Dennis Glatting | 1 | -16/+21 | |
From-SVN: r80 | |||||
1991-11-29 | many changes including posing... | Dennis Glatting | 1 | -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-24 | changed shorts back to ints. | Dennis Glatting | 2 | -7/+16 | |
the efficiency gained didn't out weight the grossness of the code. From-SVN: r69 | |||||
1991-11-23 | converted some entries in the hash structure from ints to shorts. | Dennis Glatting | 1 | -8/+7 | |
this was done to use a less expensive division instruction in the hashIndex() routine. From-SVN: r68 | |||||
1991-11-23 | deleted hashIndex() and moved it to hash-inline.h converted... | Dennis Glatting | 1 | -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-21 | changed hash value calculation. | Dennis Glatting | 1 | -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-21 | deleted hash mask information from hash struct. | Dennis Glatting | 1 | -14/+5 | |
changed hashing algorithm. those values are no longer needed. From-SVN: r65 | |||||
1991-11-20 | converted hashValue() to a inline. | Dennis Glatting | 1 | -17/+22 | |
From-SVN: r64 | |||||
1991-11-19 | changed typedef and struct decls. | Dennis Glatting | 1 | -11/+14 | |
the run-time was changed and those decls changed too. From-SVN: r63 | |||||
1991-11-19 | bug in hash_delete(). | Dennis Glatting | 1 | -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-16 | changed the defs for class structures for new implementation of run-time. | Dennis Glatting | 1 | -40/+47 | |
changed def of SEL back to its original type. From-SVN: r61 | |||||
1991-11-07 | implemented hash table expansion as suggested by rms. | Dennis Glatting | 2 | -31/+97 | |
From-SVN: r59 | |||||
1991-11-07 | added copyleft. | Dennis Glatting | 1 | -4/+22 | |
From-SVN: r58 | |||||
1991-11-07 | added copyleft | Dennis Glatting | 2 | -8/+44 | |
From-SVN: r57 | |||||
1991-10-24 | Initial check in. Preliminary development stage. | Dennis Glatting | 2 | -0/+371 | |
From-SVN: r46 | |||||
1991-10-24 | Initial check in. Preliminary development stage. | Dennis Glatting | 1 | -0/+344 | |
From-SVN: r45 | |||||
1991-05-31 | entered into RCS | Richard Stallman | 1 | -0/+36 | |
From-SVN: r25 | |||||
1990-03-24 | entered into RCS | Richard Stallman | 1 | -0/+64 | |
From-SVN: r8 |