Commit Graph

132390 Commits

Author SHA1 Message Date
Richard Stallman e472c79563 *** empty log message ***
From-SVN: r91
1991-12-01 05:07:47 +00:00
Richard Stallman d80ffa4333 Initial revision
From-SVN: r90
1991-12-01 05:07:43 +00:00
Richard Stallman 94160706d8 entered into RCS
From-SVN: r89
1991-12-01 05:07:32 +00:00
Michael Meissner fe3ec4f798 Initial revision
From-SVN: r88
1991-12-01 05:02:56 +00:00
Richard Stallman 529715bcfb entered into RCS
From-SVN: r87
1991-12-01 04:57:28 +00:00
Richard Stallman ea76e85da8 Initial revision
From-SVN: r86
1991-12-01 04:57:16 +00:00
Charles Hannum 868df7f7f9 entered into RCS
From-SVN: r85
1991-12-01 04:56:47 +00:00
Charles Hannum d946e26fa5 entered into RCS
From-SVN: r84
1991-12-01 04:47:39 +00:00
Dennis Glatting d17804d82a modified to remove changes previously made to implement posing.
modified to remove changes previously made to
implement posing.  posing just got easy.

From-SVN: r83
1991-12-01 01:29:29 +00:00
Richard Stallman 4d69ceb3ae Initial revision
From-SVN: r82
1991-11-30 06:21:16 +00:00
Dennis Glatting b21c45844b modified to implement set functions.
From-SVN: r81
1991-11-29 22:00:10 +00:00
Dennis Glatting 752efdc0a5 fixed several const decls. bozo.
From-SVN: r80
1991-11-29 20:02:01 +00:00
Dennis Glatting 3f2f181378 many changes including posing...
many changes including posing, things to make the compiler
happier, structure changes, and things to make it play better.

From-SVN: r79
1991-11-29 00:24:14 +00:00
Richard Stallman 1b6aa90b52 Initial revision
From-SVN: r78
1991-11-27 20:24:30 +00:00
Michael Meissner 301264e6e9 Initial revision
From-SVN: r77
1991-11-27 20:06:32 +00:00
Richard Kenner 2055cea71d Initial revision
From-SVN: r76
1991-11-27 09:45:36 -05:00
Richard Stallman f12b3074c5 Initial revision
From-SVN: r75
1991-11-27 04:43:06 +00:00
Richard Stallman b6105f618e Initial revision
From-SVN: r74
1991-11-26 21:21:26 +00:00
Charles Hannum 85c4c3aa87 entered into RCS
From-SVN: r73
1991-11-26 02:48:07 +00:00
Charles Hannum 8c2425e1e4 entered into RCS
From-SVN: r72
1991-11-25 19:05:00 +00:00
Richard Kenner ec65fa6690 Initial revision
From-SVN: r71
1991-11-24 14:57:16 -05:00
Richard Kenner 1af1688bcd Initial revision
From-SVN: r70
1991-11-24 14:01:50 -05:00
Dennis Glatting a46ecc2682 changed shorts back to ints.
the efficiency gained didn't out weight the grossness of the code.

From-SVN: r69
1991-11-24 01:20:02 +00:00
Dennis Glatting c8497ed621 converted some entries in the hash structure from ints to shorts.
this was done to use a less expensive division instruction
in the hashIndex() routine.

From-SVN: r68
1991-11-23 22:19:21 +00:00
Dennis Glatting b6793c3947 deleted hashIndex() and moved it to hash-inline.h converted...
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-23 22:18:29 +00:00
Dennis Glatting 7e8ead54c2 changed hash value calculation.
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 22:27:06 +00:00
Dennis Glatting c97e400f30 deleted hash mask information from hash struct.
changed hashing algorithm.  those values are no longer needed.

From-SVN: r65
1991-11-21 22:25:19 +00:00
Dennis Glatting c13029bc88 converted hashValue() to a inline.
From-SVN: r64
1991-11-20 23:29:20 +00:00
Dennis Glatting b1fc2c61e2 changed typedef and struct decls.
the run-time was changed and those decls changed too.

From-SVN: r63
1991-11-19 12:37:49 +00:00
Dennis Glatting ddeb938e91 bug in hash_delete().
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-19 12:34:41 +00:00
Dennis Glatting 5b54889788 changed the defs for class structures for new implementation of run-time.
changed def of SEL back to its original type.

From-SVN: r61
1991-11-16 15:57:35 +00:00
Richard Kenner defc614f04 *** empty log message ***
From-SVN: r60
1991-11-14 19:36:37 -05:00
Dennis Glatting 60cabde622 implemented hash table expansion as suggested by rms.
From-SVN: r59
1991-11-07 23:23:40 +00:00
Dennis Glatting eed5ef66e7 added copyleft.
From-SVN: r58
1991-11-07 22:31:42 +00:00
Dennis Glatting 1e6464e0e4 added copyleft
From-SVN: r57
1991-11-07 22:30:54 +00:00
Richard Kenner 54dac99e07 Initial revision
From-SVN: r56
1991-11-05 18:39:50 -05:00
Richard Kenner d14a15b6c5 entered into RCS
From-SVN: r55
1991-11-05 06:48:35 -05:00
Richard Kenner 9db4e0ec1f Initial revision
From-SVN: r54
1991-11-04 18:01:28 -05:00
Richard Kenner aabf90e8ce Initial revision
From-SVN: r53
1991-11-03 09:27:47 -05:00
Charles Hannum 9789a53f20 entered into RCS
From-SVN: r52
1991-11-02 00:09:37 +00:00
Richard Kenner 78461b5960 Initial revision
From-SVN: r51
1991-10-30 18:18:48 -05:00
Tom Wood c8f50bcd27 Initial revision
From-SVN: r50
1991-10-30 12:37:48 +00:00
Richard Kenner 65963943e9 Initial revision
From-SVN: r49
1991-10-27 06:18:51 -05:00
Tom Wood 32f30c5312 Initial revision
From-SVN: r48
1991-10-24 17:29:16 +00:00
Tom Wood 41299f4171 Initial revision
From-SVN: r47
1991-10-24 17:21:48 +00:00
Dennis Glatting 4217c4568b Initial check in. Preliminary development stage.
From-SVN: r46
1991-10-24 00:45:39 +00:00
Dennis Glatting e545f2b026 Initial check in. Preliminary development stage.
From-SVN: r45
1991-10-24 00:19:24 +00:00
Richard Stallman 225411cf6b entered into RCS
From-SVN: r44
1991-10-10 22:28:38 +00:00
Charles Hannum f8acfe0916 entered into RCS
From-SVN: r43
1991-10-09 20:03:09 +00:00
Richard Kenner b4e0cbb5fa Initial revision
From-SVN: r42
1991-09-29 21:34:16 -04:00