<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ft_printf.git/convert_char.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>int type length specifier, edge case with zero padding and invalid wildcard precision</title>
<updated>2019-11-04T00:34:37+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-11-04T00:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/ft_printf.git/commit/?id=eca117f28afac2ee258d9e9454ff63c6dec5b58f'/>
<id>eca117f28afac2ee258d9e9454ff63c6dec5b58f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle 'n' flag</title>
<updated>2019-10-31T00:45:37+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-31T00:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/ft_printf.git/commit/?id=0f6cd15b0c7ce2d4d0154ae027985ed640cd543f'/>
<id>0f6cd15b0c7ce2d4d0154ae027985ed640cd543f</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>Fixed %d segfault, merge hex_* in hex, fixed c = 0</title>
<updated>2019-10-30T17:07:21+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-30T17:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/ft_printf.git/commit/?id=22f334a19cabebf10727d7894102946ba23d0e37'/>
<id>22f334a19cabebf10727d7894102946ba23d0e37</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>
