HISTORY

Fri, 16 Dec 2011 23:21:28 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 16 Dec 2011 23:21:28 +0000
changeset 0
3ebc0316f54f
permissions
-rw-r--r--

Initial commit with my changes.
Originally imported from yaml-2.0.tar.gz: http://files.luaforge.net/releases/yaml/yaml/0.2/yaml-0.2.tar.gz

0
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 0.1: May 12 2009
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2 * initial release
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4 0.2: November 23 2009
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
5 * updated libyaml to version 0.1.3
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
6 * now properly dumps and loads strings containing binary data using base64
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
7 * dumped strings are quoted when they could be loaded as numbers
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
8 * nulls are loaded as yaml.null, a function that returns itself and can
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
9 be used to test for equality
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
10 * load now also recognizes 'yes' as a boolean truth value
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
11 * zero length scalars are not converted to nil
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
12
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
13 UNRELEASED (Matthew Wild):
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
14 * Removed libyaml from source tree
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
15 * Modified Makefile to Debian/Ubuntu paths
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
16 * Link to system libyaml in Makefile

mercurial