-
Notifications
You must be signed in to change notification settings - Fork 65
Merge upstream 2.1.2 #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
2c9cf6b
merge revision(s) 44425,44460: [Backport #9320]
nurse ba39ed7
bump version to 2.1.2
nurse 3b12b75
merge revision(s) 44433: [Backport #9299]
nurse d5c45b5
merge revision(s) 44370: [Backport #9576]
nurse 3159b64
merge revision(s) 44432: [Backport #9299]
nurse ccbe6f3
merge revision(s) r45225,r45240,r45488: [Backport #9578] [Backport #9…
nagachika fa375ea
merge revision(s) r45518: [Backport #9578] [Backport #9630] [Backport…
nagachika 7afd1c5
merge revision(s) r45271: [Backport #9592] [Backport #9671]
nagachika 1b814b5
merge revision(s) r45393: [Backport #9668]
nagachika f55b93f
merge revision(s) r45221: [Backport #9798]
nagachika e6a782e
merge revision(s) r45453,r45455,r45577: [Backport #9798]
nagachika 23bed1e
merge revision(s) r45015: [Backport #9657]
nagachika d8eba40
merge revision(s) r45468: [Backport #9687]
nagachika 916c913
merge revision(s) r45638: [Backport #9518]
nagachika e82dd50
merge revision(s) r45298,r45311: [Backport #9518]
nagachika 0385f54
merge revision(s) r45291,r45299,r45314,r45325: [Backport #9518]
nagachika eabdb7b
merge revision(s) r45595: [Backport #9743] [Backport #9745]
nagachika 006bb0b
merge revision(s) r45760: [Backport #9796]
nagachika dfaab03
merge revision(s) r44619:
nagachika b0a974d
merge revision(s) r45190,r45202,r45204,r45713: [Backport #9586]
nagachika e9dce8d
add tag v2_1_2
nagachika 0124377
Merge tag 'v2_1_2' into merge-upstream-2.1.2
dbussink 9a21a49
Cleanup Changelog merge lines
dbussink File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,7 @@ dlptr_free(void *ptr) | |
(*(data->free))(data->ptr); | ||
} | ||
} | ||
xfree(ptr); | ||
} | ||
|
||
static size_t | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,6 +56,7 @@ fiddle_ptr_free(void *ptr) | |
(*(data->free))(data->ptr); | ||
} | ||
} | ||
xfree(ptr); | ||
} | ||
|
||
static size_t | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
|
||
#define PACKAGE_NAME "yaml" | ||
#define PACKAGE_TARNAME "yaml" | ||
#define PACKAGE_VERSION "0.1.5" | ||
#define PACKAGE_STRING "yaml 0.1.5" | ||
#define PACKAGE_VERSION "0.1.6" | ||
#define PACKAGE_STRING "yaml 0.1.6" | ||
#define PACKAGE_BUGREPORT "http://pyyaml.org/newticket?component libyaml" | ||
#define PACKAGE_URL "" | ||
#define YAML_VERSION_MAJOR 0 | ||
#define YAML_VERSION_MINOR 1 | ||
#define YAML_VERSION_PATCH 5 | ||
#define YAML_VERSION_STRING "0.1.5" | ||
#define YAML_VERSION_PATCH 6 | ||
#define YAML_VERSION_STRING "0.1.6" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, cleaned these up.