<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ft_printf.git/list.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>Reworking, binary flags, extract advance</title>
<updated>2019-10-29T01:02:09+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-29T00:57:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/ft_printf.git/commit/?id=87bce91050b56915dcf5964f6f66d5f47299e7f3'/>
<id>87bce91050b56915dcf5964f6f66d5f47299e7f3</id>
<content type='text'>
- Binary flags attribute instead of multiple bool
- Extract doesnst strdup fmt each time, just advance the current pointer
- In parsing push front then reverse
- Moved some functions to libf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Binary flags attribute instead of multiple bool
- Extract doesnst strdup fmt each time, just advance the current pointer
- In parsing push front then reverse
- Moved some functions to libf
</pre>
</div>
</content>
</entry>
<entry>
<title>reformed pformat struct, rename t_flist</title>
<updated>2019-10-28T03:15:16+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-28T03:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/ft_printf.git/commit/?id=f6ee1462e26d723cf5d53157eadaff2804d18c3a'/>
<id>f6ee1462e26d723cf5d53157eadaff2804d18c3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP: Added libft submodule, make ft_printf lib</title>
<updated>2019-10-25T02:42:08+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-25T02:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/ft_printf.git/commit/?id=feb71e200972bb78fe86130629ef040ef80811a7'/>
<id>feb71e200972bb78fe86130629ef040ef80811a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Basic conversion parsing</title>
<updated>2019-10-12T09:48:54+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-12T08:43:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/ft_printf.git/commit/?id=6ea4606cd3f74377691d200d69df8398f90cc2ff'/>
<id>6ea4606cd3f74377691d200d69df8398f90cc2ff</id>
<content type='text'>
Using a list to store each format conversion informations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using a list to store each format conversion informations.
</pre>
</div>
</content>
</entry>
</feed>
