# # ChangeLog for abnfparser # # Generated by Trac 1.0.10 # 08/08/22 22:25:26 Sat, 28 Feb 2009 16:19:40 GMT julian.reschke@… [454] * abnfparser/bap/main.c (modified) * draft-ietf-httpbis/latest/abnf2xml2rfc.xslt (modified) * draft-ietf-httpbis/latest/p1-messaging.html (modified) * draft-ietf-httpbis/latest/p1-messaging.xml (modified) * draft-ietf-httpbis/latest/p2-semantics.html (modified) * draft-ietf-httpbis/latest/p2-semantics.xml (modified) * draft-ietf-httpbis/latest/p3-payload.html (modified) * draft-ietf-httpbis/latest/p3-payload.xml (modified) * draft-ietf-httpbis/latest/p4-conditional.html (modified) * draft-ietf-httpbis/latest/p4-conditional.xml (modified) * draft-ietf-httpbis/latest/p5-range.html (modified) * draft-ietf-httpbis/latest/p5-range.xml (modified) * draft-ietf-httpbis/latest/p6-cache.html (modified) * draft-ietf-httpbis/latest/p6-cache.xml (modified) * draft-ietf-httpbis/latest/p7-auth.html (modified) * draft-ietf-httpbis/latest/p7-auth.xml (modified) fix line wrap in ABNF prose problem; update XSLT for collected ABNF ... Fri, 27 Feb 2009 03:08:51 GMT fielding@… [450] * abnfparser/bap/Makefile.in (modified) Also have to substitute LEX for those machines where both lex and ... Fri, 27 Feb 2009 03:04:44 GMT fielding@… [449] * abnfparser/bap/Makefile.in (modified) * abnfparser/bap/configure (modified) * abnfparser/bap/configure.ac (modified) If lex is actually flex (as it is on Mac OS X), then the -l flag is ... Thu, 20 Nov 2008 15:33:09 GMT julian.reschke@… [417] * abnfparser/bap/core.abnf (added) * draft-ietf-httpbis/latest/Makefile (modified) add core.abnf, add make targets for reformatted ABNF (related to #36) Wed, 19 Nov 2008 23:41:49 GMT ylafon@… [416] * abnfparser/bap/main.c (modified) really ugly hack to add -l n for wrapping lines Sat, 15 Nov 2008 21:28:06 GMT ylafon@… [410] * abnfparser/bap/main.c (modified) more change (the complex case) Sat, 15 Nov 2008 21:19:16 GMT ylafon@… [409] * abnfparser/bap/main.c (modified) modified list production to match the consumer version in p1 Sat, 15 Nov 2008 20:54:28 GMT julian.reschke@… [408] * abnfparser/bap (modified) * abnfparser/bap/y.tab.h (deleted) remove generated file Sat, 15 Nov 2008 20:45:32 GMT ylafon@… [407] * abnfparser/bap/Makefile.in (modified) * abnfparser/bap/common.h (modified) * abnfparser/bap/config.h (modified) * abnfparser/bap/config.h.in (modified) * abnfparser/bap/configure (modified) * abnfparser/bap/configure.ac (modified) * abnfparser/bap/hcreate.c (modified) * abnfparser/bap/main.c (modified) * abnfparser/bap/parser.c (deleted) * abnfparser/bap/parser.y (modified) * abnfparser/bap/scanner.l (modified) * abnfparser/bap/y.tab.h (modified) unixism Sat, 15 Nov 2008 20:31:06 GMT julian.reschke@… [405] * abnfparser (added) * abnfparser/bap (added) * abnfparser/bap/Makefile.in (added) * abnfparser/bap/common.h (added) * abnfparser/bap/config.h (added) * abnfparser/bap/config.h.in (added) * abnfparser/bap/configure (added) * abnfparser/bap/configure.ac (added) * abnfparser/bap/hcreate.c (added) * abnfparser/bap/main.c (added) * abnfparser/bap/parser.c (added) * abnfparser/bap/parser.y (added) * abnfparser/bap/scanner.l (added) * abnfparser/bap/y.tab.h (added) add custom version of Bill Fenner's ABNF Parser (BAP)