Commit Graph

33412 Commits

Author SHA1 Message Date
Richard Stallman 0c2768fc81 Initial revision
From-SVN: r113
1991-12-11 00:33:02 +00:00
Richard Stallman 6ea68a57a9 *** empty log message ***
From-SVN: r112
1991-12-10 21:28:11 +00:00
Dennis Glatting eedb4710a6 Cleaned up file format for a distribution.
From-SVN: r111
1991-12-10 12:05:28 +00:00
Charles Hannum b61e1345cb entered into RCS
From-SVN: r110
1991-12-10 02:18:56 +00:00
Richard Stallman 5f8037c4cf Initial revision
From-SVN: r109
1991-12-10 02:14:53 +00:00
Michael Meissner 2db1a89d47 Initial revision
From-SVN: r108
1991-12-09 21:21:46 +00:00
Richard Stallman f6cfbd02b9 Initial revision
From-SVN: r107
1991-12-09 06:21:35 +00:00
Richard Stallman 524c190f1f Initial revision
From-SVN: r106
1991-12-09 03:59:59 +00:00
Richard Stallman c52cb39348 entered into RCS
From-SVN: r105
1991-12-09 03:57:37 +00:00
Jim Wilson 6f29feb107 Initial revision
From-SVN: r104
1991-12-06 13:00:31 -08:00
Richard Stallman 35d965d5c9 Initial revision
From-SVN: r103
1991-12-06 02:11:44 +00:00
Richard Stallman 93980385e6 Initial revision
From-SVN: r102
1991-12-05 17:56:27 +00:00
Michael Meissner dcaaea9211 Initial revision
From-SVN: r101
1991-12-05 15:39:53 +00:00
Michael Tiemann 175160e7aa Initial revision
From-SVN: r100
1991-12-05 06:17:48 +00:00
Richard Kenner 9c7e297806 Initial revision
From-SVN: r99
1991-12-04 23:21:11 -05:00
Richard Stallman 52eeef3aca Initial revision
From-SVN: r98
1991-12-05 01:54:36 +00:00
Richard Stallman 1ca3705ead entered into RCS
From-SVN: r97
1991-12-04 04:00:09 +00:00
Dennis Glatting cb21dc2330 fixed assert macro.
added memory allocation adjustment macro for hash size allocation.

From-SVN: r96
1991-12-03 02:01:23 +00:00
Richard Stallman c4329e99ba Initial revision
From-SVN: r95
1991-12-02 01:09:43 +00:00
Richard Stallman 0694b47c7f Initial revision
From-SVN: r94
1991-12-01 21:25:34 +00:00
Charles Hannum 160e8c6bce entered into RCS
From-SVN: r93
1991-12-01 06:02:30 +00:00
Richard Stallman 2c88418c7d Initial revision
From-SVN: r92
1991-12-01 05:13:56 +00:00
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