summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/lib/ChangeLog
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-04-27 19:43:32 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-04-27 19:43:32 +0000
commit49126961fd129e607f88970e81ab6d48baaecda0 (patch)
tree8168bd6a7b92392e99d483a83c51b3f8f7df113d /gnu/usr.bin/cvs/lib/ChangeLog
parent61aa6f7b30e536382606a49e9a65374b125db338 (diff)
Latest public release from Cyclic; fixes numerous memory leaks and have
some performance improvements
Diffstat (limited to 'gnu/usr.bin/cvs/lib/ChangeLog')
-rw-r--r--gnu/usr.bin/cvs/lib/ChangeLog44
1 files changed, 44 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/lib/ChangeLog b/gnu/usr.bin/cvs/lib/ChangeLog
index ce886e0cea7..8fd389913bf 100644
--- a/gnu/usr.bin/cvs/lib/ChangeLog
+++ b/gnu/usr.bin/cvs/lib/ChangeLog
@@ -1,3 +1,47 @@
+Thu Feb 22 22:30:04 1996 Jim Kingdon <kingdon@harvey.cyclic.com>
+
+ * Makefile.in (OBJECTS): Remove @ALLOCA@
+ (SOURCES): Remove alloca.c
+ * alloca.c: Removed.
+ * regex.c (REGEX_MALLOC): Define.
+
+Thu Feb 15 14:00:00 Jim Kingdon <kingdon@cyclic.com>
+
+ * vasprintf.c: Declare abs().
+
+Wed Feb 14 14:48:31 1996 Jim Kingdon <kingdon@harvey.cyclic.com>
+
+ * vasprintf.c (int_vasprintf): Don't cast arguments to memcpy.
+ * vasprintf.c, strtoul.c: Don't include ansidecl.h. Do include
+ config.h if HAVE_CONFIG_H (for const).
+ * strtoul.c: Change CONST to const.
+
+Tue Feb 13 20:04:39 1996 Jim Kingdon <kingdon@harvey.cyclic.com>
+
+ * strtoul.c: Added (needed by vasprintf.c, and missing on SunOS4).
+ * Makefile.in (SOURCES): Add strtoul.c.
+
+Mon Feb 12 10:04:46 1996 Jim Kingdon <kingdon@harvey.cyclic.com>
+
+ * vasprintf.c: Added (same contents as before).
+ * Makefile.in (SOURCES): Add vasprintf.c.
+
+Thu Feb 1 14:33:17 1996 Karl Fogel <kfogel@floss.red-bean.com>
+
+ * Makefile.in (xlint): new rule; does nothing, as I'm not sure
+ running lint is actually advisable in here, but the top-level
+ Makefile thinks it can `make xlint' here.
+
+Thu Feb 1 15:07:42 1996 Jim Kingdon <kingdon@harvey.cyclic.com>
+
+ * getopt.c: Remove rcsid.
+
+Tue Jan 30 18:20:27 1996 Jim Kingdon <kingdon@harvey.cyclic.com>
+
+ * getline.c: Don't define NDEBUG.
+ (getstr): Rewrite assertions in a way which should stay clear of
+ signed/unsigned problems and compiler warnings thereof.
+
Thu Jan 25 00:14:06 1996 Jim Kingdon <kingdon@beezley.cyclic.com>
* yesno.c (yesno): fflush stdout as well as stderr.