openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
patch_parser
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
6 months
ago. based on code collected
6 months
ago.
Mar 22, 2025 — Mar 22, 2026
Showing page 2 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Reverted there_is_another_patch() to its boolean return behaviour. The reason for changing this originally was to allow the check for a non-patch input file to return an error instead of killing the program. This check has been removed as it's really the responsibility of the caller. Therefore patches are now either found or not found.
alamaison
as awl03
More...
over 17 years ago
Begun the process of removing all exit conditions from the code. This is necessary to turn it into a library as a library cannot kill the hosting process whenever it meets an error state. To start with I have removed most such conditions from the code that parses unified diffs.
alamaison
as awl03
More...
over 17 years ago
Removed dead code.
alamaison
as awl03
More...
over 17 years ago
Created Python-callable interface to parser invocation. Added some unit-tests for this.
alamaison
as awl03
More...
over 17 years ago
Added CMake build scripts for our cut-down version of patch.
alamaison
as awl03
More...
over 17 years ago
Moved to patch_parser.
alamaison
as awl03
More...
over 17 years ago
First attempt at stripping out anything that's no related to parsing the patch-file. For example, a lot of patch's code relates to the parsing the original unpatched file and outputting to the new file. None of this is needed. Basically, anything that is not read-only should go.
alamaison
as awl03
More...
over 17 years ago
Pulled in patch-2.5.9 from vendor branch which we will proceed to transform into a generic patch parser.
alamaison
as awl03
More...
over 17 years ago
Importing GNU patch v2.5.9 from which we intend to extract the patch-parsing code.
alamaison
as awl03
More...
over 17 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree