summaryrefslogtreecommitdiff
path: root/support/ChangeLog
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@cs.umn.edu>1998-04-08 23:09:26 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-04-08 23:09:26 +0000
commitcfa9ba9476e03dc29b5a402739b833a8d2a185ec (patch)
treeb76753230073dde346d811087daf3a1a9de18746 /support/ChangeLog
parent5dc0bdba5af0c8fcdc8ea859880e158fcbb70fab (diff)
downloadshared-mime-info-cfa9ba9476e03dc29b5a402739b833a8d2a185ec.tar.gz
Import from GNU libc. Remove assumptions that this file is compiled inside
* scandir.c: Import from GNU libc. Remove assumptions that this file is compiled inside GLIBC. Here are the ChangeLog entries when I imported it originally into `gwp': 1998-02-08 Raja R Harinath <harinath@cs.umn.edu> * scandir.c (scandir): Revert change of `1998-02-07'. Don't use d_reclen, but fix the expression used to figure out the length. 1998-02-07 Raja R Harinath <harinath@cs.umn.edu> * scandir.c (scandir): Use `d_reclen' field to get length of record. 1998-02-06 Raja R Harinath <harinath@cs.umn.edu> * scandir.c: New file. Replacement function copied from glibc, edited to not step on implementation namespace. svn path=/trunk/; revision=186
Diffstat (limited to 'support/ChangeLog')
-rw-r--r--support/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 6ce0c4b8..e6b45b9c 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,23 @@
+1998-04-08 Raja R Harinath <harinath@cs.umn.edu>
+
+ * scandir.c: Import from GNU libc.
+ Remove assumptions that this file is compiled inside GLIBC.
+ Here are the ChangeLog entries when I imported it originally into
+ `gwp':
+
+ 1998-02-08 Raja R Harinath <harinath@cs.umn.edu>
+ * scandir.c (scandir): Revert change of `1998-02-07'.
+ Don't use d_reclen, but fix the expression used to
+ figure out the length.
+
+ 1998-02-07 Raja R Harinath <harinath@cs.umn.edu>
+ * scandir.c (scandir): Use `d_reclen' field to get length
+ of record.
+
+ 1998-02-06 Raja R Harinath <harinath@cs.umn.edu>
+ * scandir.c: New file. Replacement function copied from
+ glibc, edited to not step on implementation namespace.
+
1998-03-28 Raja R Harinath <harinath@cs.umn.edu>
* vasprintf.c (int_vasprintf): Imported from GNU libit-0.4.