blob: 949a7c66e2a7bb26f0018030daab75754f55616b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
Thu Mar 2 17:48:08 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: changed LIBNAME for the PC
* crc.c, crctest.c: added cast on the assignment of bits of
a long into characters.
Mon Feb 20 15:37:10 1995 Keith Vetter (keithv@fusion.com)
* crc.c: changed API to INTERFACE
Fri Feb 20 11:08:00 1995 Keith Vetter (keithv@fusion.com)
* crc.c: added function prototype and removed a function
pointer cast.
Mon Feb 6 19:24:13 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: made to work under Windows
- added windows only make preamble
- moved the all target after the objects it depends on
- used $(OBJEXT) and $(EXEEXT) where needed
- split crctest into unix rules and windows rules
- changed file separatars into macros where needed
* crctest.c: changed int to long to work on 16 bit machines
* crc.c: added Windows calling convention to the function
and casted the assignment of the function.
Wed Jan 25 20:01:33 1995 John Gilmore (gnu at toad.com)
* crc-32.h: New file, moved from include/krb5/crc-32.h.
* crc.c, crctest.c: Replace <.../...> includes with "..."s.
Wed Oct 19 12:27:16 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Don't use LDFLAGS, but CCFLAGS since CCFLAGS is
configurable.
Wed Oct 12 02:24:04 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Run crctest on a "make check". Clean up the
crctest program on a "make clean".
Tue Oct 4 14:53:54 1994 Theodore Y. Ts'o (tytso@dcl)
* crc.c: Added placeholder for magic number
|