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.
old/stable
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
12
May
20
21
26
27
29
30
1
Jun
2
6
7
8
11
16
18
19
3
Jul
4
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
Create the place for libyaml.
Add yaml.h with prototypes for basic structures.
Add the basic autoconf infrastructure.
Add doxygen support.
Doxygenify the header file.
Doxygenify the header file.
Implementing Reader: first tries.
Implementing Reader: first tries.
Working on the decoding code.
Working on the decoding code.
Complete UTF-8 and UTF-16 decoders.
Complete UTF-8 and UTF-16 decoders.
Complete buffering and encoding code.
Complete buffering and encoding code.
Add token constructors and destructors.
Add token constructors and destructors.
Add scanner definitions.
Add scanner definitions.
Implementing Scanner: macros and high-level functions.
Implementing Scanner: macros and high-level functions.
Scanner: implement everything except token scanners.
Scanner: implement everything except token scanners.
Implement scanners for directives, anchors, and tags.
Implement scanners for directives, anchors, and tags.
Implement the block scalar scanner.
Implement the block scalar scanner.
The scanner is completed (not tested though).
The scanner is completed (not tested though).
Fix numerous bugs in the Scanner.
Fix numerous bugs in the Scanner.
Add event constructors and destructors.
Add event constructors and destructors.
Move yaml/yaml.h to yaml.h and merge version.c to api.c.
Move yaml/yaml.h to yaml.h and merge version.c to api.c.
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.
Loading