|
|
|
@385
|
[385]
|
8 months |
xi |
Merged _WIN32 fix from the stable branch.
|
|
|
|
@375
|
[375]
|
9 months |
xi |
Tagged LibYAML 0.1.4
|
|
|
|
@374
|
[374]
|
9 months |
xi |
Bumped the version number and updated the announcement.
|
|
|
|
@373
|
[373]
|
9 months |
xi |
Added support for pkg-config.
|
|
|
|
@372
|
[372]
|
9 months |
xi |
Use _WIN32 instead of WIN32 as the latter is not defined by Visual C.
|
|
|
|
@371
|
[371]
|
16 months |
xi |
Fixed pointer arithmetic overflow when calculating the position of a …
|
|
|
|
@370
|
[370]
|
16 months |
xi |
Fixed a bug which prevented an empty mapping from being used as a simple …
|
|
|
|
@363
|
[363]
|
2 years |
xi |
Tagging the next release.
|
|
|
|
@362
|
[362]
|
2 years |
xi |
Property changes.
|
|
|
|
@358
|
[358]
|
2 years |
xi |
Added a short note on changes in this release.
|
|
|
|
@357
|
[357]
|
2 years |
xi |
Preparing the 0.1.3 release.
|
|
|
|
@352
|
[352]
|
2 years |
xi |
Do not update the raw buffer when not necessary (fixes #123).
|
|
|
|
@346
|
[346]
|
3 years |
xi |
Fixed non-ANSI initializations (fixes #115).
|
|
|
|
@344
|
[344]
|
3 years |
xi |
Set YAML_AGE to 0 as the current interface is not really compatible with …
|
|
|
|
@332
|
[332]
|
3 years |
xi |
'make distclean' should not remove html docs, 'make maintainer-clean' …
|
|
|
|
@324
|
[324]
|
3 years |
xi |
Always use lower case in error messages.
|
|
|
|
@321
|
[321]
|
3 years |
xi |
Merged the win32 packaging fix.
|
|
|
|
@320
|
[320]
|
3 years |
xi |
Added autoconf rules to distribute win32 project files.
|
|
|
|
@319
|
[319]
|
3 years |
xi |
Tagged the 0.1.2 release.
|
|
|
|
@318
|
[318]
|
3 years |
xi |
Updated the LibYAML announcement.
|
|
|
|
@317
|
[317]
|
3 years |
xi |
Fixed the DLL name in the win32 projects.
|
|
|
|
@316
|
[316]
|
3 years |
xi |
Bumped the version number.
|
|
|
|
@315
|
[315]
|
3 years |
xi |
Fixed emitting folded scalars with trailing breaks; Forced emitting of a …
|
|
|
|
@309
|
[309]
|
3 years |
xi |
Rewritten whitespace detection in the scalar analyzer and block scalar …
|
|
|
|
@293
|
[293]
|
3 years |
xi |
Updated Visual Studio projects to use MSVCRT.dll.
|
|
|
|
@277
|
[277]
|
3 years |
xi |
Added project files for Visual Studio 2008.
|
|
|
|
@274
|
[274]
|
4 years |
xi |
Merged grammar fixes from the stable branch.
|
|
|
|
@273
|
[273]
|
4 years |
xi |
Fixed grammar in error messages (from YAML::XS::LibYAML).
|
|
|
|
@272
|
[272]
|
4 years |
xi |
Tagged the 0.1.1 release (better later than never).
|
|
|
|
@271
|
[271]
|
4 years |
xi |
Bumped the version number in the stable branch.
|
|
|
|
@270
|
[270]
|
4 years |
xi |
Created a stable branch from revision [250].
|
|
|
|
@267
|
[267]
|
4 years |
xi |
Minor API updates.
|
|
|
|
@266
|
[266]
|
4 years |
xi |
Drop doxygen support, add more API documentation, API changes.
|
|
|
|
@265
|
[265]
|
4 years |
xi |
Fixed bugs and updated tests.
|
|
|
|
@264
|
[264]
|
4 years |
xi |
Another round of API update.
|
|
|
|
@263
|
[263]
|
4 years |
xi |
Completed the first phase of API refactoring.
|
|
|
|
@262
|
[262]
|
4 years |
xi |
Updated reader.c to use the new API.
|
|
|
|
@261
|
[261]
|
4 years |
xi |
API refactoring (Note: it breaks the build).
|
|
|
|
@250
|
[250]
|
5 years |
xi |
Fixed a problem when the DOCUMENT-END event is not emitted until the …
|
|
|
|
@245
|
[245]
|
5 years |
xi |
Add project files for Visual Studio 2003.
|
|
|
|
@244
|
[244]
|
5 years |
xi |
Fix the example_deconstructor project.
|
|
|
|
@243
|
[243]
|
5 years |
xi |
Eliminate some warnings and add more doxygen definitions.
|
|
|
|
@242
|
[242]
|
5 years |
xi |
Undefine the NDEBUG directive for the test programs.
|
|
|
|
@241
|
[241]
|
5 years |
xi |
Fix a bug in the emitter introduced while fixing warnings for VC6.
|
|
|
|
@240
|
[240]
|
5 years |
xi |
Add VC6 projects for the test executables.
|
|
|
|
@239
|
[239]
|
5 years |
xi |
Add win32 fixes and project files for VC6.
|
|
|
|
@238
|
[238]
|
5 years |
xi |
Add functions for constructing, parsing and emitting YAML documents.
|
|
|
|
@237
|
[237]
|
5 years |
xi |
Add const qualifier for yaml_parser_set_input_string parameter …
|
|
|
|
@236
|
[236]
|
5 years |
xi |
Force a new line at the end of the input stream even if there are no a new …
|
|
|
|
@224
|
[224]
|
5 years |
xi |
Older versions of gcc do not know about -Wno-pointer-sign.
|
|
|
|
@221
|
[221]
|
6 years |
xi |
Create the tag for the initial release.
|
|
|
|
@220
|
[220]
|
6 years |
xi |
Prepare the initial release.
|
|
|
|
@219
|
[219]
|
6 years |
xi |
Add two examples and prepare the build system for distribution.
|
|
|
|
@217
|
[217]
|
6 years |
xi |
Add the run-emitter test.
|
|
|
|
@216
|
[216]
|
6 years |
xi |
Fix Emitter bugs and leaks.
|
|
|
|
@215
|
[215]
|
6 years |
xi |
Scalar writers are completed.
|
|
|
|
@214
|
[214]
|
6 years |
xi |
Implement everything except tag and scalar writers.
|
|
|
|
@213
|
[213]
|
6 years |
xi |
Implement Emitter state machine.
|
|
|
|
@212
|
[212]
|
6 years |
xi |
Add yaml_emitter_emit_* set of functions.
|
|
|
|
@211
|
[211]
|
6 years |
xi |
Add Emitter definitions and implement the Writer.
|
|
|
|
@210
|
[210]
|
6 years |
xi |
Fix some leaks, segfaults and warnings.
|
|
|
|
@208
|
[208]
|
6 years |
xi |
Refactor internal and external API.
|
|
|
|
@203
|
[203]
|
6 years |
xi |
Complete the Parser (it requires refactoring though) and fix some bugs.
|
|
|
|
@202
|
[202]
|
6 years |
xi |
Implement half of the parsers.
|
|
|
|
@201
|
[201]
|
6 years |
xi |
Start working on the parser.
|
|
|
|
@200
|
[200]
|
6 years |
xi |
Move yaml/yaml.h to yaml.h and merge version.c to api.c.
|
|
|
|
@199
|
[199]
|
6 years |
xi |
Add event constructors and destructors.
|
|
|
|
@194
|
[194]
|
6 years |
xi |
Fix numerous bugs in the Scanner.
|
|
|
|
@190
|
[190]
|
6 years |
xi |
The scanner is completed (not tested though).
|
|
|
|
@189
|
[189]
|
6 years |
xi |
Implement the block scalar scanner.
|
|
|
|
@187
|
[187]
|
6 years |
xi |
Implement scanners for directives, anchors, and tags.
|
|
|
|
@186
|
[186]
|
6 years |
xi |
Scanner: implement everything except token scanners.
|
|
|
|
@185
|
[185]
|
6 years |
xi |
Implementing Scanner: macros and high-level functions.
|
|
|
|
@184
|
[184]
|
6 years |
xi |
Add scanner definitions.
Add a basic description of all tokens produced …
|
|
|
|
@183
|
[183]
|
6 years |
xi |
Add token constructors and destructors.
Add YAML_DECLARE to the API …
|
|
|
|
@182
|
[182]
|
6 years |
xi |
Complete buffering and encoding code.
|
|
|
|
@181
|
[181]
|
6 years |
xi |
Complete UTF-8 and UTF-16 decoders.
Reader is mostly done (though …
|
|
|
|
@180
|
[180]
|
6 years |
xi |
Working on the decoding code.
|
|
|
|
@179
|
[179]
|
6 years |
xi |
Implementing Reader: first tries.
|
|
|
|
@178
|
[178]
|
6 years |
xi |
Doxygenify the header file.
Add basic reader fields to the parser …
|
|
|
|
@172
|
[172]
|
6 years |
xi |
Add doxygen support.
|
|
|
|
@169
|
[169]
|
6 years |
xi |
Add the basic autoconf infrastructure.
|
|
|
|
@162
|
[162]
|
6 years |
xi |
Add yaml.h with prototypes for basic structures.
|
|
|
|
@161
|
[161]
|
6 years |
xi |
Create the place for libyaml.
|