ChangeLog entries describing my changes.

This commit is contained in:
Sean Eric Fagan 1992-04-07 22:18:44 +00:00
parent 343fb08da8
commit 3876b4c55d
1 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,21 @@
Tue Apr 7 15:12:15 1992 Sean Eric Fagan (sef@cygnus.com)
* Makefile.in: Changed some lines to be less confusing for some
makes.
* input-file.c: Conditionalize on _IOFBF, not VMS.
* read.c, write.c: Change a series of ifdef/elif to
ifdef/else/ifdef etc.
Fri Mar 27 12:21:16 1992 K. Richard Pixley (rich@cygnus.com)
* symbols.c (fb_label_init): fix sizeof to memset.
Fri Mar 13 15:45:44 1992 K. Richard Pixley (rich@cygnus.com)
* Makefile.in: install the man page.
* Makefile.in: pass down MAKEINFO explicitly on info.
Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)