annotate www/header.html @ 953:13916d161ec0

xzcat: remove XZ_(PREALLOC|SINGLE), inline xz_dec_bcj_create Because we only use XZ_DYNALLOC, there's a bunch of dead code. This patch removes the #ifdef's and if()s associated with support for multiple modes. single_call was only used to store the mode; it is no longer needed. A little bit of reorganization was needed to reduce the number of prototypes. Documentation associated with dead code was dropped. There are still some relics of multiple modes in the continued presence of "XZ_DYNALLOC" and xz_mode. Additionally, I inlined xz_dec_bcj_create; it was called once. This loses about 125 lines, mostly comments.
author Isaac Dunham <idunham@lavabit.com>
date Wed, 17 Jul 2013 17:25:07 -0500
parents 56a20120a34f
children f1fef0c18d8c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
85
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
1 <html>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
2 <head>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
3 <title>toybox</title>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
4 </head>
501
8abb9e307d0c Web page tweaks. Remove background image (makes it hard ot read for some people), and use local roadmap instead of third party wiki.
Rob Landley <rob@landley.net>
parents: 410
diff changeset
5 <!-- body style="background: url(toycans.png) repeat;" -->
226
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents: 200
diff changeset
6 <table border=0 cellpadding=0 cellspacing=10>
85
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
7
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
8 <tr><td valign=top>
226
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents: 200
diff changeset
9 <h1>toybox</h1>
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents: 200
diff changeset
10
85
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
11 <b>About</b>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
12 <ul>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
13 <li><a href="index.html">News</a></li>
927
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
14 <li>What is it?<br>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
15 <a href="about.html">About</a><br>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
16 <a href="roadmap.html">Roadmap</a><br>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
17 <a href="status.html">Status</a><br>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
18 </li>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
19
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
20 <li>Why is it?<br>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
21 <a href="http://youtu.be/SGmtP5Lg_t0">video</a>/<a href=http://landley.net/talks/celf-2013.txt>outline</a><br>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
22 <a href="http://www.h-online.com/open/features/Inside-the-ToyBox-An-interview-with-Rob-Landley-1447494.html">Interview</a><br>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
23 </li>
85
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
24 </ul>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
25 <b>Download</b>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
26 <ul>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
27 <li><a href="/hg/toybox">Mercurial Repository</a></li>
693
4a5a250e0633 Announce release, add anchor tags to roadmap, tweak downloads in header (new bin directory pointing to downloads/binaries/$CURRENT).
Rob Landley <rob@landley.net>
parents: 635
diff changeset
28 <li><a href="downloads">Releases</a></li>
4a5a250e0633 Announce release, add anchor tags to roadmap, tweak downloads in header (new bin directory pointing to downloads/binaries/$CURRENT).
Rob Landley <rob@landley.net>
parents: 635
diff changeset
29 <li><a href="bin">Binaries</a></li>
85
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
30 </ul>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
31 <b>Development</b>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
32 <ul>
927
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
33 <li><a href="design.html">Design</a></li>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
34 <li><a href="code.html">Source walkthrough</a></li>
383
50906d6ad264 New mailing list.
Rob Landley <rob@landley.net>
parents: 353
diff changeset
35 <li><a href="http://lists.landley.net/listinfo.cgi/toybox-landley.net">Mailing List</a></li>
927
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
36 <li>IRC #toybox on freenode.net</li>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
37 <li><a href="/notes.html">Maintainer's Bog</a></li>
85
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
38 </ul>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
39 </td>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
40
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
41 <td valign=top>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
42