From: Christos Zoulas Date: Wed, 26 Mar 2003 15:38:22 +0000 (+0000) Subject: While in gnuland, do as the GNU people do. X-Git-Tag: FILE5_05~1009 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bf0a526f2abb45b11270bb33ec368d7eae16635;p=file While in gnuland, do as the GNU people do. --- diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..1d95c254 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,10 @@ +2003-03-26 11:00 Christos Zoulas + + * Pass lint + * make NULL in magic_file mean stdin + * Fix "-" argument to file to pass NULL to magic_file + * avoid pointer casts by using memcpy + * rename magic_buf -> magic_buffer + * keep only the first error + * manual page: new sentence, new line + * fix typo in api function (magic_buf -> magic_buffer)