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