<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minishell.git/include/minishell.h, branch path</title>
<subtitle>School project: a minimalistic shell based on bash
</subtitle>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/'/>
<entry>
<title>Removing path hash table, replacing it by brute force search</title>
<updated>2020-09-14T18:48:50+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-09-14T18:48:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=8e40323db9715621d8ab45ff6d943c2eeba46ea0'/>
<id>8e40323db9715621d8ab45ff6d943c2eeba46ea0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring redir and preprocess_filename to distiguish between command error and fatal error</title>
<updated>2020-09-14T13:44:33+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-09-14T13:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=7afd22aacdae5d88f560576fd7261801beb60739'/>
<id>7afd22aacdae5d88f560576fd7261801beb60739</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added better error handling in eval</title>
<updated>2020-09-10T13:08:28+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-09-10T13:08:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=b16d4b834d95d5cc0757d09e74fe6042e55f5440'/>
<id>b16d4b834d95d5cc0757d09e74fe6042e55f5440</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moving utils_directory_iter back to path.c, abstraction not needed without globs</title>
<updated>2020-09-09T13:52:34+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-09-09T13:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=4238485a4e26a9d15541708bfc38bfede9bbe7d2'/>
<id>4238485a4e26a9d15541708bfc38bfede9bbe7d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing parenthesis redirection, Added better prompt</title>
<updated>2020-09-09T12:21:13+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-09-09T12:21:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=ea2199c8805b5db5b31c46d0c5feb37f607a8394'/>
<id>ea2199c8805b5db5b31c46d0c5feb37f607a8394</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fising tok_lst_new uninitialized next, Added tok_lst_debug, Fixing parse_cmd</title>
<updated>2020-08-27T19:13:39+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-08-27T17:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=95a16d2d88c8628ab0ae76f3ae04dfebee566950'/>
<id>95a16d2d88c8628ab0ae76f3ae04dfebee566950</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated preprocessing, redir, ast to use t_tok_lst instead of t_ftlst</title>
<updated>2020-08-27T16:47:16+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-08-27T16:47:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=a680cf09a3fa4b7c6adc38e4297ee5535172826b'/>
<id>a680cf09a3fa4b7c6adc38e4297ee5535172826b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring preprocess, replacing ms_split_notrim by a more direct function</title>
<updated>2020-08-20T21:23:35+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-08-20T21:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=cde465358750ef03b66655edcbef468a4a2f210b'/>
<id>cde465358750ef03b66655edcbef468a4a2f210b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing spaces at the beginning/end of variable with ms_split_notrim in utils.c</title>
<updated>2020-08-19T16:02:55+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-08-19T16:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=536e0f9acc36a07202274ada0154b291ab619dcb'/>
<id>536e0f9acc36a07202274ada0154b291ab619dcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added errof for cleaner error message, Removed previous error functions</title>
<updated>2020-07-19T17:27:52+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-07-19T17:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=6e456095fce214a2eadea0cafa3fa7ea1113b4e6'/>
<id>6e456095fce214a2eadea0cafa3fa7ea1113b4e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
