The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Sun Oct 19 11:01:28 1997  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* Simple/SpecBuilder.pm (visit_gi_STUFF, visit_scalar): convert RE
 	to newline

	* Element.pm (accept_gi): convert all non-word characters to `_'

	* Simple/SpecBuilder.pm (visit_gi_QUERY): convert all non-word
 	characters to `_'

	* SPGroveNew.cc: concatenate consecutive data events

	* SPGroveNew.cc (flushData, append): added

Sat Oct 18 16:53:48 1997  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* Simple/Spec.pm, Simple/BuilderBuilder.pm: use new Class::Visitor
 	style

	* MANIFEST: removed AutoHash.pm

	* AutoHash.pm: removed

Sun Oct 12 10:12:04 1997  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* SData.pm (name): SData->data was returning self

	* AutoHash.pm (AUTOLOAD): added `as_string'

	* entities/simple-spec.dtd: add `ignore'

	* Simple/Spec.pm (fields): add `ignore'

	* Simple/SpecBuilder.pm (visit_gi_IGNORE): added

	* Simple/BuilderBuilder.pm (new): add `ignore'

	* Element.pm (as_string): had `child' but didn't use it

Sat Oct 11 17:05:59 1997  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* Simple/SpecBuilder.pm (visit_gi_QUERY): clean special characters

	* Element.pm (accept_gi): clean special characters

	* Simple/BuilderBuilder.pm
	(visit_SGML_Simple_Spec_Rule): support `scalar' and `sdata'
 	overrides

Fri Oct 10 10:02:41 1997  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* MANIFEST: added my-html.html, my-html.pl

	* examples/README: added info on `my-html'

	* my-html.pl, my-html.html: added

	* README: added info on Simple

	* AutoHash.pm: added

	* SpecBuilder.pm, Spec.pm, BuilderBuilder.pm: added

	* Element.pm (attr, attr_as_string): added

Wed Oct  8 16:54:18 1997  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* README: `make test', not `make check'

Tue Oct  7 14:54:37 1997  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* SData.pm, SPGroveNew.cc: added name field to SData

	* SPGrove.pm, Element.pm, SData.pm, PI.pm:
	added docs and impl for as_string, accept, accept_gi,
	children_accept, children_accept_gi

Mon Oct  6 16:19:19 1997  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* MANIFEST: added examples/README, simple-dump.pl, visitor.pl

	* SPGrove.pm, Element.pm, SData.pm, PI.pm (as_string): added

	* examples/simple-dump.pl: created

	* examples/visitor.pl: created

	* examples/README: created

	* SData.pm, PI.pm (data): dereference the return value

	* SPGrove.pm: `use' SGML::Element, SGML::SData, and SGML::PI

	* test.pl: add contents order test

	* SPGroveNew.cc(startElement, endElement):
	fix pushing order of contents
	push contents instead of element_ref
	

Sun Oct  5 15:07:27 1997  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* MANIFEST(GroveIter.pm): removed

	* Element.pm, SData.pm, PI.pm: add module `1;'

	* GroveIter.pm: added

	* Element.pm (contents): corrected function name

	* SGML-SPGrove.spec (%files): fixed perl dir

	* Makefile.PL(dist): added to use gzip

	* README: updated to 0.02

	* SPGrove.pm: dummied version to 0.00 for `make-rel'

	* MANIFEST(COPYING, SGML-SPGrove.spec, ChangeLog): added