Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 629 Bytes

changelog.md

File metadata and controls

24 lines (19 loc) · 629 Bytes

Changelog ft_printf by @fschuber

v0.5.1

  • after understanding docker & valgrind, i went back to check for leaks. everythings good!

v0.5.0

  • Fixed hexa negative issues
  • implemented write error handlin
  • readded process_string function for space
  • removed unnecessary int_u file

v0.4.0

  • Finished %p
  • Added hexa & unsigned int
  • Added Makefile & .a file

v0.3.0

  • Implemented printed characters return value
  • Began with %p implementation

v0.2.0

  • Decided not to do bonus, removed flag functionality
  • Decided to turn main and process_string from concept into 1 function
  • added functionality for, ints, chars, and strings.