Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / bennettdixon/printf issues and pull requests

#63 - HUGE README update. Not quite finished.

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#62 - Merging fix for space as sign in width function

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#61 - Merging helper function file that was created

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#60 - Forgot to merge helper_function file

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#59 - Refactoring as well as a bug fix for length modifiers

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#58 - Major refactoring of printf and print_helper functions

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#57 - Unlikely/absurd cases

Issue - State: open - Opened by AlexYu01 over 6 years ago
Labels: wontfix

#56 - Merge pull request #52 from BennettDixon/bug_fixes

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#55 - Need to perform '-' on cases where character is a null byte

Issue - State: closed - Opened by AlexYu01 over 6 years ago
Labels: bug

#54 - Update refactor branch

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#53 - Fix null pointer and hex upper case

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#52 - Fix null pointer and hex upper case

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#51 - Update branch

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#50 - Implemented '-' flag functionality

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#49 - Implemented '-' flag

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#48 - Release merge into master, length modifier implementation

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#47 - Bug fixes and removing debug statements

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#46 - Merging updated field width implementation with bug_fix branch

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#45 - Length modifier implementation, refactored a bit as well

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#44 - Merging updated hex_spec_spec file from bug_fixes

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#43 - Update branch

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#42 - Update branch

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#41 - Refactored do_width function

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#40 - Refactored do_width function

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#39 - Could refactor into the first time zero is checked

Issue - State: closed - Opened by AlexYu01 over 6 years ago
Labels: enhancement

#38 - Fix sign and 0x placement when padding with 0s

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#37 - Fix sign and 0x placement when padding with 0s

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#36 - Increasing length when placing '+' or 0x for string with leading 0's

Issue - State: closed - Opened by AlexYu01 over 6 years ago - 2 comments
Labels: bug

#35 - 0-flag bug fix, closing issue #3

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#34 - 0 flag bug fix, closing issue #3

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#33 - 0 flag bug fix, closing issue

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#32 - Flags somewhat broken after implementing 0 flags

Issue - State: closed - Opened by BennettDixon over 6 years ago - 2 comments

#31 - Bug fixes for precision and width

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#30 - Bug fixes for precision and width

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#29 - Update branch

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#28 - Merging release with master w/ latest precision implementation

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#27 - Implemented Precision

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#26 - Bug fixes regarding width and the number of specifiers being > 1

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#24 - Reset width after usage

Issue - State: closed - Opened by AlexYu01 over 6 years ago
Labels: bug

#23 - Width is not reset

Issue - State: closed - Opened by AlexYu01 over 6 years ago - 4 comments
Labels: bug

#22 - Fix buffer length printed for character specifier with null byte

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#21 - Fix buffer length printed for character specifier with null byte

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#20 - Fixed double free error caused by only having format string

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#16 - Updating bug_fixes branch with latest updates

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#14 - Refactored main printf and helper to use structure

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#13 - Fix flag on nullbyte character logic

Pull Request - State: closed - Opened by AlexYu01 over 6 years ago

#12 - Fixed logic for previous null byte fix.

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#11 - Release merged from bug_fixes concerning null bytes and flags

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#10 - Bug fixes for flags, dealing with null bytes as characters

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#9 - Release push up to master from bug_fixes

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#8 - Bug fixes

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#6 - Width implementation, works with '*' just like printf.

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#5 - Flags

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#4 - Implementing flag functionality works with '+', ' ', and '#'.

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#2 - Integer print working with all specifiers

Pull Request - State: closed - Opened by BennettDixon over 6 years ago

#1 - Can print characters and strings, and deal with unknown identifiers.

Pull Request - State: closed - Opened by BennettDixon over 6 years ago