diff options
Diffstat (limited to '.html/muds')
| -rw-r--r-- | .html/muds/_list.html | 88 | ||||
| -rw-r--r-- | .html/muds/index.html | 88 | ||||
| -rw-r--r-- | .html/muds/tinyfugue-on-yosemite.html | 106 |
3 files changed, 0 insertions, 282 deletions
diff --git a/.html/muds/_list.html b/.html/muds/_list.html deleted file mode 100644 index a36d276..0000000 --- a/.html/muds/_list.html +++ /dev/null @@ -1,88 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title> - The Codex » - ls /muds - </title> - - <link - rel='stylesheet' - type='text/css' - href='http://fonts.googleapis.com/css?family=Buenard:400,700&subset=latin,latin-ext'> - <link - rel="stylesheet" - type="text/css" - href="../media/css/reset.css"> - <link - rel="stylesheet" - type="text/css" - href="../media/css/grimoire.css"> -</head> -<body> - -<div id="shell"> - - <ol id="breadcrumbs"> - - <li class="crumb-0 not-last"> - - <a href="../">index</a> - - </li> - - <li class="crumb-1 not-last"> - - <a href="./">muds</a> - - </li> - - <li class="crumb-2 last"> - - <span class="list-crumb">list</span> - - </li> - - </ol> - - - - <div id="listing"> - <h1><code>ls /muds</code></h1> - - - - - <div id="pages"> - <h2>Pages</h2> - <ul> - - <li><a href="tinyfugue-on-yosemite">Compiling TinyFugue on Yosemite</a></li> - - </ul> - </div> - - - - </div> - - - - - - - <div id="footer"> - <p> - - The Codex — - - Powered by <a href="http://markdoc.org/">Markdoc</a>. - -<a href="https://bitbucket.org/ojacobson/grimoire.ca/src/master/wiki/muds">See this directory on Bitbucket</a>. - - </p> - </div> - -</div> -</body> -</html>
\ No newline at end of file diff --git a/.html/muds/index.html b/.html/muds/index.html deleted file mode 100644 index a36d276..0000000 --- a/.html/muds/index.html +++ /dev/null @@ -1,88 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title> - The Codex » - ls /muds - </title> - - <link - rel='stylesheet' - type='text/css' - href='http://fonts.googleapis.com/css?family=Buenard:400,700&subset=latin,latin-ext'> - <link - rel="stylesheet" - type="text/css" - href="../media/css/reset.css"> - <link - rel="stylesheet" - type="text/css" - href="../media/css/grimoire.css"> -</head> -<body> - -<div id="shell"> - - <ol id="breadcrumbs"> - - <li class="crumb-0 not-last"> - - <a href="../">index</a> - - </li> - - <li class="crumb-1 not-last"> - - <a href="./">muds</a> - - </li> - - <li class="crumb-2 last"> - - <span class="list-crumb">list</span> - - </li> - - </ol> - - - - <div id="listing"> - <h1><code>ls /muds</code></h1> - - - - - <div id="pages"> - <h2>Pages</h2> - <ul> - - <li><a href="tinyfugue-on-yosemite">Compiling TinyFugue on Yosemite</a></li> - - </ul> - </div> - - - - </div> - - - - - - - <div id="footer"> - <p> - - The Codex — - - Powered by <a href="http://markdoc.org/">Markdoc</a>. - -<a href="https://bitbucket.org/ojacobson/grimoire.ca/src/master/wiki/muds">See this directory on Bitbucket</a>. - - </p> - </div> - -</div> -</body> -</html>
\ No newline at end of file diff --git a/.html/muds/tinyfugue-on-yosemite.html b/.html/muds/tinyfugue-on-yosemite.html deleted file mode 100644 index d5c6a32..0000000 --- a/.html/muds/tinyfugue-on-yosemite.html +++ /dev/null @@ -1,106 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title> - The Codex » - Compiling TinyFugue on Yosemite - </title> - - <link - rel='stylesheet' - type='text/css' - href='http://fonts.googleapis.com/css?family=Buenard:400,700&subset=latin,latin-ext'> - <link - rel="stylesheet" - type="text/css" - href="../media/css/reset.css"> - <link - rel="stylesheet" - type="text/css" - href="../media/css/grimoire.css"> -</head> -<body> - -<div id="shell"> - - <ol id="breadcrumbs"> - - <li class="crumb-0 not-last"> - - <a href="../">index</a> - - </li> - - <li class="crumb-1 not-last"> - - <a href="./">muds</a> - - </li> - - <li class="crumb-2 last"> - - tinyfugue-on-yosemite - - </li> - - </ol> - - - - <div id="article"> - <h1 id="compiling-tinyfugue-on-yosemite">Compiling TinyFugue on Yosemite</h1> -<p>TinyFugue's site claims that it works on OS X. This is largely true, but the -switch from <code>gcc</code> to <code>clang</code> has eliminated support for some <em>deeply</em> legacy -symbols.</p> -<p>Since SourceForge is a death zone, I'll post my fix here. To get TinyFugue to -compile, apply the following patch:</p> -<pre><code>--- src/malloc.c.orig 2015-02-13 23:45:44.000000000 -0500 -+++ src/malloc.c 2015-02-13 23:45:28.000000000 -0500 -@@ -12,7 +12,6 @@ - #include "signals.h" - #include "malloc.h" - --caddr_t mmalloc_base = NULL; - int low_memory_warning = 0; - static char *reserve = NULL; -</code></pre> -<p>This symbol appears to be unused. Certainly I haven't been able to find any -references, and <code>tf</code> works well enough.</p> - </div> - - - -<div id="comments"> -<div id="disqus_thread"></div> -<script type="text/javascript"> - /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ - var disqus_shortname = 'grimoire'; // required: replace example with your forum shortname - - /* * * DON'T EDIT BELOW THIS LINE * * */ - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -</script> -<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> -<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> -</div> - - - - <div id="footer"> - <p> - - The Codex — - - Powered by <a href="http://markdoc.org/">Markdoc</a>. - -<a href="https://bitbucket.org/ojacobson/grimoire.ca/src/master/wiki/muds/tinyfugue-on-yosemite.md">See this page on Bitbucket</a> (<a href="https://bitbucket.org/ojacobson/grimoire.ca/history-node/master/wiki/muds/tinyfugue-on-yosemite.md">history</a>). - - </p> - </div> - -</div> -</body> -</html>
\ No newline at end of file |
