summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-10-21 12:04:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-10-21 12:04:36 +0000
commitf8cb04a54adb42540c2c5292f55e4a5aa103921f (patch)
treeebdc815bf6275418fb6ef217eac3ed95decbba39 /cpukit/libcsupport
parent2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f8cb04a54adb42540c2c5292f55e4a5aa103921f.tar.bz2
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/.cvsignore6
-rw-r--r--cpukit/libcsupport/ChangeLog6
2 files changed, 9 insertions, 3 deletions
diff --git a/cpukit/libcsupport/.cvsignore b/cpukit/libcsupport/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/cpukit/libcsupport/.cvsignore
+++ b/cpukit/libcsupport/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index baa0e21330..436ce4bc73 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-10-02 Eric Norum <eric.norum@usask.ca>
* src/getpwent.c: Per PR283, reimplement to address reentrancy problems.