<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minishell.git/src/eval/cmd.c, branch m_test</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>Fixing cmd_variable with same names with env_export, Refactoring signal and prompt out of main</title>
<updated>2020-07-16T07:24:42+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-07-16T07:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=125470cc6c6c3d8c1184c4c716e20af0d6350b29'/>
<id>125470cc6c6c3d8c1184c4c716e20af0d6350b29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added cmd local/exported environment variable (WIP, still a few edge cases)</title>
<updated>2020-07-15T16:33:37+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-07-15T16:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=bcc627a31a6652550be179d1602aae9ccd8db596'/>
<id>bcc627a31a6652550be179d1602aae9ccd8db596</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added export/unset builtin error message and status code</title>
<updated>2020-07-15T11:27:31+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-07-15T11:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=9c9e5ac17efca1cc22fd8cf69fb75a1e4701efe7'/>
<id>9c9e5ac17efca1cc22fd8cf69fb75a1e4701efe7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added g_basename global for error message prefix</title>
<updated>2020-07-15T10:44:15+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-07-15T10:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=ecd23e205de52d84d9a843fc891d7890d1046682'/>
<id>ecd23e205de52d84d9a843fc891d7890d1046682</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring error handling during parsing</title>
<updated>2020-07-14T08:05:57+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-07-14T08:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=29e1af2b65d097e533189db4e7d5e20534c17b35'/>
<id>29e1af2b65d097e533189db4e7d5e20534c17b35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added signal interupt and signal quit</title>
<updated>2020-07-13T08:41:15+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-07-13T08:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=4be61bd6d7e637fdb69a7ba40e2496d3cf0c2edf'/>
<id>4be61bd6d7e637fdb69a7ba40e2496d3cf0c2edf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing builtin which needed to not be run in a child process, Added exit builtin</title>
<updated>2020-06-23T08:31:27+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-06-23T07:09:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=11b258841f4a15c514c49af7d378b51cd6a8ab79'/>
<id>11b258841f4a15c514c49af7d378b51cd6a8ab79</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>
<entry>
<title>Refactoring redirection out of eval/cmd.c, Added tag check shortcut</title>
<updated>2020-06-15T10:39:56+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-06-15T10:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=11a719bab26b3ccccbd219decab2d0cf77021004'/>
<id>11a719bab26b3ccccbd219decab2d0cf77021004</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
