Age | Commit message (Collapse) | Author |
|
|
|
|
|
start of code.html, so move it to design.html.
|
|
|
|
|
|
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.
|
|
|
|
No idea what to do about 'em yet, but there they are.
|
|
|
|
machine I can fix it from, keep forgetting...
|
|
|
|
|
|
|
|
|
|
machine to run vs easy for humans to follow), and why comments aren't a substitute for good code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to the code style section.
|
|
|
|
|
|
|
|
The functions involved were called only once.
|
|
|
|
|
|
|
|
web copy.
|
|
|
|
|
|
roadmap updates, etc.)
|
|
|
|
|
|
|
|
|
|
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.
|
|
bin directory pointing to downloads/binaries/$CURRENT).
|
|
git repo.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|