home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / tex / texsrc2 / Src / web2c / ChangeLog next >
Encoding:
Text File  |  1993-05-01  |  4.7 KB  |  155 lines

  1. Sun Feb 21 08:28:39 1993  Karl Berry  (karl@cs.umb.edu)
  2.  
  3.         * Version 5.851d.
  4.  
  5. Tue Feb 16 17:57:37 1993  Karl Berry  (karl@cs.umb.edu)
  6.  
  7.         * Makefile.in (install-exec, install-data): New targets.
  8.  
  9. Fri Feb 12 07:35:56 1993  Karl Berry  (karl@cs.umb.edu)
  10.  
  11.         * Makefile.in (distclean): Don't remove y.* and lex.*, that loses
  12.         the dist files.
  13.  
  14. Tue Feb  9 17:02:53 1993  Karl Berry  (karl@red.cs.umb.edu)
  15.  
  16.         * web2c.h (yyerror): Don't bother to declare this.
  17.  
  18. Tue Feb  9 08:49:18 1993  Karl Berry  (karl@cs.umb.edu)
  19.  
  20.         * web2c.c (yyerror): Declare as int, not void.
  21.         Remove various casts to void.
  22.  
  23. Fri Jan 29 11:38:41 1993  Karl Berry  (karl@cs.umb.edu)
  24.  
  25.         * fixwrites.c (main): Don't look for the rest of the supposed
  26.         string constant if we're doing versionstring, and allow it to be
  27.         first in the write statement.
  28.  
  29. Thu Jan 28 09:24:10 1993  Karl Berry  (karl@cs.umb.edu)
  30.  
  31.         * fixwrites.c: Remove casts to void, both in the output and in the
  32.         source.
  33.         (main): If the arg is versionstring, use %s instead of %ld.
  34.  
  35. Mon Jan 25 10:11:40 1993  Karl Berry  (karl@cs.umb.edu)
  36.  
  37.         * web2c.yacc (SIMPLE_TYPE): On reflection, cast to unsigned long;
  38.         rewrite to use signed types in preference to unsigned.  Sigh.
  39.  
  40. Sun Jan 24 11:39:43 1993  Karl Berry  (karl@cs.umb.edu)
  41.  
  42.         * web2c.yacc (SIMPLE_TYPE): Cast upper_bound to unsigned to avoid
  43.         compiler bugs.
  44.  
  45. Sat Jan 16 08:42:07 1993  Karl Berry  (karl@cs.umb.edu)
  46.  
  47.         * Makefile.in (realclean): Same as distclean again; remove lex and
  48.         yacc output here.
  49.  
  50. Sun Jan  3 13:35:27 1993  Karl Berry  (karl@cs.umb.edu)
  51.  
  52.         * Makefile.in (distclean): Remove Makefile.
  53.  
  54. Fri Jan  1 15:48:26 1993  Karl Berry  (karl@cs.umb.edu)
  55.  
  56.         * Makefile.in (web2c): Use shell variable lexlib, not make variable.
  57.  
  58. Sun Dec 13 13:53:38 1992  Karl Berry  (karl@cs.umb.edu)
  59.  
  60.         * Makefile.in (web2c): Don't bother to link with the flex library.
  61.  
  62.         * Makefile.in (realclean): Remove the lex and yacc output here.
  63.  
  64. Sat Dec 12 15:27:50 1992  Karl Berry  (karl@cs.umb.edu)
  65.  
  66.         * web2c.c: Include y.tab.h instead of web2cy.h.
  67.  
  68.         * Makefile.in: Rewrite from Makefile.
  69.  
  70. Sat Dec  5 15:29:38 1992  Karl Berry  (karl@cs.umb.edu)
  71.  
  72.         * web2c.yacc (SIMPLE_TYPE): Rewrite to use unsigned types where
  73.         possible; in particular, `small_number' being defined as `schar'
  74.         can produce unportable .fmt files.
  75.  
  76. Fri Sep  4 09:05:33 1992  Karl Berry  (karl@hayley)
  77.  
  78.         * Makefile (extraclean): new target.
  79.         (distclean): don't remove backup files etc. here.
  80.  
  81. Fri Jul 24 16:56:12 1992  Karl Berry  (karl@claude.cs.umb.edu)
  82.  
  83.         * Makefile (fixwrites, splitup, regfix): include CPPFLAGS.
  84.  
  85. Thu Jul  2 16:10:37 1992  Karl Berry  (karl@hayley)
  86.  
  87.         * Makefile (CPPFLAGS): new variable
  88.         (.c.o): use it.
  89.         (cflags): change to CFLAGS.
  90.  
  91. Tue Jun 23 10:18:00 1992  Karl Berry  (karl@hayley)
  92.  
  93.         * Makefile (CC): default is gcc -posix again.
  94.  
  95. Thu May 14 19:22:45 1992  Karl Berry  (karl@claude.cs.umb.edu)
  96.  
  97.         * Version 5.851c.
  98.  
  99. Sat Apr 25 09:15:13 1992  Karl Berry  (karl@hayley)
  100.  
  101.         * Makefile (libs): new variable to abbreviate `../lib/lib.a ($LIBS)'.
  102.  
  103. Thu Apr 23 08:17:14 1992  Karl Berry  (karl@hayley)
  104.  
  105.         * Makefile (web2cy.h): new target, depends on web2cy.c (from Andreas).
  106.  
  107.         * web2c.c (main): fclose coerce.h.
  108.  
  109. Thu Apr 16 13:49:36 1992  Karl Berry  (karl@ra.cs.umb.edu)
  110.  
  111.         * Version 5.851b.
  112.  
  113. Wed Apr  8 15:38:41 1992  Karl Berry  (karl@hayley)
  114.  
  115.         * Makefile (regfix,fixwrites,splitup): link with lib.a.
  116.         * {regfix,fixwrites,splitup,web2c}.c: use uexit, not exit.
  117.  
  118. Fri Apr  3 09:56:27 1992  Karl Berry  (karl at hayley)
  119.  
  120.         * Version 5.851a.
  121.  
  122. Thu Apr  2 16:32:56 1992  Karl Berry  (karl@hal)
  123.  
  124.         * Makefile (.SUFFIXES): add rule for .c.o.
  125.  
  126. Thu Apr  2 13:38:45 1992  Karl Berry  (karl at ds1.cs.umb.edu)
  127.  
  128.         * web2c.yacc (labs): rename to `my_labs', to avoid conflict with
  129.           system `labs'.
  130.  
  131. Sat Mar 28 16:36:58 1992  Karl Berry  (karl at hayley)
  132.  
  133.         * fixwrites.c, regfix.c, splitup.c, web2c.c (main): return int,
  134.           use EXIT_SUCCESS_CODE instead of zero.
  135.  
  136. Fri Mar 20 16:43:17 1992  Karl Berry  (karl at hayley)
  137.  
  138.         * Makefile (mostlyclean): new name for `clean'.
  139.         (clean): what `realclean' used to be.
  140.         (realclean): nothing to do anymore.
  141.         (install): install the program.
  142.  
  143. Fri Jan 24 09:19:24 1992  Karl Berry  (karl at hayley)
  144.  
  145.         * Makefile (cflags): don't include -I../config.
  146.  
  147. Sat Jan 11 17:33:14 1992  Karl Berry  (karl at hayley)
  148.  
  149.         * web2c.lex: #undef read after the #include's, since the scanner
  150.           does a system call.
  151.  
  152.         * Makefile: rearrange for new configuration.
  153.  
  154.         * splitup.c (FILENAMESIZE): rename to `PATH_MAX'.
  155.