<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ft_printf.git/convert_ptr.c, branch master</title>
<subtitle>School project: Rewritting ft_printf function
</subtitle>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/ft_printf.git/'/>
<entry>
<title>Refactored parsing to handle alone '%'</title>
<updated>2019-11-05T23:02:56+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-11-05T23:02:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/ft_printf.git/commit/?id=dafee6410a4ecd7400a83adf84ded3621f30a365'/>
<id>dafee6410a4ecd7400a83adf84ded3621f30a365</id>
<content type='text'>
- renamed a few variables
- added join_free* to libft
- normed everything but ft_printf.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- renamed a few variables
- added join_free* to libft
- normed everything but ft_printf.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Handled short convertions for unsigned int and hex</title>
<updated>2019-11-04T18:24:45+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-11-04T18:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/ft_printf.git/commit/?id=e6d8f543af4c1a45f30495b90a3912b1c75f2be7'/>
<id>e6d8f543af4c1a45f30495b90a3912b1c75f2be7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Normed converters</title>
<updated>2019-10-30T22:35:40+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-30T22:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/ft_printf.git/commit/?id=d63d6916249f5b40b81097854d8ca2c9d4d7d071'/>
<id>d63d6916249f5b40b81097854d8ca2c9d4d7d071</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added flags for x and X</title>
<updated>2019-10-30T03:58:00+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-30T03:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/ft_printf.git/commit/?id=001786c8ec464b1ae3e6321acfd984227cb1bbee'/>
<id>001786c8ec464b1ae3e6321acfd984227cb1bbee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Individual convert functions, more flags</title>
<updated>2019-10-30T02:57:47+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-30T02:57:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/ft_printf.git/commit/?id=d963161275bcb3af4097872ba033da3ff9255606'/>
<id>d963161275bcb3af4097872ba033da3ff9255606</id>
<content type='text'>
- Each conversion type is handle by individual functions in convert_*
  files
- handle the ' ', '#', '+' and length modifier flags.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Each conversion type is handle by individual functions in convert_*
  files
- handle the ' ', '#', '+' and length modifier flags.
</pre>
</div>
</content>
</entry>
</feed>
