Branch: Tag:

2000-08-12

2000-08-12 21:29:22 by Martin Stjernholm <mast@lysator.liu.se>

More (incompatible) fixes in the type system. Fixed bug that caused frames
to get a nil content in some circumstances.

Rev: server/etc/modules/RXML.pmod/module.pmod:1.100
Rev: server/etc/modules/RXML.pmod/utils.pmod:1.12

1: - //! Things that belong elsewhere but can't lie there for various silly reasons. + //! Things that belong elsewhere but can't lie there for various silly + //! reasons. Everything here is considered internal and not part of + //! the RXML.pmod API.   //!   //! E.g. one reason is to avoid circular references in the parser   //! objects when the callbacks are defined in them.   //!   //! Created 2000-01-21 by Martin Stjernholm   //! - //! $Id: utils.pmod,v 1.11 2000/05/03 08:52:15 mast Exp $ + //! $Id: utils.pmod,v 1.12 2000/08/12 21:29:22 mast Exp $         array return_zero (mixed... ignored) {return 0;}