~ubuntu-branches/ubuntu/saucy/libyaml-libyaml-perl/saucy-security

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur
  • Date: 2009-06-01 02:17:22 UTC
  • Revision ID: james.westby@ubuntu.com-20090601021722-8qlj45pmu8ffwzau
Tags: upstream-0.32
ImportĀ upstreamĀ versionĀ 0.32

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
---
 
2
version: 0.32
 
3
date:    Mon Jan 12 11:23:55 IST 2009
 
4
changes:
 
5
- newSVpvs is not portable, change to newSVpvn
 
6
- update ppport.h options
 
7
---
 
8
version: 0.31
 
9
date:    Mon Jan 12 11:23:55 IST 2009
 
10
changes:
 
11
- Fix the leak test so it doesn't load an unused, undeclared dependency
 
12
  (Test::LongString)
 
13
---
 
14
version: 0.30
 
15
date:    Sun Jan 11 12:53:55 IST 2009
 
16
changes:
 
17
- Plug a leak in Load
 
18
- More efficient intermediate structure allocation
 
19
---
 
20
version: 0.29
 
21
date:    Tue Nov 11 22:57:07 PST 2008
 
22
changes:
 
23
- Check SvNIOK when dumping and format if quotes when it's a string that looks
 
24
  like a number
 
25
- Parse plain scalars as numbers when they look like numbers
 
26
- Load nulls as newSV(0) instead of &PL_sv_undef to avoid "Modification of
 
27
  non-creatable hash value attempted" errors
 
28
---
 
29
version: 0.28
 
30
date:    Mon Jun 23 15:23:24 PDT 2008
 
31
changes:
 
32
- Apply UTF8 patch supplied by KLEINJ in rt.cpan#36734
 
33
---
 
34
version: 0.27
 
35
date:    Fri Jun  6 22:05:29 PDT 2008
 
36
changes:
 
37
- Apply patches from Gisle Aas and Jan Dubois of ActiveState.
 
38
---
 
39
version: 0.26
 
40
date:    Mon Jun 25 00:14:19 PDT 2007
 
41
changes:
 
42
- Refactor to consistent pointer & declaration syntax
 
43
- Start commenting the C code.
 
44
- Make YAML::XS work on Win32 by adding -DYAML_DECLARE_EXPORT. (Tested on
 
45
  StrawberryPerl)
 
46
---
 
47
version: 0.25
 
48
date:    Sun Jun 24 17:39:13 PDT 2007
 
49
changes:
 
50
- Squelch most -pedantic C warnings. Thanks audreyt.
 
51
- Allow anchored and aliased scalars (and regexps) to be Loaded
 
52
---
 
53
version: 0.24
 
54
date:    Sun Jun 24 10:29:03 PDT 2007
 
55
changes:
 
56
- Turn on unicode dumping support.
 
57
- Make anchor numbers Dump in order.
 
58
---
 
59
version: 0.23
 
60
date:    Fri Jun 22 17:56:50 PDT 2007
 
61
changes:
 
62
- Added full regexp Dump and Load support. Borrowed code from YAML::Syck.
 
63
  Discovered/reported bugs in the same.
 
64
---
 
65
version: 0.22
 
66
date:    Fri Jun 22 00:38:14 PDT 2007
 
67
changes:
 
68
- Support !foo private tags for Loading scalar refs - for David Garamond
 
69
---
 
70
version: 0.21
 
71
date:    Thu Jun 21 15:08:03 PDT 2007
 
72
changes:
 
73
- Add Loadfile and Dumpfile functions
 
74
- Support !foo private tags for Load - for David Garamond
 
75
- Support Dump/Load of strings with nulls
 
76
---
 
77
version: 0.20
 
78
date:    Mon Jun 18 16:29:33 PDT 2007
 
79
changes: Better parse error messaging
 
80
---
 
81
version: 0.19
 
82
date:    Mon Jun 18 00:54:40 PDT 2007
 
83
changes: Fixed memory bugs
 
84
reported_by: avar
 
85
---
 
86
version: 0.18
 
87
date:    Sun Jun 17 18:33:41 PDT 2007
 
88
changes:
 
89
- Renamed to shorter YAML::XS
 
