Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libyaml
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
libyaml
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
branch/default
Select Git revision
Branches
20
branch/default
default
protected
canonical-code-style
dist
experimental
integer-overflow
issue/10
master
master-2
master-libyaml-test-suite
old/master
old/perl-yaml-xs
old/stable
old/yaml-1.2
packaging
perlpunk/anchor-chars
perlpunk/fix-tag-chars
perlpunk/pr27-fix-most-compiler-warnings
release-0.1.8
release/0.2.3
release/0.2.4
20 results
Begin with the selected commit
Created with Raphaël 2.2.0
30
Jul
31
1
Aug
15
11
Dec
7
Jan
8
17
Apr
25
Dec
26
27
4
Jan
19
31
Jul
30
Sep
2
Oct
27
Dec
28
30
5
Jan
23
Feb
29
Aug
30
11
Oct
29
May
23
Dec
24
11
Feb
1
Dec
3
11
Jan
12
2
Feb
3
26
Mar
28
Nov
22
Dec
11
Aug
16
Feb
27
4
May
2
Jun
5
20
26
4
Jul
27
Aug
28
7
Sep
13
14
16
14
Oct
31
14
Nov
16
20
23
29
3
Dec
5
6
7
8
9
14
27
28
29
30
1
Jan
2
3
10
18
9
Feb
10
Mar
30
13
May
14
2
Oct
30
Nov
2
Dec
23
26
28
29
2
Jan
5
6
7
8
9
2
Feb
20
20
May
14
Jun
25
24
26
28
29
18
Jul
26
21
Aug
28
Feb
1
Mar
4
12
29
31
4
Apr
5
17
6
Jun
25
Jul
21
Dec
26
2
Mar
19
23
26
28
29
28
29
11
Apr
10
11
15
17
19
17
May
21
25
27
29
30
1
Jun
2
4
Add the run-emitter test.
Add the run-emitter test.
Add two examples and prepare the build system for distribution.
Add two examples and prepare the build system for distribution.
Prepare the initial release.
Prepare the initial release.
Older versions of gcc do not know about -Wno-pointer-sign.
Older versions of gcc do not know about -Wno-pointer-sign.
Force a new line at the end of the input stream even if there are no a new line character. This fixes a nasty bug when libyaml hangs on documents like `[[[[`. Thanks ciaranm for reporting the bug.
Force a new line at the end of the input stream even if there are no a new line character. This fixes a nasty bug when libyaml hangs on documents like `[[[[`. Thanks ciaranm for reporting the bug.
Add `const` qualifier for `yaml_parser_set_input_string` parameter `input`.
Add `const` qualifier for `yaml_parser_set_input_string` parameter `input`.
Add functions for constructing, parsing and emitting YAML documents.
Add functions for constructing, parsing and emitting YAML documents.
Add win32 fixes and project files for VC6.
Add win32 fixes and project files for VC6.
Add VC6 projects for the test executables.
Add VC6 projects for the test executables.
Fix a bug in the emitter introduced while fixing warnings for VC6.
Fix a bug in the emitter introduced while fixing warnings for VC6.
Undefine the NDEBUG directive for the test programs.
Undefine the NDEBUG directive for the test programs.
Eliminate some warnings and add more doxygen definitions.
Eliminate some warnings and add more doxygen definitions.
Fix the example_deconstructor project.
Fix the example_deconstructor project.
Add project files for Visual Studio 2003.
Add project files for Visual Studio 2003.
Fixed a problem when the DOCUMENT-END event is not emitted until the beginning of the next document is available. Fixed #51. Thanks edward(at)sweetbytes.net for the bug report.
Fixed a problem when the DOCUMENT-END event is not emitted until the beginning of the next document is available. Fixed #51. Thanks edward(at)sweetbytes.net for the bug report.
API refactoring (Note: it breaks the build).
Updated reader.c to use the new API.
Completed the first phase of API refactoring.
Another round of API update.
Fixed bugs and updated tests.
Drop doxygen support, add more API documentation, API changes.
Minor API updates.
Created a stable branch from revision [250].
Created a stable branch from revision [250].
Bumped the version number in the stable branch.
Loading