<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minishell.git/src/eval/op.c, branch master</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>Refactoring eval file structure, Added comment to builtin</title>
<updated>2020-09-13T19:01:18+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-09-13T19:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=c51d31b8b751585153500729c25ae2f02d179e45'/>
<id>c51d31b8b751585153500729c25ae2f02d179e45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing pipe zombie children</title>
<updated>2020-09-13T12:51:10+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-09-13T09:34:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=e63d7878ad5d5ad7ceec11e1e8ac79aced93fbc0'/>
<id>e63d7878ad5d5ad7ceec11e1e8ac79aced93fbc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added concurrent pipeline (not working with minishell_test for some obscure reason)</title>
<updated>2020-09-12T15:12:41+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-09-12T15:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=65006d0c14d3efa647b3c866ab54bdb1749fa31d'/>
<id>65006d0c14d3efa647b3c866ab54bdb1749fa31d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added errorf_ret helper, Removing error to status (just status code and fatal error)</title>
<updated>2020-09-10T18:32:25+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-09-10T17:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=98990d5195e93154abbfd16eaa9d1fcc3572bc5c'/>
<id>98990d5195e93154abbfd16eaa9d1fcc3572bc5c</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>Fixing double free redir, export and preprocess on empty value</title>
<updated>2020-08-28T15:53:11+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-08-28T15:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=1f947c5dfe27a9f7ef5734d4ab16a01317e50fe1'/>
<id>1f947c5dfe27a9f7ef5734d4ab16a01317e50fe1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parenthesis working, Added getline loop in main</title>
<updated>2020-06-19T15:53:28+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-06-19T12:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=e085451ec45c0551c80989a7d49b0e0deb4b9586'/>
<id>e085451ec45c0551c80989a7d49b0e0deb4b9586</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed ast_print</title>
<updated>2020-06-19T11:45:32+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-06-19T11:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=831cc03ff6c01fb78d77629b7a8f2a75d9e9f75a'/>
<id>831cc03ff6c01fb78d77629b7a8f2a75d9e9f75a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added parenthesis handling in eval (not tested)</title>
<updated>2020-06-19T10:19:50+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-06-19T10:19:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=a2ebd4ad078d7056a4c28ea697cfd3ebbf09d0f6'/>
<id>a2ebd4ad078d7056a4c28ea697cfd3ebbf09d0f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added (basic) operator evaluation</title>
<updated>2020-06-17T15:10:46+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-06-17T15:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=9aab4ace12a04d0c5477909e54bb43fefcd19f9c'/>
<id>9aab4ace12a04d0c5477909e54bb43fefcd19f9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
