comparison liboctave/ChangeLog @ 6375:5fced7a5eee8

[project @ 2007-03-01 17:23:39 by dbateman]
author dbateman
date Thu, 01 Mar 2007 17:23:40 +0000
parents 06f26e174fc9
children 41c1deed5613
comparison
equal deleted inserted replaced
6374:419017274c1e 6375:5fced7a5eee8
1 2007-03-01 David Bateman <dbateman@free.fr>
2
3 * md5.h, md5.c: New files from libmd5-rfc sourceforge project for
4 an independent implementation of RFC1321.
5 * oct-md5.h, oct-md5: New files for treating std::string class
6 with MD5.
7 * Makefile.in (INCLUDES): Add md5.h and oct-md5.h
8 (LIBOCTAVE_CXX_SOURCES): Add oct-md5.cc
9 (LIBOCTAVE_C_SOURCES): Add md5.c
10
1 2007-02-27 John W. Eaton <jwe@octave.org> 11 2007-02-27 John W. Eaton <jwe@octave.org>
2 12
3 * Makefile.in (uninstall): Delete files listed in 13 * Makefile.in (uninstall): Delete files listed in
4 $(INCLUDES_FOR_INSTALL), instead of $(INCLUDES). 14 $(INCLUDES_FOR_INSTALL), instead of $(INCLUDES).
5 From Thomas Treichl <Thomas.Treichl@gmx.net>. 15 From Thomas Treichl <Thomas.Treichl@gmx.net>.