<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinycc/tcccoff.c, branch main</title>
<subtitle>Tiny C Compiler by Fabrice Bellard Git mirror of the final release by Bellard, discarding all changes after. The repository at https://repo.or.cz/tinycc.git has become untrustworthy. Also the tcc sources have become tainted with AI slop.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.datenwolf.net/tinycc/'/>
<entry>
<title>Revert all of my changes to directories &amp; codingstyle.</title>
<updated>2015-07-29T20:57:12+00:00</updated>
<author>
<name>gus knight</name>
<email>waddlesplash@gmail.com</email>
</author>
<published>2015-07-29T20:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.datenwolf.net/tinycc/commit/?id=89ad24e7d63f7488c2796b30d41303f52663a8c4'/>
<id>89ad24e7d63f7488c2796b30d41303f52663a8c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize the source tree.</title>
<updated>2015-07-27T20:03:25+00:00</updated>
<author>
<name>gus knight</name>
<email>waddlesplash@gmail.com</email>
</author>
<published>2015-07-27T20:03:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.datenwolf.net/tinycc/commit/?id=47e06c6d4e542e47fcbad69a78c2436a854a0779'/>
<id>47e06c6d4e542e47fcbad69a78c2436a854a0779</id>
<content type='text'>
 * Documentation is now in "docs".
 * Source code is now in "src".
 * Misc. fixes here and there so that everything still works.

I think I got everything in this commit, but I only tested this
on Linux (Make) and Windows (CMake), so I might've messed
something up on other platforms...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Documentation is now in "docs".
 * Source code is now in "src".
 * Misc. fixes here and there so that everything still works.

I think I got everything in this commit, but I only tested this
on Linux (Make) and Windows (CMake), so I might've messed
something up on other platforms...
</pre>
</div>
</content>
</entry>
<entry>
<title>clang-format on arm-gen.c and tcccoff.c.</title>
<updated>2015-07-27T18:26:15+00:00</updated>
<author>
<name>gus knight</name>
<email>waddlesplash@gmail.com</email>
</author>
<published>2015-07-27T18:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.datenwolf.net/tinycc/commit/?id=694d0fdade8bff3bc03466675350f596b2f4f8ed'/>
<id>694d0fdade8bff3bc03466675350f596b2f4f8ed</id>
<content type='text'>
They now mostly follow the same coding style as everything else.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They now mostly follow the same coding style as everything else.
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim trailing spaces everywhere.</title>
<updated>2015-07-27T16:43:40+00:00</updated>
<author>
<name>gus knight</name>
<email>waddlesplash@gmail.com</email>
</author>
<published>2015-07-27T16:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.datenwolf.net/tinycc/commit/?id=41031221c82384f40b5664b5e12b1a81eefcdfe6'/>
<id>41031221c82384f40b5664b5e12b1a81eefcdfe6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>portability: fix void* &lt;-&gt; target address conversion confusion</title>
<updated>2013-02-04T15:24:59+00:00</updated>
<author>
<name>grischka</name>
<email>grischka</email>
</author>
<published>2013-02-04T15:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.datenwolf.net/tinycc/commit/?id=82bcbd027f100d7601c6139e93e1f69a9cc46244'/>
<id>82bcbd027f100d7601c6139e93e1f69a9cc46244</id>
<content type='text'>
- #define addr_t as ElfW(Addr)
- replace uplong by addr_t
- #define TCC_HAS_RUNTIME_PLTGOT and use it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- #define addr_t as ElfW(Addr)
- replace uplong by addr_t
- #define TCC_HAS_RUNTIME_PLTGOT and use it
</pre>
</div>
</content>
</entry>
<entry>
<title>c67: remove global #define's for TRUE/FALSE/BOOL</title>
<updated>2013-02-04T15:24:56+00:00</updated>
<author>
<name>grischka</name>
<email>grischka</email>
</author>
<published>2013-02-04T14:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.datenwolf.net/tinycc/commit/?id=263dc93cfab453ad04d1ec0f304acdb16e63405c'/>
<id>263dc93cfab453ad04d1ec0f304acdb16e63405c</id>
<content type='text'>
Also use uppercase TRUE/FALSE instead of true/false
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also use uppercase TRUE/FALSE instead of true/false
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Added what I call virtual io to tinycc this way we can make a monolitic executable or library that contains all needed to compile programs, truly tinycc portable."</title>
<updated>2013-01-14T16:34:07+00:00</updated>
<author>
<name>Thomas Preud'homme</name>
<email>robotux@celest.fr</email>
</author>
<published>2013-01-14T16:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.datenwolf.net/tinycc/commit/?id=8c56b0cf900cf244029df148f18fda5c11e27344'/>
<id>8c56b0cf900cf244029df148f18fda5c11e27344</id>
<content type='text'>
This reverts commit 59e18aee0e509a3ca75dbe6f909e18c1d17893d1.
tcc is being stabilized now in order to do a new release soon.
Therefore, such a change is not appropriate now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 59e18aee0e509a3ca75dbe6f909e18c1d17893d1.
tcc is being stabilized now in order to do a new release soon.
Therefore, such a change is not appropriate now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added what I call virtual io to tinycc this way we can make a monolitic executable or library that contains all needed to compile programs, truly tinycc portable.</title>
<updated>2013-01-11T00:04:38+00:00</updated>
<author>
<name>mingodad</name>
<email>mingodad@gmail.com</email>
</author>
<published>2013-01-11T00:04:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.datenwolf.net/tinycc/commit/?id=59e18aee0e509a3ca75dbe6f909e18c1d17893d1'/>
<id>59e18aee0e509a3ca75dbe6f909e18c1d17893d1</id>
<content type='text'>
Tested under linux exec the "mk-it" shell script and you'll end up with a portable tinycc executable that doesn't depend on anything else.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tested under linux exec the "mk-it" shell script and you'll end up with a portable tinycc executable that doesn't depend on anything else.
</pre>
</div>
</content>
</entry>
<entry>
<title>rename error/warning -&gt; tcc_(error/warning)</title>
<updated>2011-08-11T15:07:56+00:00</updated>
<author>
<name>grischka</name>
<email>grischka</email>
</author>
<published>2011-08-11T15:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.datenwolf.net/tinycc/commit/?id=bf374a5f238360d6a5055d79f53065fa95a26047'/>
<id>bf374a5f238360d6a5055d79f53065fa95a26047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tccelf/tcccoff: fix some type conversion warnings</title>
<updated>2010-12-04T15:48:15+00:00</updated>
<author>
<name>grischka</name>
<email>grischka</email>
</author>
<published>2010-12-04T15:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.datenwolf.net/tinycc/commit/?id=21c2a68aa0f73c0d9b24e65b6e342e2dab40b97a'/>
<id>21c2a68aa0f73c0d9b24e65b6e342e2dab40b97a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
