summaryrefslogtreecommitdiff
path: root/miscutils/last_fancy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
| | | | | | | This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace fixDenis Vlasenko2008-07-091-1/+1
|
* last: fix ctime(ptr) ptr type mismatchDenis Vlasenko2008-07-091-1/+5
|
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
|
* ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko2008-06-011-0/+3
| | | | | by Cristian Ionescu-Idbohrn.
* - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-06-011-12/+12
| | | | | | | | - use ut_tv.tv_sec rather than ut_time (me) - shrink halt a little bit (me): halt_main 464 433 -31 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-31) Total: -31 bytes
* last: code shrinkDenis Vlasenko2008-05-251-17/+17
| | | | | | | | | function old new delta show_entry 319 311 -8 last_main 917 907 -10 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-18) Total: -18 bytes
* - untangle the implementation of the small and huge last appletsBernhard Reutner-Fischer2008-05-221-0/+7
|
* last: trim format string a bitDenis Vlasenko2008-05-221-1/+1
|
* last: optional alternative sysv-like implementationDenis Vlasenko2008-05-221-0/+283
(by Patricia Muscalu <patricia.muscalu AT axis.com>) function old new delta last_main 448 917 +469 show_entry - 319 +319 packed_usage 24216 24268 +52 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/0 up/down: 840/0) Total: 840 bytes