<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libft.git/libft.h, 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>Added protection on part2 and changed lstmap according to the subject</title>
<updated>2019-10-21T18:25:32+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-21T18:25:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=0cf7761bf2985f683b1b73dfe5bdb731672e2b7f'/>
<id>0cf7761bf2985f683b1b73dfe5bdb731672e2b7f</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>Fixed ft_split to destroy previous alloc if ENOMEM</title>
<updated>2019-10-15T05:58:38+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-14T10:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=f23592ea0c122a0da2723d4253c47ca227529f79'/>
<id>f23592ea0c122a0da2723d4253c47ca227529f79</id>
<content type='text'>
- Normed libf.h
- Removed ugly conditions in ft_strnstr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Normed libf.h
- Removed ugly conditions in ft_strnstr
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed ft_strlcat and ft_strnstr to pass Libftest tests</title>
<updated>2019-10-12T11:54:35+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-12T11:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=bbdc932411501e239757985023942f93d1b21f46'/>
<id>bbdc932411501e239757985023942f93d1b21f46</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>Fix ft_memmove and calloc</title>
<updated>2019-10-08T16:33:20+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-08T16:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=f723389e5143c9ee0bc3d9774bb523b1c752b74c'/>
<id>f723389e5143c9ee0bc3d9774bb523b1c752b74c</id>
<content type='text'>
- memmove doesnt depend on a buffer size
- calloc return NULL if count or size == 0
- added byte type
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- memmove doesnt depend on a buffer size
- calloc return NULL if count or size == 0
- added byte type
</pre>
</div>
</content>
</entry>
<entry>
<title>Added bonus functions WIP</title>
<updated>2019-10-08T16:19:36+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-08T16:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=4e2e8aac225f2a226573ae36e5327a8c4073bbbc'/>
<id>4e2e8aac225f2a226573ae36e5327a8c4073bbbc</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>Normed everything</title>
<updated>2019-10-07T09:35:51+00:00</updated>
<author>
<name>Cabergs Charles</name>
<email>cacharle@w-r4-p5.s19.be</email>
</author>
<published>2019-10-07T09:35:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=10b4feb67c8af2b099dabd66f948b02e180bae0d'/>
<id>10b4feb67c8af2b099dabd66f948b02e180bae0d</id>
<content type='text'>
Created a few dummy functions to resolve functions
having more than 25 lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Created a few dummy functions to resolve functions
having more than 25 lines.
</pre>
</div>
</content>
</entry>
</feed>
