summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Richard M. Stallman [Wed, 29 Nov 1995 01:22:34 +0000 (01:22 +0000)]
Describe literal string tokens, %raw, %no_lines, %token_table.
Richard M. Stallman [Mon, 16 Oct 1995 14:12:23 +0000 (14:12 +0000)]
Add new options.
Richard M. Stallman [Mon, 16 Oct 1995 14:12:01 +0000 (14:12 +0000)]
Version 1.25.
Richard M. Stallman [Mon, 16 Oct 1995 14:10:22 +0000 (14:10 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 15 Oct 1995 20:22:50 +0000 (20:22 +0000)]
Added -n, -k, and -raw switches.
(noparserflag, toknumflag, rawtoknumflag): New variables.
Richard M. Stallman [Sun, 15 Oct 1995 20:19:02 +0000 (20:19 +0000)]
(SALIAS): New #define for adding aliases to %token.
(struct bucket): Added `alias' field.
Richard M. Stallman [Sun, 15 Oct 1995 20:18:29 +0000 (20:18 +0000)]
(reduce_grammar): Revise error message.
(print_notices): Remove final `.' from error message.
Richard M. Stallman [Sun, 15 Oct 1995 20:17:23 +0000 (20:17 +0000)]
(reader_output_yylsp): New function.
(readgram): Use `#if 0' around code that accepted %command
inside grammar rules: The documentation doesn't allow it,
and it will fail since the %command processors scan for the next %.
(parse_token_decl): Extended the %token
declaration to allow a multi-character symbol as an alias.
(parse_thong_decl): New function.
(read_declarations): Added %thong declarations.
(read_declarations): Handle NOOP to deal with allowing
% declarations as another means to specify the flags.
(readgram): Allow %prec prior to semantics embedded in a rule.
(skip_to_char, read_declarations, copy_definition)
(parse_token_decl, parse_start_decl, parse_type_decl)
(parse_assoc_decl, parse_union_decl, parse_expect_decl)
(get_type_name, copy_guard, copy_action, readgram)
(get_type, packsymbols): Revised most error messages.
Changed `fatal' to `warnxxx' to avoid aborting for error.
Revised and use multiple warnxxx functions to avoid using VARARGS1.
(read_declarations): Improve the error message for
an invalid character. Do not abort.
(read_declarations, copy_guard, copy_action): Use
printable_version to avoid unprintable characters in printed output.
(parse_expect_decl): Error if argument to %expect exceeds 10 digits.
(parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
Allow the type of a non-terminal can be given
more than once, as long as all specifications give the same type.
Richard M. Stallman [Sun, 15 Oct 1995 20:10:00 +0000 (20:10 +0000)]
(output_headers, output_trailers, output, output_gram)
(output_rule_data): Implement noparserflag variable.
Implement toknumflag variable.
(output): Call reader_output_yylsp to output LTYPESTR.
Richard M. Stallman [Sun, 15 Oct 1995 20:08:17 +0000 (20:08 +0000)]
(main): If reader sees an error, don't process the grammar.
(fatals): Updated to not use VARARGS1.
(printable_version, int_to_string, warn, warni, warns, warnss)
(warnsss): New error reporting functions. Avoid abort for error.
Richard M. Stallman [Sun, 15 Oct 1995 20:07:08 +0000 (20:07 +0000)]
Added THONG and NOOP for alias processing.
Added SETOPT for the new code that allows setting options with %flags.
Richard M. Stallman [Sun, 15 Oct 1995 20:06:23 +0000 (20:06 +0000)]
Include getopt.h. Add some extern decls.
(safegetc): New function to deal with EOF gracefully.
(literalchar); new function to deal with reading \ escapes.
(lex): Use literalchar.
(lex): Implemented "..." tokens.
(literalchar, lex, parse_percent_token): Made tokenbuffer
always contain the token. This includes growing the token
buffer while reading an integer.
(parse_percent_token): Replaced if-else statement with percent_table.
(parse_percent_token): Added % declarations as another
way to specify the flags -n, -l, and -r. Also added hooks for
-d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
major changes to files.c.
(lex) Retain in the incoming stream a character following
an incorrect '/'.
(skip_white_space, lex): Revised most error messages
and changed fatal to warn to avoid aborting.
(percent_table): Added %thong declarations.
Richard M. Stallman [Sun, 15 Oct 1995 20:02:41 +0000 (20:02 +0000)]
Comment changes.
Richard M. Stallman [Sun, 15 Oct 1995 20:02:02 +0000 (20:02 +0000)]
(openfiles, open_extra_files, done): Add faction flag
and actfile file. Handle noparserflag. Both for -n switch.
Richard M. Stallman [Sun, 15 Oct 1995 20:01:09 +0000 (20:01 +0000)]
(resolve_sr_conflict): Remove use of alloca.
Jim Meyering [Thu, 1 Jun 1995 13:54:23 +0000 (13:54 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 6 May 1995 05:35:44 +0000 (05:35 +0000)]
Comment change.
Richard M. Stallman [Wed, 3 May 1995 15:13:10 +0000 (15:13 +0000)]
Rewrite "Conditions for Using Bison".
Update version to 1.24.
Richard M. Stallman [Wed, 3 May 1995 14:56:25 +0000 (14:56 +0000)]
Version now 1.24.
Richard M. Stallman [Wed, 3 May 1995 07:13:20 +0000 (07:13 +0000)]
Change distribution terms.
Richard M. Stallman [Wed, 3 May 1995 07:12:53 +0000 (07:12 +0000)]
Version now 1.23.
Richard M. Stallman [Thu, 23 Feb 1995 07:43:50 +0000 (07:43 +0000)]
Test __VMS_POSIX as well as VMS.
Jim Meyering [Tue, 14 Feb 1995 16:49:32 +0000 (16:49 +0000)]
(__yy_memcpy): Renamed from __yy_bcopy to avoid
confusion. Reverse FROM and TO arguments to be consistent with
those of memcpy.
David MacKenzie [Thu, 10 Nov 1994 22:34:22 +0000 (22:34 +0000)]
reformat
David MacKenzie [Thu, 10 Nov 1994 22:31:09 +0000 (22:31 +0000)]
Initial revision
David MacKenzie [Thu, 10 Nov 1994 21:36:34 +0000 (21:36 +0000)]
(DISTFILES): Include NEWS.
David MacKenzie [Thu, 10 Nov 1994 21:34:59 +0000 (21:34 +0000)]
(DISTFILES): Include install-sh, not install.sh.
David MacKenzie [Thu, 10 Nov 1994 21:33:39 +0000 (21:33 +0000)]
Update to Autoconf v2 macro names.
David MacKenzie [Wed, 5 Oct 1994 02:26:07 +0000 (02:26 +0000)]
fix typo
David MacKenzie [Wed, 5 Oct 1994 02:25:40 +0000 (02:25 +0000)]
(prefix, exec_prefix): Let configure set them.
David MacKenzie [Wed, 28 Sep 1994 13:55:25 +0000 (13:55 +0000)]
Set datadir to $(prefix)/share.
Richard M. Stallman [Thu, 15 Sep 1994 21:39:22 +0000 (21:39 +0000)]
Update copyright notice and GPL version.
Richard M. Stallman [Tue, 12 Jul 1994 20:43:44 +0000 (20:43 +0000)]
entered into RCS
David MacKenzie [Thu, 5 May 1994 18:41:55 +0000 (18:41 +0000)]
entered into RCS
Richard M. Stallman [Sat, 26 Mar 1994 20:33:04 +0000 (20:33 +0000)]
entered into RCS
Richard M. Stallman [Fri, 25 Mar 1994 22:52:41 +0000 (22:52 +0000)]
entered into RCS
Richard M. Stallman [Thu, 24 Mar 1994 22:54:32 +0000 (22:54 +0000)]
entered into RCS
Richard M. Stallman [Sun, 2 Jan 1994 20:52:16 +0000 (20:52 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 21 Nov 1993 22:03:08 +0000 (22:03 +0000)]
entered into RCS
Richard M. Stallman [Sun, 21 Nov 1993 10:25:13 +0000 (10:25 +0000)]
*** empty log message ***
David MacKenzie [Mon, 25 Oct 1993 23:45:06 +0000 (23:45 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 19 Oct 1993 03:55:14 +0000 (03:55 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 14 Oct 1993 16:19:10 +0000 (16:19 +0000)]
*** empty log message ***
David MacKenzie [Tue, 14 Sep 1993 20:43:31 +0000 (20:43 +0000)]
*** empty log message ***
Noah Friedman [Mon, 13 Sep 1993 22:17:10 +0000 (22:17 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 10 Sep 1993 13:41:02 +0000 (13:41 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 10 Sep 1993 12:10:14 +0000 (12:10 +0000)]
entered into RCS
Noah Friedman [Mon, 6 Sep 1993 22:19:19 +0000 (22:19 +0000)]
*** empty log message ***
Noah Friedman [Mon, 6 Sep 1993 19:51:09 +0000 (19:51 +0000)]
*** empty log message ***
Noah Friedman [Mon, 6 Sep 1993 19:40:38 +0000 (19:40 +0000)]
*** empty log message ***
Noah Friedman [Mon, 6 Sep 1993 19:32:26 +0000 (19:32 +0000)]
entered into RCS
David MacKenzie [Fri, 30 Jul 1993 00:34:59 +0000 (00:34 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 24 Jul 1993 08:00:44 +0000 (08:00 +0000)]
*** empty log message ***
David MacKenzie [Thu, 8 Jul 1993 23:40:10 +0000 (23:40 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 4 Jul 1993 20:07:28 +0000 (20:07 +0000)]
*** empty log message ***
David MacKenzie [Sat, 26 Jun 1993 20:09:41 +0000 (20:09 +0000)]
*** empty log message ***
David MacKenzie [Sat, 26 Jun 1993 20:06:51 +0000 (20:06 +0000)]
entered into RCS
David MacKenzie [Sat, 26 Jun 1993 20:00:26 +0000 (20:00 +0000)]
Initial revision
Richard M. Stallman [Fri, 25 Jun 1993 19:11:46 +0000 (19:11 +0000)]
Initial revision
Richard M. Stallman [Wed, 16 Jun 1993 21:02:31 +0000 (21:02 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 3 Jun 1993 20:24:26 +0000 (20:24 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 3 Jun 1993 17:07:14 +0000 (17:07 +0000)]
Initial revision
Richard M. Stallman [Wed, 19 May 1993 03:41:36 +0000 (03:41 +0000)]
Initial revision
Noah Friedman [Fri, 7 May 1993 10:16:54 +0000 (10:16 +0000)]
*** empty log message ***
Noah Friedman [Fri, 7 May 1993 09:54:20 +0000 (09:54 +0000)]
*** empty log message ***
Noah Friedman [Wed, 28 Apr 1993 19:15:14 +0000 (19:15 +0000)]
*** empty log message ***
Noah Friedman [Fri, 23 Apr 1993 16:29:13 +0000 (16:29 +0000)]
entered into RCS
David MacKenzie [Tue, 20 Apr 1993 06:00:53 +0000 (06:00 +0000)]
*** empty log message ***
David MacKenzie [Tue, 20 Apr 1993 05:55:54 +0000 (05:55 +0000)]
entered into RCS
David MacKenzie [Tue, 20 Apr 1993 05:42:52 +0000 (05:42 +0000)]
Initial revision
Noah Friedman [Sun, 18 Apr 1993 05:49:49 +0000 (05:49 +0000)]
Initial revision
Noah Friedman [Sun, 18 Apr 1993 04:54:09 +0000 (04:54 +0000)]
*** empty log message ***
Noah Friedman [Sun, 18 Apr 1993 04:51:40 +0000 (04:51 +0000)]
*** empty log message ***
Noah Friedman [Sat, 17 Apr 1993 01:24:07 +0000 (01:24 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 15 Apr 1993 19:37:53 +0000 (19:37 +0000)]
Initial revision
Noah Friedman [Thu, 15 Apr 1993 06:43:42 +0000 (06:43 +0000)]
entered into RCS
Noah Friedman [Thu, 15 Apr 1993 06:43:41 +0000 (06:43 +0000)]
*** empty log message ***
Noah Friedman [Thu, 15 Apr 1993 06:41:36 +0000 (06:41 +0000)]
Initial revision
Richard M. Stallman [Wed, 14 Apr 1993 04:51:13 +0000 (04:51 +0000)]
Initial revision
Richard M. Stallman [Tue, 13 Apr 1993 18:52:55 +0000 (18:52 +0000)]
Initial revision
Richard M. Stallman [Thu, 25 Mar 1993 02:45:46 +0000 (02:45 +0000)]
entered into RCS
Richard M. Stallman [Fri, 25 Sep 1992 22:06:24 +0000 (22:06 +0000)]
entered into RCS
Richard M. Stallman [Mon, 22 Jun 1992 04:07:24 +0000 (04:07 +0000)]
entered into RCS
David MacKenzie [Mon, 20 Apr 1992 06:32:57 +0000 (06:32 +0000)]
entered into RCS
Richard M. Stallman [Wed, 22 Jan 1992 04:15:36 +0000 (04:15 +0000)]
entered into RCS
Richard M. Stallman [Sat, 21 Dec 1991 00:17:44 +0000 (00:17 +0000)]
entered into RCS
Richard M. Stallman [Wed, 18 Dec 1991 07:39:50 +0000 (07:39 +0000)]
entered into RCS
Richard M. Stallman [Wed, 18 Dec 1991 04:06:36 +0000 (04:06 +0000)]
entered into RCS
David MacKenzie [Sun, 3 Nov 1991 02:39:18 +0000 (02:39 +0000)]
entered into RCS
Richard M. Stallman [Fri, 9 Sep 1988 01:04:17 +0000 (01:04 +0000)]
entered into RCS
Richard M. Stallman [Wed, 16 Dec 1987 06:53:07 +0000 (06:53 +0000)]
entered into RCS