Windows global stuff:
[krb5.git] / src / lib / crypto / md5 / 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:23:03 1995  John Gilmore  (gnu at toad.com)
7
8         * Makefile.in (LDFLAGS):  Remove, conflicts with pre.in.
9         (all):  Remove all-$(WHAT) stuff.
10         (t_mddriver):  Make it build on Mac.
11         (check):  Use $(EXEEXT).
12
13 Tue Mar 14 17:24:57 1995 Keith Vetter (keithv@fusion.com)
14
15         * md5crypto.c: removed method for DLL data since everything's
16            going into one DLL.
17
18 Fri Mar 3 19:01:59 1995 Keith Vetter (keithv@fusion.com)
19
20         * md5crypto.c: added a method to pull in a data structure 
21            from outside a dll.
22
23 Thu Mar 2 17:54:26 1995 Keith Vetter (keithv@fusion.com)
24
25         * Makefile.in: changed LIBNAME for the PC
26
27 Tue Feb 28 00:20:15 1995  John Gilmore  (gnu at toad.com)
28
29         * md5.c, md5crypto.c, md5glue.c, t_mddriver.c:  Avoid <krb5/...>
30         includes.
31
32 Mon Feb 20 15:54:1 1995 Keith Vetter (keithv@fusion.com)
33
34         * Makefile.in: made to work for the PC
35         * md5.c, md5crypt.c md5glue.c: added windows INTERFACE keyword
36
37 Thu Feb  2 03:01:28 1995  John Gilmore  <gnu@cygnus.com>
38
39         * Makefile.in (CFLAGS):  Handle $(srcdir) properly in -I options.
40
41 Wed Jan 25 20:11:30 1995  John Gilmore  (gnu at toad.com)
42
43         * Makefile.in (CFLAGS):  Use -I../des to pull in include file.
44         * md5.c, md5crypto.c, md5glue.c, t_mddriver.c:  Replace <.../...>
45         includes with "..."s.
46
47 Fri Oct 14 00:22:19 1994  Theodore Y. Ts'o  (tytso@dcl)
48
49         * t_mddriver.c (MDString, MDTestSuite): Cast char pointer to the
50                 expected unsigned char pointer, since that's what MDUpdate
51                 requires. 
52
53 Thu Oct 13 17:50:19 1994  Theodore Y. Ts'o  (tytso@dcl)
54
55         * Makefile.in: Add support for the MDx test driver t_mddriver.
56                 Run t_mddriver on a "make check", to make sure we have a
57                 valid MD5 implementation.
58
59         * md5.c (UL): Add the UL macro to control how unsigned long
60                 constants are compiled.  If we have an ANSI C environment,
61                 use the UL suffix to keep the compiler from warning about
62                 numbers that would overflow a signed long.
63
64 Tue Oct  4 14:55:10 1994  Theodore Y. Ts'o  (tytso@dcl)
65
66         * md5crypto.c:
67         * md5glue.c: Added placeholder for magic number.
68
69