* chew.c: Include <stdio.h>.
authorKen Raeburn <raeburn@cygnus>
Wed, 4 Oct 1995 19:52:10 +0000 (19:52 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 4 Oct 1995 19:52:10 +0000 (19:52 +0000)
bfd/doc/ChangeLog

index 366a491d806e8bde33661d76ed7e2bf311bcd8bd..e859bfaf444ee05bd4f53e71b342a859dc047cdb 100644 (file)
@@ -1,3 +1,68 @@
+Wed Oct  4 15:51:05 1995  Ken Raeburn  <raeburn@cygnus.com>
+
+       * chew.c: Include <stdio.h>.
+
+Tue Sep 12 18:14:50 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (maintainer-clean): New target.
+
+Thu Aug 31 12:18:43 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (bfd.h): Add additional #endif at end of bfd.h if
+       __cplusplus is defined.
+
+Tue Nov 29 16:13:34 1994  Doug Evans  <dje@canuck.cygnus.com>
+
+       * chew.c (write_buffer): New argument `f', all callers changed.
+       (stdout, stderr, print, drop, idrop): New forth words.
+       * proto.str (COMMENT): New command.
+       * doc.str (COMMENT): Likewise.
+
+Mon Sep 12 11:44:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * Makefile.in (DOCFILES): Remove ctor.texi.
+       (IPROTOS): Remove ctor.ip.
+       (SRCIPROT): Remove $(srcdir)/../ctor.c.
+       (ctor.texi): Remove target.
+       (libbfd.h): Remove dependency on $(srcdir)/../ctor.c.  Remove
+       $(MKDOC) run on $(srcdir)/../ctor.c.
+       * bfd.texinfo (Constructors): Remove section.
+
+Fri Sep  2 13:33:44 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
+
+       * chew.c: Include assert.h.  Added prototypes for most functions.
+       Changed most uses of int to long.  Do bounds checking on the
+       stacks.  Added comment at the beginning documenting most of the
+       intrinsics.  Lots of whitespace changes.  Re-ordered some
+       functions.
+       (die, check_range, icheck_range): New functions.
+       (strip_trailing_newlines, print_stack_level): New functions.
+       (translatecomments): Don't insert tab before "/*".
+       (iscommand): Minimum command length is now 4.
+       (nextword): Handle some \-sequences.
+       (push_addr): Deleted.
+       (main): Add new intrinsics strip_trailing_newlines and
+       print_stack_level.  Complain at end if stack contains more than
+       one element, or less.
+       (remchar): Make sure the string is not empty before chopping off a
+       character.
+
+       * doc.str, proto.str: Handle new commands SENUM, ENUM, ENUMX,
+       ENUMEQ, ENUMEQX, ENUMDOC.
+
+Wed Jan 12 18:37:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * bfd.texinfo: Added Linker Functions node.
+       * doc/Makefile.in (DOCFILES): Added linker.texi.
+       (SRCDOC): Added linker.c.
+       (linker.texi): New target.
+
+Tue Jan  4 10:52:56 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * chew.c: Don't rely on a correct declaration of exit.
+       (chew_exit): New function which just calls exit.
+       (main): Use it.
+
 Mon Jan  3 11:40:40 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
        * bfd.texinfo: Added Hash Tables node.
@@ -176,3 +241,7 @@ Thu Dec  5 22:46:17 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
          and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
          and mandir now keyed off datadir by default.
 
+\f
+Local Variables:
+version-control: never
+End:
This page took 0.029831 seconds and 4 git commands to generate.