index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
ls.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2021-09-21
1
-1
/
+2
|
\
|
*
libbb: clarify what bb_mode_string() generates
Denys Vlasenko
2021-09-17
1
-1
/
+1
|
*
libbb: eliminate a static data array in bb_mode_string()
Denys Vlasenko
2021-09-17
1
-1
/
+2
|
*
ls: revert last change (short name must be allocated)
Denys Vlasenko
2021-06-25
1
-1
/
+1
|
*
ls: code shrink
Denys Vlasenko
2021-06-24
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-06-07
1
-13
/
+17
|
\
|
|
*
ls: trim --help text
Denys Vlasenko
2021-06-05
1
-9
/
+9
|
*
ls: don't output any colors with TERM=dumb
Sören Tempel
2021-06-04
1
-4
/
+8
*
|
win32: make readlink(2) implementation unconditional
Ron Yorston
2021-02-12
1
-2
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-02-05
1
-1
/
+1
|
\
|
|
*
libbb: introduce and use fputs_stdout
Ron Yorston
2021-02-03
1
-1
/
+1
*
|
ash, ls: improve support for 'c:path'
Ron Yorston
2020-08-28
1
-0
/
+5
*
|
ls: allow backslashes to be replaced in displayed paths
fix_backslash
Ron Yorston
2020-08-19
1
-0
/
+15
*
|
ls: treat hidden files as if their names begin with a dot
Ron Yorston
2020-07-09
1
-0
/
+12
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-05-27
1
-1
/
+1
|
\
|
|
*
ls: fix SEGV when --color is used and ENABLE_LS_COLOR=n
Denys Vlasenko
2019-05-26
1
-1
/
+1
*
|
win32: implement readlink(2)
Ron Yorston
2019-03-06
1
-1
/
+1
*
|
ls: use correct column width for WIN32 inodes
Ron Yorston
2019-03-04
1
-0
/
+4
*
|
win32: make stat(2) fetch additional metadata
Ron Yorston
2019-02-16
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-01-10
1
-2
/
+2
|
\
|
|
*
ls: make -i compatible with coreutils: don't follow symlink by default
Martijn Dekker
2019-01-04
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-10-08
1
-2
/
+2
|
\
|
|
*
unzip: use printable_string() for printing filenames
Denys Vlasenko
2018-09-30
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-09-10
1
-1
/
+9
|
\
|
|
*
ls: When -h is passed, the total should also be in human units
Lauri Kasanen
2018-08-01
1
-1
/
+9
*
|
ls, stat: don't try to read symlinks
Ron Yorston
2018-04-10
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-02-13
1
-3
/
+2
|
\
|
|
*
randomconfig fixes
Denys Vlasenko
2017-12-31
1
-3
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-09-27
1
-4
/
+6
|
\
|
|
*
*: use ESC define instead of "\033"; use ESC[m instead of ESC[0m
Denys Vlasenko
2017-09-13
1
-4
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-22
1
-30
/
+31
|
\
|
|
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-29
/
+31
|
*
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-08
1
-2
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-24
1
-11
/
+11
|
\
|
|
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-10
/
+10
|
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
|
Use %I64* formats with MinGW instead of %ll* formats
Johannes Schindelin
2017-07-18
1
-1
/
+1
|
/
*
ls: fix support for long options when FEATURE_LS_COLOR is deselected
Laurent Bercot
2017-05-26
1
-6
/
+8
*
ftpd/ls: show directories first
Denys Vlasenko
2017-01-25
1
-1
/
+6
*
ls: convert DISP_DIRNAME to a bool variable
Denys Vlasenko
2017-01-23
1
-9
/
+3
*
ls: get rid of opt_flags[], handle -l1c through option_mask32
Denys Vlasenko
2017-01-23
1
-67
/
+33
*
ls: handle -x through option_mask32, remove default -C from --help
Denys Vlasenko
2017-01-23
1
-8
/
+7
*
ls: handle -d and -R through option_mask32
Denys Vlasenko
2017-01-23
1
-29
/
+17
*
ls: handle -p and -F through option_mask32
Denys Vlasenko
2017-01-23
1
-18
/
+16
*
ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONG
Denys Vlasenko
2017-01-23
1
-43
/
+36
*
ls: make -Z output compatible with GNU coreutils 8.25
Denys Vlasenko
2017-01-23
1
-19
/
+24
*
ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPT
Denys Vlasenko
2017-01-23
1
-34
/
+30
*
ls: handle -s through option_mask32
Denys Vlasenko
2017-01-23
1
-16
/
+16
*
ls: handle -i through option_mask32
Denys Vlasenko
2017-01-23
1
-6
/
+5
*
ls: handle -a and -A through option_mask32
Denys Vlasenko
2017-01-23
1
-12
/
+10
[next]