X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=www%2Fcleanup.html;h=a41a75b7f799b6488da89f9aceef9fd3059073ad;hb=1498c2fc3d0a9b72232e7aee2d973f15e82cb5b4;hp=7c599e09352349bb34d30012cab8a4a5d5b3cc12;hpb=f42356f850c64fb3b2cd23595789fb4daf03f35b;p=android-x86%2Fexternal-toybox.git diff --git a/www/cleanup.html b/www/cleanup.html index 7c599e09..a41a75b7 100644 --- a/www/cleanup.html +++ b/www/cleanup.html @@ -11,7 +11,7 @@
  • uuencode
  • uudecode
  • ifconfig
  • -
  • find
  • +
  • stat
  • @@ -72,6 +72,12 @@ This means the pages can be shared between instances.) sight does not really help readability." - Pavel Machek +
  • "Infrastructure in search of a user" is a bad thing, so don't put code +in lib/ that doesn't already have at least two users. Don't preemptively +factor stuff out, it's easy enough to rewrite it uin future if it needs +to change. The "extreme programming" fad called this "You Ain't Gonna +Need It" (while inexplicably screaming at cans of Mountain Dew, back in the +90's). Here's Linus Torvalds' take.

  • @@ -227,33 +233,14 @@ ifconfig_main() table logic to fold more if/else parts into the table
  • commit: 1127, description: Start tacling ipv6 issues, beginning with display_ifconfig().
  • commit: 1128, description: More ipv6, make struct sockaddr_with_len go away, merge more arguments into the table in main().
  • commit: 1132, description: promotion from pending to other
  • -
  • commit: 1133, description: cleanup help text, remove obsolete/NOP commands
  • +
  • commit: 1133, description: cleanup help text, remove obsolete/NOP commands
  • Status: COMPLETE.

    -

    find

    - -
    -814 Initial version by Gurang Shastri.
    -815
    -816
    -847 Felix Janda
    -848 Whitespace (reindent from tabs -> 2 spaces)
    -849 More cleanup
    -867 Felix Janda Improve operator processing.
    -874 Felix Janda
    -875 Felix Janda
    -887 Felix Janda fix -mtime
    -
    - - -

    Status: in progress.

    +

    stat

    A lot of the stat cleanup was done by Felix Janda.