File history
Tracking elkscmd/file_utils/ls.c
| Commit | Author | Date | Message |
|---|---|---|---|
23a73770873e3d48ae537aa5b87d3c27585f144 | Chuck Coffing | 2023-12-16 | Shrink ls |
fe0a7479f5aeedc9514dbfe4f95ffac50095e8e | Chuck Coffing | 2023-03-17 | [libc] limits.h with PATH_MAX |
1afd5fde34609dceaa66405646cae7a24cb5f2f | Chuck Coffing | 2023-01-27 | [cmds] ls: Shrink code and save cycles |
b27cdc1d20b9376975de5c09db187c471ae254d | Chuck Coffing | 2023-01-27 | [cmds] Make ls handle deeply nested directories better |
35874f598a65edc1a4d72646f2bb3c787441d40 | Chuck Coffing | 2023-01-22 | [cmds] 'ls -lR' should continue, not exit, after permission denied |
52151758c2e6b38157adecb43e088cb4d2b6740 | Chuck Coffing | 2023-01-21 | [cmds] Prevent extra \n from 'ls' e.g. when 0 files listed |
c6c94f2ae73e34839e6a9f9acfc1ab1085c2a2c | Chuck Coffing | 2023-01-21 | [cmds] Reformat ls; no functional changes |
4209c336e9ae1afb8e25f3e0126d5c6e4988624 | Greg Haerr | 2022-08-25 | [cmds] Fix ls -i column output |
10d4d08e0d3b6957fd6daa172730b7aec929b42 | Greg Haerr | 2022-07-24 | [kernel][libc][cmds] Add stty erase2, fix printf %*s, ls time format |
ad1ef7fecb5f69e8d40ddeb6986f913b66d0589 | Greg Haerr | 2022-04-28 | Fix ls -lR |
3c6f995d47482da645ff69234ed72b1da5125ed | Greg Haerr | 2022-04-11 | [cmds] Add ls -S option to sort by size |
80acde7efb5893adf7e1ab186b31c1e61b579c2 | Greg Haerr | 2022-03-05 | [cmds] Add -U option to ls for non-sorted output |
6109f47d710d9018ca2ba63e32d54b02a94f355 | Greg Haerr | 2022-03-04 | [libc/cmds] Replace qsort, enhance ls speed on FAT |
733fd5bb917c9c6fdaf7959ec7f9d9220c1b457 | Greg Haerr | 2022-02-15 | [cmds] Add -t (sort by reverse modified time) to ls |
aed5da8b699933ccdb02d46aacef8770fa37fda | Helge Skrivervik | 2021-11-11 | [ls] Remove trailing spaces when outputting file list (one per line) to a pipe or file. |
8fe3ea82c6b74d56c601260c9e9079adfee7b08 | Helge Skrivervik | 2020-05-09 | Minor bugfixes in sash, /bin/ls |
521185162b59a46af162797a7430e94b336b36a | Greg Haerr | 2020-03-22 | [cmds] Various cleanups, add new Nano-X programs to 2880k images |
55aa712a2d494c132e88632d987222e55ae9aa0 | Gregory Haerr | 2020-03-18 | [cmds] Bug fixes for various commands and cleanup, add 'od' (#473) |
cbd560892f408eb6bcb31e02620d69e16f2d1e0 | Greg Haerr | 2020-03-15 | [cmds] Bug fixes for various commands |
4d33cecfc6f424558b8c99017a10211c1f59f05 | Jody Bruchon | 2020-03-09 | Revert "Whitespace cleanup in `elks/`" |
f832e0d03520db4c4b1ac57cf7b95194508cc25 | Jody Bruchon | 2020-03-09 | elkscmd: automated cleanup around the == operator |
596344881ae0b22b1baf0c8963aa2bd29359db8 | Jody Bruchon | 2020-03-08 | elkscmd: automated code style cleanups with sed |
2598be2a59a59d29dfbf634347f5d21f3a30390 | Gregory Haerr | 2020-03-06 | [cmds] Sash and ls enhancements (#412) |
c5b3bbb15c70ccfb1199e9fdfb9bca4eff3a998 | Greg Haerr | 2020-02-23 | [cmds] Fix ls -l date/time display |
0a74304a388330df62df48c3616f0047d543bdd | Greg Haerr | 2020-02-22 | [cmds] Fix ls -i and -F |
61073feb113492bea49b233f766db4c3b924bba | Greg Haerr | 2020-02-21 | Revert "[fs] Fix ino_t size everywhere" |
a413291bb76957fc3dbaaa6d4258a3e10b0863c | Greg Haerr | 2020-02-21 | Revert "[fs] C99-like print macro for ino_t portability" |
647ab5d087020fe6edc27467bf33d4fd9806080 | mfld-fr | 2020-02-19 | [fs] C99-like print macro for ino_t portability |
12f1995c967a3a8d394581e8fade9ff20fae9bc | mfld-fr | 2020-02-17 | [fs] Fix ino_t size everywhere |
00a953f0473b43dde52650d36695c4dfc0cedf8 | Jody Bruchon | 2016-05-25 | ls: fix -F switch |
153d79fb75bec0e2ce8090a2b3e98ece9add1e7 | Jody Bruchon | 2016-05-25 | ls: fix crash caused by dot dir recursion when using -aR |
0d5611c3460e4c283981f75b6cbc1423d5ae4ec | Jody Bruchon | 2016-05-25 | ls: remove a line accidentally left in previous commit |
ea0af349d0429051fe36544e2c554d4d0d4499d | Jody Bruchon | 2016-05-25 | ls: check realloc() for failure; some formatting cleanups |
9e5cb2ee721387560400cbf72e1d3161f9fe965 | lithoxs | 2016-05-25 | Fix for problem with ls command, reported in the mailing list |
4286d710caee2e25a0446932104d99b6cec2fe3 | Jody Bruchon | 2015-03-18 | file_utils: add usage to some programs, clean up futils.h, ls fix |
57d0a7125c10eaf10064e4374d38c32092083a7 | Jody Bruchon | 2015-03-18 | Remove headers from futils.h, put as needed in individual programs |
5b4cb80f7cafc17d8008b604f5400120a07c3b8 | Jody Bruchon | 2015-03-18 | Remove more BOOL junk, fix printf conversions |
0a058f7d099d405c8e7226b01813f63d91c4714 | Jody Bruchon | 2015-03-17 | file_utils: code style cleanups, 'ls' 48-byte size reduction |
06745189dd1ffb235700702d57b7bd5a0150c10 | Jody Bruchon | 2015-03-17 | file_utils: ANSI-ize some functions, general code style cleanups |
71b8c803df9200dea3fb0ef4d35aab04acd0dc6 | Miguel Bolanos | 2004-05-28 | Fix ls reverse sort order |
e75dd1a4747d54935510a3015296742f5eb9b24 | Miguel Bolanos | 2004-05-28 | Email update |
792ec44366deecdb3b3b75018e9f74bf7cffdf4 | Riley H. Williams | 2002-01-16 | Fix bugs in `ls` and `fdisk` commands, and add `dir` command that gives `ls -l` by default. |
dff728dfc68c6a076061a0fa330867e4cf9d0a2 | Riley H. Williams | 2002-01-14 | Fixed bugs in ls command, and added dir alias for ls command. |
5213fd677344cdc74c10ceeaf368d240f799333 | Andrew Richards | 2000-01-31 | Bug fix to ls by Mario Frasca |
5da9c238f91a39896a16fc2ea7d868b05b912e1 | Andrew Richards | 1999-12-07 | Updated ls.c and date.c and various fixes by Mario Frasca |
ac034ea45f68685dc870beb4890f0923ce487fc | Antonio | 1999-02-16 | Basic Unix Utilities for ELKS. |