90
- Load and Dump blessed scalar refs
 
91
- Report Load errors
 
92
- Allow !!hash and !!array
 
93
---
 
94
version: 0.17
 
95
date:    Wed Jun  6 19:48:52 PDT 2007
 
96
changes:
 
97
- Support code and glob dumping
 
98
- Much refactoring.
 
99
---
 
100
version: 0.16
 
101
date:    Thu May 31 13:46:50 PDT 2007
 
102
changes:
 
103
- Using a newer version of libyaml (0.1.1 cut of trunk).
 
104
- Can dump scalars that need quoting without getting a !
 
105
---
 
106
version: 0.15
 
107
date:    Wed May 30 20:16:22 PDT 2007
 
108
changes:
 
109
- Use 'Perl_form' to generate tags. Don't use memory allocating.
 
110
- Can correctly load a scalar ref to itself.
 
111
---
 
112
version: 0.14
 
113
date:    Wed May 30 02:31:39 PDT 2007
 
114
changes: Plain empty strings should load as undef
 
115
---
 
116
version: 0.12
 
117
date:    Wed May 30 01:08:52 PDT 2007
 
118
changes: Add support for dumping code refs and blessed code refs
 
119
---
 
120
version: 0.11
 
121
date:    Tue May 29 17:25:18 PDT 2007
 
122
changes:
 
123
- Fixed false YAML::Tiny dependency
 
124
- Support blessed hashes and arrays
 
125
---
 
126
version: 0.10
 
127
date:    Mon May 28 03:17:29 PDT 2007
 
128
changes: Integrated with YAML::Tests test suite.
 
129
---
 
130
version: 0.09
 
131
date:    Mon May 28 00:38:19 PDT 2007
 
132
changes: 
 
133
- Dump and Load scalar refs
 
134
- Handle alias scalar refs
 
135
---
 
136
version: 0.08
 
137
date:    Wed May 23 19:34:35 PDT 2007
 
138
changes: 
 
139
- Make sure dumped empty strings have quotes
 
140
- Add boolean roundtrip support
 
141
- Add full anchor/alias support
 
142
---
 
143
version: 0.07
 
144
date:    Wed May 23 00:04:42 PDT 2007
 
145
changes: TonyC showed me how to use '...' in my XS prototype to say zero or
 
146
  more args.
 
147
---
 
148
version: 0.06
 
149
date:    Tue May 22 23:37:40 PDT 2007
 
150
changes: Support dumping zero objects, and loading empty or comment only
 
151
  streams to produce zero objects.
 
152
---
 
153
version: 0.05
 
154
date:    Mon May 21 00:14:40 PDT 2007
 
155
changes: TonyC pointed out the error in my ways for using newSVpvf for
 
156
  strings.
 
157
---
 
158
version: 0.04
 
159
date:    Sat May 19 20:04:04 PDT 2007
 
160
changes: 
 
161
- Added a typedef 'dumper' like 'loader'. Makes internals nicer and more
 
162
  exposable.
 
163
- Support dumping undef as ~ and "~" as '~', and loading them correctly.
 
164
---
 
165
version: 0.03
 
166
date:    Mon May 14 23:27:17 PDT 2007
 
167
changes: 
 
168
- Fixed Dump call stack bugs reported by vhold. Made Dump work
 
169
  like Load.
 
170
- Made this very 'Changes' file loadable, and have a test to prove it.
 
171
- As a result Load now handles a multiple document stream correctly. 
 
172
- Added a 'loader' typedef to the C code. This is kinda like a self object for
 
173
  the Loader and maybe I'll expose this to the Perl API at some point.
 
174
- Made Dump and Load not be proxy subs from YAML::LibYAML to
 
175
  YAML::LibYAML::XS. This removes one level of Perl sub calling which
 
176
  should improve benchmarks.
 
177
---
 
178
version: 0.02
 
179
date:    Mon May 14 23:27:17 PDT 2007
 
180
changes: Implement initial Dump function. Now supports basic Dump and Load.
 
181
---
 
182
version: 0.01
 
183
date:    Fri May 11 14:08:54 PDT 2007
 
184
changes: First Version. Very alpha. Not for production!