<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libft.git/ft_memmove.c, 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 strnstr, added protection on specific functions of part1</title>
<updated>2019-10-21T11:23:11+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-21T11:23:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=70a7a3a54d4e300c7ec75d18d14d6d6b174c9ee4'/>
<id>70a7a3a54d4e300c7ec75d18d14d6d6b174c9ee4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Part1 refactoring</title>
<updated>2019-10-20T12:22:31+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-20T12:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libft.git/commit/?id=2a6b46d026e7ae16af85c4c211fb685f699a5377'/>
<id>2a6b46d026e7ae16af85c4c211fb685f699a5377</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_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 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>
<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>
