Thu May 25 22:15:49 1995 Theodore Y. Ts'o (tytso@dcl) * configure.in, Makefile.in: Add support for shared libraries. Thu Apr 13 15:49:16 1995 Keith Vetter (keithv@fusion.com) * *.[ch]: removed unneeded INTERFACE from non-api functions. * *.h added FAR to pointers visible at to the world. Thu Mar 16 21:14:15 1995 John Gilmore (gnu at toad.com) * Makefile.in (crctest, crctest.exe): Replace crctest-unix and crctest-windows with versions that work for Mac too. (check): Build and run crctest$(EXEEXT). This runs on MPW now. Tue Mar 14 17:20:47 1995 Keith Vetter (keithv@fusion.com) * crc.c: removed method for pulling in a data structure (windows), and turned an int into a size_t for corrected 'signed'ness. Fri Mar 3 19:01:59 1995 Keith Vetter (keithv@fusion.com) * crc.c: added a method to pull in a data structure from outside a dll. 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