summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to 'c')
-rw-r--r--c/.cvsignore6
-rw-r--r--c/ChangeLog6
-rw-r--r--c/src/ada/.cvsignore6
-rw-r--r--c/src/ada/ChangeLog6
4 files changed, 18 insertions, 6 deletions
diff --git a/c/.cvsignore b/c/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/c/.cvsignore
+++ b/c/.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/c/ChangeLog b/c/ChangeLog
index 62eceb20e3..7864148b40 100644
--- a/c/ChangeLog
+++ b/c/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-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
diff --git a/c/src/ada/.cvsignore b/c/src/ada/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/c/src/ada/.cvsignore
+++ b/c/src/ada/.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/c/src/ada/ChangeLog b/c/src/ada/ChangeLog
index edf76f2656..1ccdbba874 100644
--- a/c/src/ada/ChangeLog
+++ b/c/src/ada/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-08-30 Joel Sherrill <joel@OARcorp.com>
* rtems.adb (IO_Initialize): Make this match the C prototype.