index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
example
Age
Commit message (
Expand
)
Author
2020-09-09
Use the infrastructure properly.
Rob Landley
2020-09-04
Add commas to top display, and adjust memory units to megabytes if >10G RAM.
Rob Landley
2020-05-06
Minor doc tweaks.
Rob Landley
2020-01-01
Use FLAG() macros.
Rob Landley
2019-05-16
Add human_readable_long() for more than 3 digits of output.
Rob Landley
2019-02-01
Fix record-commands and logwrapper.c
Rob Landley
2019-01-30
Command logging wrapper to help analyze what commands scripts call and how.
Rob Landley
2018-12-04
Clean up some --help formatting.
Elliott Hughes
2018-11-17
Convert more GLOBALS argument vars to the new single letter code style.
Rob Landley
2018-08-17
Make microcom use set_terminal() and move speed setting into set_terminal().
Rob Landley
2018-04-03
Finish renameing test_* to demo_* in example directories and tweak README.
Rob Landley
2018-03-26
Rename demo_human_readable.c->demo_number.c and have it do atolx() too.
Rob Landley
2018-02-17
Add RFC link to the examples.
Rob Landley
2017-10-31
Rename test_*.c to demo_*.c (because "make test_$CMD" means something already),
Rob Landley
2017-09-05
Tweak utf8towc() to return -1 earlier sometimes (instead of -2), and add test
Rob Landley
2016-12-26
Move hostid to toys/example and have it "default n".
Rob Landley
2016-07-30
Single builds skip commands with 0 in the install location so
Rob Landley
2016-03-06
Fix warning (toys.optflags is a long long now).
Rob Landley
2016-01-10
Make cursor left/right change sort type in iotop.
Rob Landley
2016-01-07
Make scan_key() specify timeout in miliseconds, split out terminal_probesize(),
Rob Landley
2015-12-27
Add scan_key_getsize() doing the ANSI probe, switch scan_key() to TAGGED_ARRAY,
Rob Landley
2015-12-10
Expand toys.optargs to 64 bits so people adding more options to ls don't run ...
Rob Landley
2015-08-17
Test for human_readable()
Rob Landley
2014-09-26
Separate more commands so single.sh can build them standalone.
Rob Landley
2014-04-23
Add example directory, move hello.c into it, add skeleton.c to demonstrate mo...
Rob Landley