aboutsummaryrefslogtreecommitdiffstats
path: root/common/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'common/ChangeLog')
-rw-r--r--common/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index ff886650d..e202658b0 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,3 +1,14 @@
+2002-10-31 Neal H. Walfield <[email protected]>
+
+ * isascii.c: New file.
+ * putc_unlocked.c: Likewise.
+
+2002-10-28 Neal H. Walfield <[email protected]>
+
+ * signal.c (caught_fatal_sig): Remove superfluous zero
+ initializer.
+ (caught_sigusr1): Likewise.
+
2002-09-04 Neal H. Walfield <[email protected]>
* vasprintf.c (vasprintf) [va_copy]: Use va_copy.