lp:~niemeyer/goyaml/fix-1191981

Created by Gustavo Niemeyer and last modified
Get this branch:
bzr branch lp:~niemeyer/goyaml/fix-1191981
Only Gustavo Niemeyer can upload to this branch. If you are Gustavo Niemeyer please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Gustavo Niemeyer
Project:
goyaml
Status:
Merged

Recent revisions

46. By Gustavo Niemeyer

go fmt

45. By Gustavo Niemeyer

Test and fix bug #1191981.

44. By Gustavo Niemeyer

Merged pure go port.

43. By Gustavo Niemeyer

Updated .c files from yaml-0.1.4. Just a couple of one-liners.

42. By Gustavo Niemeyer

Document "-" key.

41. By Gustavo Niemeyer

Support "-" tag.

40. By Gustavo Niemeyer

Fix a couple of bugs reported by Roger.

39. By Gustavo Niemeyer

decode: fix pointers and fix null into string

Fixes bug #1133337.

R=jameinel
CC=
https://codereview.appspot.com/8019043

38. By John A Meinel

run go fmt, add .lbox.check

There were a couple of files that were changed by
running "go fmt", and I noticed there wasn't a
.lbox.check file. I'm guessing goyaml predated
the functionality in lbox. So I ran the tool,
and added the check file. No functional changes.

R=niemeyer
CC=
https://codereview.appspot.com/7801047

37. By John A Meinel

decode: add some flags for windows

We are doing a static compile of libyaml, so set the
YAML_STATIC_DECLARE compile macro. Also, strdup
is only available in the common run time (CRT) as
_strdup, so use another macro for that.

We could do it in other ways if there is something
more appropriate for the yaml library. Originally I
was doing it in an #ifdef macro, but this makes it
nice and minimal and doesn't touch the yaml files
directly.

R=
CC=
https://codereview.appspot.com/7719045

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:goyaml
This branch contains Public information 
Everyone can see this information.

Subscribers