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/rm.c
CommitAuthorDateMessage
2de7a6e03cc9be736803ff6465bd91a0ebf6e8eGreg Haerr2024-09-19Decrease rm code size, check no fflush necessary with tiny_printf.c
cf7b0eefdbed732185d853c317ca32d6f60b759Greg Haerr2023-10-08[libc,cmds] Fix perror and rm -f, improve rmdir
fe0a7479f5aeedc9514dbfe4f95ffac50095e8eChuck Coffing2023-03-17[libc] limits.h with PATH_MAX
d31b9b3f796461213ccbddf9a48d3effc5f9367Greg Haerr2022-08-09[console] Map Alt-a thru Alt-z to ESC A..Z, cleanup cp/rm errmsgs
e01380f5425e6b71bfe5eb5f8268ca182ccea48Greg Haerr2022-04-28[kernel/libc] Small source code cleanup
62b1565e3541f6bca04706968a80207d9033be6Greg Haerr2022-03-20More cleanup and filesize reduction
7c87e2ff88e6b6a61f859d989859d81034254fbGreg Haerr2022-03-19[libc] Enhance tiny printf, further decrease application sizes
e1f23c225067e5342f4c0d11f9be04cd720d4a8Greg Haerr2020-11-15[cmds] Add cp -R recursive copy command option
7b677c8e70ef510bde4fd389bd2001ea0f16120Helge Skrivervik2020-04-01 Added -r -f -i options to rm(1) for full functionality. Fixed bug in access(2) (fs/open.c) which left inode busy after access check. Fix from @ghaerr.
521185162b59a46af162797a7430e94b336b36aGreg Haerr2020-03-22[cmds] Various cleanups, add new Nano-X programs to 2880k images
6d9b289789668feaf799dd40d4d10aa4f3fa78aGreg Haerr2020-03-18[cmds] Add time cmd, times(3) & tzset(3) libc functions, basic localtime support w/TZ=
4d33cecfc6f424558b8c99017a10211c1f59f05Jody Bruchon2020-03-09Revert "Whitespace cleanup in `elks/`"
5d0200d2b9698abce45658cc8c7c5e10c87930cJody Bruchon2020-03-08Whitespace cleanup in `elkscmd/`
f6a651842c2563f17a9d8e219bfc761367237aemfld-fr2020-02-08[config] Rename CONFIG_MSDOS_FS to CONFIG_FS_FAT
4e3c4337ad5cb3dfd6402d72484e71f2176bef9georgp242017-04-08Add FAT filesystem support to ELKS
c2c649d4a72313a8fde8bf52f740b2e29ac8967Jody Bruchon2016-08-18Style cleanups on for/if/while in elkscmd
239d04e76e062c0d760f015631c94bcede96c57Jody Bruchon2015-03-18rm: add usage, change rindex() to strrchr()
57d0a7125c10eaf10064e4374d38c32092083a7Jody Bruchon2015-03-18Remove headers from futils.h, put as needed in individual programs
06745189dd1ffb235700702d57b7bd5a0150c10Jody Bruchon2015-03-17file_utils: ANSI-ize some functions, general code style cleanups
ac034ea45f68685dc870beb4890f0923ce487fcAntonio1999-02-16Basic Unix Utilities for ELKS.