aboutsummaryrefslogtreecommitdiff
path: root/www/design.html
AgeCommit message (Collapse)Author
2021-06-02Remove unbalanced parentheses and repeated transition.Rob Landley
2021-05-26Better link to LP64 documentation.Rob Landley
2020-03-02Update the LP64 section.Rob Landley
2019-12-28Fiddle with docs a bit.Rob Landley
2019-07-20Update design page to answer somebody's question.Rob Landley
2019-03-11Add a code style note.Rob Landley
2017-04-24Another FAQ, and some related tweaks as long as I was there.Rob Landley
2016-12-07Documentation tweak.Rob Landley
2016-08-14Explain shared library policy, fix an unblanaced tag, add some links.Rob Landley
2016-07-12Convert atolx() and friends to use long long internally. Update design.htmlRob Landley
to use this (and tail) as examples of simplicity of implementation winning and losing.
2016-02-17Add the sed invocations to convert tabs/spaces and back, plus some tweaks.Rob Landley
2015-11-14Documentation tweaks.Rob Landley
2014-12-28Another random link for the design page.Rob Landley
2014-06-07Minor tweaks to code style section.Rob Landley
2014-05-19Fluff out the coding style section, but the result was a bit big for the ↵Rob Landley
start of code.html, so move it to design.html.
2014-01-04Change header and pages so each page has its own title.Rob Landley
2014-01-01Add new paragraphs on trading off different _kinds_ of simplicity (easy for ↵Rob Landley
machine to run vs easy for humans to follow), and why comments aren't a substitute for good code.
2013-02-23Accumulated web page changes. (Release announcement for previous release, ↵Rob Landley
roadmap updates, etc.)
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked ↵Rob Landley
right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. The actual code should be the same afterward, this is just cosmetic refactoring.
2012-07-01A note on error messages and internationalization.Rob Landley
2012-03-06Web page updates.Rob Landley
2012-01-16Fluff out documentation and skeleton code.Rob Landley
2010-01-05Minor web page updates (put header/footer back, add a few <hr> tags).Rob Landley
2007-12-13Update web pages.Rob Landley
2007-11-15Remove trailing whitespace (thanks to Charlie Shepherd), and a couple commentRob Landley
tweaks.
2007-05-17Link to ars technica paedia broke because ars is now using Windows 2003 onRob Landley
its' webserver and can't competently show "index.html" for a directory. Wheee.
2007-04-23Add sync and an incomplete version of mdev.Rob Landley
2006-11-09Web site updates, and a design document.Rob Landley