Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-27 | Update cleanup page, now linking to descriptions of all of the ifconfig cleanup. | Rob Landley | |
2014-06-24 | Tweak license page to explicitly say that zero clause BSD is functionally ↵ | Rob Landley | |
equivalent to placing the code in the public domain. This license variant looks like BSD, but is an unrestricted permission grant that doesn't require you to copy specific license text into derivative works. (The second paragraph is about something we DON'T do, I.E. provide any sort of warantee, and is just boilerplate from BSD to make it look like a BSD license.) | |||
2014-06-07 | Minor tweaks to code style section. | Rob Landley | |
2014-05-22 | Update docs for example and pending directories. | Rob Landley | |
2014-05-19 | Fluff 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-04-20 | Release announcement for 0.4.8. | Rob Landley | |
2014-04-12 | On further analysis, none of the glibc commands are interesting. | Rob Landley | |
2014-04-12 | roadmap: describe glibc commands. | Isaac Dunham | |
Some glibc commands are irrelevant because they're for functionality that is excluded from musl (mtrace, rpc*, localedef, iconvconfig, nscd). getconf and catchsegv look like candidates for the development toolchain; locale and iconv were already triaged. getent is pretty lame, but it and the timezone stuff (tzselect zic zdump) are the only new possibly interesting commands. | |||
2014-04-09 | Document some of the new temporary files in generated/, add anchor tags. | Rob Landley | |
2014-04-09 | Note commands bundled with glibc but not musl. | Rob Landley | |
No idea what to do about 'em yet, but there they are. | |||
2014-03-28 | Add help.html (make defconfig && help -ah > help.html) to index. | Rob Landley | |
2014-03-08 | Broken URL that's been pointed out to me a couple times when I'm not at a ↵ | Rob Landley | |
machine I can fix it from, keep forgetting... | |||
2014-02-21 | Update status page. | Rob Landley | |
2014-02-04 | More cleanup.html documentation, still way behind... | Rob Landley | |
2014-01-04 | Change header and pages so each page has its own title. | Rob Landley | |
2014-01-01 | More work on the cleanup page, partway through describing ifconfig. | Rob Landley | |
2014-01-01 | Add 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-12-31 | A few more commands in request section of roadmap. | Rob Landley | |
2013-12-31 | Link to a couple more things from nav bar. | Rob Landley | |
2013-12-27 | New section on #including header files. | Rob Landley | |
2013-11-20 | Fix broken link. | Rob Landley | |
2013-11-19 | Release announcement for 0.4.7. | Rob Landley | |
2013-11-09 | Typo spotted by Anca Emanuel. | Rob Landley | |
2013-10-04 | Typo: fdisk != fsck. | Rob Landley | |
2013-09-21 | Update lib/args.c docs. | Rob Landley | |
2013-09-18 | Release announcement on web page. | Rob Landley | |
2013-09-05 | Pending cleanup page, less than half done. Some of it should probably move ↵ | Rob Landley | |
to the code style section. | |||
2013-09-01 | Update status and roadmap pages, and status page generator script. | Rob Landley | |
2013-08-18 | Document the toybox entry path from main() into a command. | Rob Landley | |
2013-07-26 | Link to Georgi's mirror on github. | Rob Landley | |
2013-07-06 | This inlines CRC64, and nothing more. | Isaac Dunham | |
The functions involved were called only once. | |||
2013-06-26 | Update status to include recently implemented commands. | Rob Landley | |
2013-06-16 | Misc website updates. | Rob Landley | |
2013-05-10 | Web page tweaks. | Rob Landley | |
2013-04-20 | Commit 818 simplified the license text in the source tarball, this gets the ↵ | Rob Landley | |
web copy. | |||
2013-03-27 | Where I left off on analysis of other multicall binaries... | Rob Landley | |
2013-03-21 | Update news page and link to ELC 2013 talk on toybox. | Rob Landley | |
2013-02-23 | Accumulated web page changes. (Release announcement for previous release, ↵ | Rob Landley | |
roadmap updates, etc.) | |||
2013-01-31 | Wrong closing tag in roadmap.html. | Rob Landley | |
2012-12-23 | Update mkstatus.py, roadmap.html, and status.html. | Rob Landley | |
2012-12-19 | Web page update for release. | Rob Landley | |
2012-12-06 | Update link to posix in docs (open group broke their website). | Rob Landley | |
2012-11-13 | Reindent 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-11-13 | Announce release, add anchor tags to roadmap, tweak downloads in header (new ↵ | Rob Landley | |
bin directory pointing to downloads/binaries/$CURRENT). | |||
2012-10-16 | Update roadmap/status with new toolbox analysis based on android system/core ↵ | Rob Landley | |
git repo. | |||
2012-10-08 | Doc tweak about test suite. | Rob Landley | |
2012-10-08 | New build infrastructure to generate FLAG_ macros and TT alias, #define ↵ | Rob Landley | |
FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate. | |||
2012-09-03 | Update status page. | Rob Landley | |
2012-08-26 | Split off pre-relaunch news entries into a separate oldnews.html page. | Rob Landley | |
2012-08-25 | Some dubious asides, currently commented out. | Rob Landley | |