elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

File history

Tracking elkscmd/file_utils/dd.c
CommitAuthorDateMessage
8dc2155fe9a7c9775df78c80c5650fc897405f2Greg Haerr2024-09-14[libc] Use __divmod in ltoa, ultoa, ltostr, ultostr and dd
58ff0954a45d89b384ca1899d75ee0f81673c02Greg Haerr2024-05-08[libc] Add small ultoa function, cleanup and reduce size of dd
f99399fa3f82ec1fc9b6d2168886bdee9c0eccfChuck Coffing2023-01-09[cmds] Init var to avoid spurious failure in dd count=0 corner case
4617ed367b5ad7ba5259381c84d736c856f4fb1Chuck Coffing2023-01-09[cmds] Fix double-free in error path of dd
dd42a57977d8dc6ffc0ee143cb771ed22de10ceGreg Haerr2022-08-03[cmds] Allow DEL from terminal to backspace in vi, enhance dd error message
7c87e2ff88e6b6a61f859d989859d81034254fbGreg Haerr2022-03-19[libc] Enhance tiny printf, further decrease application sizes
cb588295d28143e68c809884411210c5304b57fGreg Haerr2022-03-06Add ltoa function to libc
67b6153889c9947c3ef9e52ea5f1c7720aada0dGreg Haerr2022-03-06[cmds] Reduce size of executables by removing stdio if possible
90db150ec3736c95f222967cdd6e845bb3ad6fdHelge Skrivervik2020-10-24[cmds] dd & sum source cleanup, redo buffering in dd.
bae887da0725d82908ddc9f3b475c93f3e6c47bHelge Skrivervik2020-10-23[cmds] More dd-fixes.
b1f8753b2f371fc4d665dd2e4e961db8913d2bbHelge Skrivervik2020-10-23[cmds] Bugfixes and enhancements in dd & sum.
949e865eb1589a5aebbc52c4b39495adad3c1e6Greg Haerr2020-07-17[cmds] Reduce buffer sizes for stack limits and efficiency
521185162b59a46af162797a7430e94b336b36aGreg Haerr2020-03-22[cmds] Various cleanups, add new Nano-X programs to 2880k images
4d33cecfc6f424558b8c99017a10211c1f59f05Jody Bruchon2020-03-09Revert "Whitespace cleanup in `elks/`"
5d0200d2b9698abce45658cc8c7c5e10c87930cJody Bruchon2020-03-08Whitespace cleanup in `elkscmd/`
57d0a7125c10eaf10064e4374d38c32092083a7Jody Bruchon2015-03-18Remove headers from futils.h, put as needed in individual programs
c7c29afafe301cf319587ce8d5464ebf309d69cJody Bruchon2015-03-18dd: return 1, not -1
7c28ecac0843d9e43245eb28c04b3c0829a51d0Jody Bruchon2015-03-18dd: implement 'count=', add usage information, code style cleanups
140463b331ec3d96001545f2a2516a04448a8ceJody Bruchon2015-03-17K&R->ANSI work, 'dd' size reduction, make 'ash' build with GCC
06745189dd1ffb235700702d57b7bd5a0150c10Jody Bruchon2015-03-17file_utils: ANSI-ize some functions, general code style cleanups
ac034ea45f68685dc870beb4890f0923ce487fcAntonio1999-02-16Basic Unix Utilities for ELKS.