24b0660f458855b154b2737434b4dac9d0002635
[krb5.git] / src / lib / crypto / crc32 / ChangeLog
1 Thu Mar 16 21:14:15 1995  John Gilmore  (gnu at toad.com)
2
3         * Makefile.in (crctest, crctest.exe):  Replace crctest-unix and
4         crctest-windows with versions that work for Mac too.
5         (check):  Build and run crctest$(EXEEXT).  This runs on MPW now.
6
7 Tue Mar 14 17:20:47 1995 Keith Vetter (keithv@fusion.com)
8
9         * crc.c: removed method for pulling in a data structure (windows),
10            and turned an int into a size_t for corrected 'signed'ness.
11
12 Fri Mar 3 19:01:59 1995 Keith Vetter (keithv@fusion.com)
13
14         * crc.c: added a method to pull in a data structure 
15            from outside a dll.
16
17 Thu Mar 2 17:48:08 1995 Keith Vetter (keithv@fusion.com)
18
19         * Makefile.in: changed LIBNAME for the PC
20         * crc.c, crctest.c: added cast on the assignment of bits of
21            a long into characters.
22
23 Mon Feb 20 15:37:10 1995 Keith Vetter (keithv@fusion.com)
24
25         * crc.c: changed API to INTERFACE
26
27 Fri Feb 20 11:08:00 1995 Keith Vetter (keithv@fusion.com)
28
29         * crc.c: added function prototype and removed a function
30            pointer cast.
31
32 Mon Feb 6 19:24:13 1995 Keith Vetter (keithv@fusion.com)
33
34         * Makefile.in: made to work under Windows
35            - added windows only make preamble 
36            - moved the all target after the objects it depends on
37            - used $(OBJEXT) and $(EXEEXT) where needed
38            - split crctest into unix rules and windows rules
39            - changed file separatars into macros where needed
40         * crctest.c: changed int to long to work on 16 bit machines
41         * crc.c: added Windows calling convention to the function
42            and casted the assignment of the function.
43
44
45 Wed Jan 25 20:01:33 1995  John Gilmore  (gnu at toad.com)
46
47         * crc-32.h:  New file, moved from include/krb5/crc-32.h.
48         * crc.c, crctest.c:  Replace <.../...> includes with "..."s.
49
50 Wed Oct 19 12:27:16 1994  Theodore Y. Ts'o  (tytso@dcl)
51
52         * Makefile.in: Don't use LDFLAGS, but CCFLAGS since CCFLAGS is
53                 configurable.
54
55 Wed Oct 12 02:24:04 1994  Theodore Y. Ts'o  (tytso@dcl)
56
57         * Makefile.in: Run crctest on a "make check".  Clean up the
58                 crctest program on a "make clean".
59
60 Tue Oct  4 14:53:54 1994  Theodore Y. Ts'o  (tytso@dcl)
61
62         * crc.c: Added placeholder for magic number
63