Skip to content

Tags: mkmckenz/libyaml

Tags

0.2.4

Toggle 0.2.4's commit message
v0.2.4 2020-04-19

  - yaml#143
    Add packaging/docker-dist to Makefile.am

  - yaml#174
    Fix logic for document end before directive

dist-0.2.4

Toggle dist-0.2.4's commit message
0.2.4 dist files

0.2.3

Toggle 0.2.3's commit message
v0.2.3 2020-04-11

  - yaml#130
    Fixed typo.
  - yaml#144
    Fix typo in comment
  - yaml#140
    Use pointer to const for strings that aren't/shouldn't be modified
  - yaml#128
    Squash a couple of warnings in example-deconstructor-alt
  - yaml#151
    Fix spelling for error message
  - yaml#161
    Make appveyor config be a hidden file
  - yaml#159
    Add CHANGES file
  - yaml#160
    Always output document end before directive (YAML 1.2 compatibility)
  - yaml#162
    Output document end marker after open ended scalars
  - yaml#157
    change cmake target name from libOFF.a to libyaml.a
  - yaml#155
    include/yaml.h: fix comments
  - yaml#169
    Fixed missing token in example
  - yaml#127
    Avoid recursion in the document loader.
  - yaml#172
    Support %YAML 1.2 directives
  - yaml#66
    Change dllexport controlling macro to use _WIN32

dist-0.2.3

Toggle dist-0.2.3's commit message
0.2.3 dist files

dist-0.2.2

Toggle dist-0.2.2's commit message
0.2.2 dist files

0.2.2

Toggle 0.2.2's commit message
libyaml 0.2.2 release

* yaml#95 -- build: do not install config.h
* yaml#97 -- appveyor.yml: fix Release build
* yaml#103 -- Remove unused code in yaml_document_delete
* yaml#104 -- Allow colons in plain scalars inside flow collections
* yaml#109 -- Fix comparison in tests/run-emitter.c
* yaml#117 -- Fix typo error
* yaml#119 -- The closing single quote needs to be indented...
* yaml#121 -- fix token name typos in comments
* yaml#122 -- Revert removing of open_ended after top level plain scalar
* yaml#125 -- Cherry-picks from PR 27
* yaml#135 -- Windows/C89 compatibility
* yaml#136 -- allow override of Windows static lib name

0.2.2-pre3

Toggle 0.2.2-pre3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request yaml#136 from nitzmahone/win_fixes

allow override of Windows static lib name

0.2.2-pre2

Toggle 0.2.2-pre2's commit message
Remove stdbool

Might not be available everywhere

0.2.2-pre1

Toggle 0.2.2-pre1's commit message
Allow colons in plain scalars inside flow collections

This is a followup to yaml#28

See http://yaml.org/spec/1.1/#nb-plain-char(c) and the following
productions.

This commit will allow `[http://example]`, but still fail for:
- `[:foo]`
- `[foo:]`

See https://gist.github.com/perlpunk/de2c631a7b0e9002de351a680eadb573
for all the relevant cases where this change applies.

0.2.1

Toggle 0.2.1's commit message
Changes for 0.2.1 release