aboutsummaryrefslogtreecommitdiff
path: root/modutils (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-01make: strip leading whitespace in shell assignmentRon Yorston1-11/+28
2023-01-31ash: fix CRLF handlingRon Yorston1-2/+7
2023-01-31libbb: fix CRLF handlingRon Yorston2-4/+14
2023-01-30ash,make: fix CRLF handlingRon Yorston2-2/+9
2023-01-30awk: CRLF handlingRon Yorston2-19/+32
2023-01-29diff: improve --binary implementationRon Yorston1-13/+7
2023-01-29win32: provide a default value for HOMERon Yorston2-9/+19
2023-01-27diff: implement --binary flagRon Yorston1-0/+25
2023-01-26win32: another stat(2) + access time fixRon Yorston1-1/+1
2023-01-24make: enable pdpmake alias in default configurationRon Yorston2-2/+2
2023-01-24make: allow building as pdpmake onlyRon Yorston2-0/+2
2023-01-23win32: only count subdirectories if necessaryRon Yorston4-3/+26
2023-01-22win32: limit setting of errno when lazy loading failsRon Yorston1-3/+3
2023-01-22win32: reset errno in read_key()Ron Yorston1-0/+1
2023-01-18win32: more minor improvements to stat(2)Ron Yorston1-29/+26
2023-01-17win32: minor improvements to stat(2)Ron Yorston1-9/+9
2023-01-16win32: use ACL check to clarify write permissionRon Yorston1-27/+30
2023-01-11win32: fix permissions of read-only directoryRon Yorston1-1/+1
2023-01-11win32: improve seeding of PRNGsRon Yorston2-60/+10
2023-01-11awk: further improvements to randomnessRon Yorston1-0/+15
2023-01-06awk: make random values more randomRon Yorston1-2/+2
2023-01-05Annual update of copyright messageRon Yorston1-1/+1
2023-01-05xargs: omit support for -oRon Yorston1-3/+14
2023-01-03Start 1.37.0 development cycleDenys Vlasenko1-2/+2
2023-01-03Bump version to 1.36.01_36_0Denys Vlasenko1-1/+1
2023-01-03hush: code shrinkDenys Vlasenko1-4/+9
2023-01-03ash: trivial code shrinkDenys Vlasenko1-1/+1
2023-01-03xxd: use bb_simple_perror_msg... where appropriateDenys Vlasenko1-2/+2
2023-01-03shell: fix compile failures in some configsDenys Vlasenko4-15/+31
2023-01-02Makefile.flags: add resolv to LDLIBS for linux compilers too (not only gnu ones)Denys Vlasenko1-0/+3
2023-01-02sed: fix double-free in FEATURE_CLEAN_UP=y configsDenys Vlasenko1-4/+13
2023-01-02mv: fix error in !VERBOSE configsDenys Vlasenko1-2/+2
2023-01-02libbb/loop: fix compile failure (name collision)Denys Vlasenko1-2/+2
2023-01-02testsuite/sha1sum.tests: fix false positive failureDenys Vlasenko1-0/+2
2023-01-02testsuite/tree.tests: fix false positive failureDenys Vlasenko1-18/+20
2023-01-02xxd: fix use of non-initialized dataDenys Vlasenko1-1/+2
2022-12-31win32: revised implementation of setlinebuf(3)Ron Yorston1-1/+1
2022-12-30libbb: speed up bb_get_chunk_from_file()Ron Yorston1-0/+9
2022-12-30win32: speed up getc(3) wrapperRon Yorston1-2/+2
2022-12-22win32: always allow d_type member of struct direntRon Yorston2-4/+0
2022-12-22win32: prevent stat(2) from updating access timesRon Yorston1-4/+19
2022-12-22xargs: implement -o, closes 15146Denys Vlasenko1-34/+51
2022-12-15udhcpc6: fix binding to network aliasesDenys Vlasenko1-4/+9
2022-12-15udhcp: add a few comments, no code changesDenys Vlasenko2-0/+11
2022-12-15udhcpc6: use a different default config scriptDenys Vlasenko2-3/+8
2022-12-15udhcpc6: align FF02__1_2[]Denys Vlasenko3-5/+5
2022-12-14more: accept and ignore -eNatanael Copa1-1/+2
2022-12-14udhcpc6: add some commentsDenys Vlasenko2-12/+39
2022-12-13udhcpc6: remove stray commentDenys Vlasenko1-1/+0
2022-12-13libbb: shrink del_loop()Denys Vlasenko1-1/+1