Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 5
and
Version 6
of
LibYAML
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
05/21/06 11:05:42 (
7 years
ago)
Author:
xi
Comment:
yaml.h -> yaml/yaml.h
Legend:
Unmodified
Added
Removed
Modified
LibYAML
v5
v6
116
116
{{{
117
117
#!c
118
#include <yaml
.h>
118
#include <yaml
/yaml
.h>
119
119
120
120
yaml_parser_t *parser;
…
…
203
203
{{{
204
204
#!c
205
#include <yaml
.h>
205
#include <yaml
/yaml
.h>
206
206
207
207
yaml_emitter_t *emitter;