<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libft.git/Makefile, branch raw</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>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>
<entry>
<title>WIP bonus list</title>
<updated>2019-10-07T19:06:30+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-07T19:06:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=c73c541621f0567c511bbcac4a0bf40e116c53d7'/>
<id>c73c541621f0567c511bbcac4a0bf40e116c53d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added calloc and strlcpy, rename out of date</title>
<updated>2019-10-07T14:33:51+00:00</updated>
<author>
<name>Cabergs Charles</name>
<email>cacharle@w-r4-p5.s19.be</email>
</author>
<published>2019-10-07T14:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=8adeef1b50a3a819cf6525af94f1fbce62465a7e'/>
<id>8adeef1b50a3a819cf6525af94f1fbce62465a7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>part 2 done (except putchar and putstr unicode)</title>
<updated>2019-07-29T14:56:27+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-07-29T14:56:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=9a2b208985ac7d4644c718ada74770b98eeb4598'/>
<id>9a2b208985ac7d4644c718ada74770b98eeb4598</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>std library function almost done, tested with libft-unit-tests</title>
<updated>2019-07-28T19:12:28+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-07-28T19:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=5b653ccffdc33c8774697a93cad0b499b88dca71'/>
<id>5b653ccffdc33c8774697a93cad0b499b88dca71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
