]> andersk Git - libyaml.git/commit
Add functions for constructing, parsing and emitting YAML documents.
authorKirill Simonov <xi@resolvent.net>
Sun, 7 Jan 2007 20:11:16 +0000 (20:11 +0000)
committerKirill Simonov <xi@resolvent.net>
Sun, 7 Jan 2007 20:11:16 +0000 (20:11 +0000)
commite27a3c886ebe97dda5b6f961b04949bb3003d4a6
treea99269e56362f968985551445cab0267c16d2aa9
parenta907bf857a165a271a23140919c26cde14223dfc
Add functions for constructing, parsing and emitting YAML documents.
15 files changed:
configure.ac
include/yaml.h
src/Makefile.am
src/api.c
src/dumper.c [new file with mode: 0644]
src/emitter.c
src/loader.c [new file with mode: 0644]
src/yaml_private.h
tests/Makefile.am
tests/example-deconstructor-alt.c [new file with mode: 0644]
tests/example-deconstructor.c
tests/example-reformatter-alt.c [new file with mode: 0644]
tests/run-dumper.c [new file with mode: 0644]
tests/run-emitter.c
tests/run-loader.c [new file with mode: 0644]
This page took 0.059436 seconds and 5 git commands to generate.