From f82d259e7bda843fb63ac1a0f6ff1d6bfb187099 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 9 Dec 2015 20:40:42 -0500 Subject: Remove HTML from the project. (We're no longer using Dokku.) --- .html/muds/_list.html | 88 ---------------------------- .html/muds/index.html | 88 ---------------------------- .html/muds/tinyfugue-on-yosemite.html | 106 ---------------------------------- 3 files changed, 282 deletions(-) delete mode 100644 .html/muds/_list.html delete mode 100644 .html/muds/index.html delete mode 100644 .html/muds/tinyfugue-on-yosemite.html (limited to '.html/muds') 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 @@ - - - - - The Codex » - ls /muds - - - - - - - - -
- - - - - -
-

ls /muds

- - - - -
-

Pages

- -
- - - -
- - - - - - - - -
- - \ 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 @@ - - - - - The Codex » - ls /muds - - - - - - - - -
- - - - - -
-

ls /muds

- - - - -
-

Pages

- -
- - - -
- - - - - - - - -
- - \ 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 @@ - - - - - The Codex » - Compiling TinyFugue on Yosemite - - - - - - - - -
- - - - - -
-

Compiling TinyFugue on Yosemite

-

TinyFugue's site claims that it works on OS X. This is largely true, but the -switch from gcc to clang has eliminated support for some deeply legacy -symbols.

-

Since SourceForge is a death zone, I'll post my fix here. To get TinyFugue to -compile, apply the following patch:

-
--- 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;
-
-

This symbol appears to be unused. Certainly I haven't been able to find any -references, and tf works well enough.

-
- - - -
-
- - -comments powered by Disqus -
- - - - - -
- - \ No newline at end of file -- cgit v1.2.3