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.
f4560d6bcc20a8cb3b82b006801653326e9bafe3
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
4
Jul
5
7
21
23
25
26
28
29
30
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
Start working on the parser.
Start working on the parser.
Implement half of the parsers.
Implement half of the parsers.
Complete the Parser (it requires refactoring though) and fix some bugs.
Complete the Parser (it requires refactoring though) and fix some bugs.
Refactor internal and external API.
Refactor internal and external API.
Fix some leaks, segfaults and warnings.
Fix some leaks, segfaults and warnings.
Add Emitter definitions and implement the Writer.
Add Emitter definitions and implement the Writer.
Add yaml_emitter_emit_* set of functions.
Add yaml_emitter_emit_* set of functions.
Implement Emitter state machine.
Implement Emitter state machine.
Implement everything except tag and scalar writers.
Implement everything except tag and scalar writers.
Scalar writers are completed.
Scalar writers are completed.
Fix Emitter bugs and leaks.
Fix Emitter bugs and leaks.
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.
Loading