From mboxrd@z Thu Jan 1 00:00:00 1970 From: shebs@sourceware.cygnus.com To: xconq-cvs@sourceware.cygnus.com Subject: xconq ./ChangeLog doc/refman.texi kernel/keywo ... Date: Sun, 01 Oct 2000 10:49:00 -0000 Message-id: <20001001174946.5425.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00479.html List-Id: CVSROOT: /cvs/xconq Module name: xconq Changes by: shebs@sourceware.cygnus.com 2000-10-01 10:49:46 Modified files: . : ChangeLog doc : refman.texi kernel : keyword.def mknames.c lisp.c read.c test : warn.g Log message: * keyword.def (any): Remove keyword, redundant with "or" in namers. (text): Remove, never used. * lisp.c (hash_name): Hash on whole string, handle 8-bit chars correctly. * mknames.c (gen_name): Add comments. (gen_from_rule): Rewrite to handle reject form, issue better warnings. * read.c (init_predefined_symbols): Don't make K_REJECT eval to self. (interp_text_generator): Remove, never used. (interp_form): Remove call to it. * refman.texi: Update documentation of name grammars to reflect the actual code. * warn.g: Add tests for new grammar warnings.