home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c100 / 4.ddi / BISON.ZIP / CHANGE.LOG < prev    next >
Encoding:
Text File  |  1990-06-30  |  10.8 KB  |  285 lines

  1. Sat June 30 21:41:00 1990 Tim Capps (CIS 76347,35)
  2.  
  3.     * Fixed a bug in FILES.C which causes BISON to loop forever, creating
  4.       really huge and useless output files.  This seems to only occur on
  5.       PC-DOS 4.0 systems, I didn't notice this on 4.1 or 3.4.  Actually,
  6.       I'll have to admit, it is my fault and was caused during my port
  7.       to Zortech C.
  8.  
  9. Tue May  1 06:19:00 1990  Tim Capps (CIS 76347,35)
  10.  
  11.     * Picked up release about 2 weeks ago.  Ported to Zortech C.
  12.     * Makefile modified for Zortech, original makefile is makefile.old.
  13.     * reduce.c - removed grammar reduction as it doesn't work if you have
  14.       rules which are not used.  The rule numbers get hopelessly lost.
  15.     * put back some code which was commented out.  It causes -v to list
  16.       the rules by number and also some other stuff which is probably not
  17.       really useful.
  18.     * Added helper.c which adds -h for 'help'.
  19.  
  20. Wed Nov  8 10:30:31 1989  Ken Raeburn  (raeburn at prometheus)
  21.  
  22.     * Picked up release today.
  23.     * Makefile (CFLAGS): Always optimize.
  24.     * (BINDIR, PARSERDIR): Use Athena versions.
  25.  
  26. Wed Aug 23 15:03:07 1989  Jay Fenlason  (hack at gnu)
  27.  
  28.     * Makefile: Include system.h in bison-dist.tar
  29.  
  30. Tue Aug 15 22:30:42 1989  Richard Stallman  (rms at hobbes.ai.mit.edu)
  31.  
  32.     * version 1.03.
  33.  
  34.     * reader.c (reader): Output LTYPESTR to fdefines
  35.     only after reading the grammar.
  36.  
  37. Sun Aug  6 16:55:23 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  38.  
  39.     * reader.c (read_declarations): Put space before comment
  40.     to avoid bug in Green Hills C compiler.
  41.  
  42. Mon Jun 19 20:14:01 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  43.  
  44.     * allocate.c (xmalloc): New function.
  45.  
  46. Fri Jun 16 23:59:40 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  47.  
  48.     * build.com: Compile and link reduce.c.
  49.  
  50. Fri Jun  9 23:00:54 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  51.  
  52.     * reduce.c (reduce_grammar_tables): Adjust start_symbol when #s change.
  53.  
  54. Sat May 27 17:57:29 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  55.  
  56.     * reader.c (copy_definition, copy_guard): Don't object to \-newline
  57.     inside strings.
  58.  
  59. Mon May 22 12:30:59 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  60.  
  61.     * files.c (openfiles): Alternate file names for MSDOS.
  62.     (open_extra_files): Likewise.
  63.     (done): On MSDOS, unlink temp files here, not in openfiles.
  64.  
  65.     * machine.h (BITS_PER_WORD): 16 on MSDOS.
  66.     (MAXTABLE): Now defined in this file.
  67.  
  68.     * system.h: New file includes system-dependent headers.
  69.     All relevant .c files include it.
  70.  
  71. Thu Apr 27 17:00:47 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  72.  
  73.     * version.c: Version 1.01.
  74.  
  75. Tue Apr 18 12:46:05 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  76.  
  77.     * conflicts.c (total_conflicts): Fixed typo in yacc style output;
  78.     mention conflicts if > 0.
  79.  
  80. Sat Apr 15 17:36:18 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  81.  
  82.     * reader.c (packsymbols): Start new symbols after 256.
  83.  
  84. Wed Apr 12 14:09:09 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  85.  
  86.     * reader.c (reader): Always assign code 256 to `error' token.
  87.     Always set `translations' to 1 so this code gets handled.
  88.     * bison.simple (YYERRCODE): Define it.
  89.  
  90. Tue Apr 11 19:26:32 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  91.  
  92.     * conflicts.c: If GNU C, use builtin alloca.
  93.  
  94.     * Makefile (install): Delete parser files before copying them.
  95.  
  96. Thu Mar 30 13:51:17 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  97.  
  98.     * getargs.c (getargs): Turn off checking of name Bison was invoked by.
  99.  
  100.     * Makefile (dist): Include ChangeLog in distrib.
  101.  
  102. Thu Mar 23 15:19:41 1989  Jay Fenlason  (hack at apple-gunkies.ai.mit.edu)
  103.  
  104.     * LR0.c closure.c conflicts.c derives.c files.c getargs.c lalr.c
  105.     lex.c main.c nullable.c output.c print.c reader.c reduce.c
  106.     symtab.c warshall.c:  A first pass at getting gcc -Wall to shut up.
  107.     Mostly declared functions as void, etc.
  108.  
  109.     * reduce.c moved 'extern int fixed_outfiles;' into print_notices()
  110.     where it belongs.
  111.  
  112. Wed Mar  1 12:33:28 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  113.  
  114.     * types.h, symtab.h, state.h, new.h, machine.h, lex.h, gram.h,
  115.     files.h, closure.c, vmsgetargs.c, warshall.c, symtab.c, reduce.c,
  116.     reader.c, print.c, output.c, nullable.c, main.c, lex.c, lalr.c,
  117.     gram.c, getargs.c, files.c, derives.c, conflicts.c, allocate.c,
  118.     LR0.c, Makefile, bison.simple: Changed copyright notices to be in
  119.     accord with the new General Public License.
  120.     * COPYING: Made a link to the new copying file.
  121.  
  122. Wed Feb 22 06:18:20 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  123.  
  124.     * new.h (FREE): Alternate definition for __STDC__ avoids error
  125.     if `free' returns void.
  126.  
  127. Tue Feb 21 15:03:34 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  128.  
  129.     * reader.c (read_declarations): Double a `%' in a format string.
  130.     (copy_definition, parse_start_decl, parse_token_decl): Likewise.
  131.     (parse_type_decl, parse_union_decl, copy_guard, readgram, get_type).
  132.     (copy_action): change a `fatal' to `fatals'.
  133.  
  134.     * lalr.c (map_goto): Initial high-end of binary search was off by 1.
  135.  
  136. Sat Feb 18 08:49:57 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  137.  
  138.     * bison.simple [sparc]: Include alloca.h.
  139.  
  140. Wed Feb 15 06:24:36 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  141.  
  142.     * reader.c (packsymbols): Write decl of yylval into .tab.h file.
  143.  
  144. Sat Jan 28 18:19:05 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  145.  
  146.     * bison.simple: Avoid comments on `#line' lines.
  147.  
  148.     * reader.c (LTYPESTR): Rearrange to avoid whitespace after \-newline.
  149.  
  150. Mon Jan  9 18:43:08 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  151.  
  152.     * conflicts.c (total_conflicts): if -y, use output syntax POSIX wants.
  153.     * reduce.c (print_notices): likewise.
  154.  
  155.     * lex.c (lex): Handle \v, and \x hex escapes.
  156.  
  157.     * reader.c (reader): Merge output_ltype into here.
  158.     Don't output YYLTYPE definition to .tab.h file
  159.     unless the @ construct is used.
  160.  
  161.     * bison.simple: Define YYERROR, YYABORT, YYACCEPT here.
  162.     * reader.c (output_ltype): Don't output them here.
  163.  
  164.     * bison.simple: YYDEBUG now should be 0 or 1.
  165.     * output.c (output): For YYDEBUG, output conditional to define it
  166.     only if not previously defined.
  167.  
  168. Mon Jan  2 11:29:55 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  169.  
  170.     * bison.simple (yyparse) [YYPURE]: Add local yynerrs.
  171.     (yydebug): Declare global, but don't initialize, regardless of YYPURE.
  172.     (yyparse): Don't declare yydebug here.
  173.  
  174. Thu Dec 22 22:01:22 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  175.  
  176.     * reduce.c (print_notices): Typo in message.
  177.  
  178. Sun Dec 11 11:32:07 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  179.  
  180.     * output.c (pack_table): Free only nonzero the elts of froms & tos.
  181.  
  182. Thu Dec  8 16:26:46 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  183.  
  184.     * gram.c (rprecsym): New vector indicates the %prec symbol for a rule.
  185.     * reader.c (packgram): Allocate it and fill it in.
  186.     * reduce.c (inaccessable_symbols): Use it to set V1.
  187.     * reduce.c (print_results): Don't complain about useless token
  188.     if it's in V1.
  189.  
  190. Mon Dec  5 14:33:17 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  191.  
  192.     * machine.h (RESETBIT, BITISSET): New macros.
  193.     (SETBIT, WORDSIZE): Change to use BITS_PER_WORD.
  194.  
  195.     * reduce.c: New file, by David Bakin.  Reduces the grammar.
  196.     * Makefile: Compile it, link it, put it in dist.
  197.  
  198.     * main.c (main): Call reduce_grammar (in reduce.c).
  199.  
  200. Thu Nov 17 18:33:04 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  201.  
  202.     * conflicts.c: Don't declare alloca if including alloca.h.
  203.  
  204.     * bison.cld: Define qualifiers `nolines', `debug'.
  205.     * vmsgetargs.c (getargs): Handle them.
  206.  
  207.     * output.c (output_program): Notice `nolinesflag'.
  208.  
  209.     * output.c (output_parser): Simplify logic for -l and #line.
  210.     Avoid writing EOF char into output.
  211.  
  212. Wed Oct 12 18:00:03 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  213.  
  214.     * Implement `-l' option.
  215.     * getopt.c: Set flag `nolinesflag'.
  216.     * reader.c (copy_definition, parse_union_decl, copy_guard, copy_action)
  217.     Obey that flag; don't generate #line.
  218.     * output.c (output_parser): Discard #line's when copying the parser.
  219.  
  220. Mon Sep 12 16:33:17 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  221.  
  222.     * reader.c (copy_guard): Fix brace-counting for brace-surrounded guard.
  223.  
  224. Thu Sep  8 20:09:53 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  225.  
  226.     * bison.simple: Correct number in #line command.
  227.     (yyparse): Call YYABORT instead of YYERROR, due to last change in
  228.     output_ltype.
  229.  
  230. Mon Sep  5 14:55:30 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  231.  
  232.     * Makefile: New variable LIBS.  Alternatives for USG.
  233.     * conflicts.c [USG]: Define bcopy.
  234.     * symtab.c [USG]: Include string.h instead of strings.h.
  235.  
  236.     * conflicts.c [sparc]: Include alloca.h.
  237.  
  238. Tue Aug  2 08:38:38 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  239.  
  240.     * reader.c (parse_token_decl): Ignore commas.
  241.  
  242. Sat Jun 25 10:29:20 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  243.  
  244.     * reader.c (output_ltype): Make YYERROR yacc-compatible (like YYFAIL).
  245.  
  246. Fri Jun 24 11:25:11 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  247.  
  248.     * getargs.c (getargs): -t sets debugflag.
  249.     Eliminate upper case duplicate options.
  250.     * output.c (output): If debugflag, output `#define YYDEBUG'.
  251.  
  252. Thu May 26 06:04:21 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  253.  
  254.     * allocate.c (mallocate): New name for `allocate' (which loses in VMS).
  255.     Calls changed in LR0.c, conflicts.c, symtab.c, new.h.
  256.  
  257.     * getargs.c (getargs): If argv[0] is "yacc", set fixed_outfiles.
  258.  
  259. Tue May 17 12:15:30 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  260.  
  261.     * conflicts.c: Declare alloca.
  262.     * reader.c: Declare realloc.
  263.     * warshall.c (TC): Fix one arithmetic op that was omitted last time.
  264.  
  265. Thu May  5 14:36:03 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  266.  
  267.     * bison.simple: Conditionalize most refs to yylsp on YYLSP_NEEDED.
  268.     * reader.c (copy_guard, copy_action): Notice if `@' is used.
  269.     (reader): If it was, output `#define YYLSP_NEEDED'.
  270.  
  271. Mon Apr 18 04:54:32 1988  Richard Stallman  (rms at rice-krispies.ai.mit.edu)
  272.  
  273.     * bison.simple: New variable yynerr counts calls to yyerror.
  274.  
  275.     * lex.c (lex, case '='): Update lineno when skipping a newline.
  276.  
  277.     * reader.c (parse_expect_decl): ungetc the char that ends the number;
  278.     don't read any further.  This handles multi-line comments right
  279.     and avoids incorrect lineno.
  280.  
  281.     * reader.c: Delete duplicate decl of symval.
  282.  
  283.     * warshall.c (RTC, TC): Cast ptrs to char *, not unsigned, for arith.
  284.  
  285.