File: Changes

package info (click to toggle)
libxml-sax-perl 0.10-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 576 kB
  • ctags: 191
  • sloc: perl: 2,611; xml: 1,533; makefile: 35; sh: 28
file content (61 lines) | stat: -rw-r--r-- 2,160 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Revision history for Perl extension XML::SAX::Base.

1.03 Mon Jan 21 2002
    - set namespaces feature on by default as per SAX spec

1.02 Fri Nov 30 2001
    - implemented get/set_feature in terms of supported_features

1.01 Mon Nov 26 01:56:33 2001
	- added set_handler method (and friends).
	- added to test suite

1.00 Tue Nov 20 01:01:22 2001
	- created standalone 1.0 distribution.

0.22 Tue Oct 30 18:54:03 2001
	- changed the name to reflect the fact that this is really
	a base class for any kind of SAX Driver (Fitlers being only
	a specific case of Drivers).
	- added some more SAX2 compatibility options


0.19 - 0.21 Sun Oct 14 11:06:23 2001
	- Major architectural changes.
	- Base now uses an agressive method caching strategy
	  in which the various possible handler classes are
          explicity checked (via 'can') for a method implementation.
	  Failing that, the classes are examined for an
          'AUTOLOAD' sub and the given method is called directly
          on that class-- if that call dies for a reason other
	  "Can't find object method 'foo'" the error is propigated.
          If an appropriate method is found, the coderef cached
	  in the instance's 'Methods' HASH
          ($self->{Methods}->{$method_name}) which is used for
	  subsequent calls to that method.

0.17 - Fri Oct 12 23:43 2001
	- More clean-up.

0.15  Mon Oct 08 18:12:33 2001
        - added 'autogen.pl' to generate Base.pm offline
          rather than building subs at compile time.
        - fixed 'dangling $@' that was causing parse to die
          in undesirable cases because, although the module was
          rightly skipping over cases where a handler method
          was not implemented, $@ was still set globally and
          causing problems further up the food-chain.
          *pizzas welcome* ;->

0.11  Sat Oct 06 21:08:42 2001
	- modifications by Robin Berjon to provide full SAX1 and
	SAX2 support, along with proper handler defaulting and
	dispatching.

0.10  Sat Sep 01 08:53:42 2001
	- patches by Kip Hampton to avoid throwing events that
	aren't defined

0.01  Fri May 18 16:26:33 2001
	- original version; created by h2xs 1.19