1. 46c8069 Cosmetic tweak. by Rob Landley · 11 years ago
  2. bb5cfb2 Older python spit --version to stdout, 2.7 does it to stderr. Of course. by Rob Landley · 11 years ago
  3. 0201900 Regression test against Ancient Build Environment (Ubuntu 8.04), fixup bit-rot. by Rob Landley · 11 years ago
  4. 73fff3b Don't use $CC without $CROSS_COMPILE because $HOSTCC could be something else entirely. by Rob Landley · 11 years ago
  5. 207cada Switch flag generation from shell to C. by Rob Landley · 11 years ago
  6. 75a1815 Fix generated/oldtoys.h to contain option strings with USE() macros in them. by Rob Landley · 11 years ago
  7. 21d4d71 Allow shipped generated/help.h to still be used, until I rewrite the generator in C. by Rob Landley · 11 years ago
  8. eee90c0 make.sh: Fix probing for python2.x and be verbose in error reporting by Elie De Brauwer · 11 years ago
  9. 408d4f2 Implement ls --color=auto, suggested by Rich Felker. by Rob Landley · 11 years ago
  10. d04dc1f Add scripts/single.sh to build individual non-multiplexed standalone commands. by Rob Landley · 11 years ago
  11. dd2d239 More grep cleanup, and make OPTSTR_command macros for use with OLDTOY() by Rob Landley · 11 years ago
  12. 7c9d6ce Juhani Haverinen pointed out that python 3 doesn't work with config2help.py, so you python2 binary until finishing the C rewrite. by Rob Landley · 11 years ago
  13. 5e56568 Don't make a FLAG_ macro for " ", it's a control character, doing so throws the indexes off. Reported by Ashwini Sharma. by Rob Landley · 11 years ago
  14. 3a489e4 Generate FLAG_longopt macros for --longopts with no corresponding short option. by Rob Landley · 11 years ago
  15. 45084bd generated/help.h depends on CONFIG_TOYBOX_HELP by Felix Janda · 11 years ago
  16. b3d4f0b The host sort on many distros behaves stupidly, and sorts stuff in non-ascii order by default. Make it stop. by Rob Landley · 11 years ago
  17. 80aab26 Use the specified compiler for preprocessing. by Rob Landley · 12 years ago
  18. 6cf0a11 Cleanup i18n support (#ifdefectomy, move global init to process launch). Teach make.sh to emit "#define FLAG_x 0" for options inside disabled USE macros so we can unconditionally refer to them. by Rob Landley · 12 years ago
  19. 7f909bd Teach option parsing about [groups] of related options. by Rob Landley · 12 years ago
  20. c0e56ed New build infrastructure to generate FLAG_ macros and TT alias, #define 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. by Rob Landley · 12 years ago
  21. 787eac5 Add switch_root and fix infrastructure to understand name "switch_root". by Rob Landley · 12 years ago
  22. 658b97b Teach build to compare toys/*/*.c against .config symbol names instead of stopping at first _ when assembling list of files to build, and convert - to _. This lets us have commands like switch_root or nbd-client. by Rob Landley · 12 years ago
  23. 3a9241a Move commands into "posix", "lsb", and "other" menus/directories. by Rob Landley · 12 years ago
  24. 15a8d71 Multiplexer needs stayroot flag for suid handling. by Rob Landley · 12 years ago
  25. fb98c1e Probe available libraries to link --as-needed, avoiding "unknown libarary" errors. by Rob Landley · 12 years ago
  26. 0b11a16 Adding initial version of login.c by Elie De Brauwer · 12 years ago
  27. 1bcdf53 Teach make.sh to create flag macros, but with the wrong names. Dunno how to make a translation macro or #ifdef guard to get the names right so they actually be _used_ yet... by Rob Landley · 12 years ago
  28. 9317c06 Comment and whitespace tweaks. by Rob Landley · 13 years ago
  29. 344c267 Fix from Georgi Chorbadzhiyski to make cross compiling more robust. by Rob Landley · 13 years ago
  30. 1aa66ba Add V=1 support to make. by Rob Landley · 13 years ago
  31. b704ad2 The "strip" in gcc 4.4 doesn't set the executable bit on its output, despite what SUSv4 says it should do, so cope with buggy FSF tools. by Rob Landley · 15 years ago
  32. 687bea5 Convert non-bool config values (such as int) into config.h entries. by Rob Landley · 16 years ago
  33. 1193a02 Re-wordwrap and reorder the .config->config.h sed script. (No real changes, just one command/line in a clearer order.) by Rob Landley · 16 years ago
  34. ae2e4b7 Add netcat server mode, -l, -L, and -t. by Rob Landley · 16 years ago
  35. da57094 Sort was including the trailing comma and getting the order wrong. by Rob Landley · 16 years ago
  36. 775257b Remove some commented out code. by Rob Landley · 17 years ago
  37. 76a2e46 Die on compilation or stripping failure by Charlie Shepherd · 17 years ago
  38. 81d937d Sort newtoys.h by command name, not by USE_ macro. by Rob Landley · 17 years ago
  39. b1aaba1 Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() by Rob Landley · 17 years ago
  40. 55928b1 Move NEWTOY() list from end of toylist.h to generated/newtoys.h. by Rob Landley · 17 years ago
  41. 2896480 Zap toys/Config.in and instead create generated/Config.in from contents of by Rob Landley · 17 years ago