<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libft.git/Makefile, branch cub3d</title>
<subtitle>School project: Rewritting some libc functions and adding new ones
</subtitle>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/'/>
<entry>
<title>fixing ft_split_strict</title>
<updated>2020-02-05T00:29:21+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-02-05T00:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=19964c7a382bcc5c0f09b1233b54b559c44e3a28'/>
<id>19964c7a382bcc5c0f09b1233b54b559c44e3a28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ft_strtol, ft_isspace, ft_todigit, ft_strict_atoi, modified ft_atoi to use ft_strtol</title>
<updated>2020-02-04T03:09:19+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-01-15T10:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=014d876b691b5c0e84faa98bd308a855269e4ae4'/>
<id>014d876b691b5c0e84faa98bd308a855269e4ae4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ft_abs</title>
<updated>2020-02-04T02:39:35+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-02-04T02:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=435fec311c0c5173ae99c32b8f4e6431bd1e43d2'/>
<id>435fec311c0c5173ae99c32b8f4e6431bd1e43d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added algo functions ft_qsort, ft_is_set, ft_memswap, ft_compar_int</title>
<updated>2020-02-02T21:11:17+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-01-19T07:30:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=f4e1232957b1270da70f57fcad4cd6371947e442'/>
<id>f4e1232957b1270da70f57fcad4cd6371947e442</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ft_strcount</title>
<updated>2020-01-16T09:15:08+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-01-16T09:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=d22609e03717283e85a23587203af1b8b7d2fde2'/>
<id>d22609e03717283e85a23587203af1b8b7d2fde2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed ft_substr, added a few protection to list functions</title>
<updated>2019-10-18T13:31:00+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-18T13:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=43e6c82cad5d790c75c918a4eca85cdec894d1c8'/>
<id>43e6c82cad5d790c75c918a4eca85cdec894d1c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More protection</title>
<updated>2019-10-17T07:09:41+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-17T07:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=6cb01d2fd8a6b07ef3ddaa8bb322f30c545316e7'/>
<id>6cb01d2fd8a6b07ef3ddaa8bb322f30c545316e7</id>
<content type='text'>
- substr if start &gt; str length
- all list functions check for NULL reference
- not modifying const pointers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- substr if start &gt; str length
- all list functions check for NULL reference
- not modifying const pointers
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed libft_bonus.h</title>
<updated>2019-10-15T13:01:35+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-15T12:15:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=bebdb6929703ebdf9d3f65f19fd29780ac39cab3'/>
<id>bebdb6929703ebdf9d3f65f19fd29780ac39cab3</id>
<content type='text'>
bonus rule in Makefile remove guard close in libft.h
to declare t_list struct and ft_lst* prototypes.
Fixed ft_lstclear with recursion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bonus rule in Makefile remove guard close in libft.h
to declare t_list struct and ft_lst* prototypes.
Fixed ft_lstclear with recursion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Small update</title>
<updated>2019-10-09T15:00:48+00:00</updated>
<author>
<name>Cabergs Charles</name>
<email>cacharle@e-r5-p7.s19.be</email>
</author>
<published>2019-10-09T15:00:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=84409d8d3fa8bd9bae28b3523aa6d0c0b3a68406'/>
<id>84409d8d3fa8bd9bae28b3523aa6d0c0b3a68406</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Normed, Makefile bonus rule</title>
<updated>2019-10-09T07:12:43+00:00</updated>
<author>
<name>Cabergs Charles</name>
<email>cacharle@w-r5-p6.s19.be</email>
</author>
<published>2019-10-09T07:12:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=840957aee277e7c426647cc133b2a41e7cecd9a9'/>
<id>840957aee277e7c426647cc133b2a41e7cecd9a9</id>
<content type='text'>
- bonus rule to add the *_bonus files to libft.a
- normed memmove, calloc and bonus
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- bonus rule to add the *_bonus files to libft.a
- normed memmove, calloc and bonus
</pre>
</div>
</content>
</entry>
</feed>
