index
:
delta/libyaml-hg.git
experimental
master
bitbucket.org: Obsolete (use libyaml-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a short note on changes in this release.
0.1.3
Kirill Simonov
2009-08-29
1
-0
/
+3
*
Preparing the 0.1.3 release.
Kirill Simonov
2009-08-29
3
-6
/
+6
*
Do not update the raw buffer when not necessary (fixes #123).
Kirill Simonov
2009-08-29
1
-2
/
+7
*
Fixed non-ANSI initializations (fixes #115).
Kirill Simonov
2009-02-23
6
-25
/
+70
*
Set YAML_AGE to 0 as the current interface is not really compatible with the ...
Kirill Simonov
2009-01-05
1
-1
/
+1
*
'make distclean' should not remove html docs, 'make maintainer-clean' should ...
Kirill Simonov
2008-12-30
1
-1
/
+1
*
Always use lower case in error messages.
Kirill Simonov
2008-12-28
2
-13
/
+13
*
Added autoconf rules to distribute win32 project files.
Kirill Simonov
2008-12-27
3
-3
/
+27
*
Updated the LibYAML announcement.
Kirill Simonov
2008-12-27
1
-8
/
+5
*
Fixed the DLL name in the win32 projects.
0.1.2
Kirill Simonov
2008-12-27
2
-10
/
+10
*
Bumped the version number.
Kirill Simonov
2008-12-27
2
-6
/
+6
*
Fixed emitting folded scalars with trailing breaks; Forced emitting of a docu...
Kirill Simonov
2008-12-27
2
-1
/
+31
*
Rewritten whitespace detection in the scalar analyzer and block scalar writer...
Kirill Simonov
2008-12-27
1
-110
/
+103
*
Updated Visual Studio projects to use MSVCRT.dll.
Kirill Simonov
2008-10-02
39
-78
/
+79
*
Added project files for Visual Studio 2008.
Kirill Simonov
2008-09-30
15
-129
/
+2792
*
Fixed grammar in error messages (from YAML::XS::LibYAML).
Kirill Simonov
2008-07-31
2
-13
/
+13
*
Bumped the version number in the stable branch.
Kirill Simonov
2008-07-31
1
-1
/
+1
*
Created a stable branch from revision [250].
0.1.1
Kirill Simonov
2008-07-31
0
-0
/
+0
*
Fixed a problem when the DOCUMENT-END event is not emitted until the beginnin...
Kirill Simonov
2007-04-17
1
-3
/
+12
*
Add project files for Visual Studio 2003.
Kirill Simonov
2007-01-08
15
-0
/
+2046
*
Fix the example_deconstructor project.
Kirill Simonov
2007-01-08
1
-2
/
+1
*
Eliminate some warnings and add more doxygen definitions.
Kirill Simonov
2007-01-08
6
-24
/
+154
*
Undefine the NDEBUG directive for the test programs.
Kirill Simonov
2007-01-08
7
-3
/
+33
*
Fix a bug in the emitter introduced while fixing warnings for VC6.
Kirill Simonov
2007-01-08
1
-2
/
+2
*
Add VC6 projects for the test executables.
Kirill Simonov
2007-01-08
14
-38
/
+1326
*
Add win32 fixes and project files for VC6.
Kirill Simonov
2007-01-07
10
-32
/
+366
*
Add functions for constructing, parsing and emitting YAML documents.
Kirill Simonov
2007-01-07
15
-360
/
+2892
*
Add `const` qualifier for `yaml_parser_set_input_string` parameter `input`.
Kirill Simonov
2006-12-11
3
-7
/
+522
*
Force a new line at the end of the input stream even if there are no a new li...
Kirill Simonov
2006-12-11
1
-0
/
+7
*
Older versions of gcc do not know about -Wno-pointer-sign.
Kirill Simonov
2006-08-15
1
-1
/
+1
*
Prepare the initial release.
0.0.1
Kirill Simonov
2006-08-01
6
-99
/
+132
*
Add two examples and prepare the build system for distribution.
Kirill Simonov
2006-07-31
6
-5
/
+1343
*
Add the run-emitter test.
Kirill Simonov
2006-07-30
1
-0
/
+323
*
Fix Emitter bugs and leaks.
Kirill Simonov
2006-07-30
4
-22
/
+60
*
Scalar writers are completed.
Kirill Simonov
2006-07-29
2
-16
/
+417
*
Implement everything except tag and scalar writers.
Kirill Simonov
2006-07-28
5
-384
/
+1469
*
Implement Emitter state machine.
Kirill Simonov
2006-07-26
6
-447
/
+1278
*
Add yaml_emitter_emit_* set of functions.
Kirill Simonov
2006-07-25
6
-11
/
+423
*
Add Emitter definitions and implement the Writer.
Kirill Simonov
2006-07-23
7
-128
/
+1042
*
Fix some leaks, segfaults and warnings.
Kirill Simonov
2006-07-21
6
-50
/
+90
*
Refactor internal and external API.
Kirill Simonov
2006-07-21
11
-2819
/
+2018
*
Complete the Parser (it requires refactoring though) and fix some bugs.
Kirill Simonov
2006-07-07
3
-15
/
+498
*
Implement half of the parsers.
Kirill Simonov
2006-07-05
3
-6
/
+772
*
Start working on the parser.
Kirill Simonov
2006-07-04
4
-1
/
+365
*
Move yaml/yaml.h to yaml.h and merge version.c to api.c.
Kirill Simonov
2006-07-03
11
-86
/
+21
*
Add event constructors and destructors.
Kirill Simonov
2006-07-03
3
-27
/
+511
*
Fix numerous bugs in the Scanner.
Kirill Simonov
2006-06-19
1
-25
/
+67
*
The scanner is completed (not tested though).
Kirill Simonov
2006-06-18
2
-24
/
+577
*
Implement the block scalar scanner.
Kirill Simonov
2006-06-16
1
-20
/
+412
*
Implement scanners for directives, anchors, and tags.
Kirill Simonov
2006-06-11
1
-61
/
+1026
[next]