Daniel Hofstetter
64dad0c3ab
Merge pull request #7144 from sylvestre/comm2
...
comm: implement the ordering check
0.0.29
2025-01-18 14:53:33 +01:00
Sylvestre Ledru
b50a012d13
comm: implement the ordering check
...
A few comments:
* skip if the two args are pointing to the same file
* skip if the same content in the two files
* implement --check-order
* implement --nocheck-order
* output the right things on stderr
Should pass: tests/misc/comm
2025-01-18 09:22:41 +01:00
Sylvestre Ledru
05c4ce06d1
Merge pull request #7151 from jfinkels/df-mountinfo-special-chars
...
df: fix display of special characters
2025-01-17 09:15:23 +01:00
Daniel Hofstetter
df77904999
Merge pull request #7150 from uutils/renovate/chrono-tz-0.x-lockfile
...
chore(deps): update rust crate chrono-tz to v0.10.1
2025-01-17 06:55:33 +01:00
Yykz
96c17312ea
df: fix display of special characters
...
Replace the display of certain special characters in `df`: ASCII space
for plain space character, ASCII horizontal tab for plain tab
character, and ASCII backslash for plain backslash character.
Co-authored-by: Jeffrey Finkelstein <jeffrey.finkelstein@protonmail.com >
2025-01-16 21:49:58 -05:00
renovate[bot]
498f63ca12
chore(deps): update rust crate chrono-tz to v0.10.1
2025-01-16 21:38:10 +00:00
Sylvestre Ledru
f39fdd2831
Merge pull request #7146 from cakebaker/bump_chrono_tz
...
Bump `chrono-tz` to `0.10.0`
2025-01-16 12:39:50 +01:00
Daniel Hofstetter
7edd045206
date: use UTC if TZ is empty
2025-01-16 11:44:45 +01:00
Daniel Hofstetter
ada18863a7
date: adapt to API change in chrono-tz
2025-01-16 11:44:45 +01:00
Daniel Hofstetter
6bedec53ad
Bump chrono-tz from 0.8.6 to 0.10.0
2025-01-16 11:44:45 +01:00
Sylvestre Ledru
3913152a27
Merge pull request #7148 from cakebaker/fuzz_bump_bigdecimal
...
fuzz: bump `bigdecimal` from `0.4.3` to `0.4.7`
2025-01-16 11:33:12 +01:00
Daniel Hofstetter
2e4d4b4599
fuzz: bump bigdecimal from 0.4.3 to 0.4.7
2025-01-16 10:55:07 +01:00
Daniel Hofstetter
b7edb42f22
Merge pull request #7147 from uutils/sylvestre-patch-3-1
...
why-error: fixed tests/seq/seq-precision
2025-01-16 10:42:32 +01:00
Sylvestre Ledru
8b93c066f4
why-error: fixed tests/seq/seq-precision
...
by https://github.com/uutils/coreutils/pull/7145
2025-01-16 10:29:47 +01:00
Sylvestre Ledru
6060a3e831
Merge pull request #7145 from alexs-sh/seq-fix-min-exponent
...
seq: add a lower bound for exponents
2025-01-16 10:28:48 +01:00
Alexander Shirokov
b3c0633b95
seq:add bounds for exponents
...
Add bounds for exponents to avoid overflow issues for inputs like 'seq
1e-9223372036854775808'
2025-01-15 22:35:24 +01:00
Daniel Hofstetter
dca0ec0e65
Merge pull request #7140 from sylvestre/comm-test
...
comm: don't use files for test
2025-01-15 16:40:24 +01:00
Sylvestre Ledru
4e45ca673c
comm: don't use files for test
2025-01-15 16:13:51 +01:00
Sylvestre Ledru
e61147b154
Merge pull request #7143 from cakebaker/dircolors_move_use_to_top
...
dircolors: move `use` declaration to top
2025-01-15 14:26:50 +01:00
Daniel Hofstetter
1b5e321fc2
dircolors: move use declaration to top
2025-01-15 14:19:05 +01:00
Alexander
05ada0d204
seq:add floating point support ( #6959 )
...
* seq:enable parsing of hexadecimal floats
Turn on the float parser. Now it's possible to use hexadecimal floats as
parameters. For example,
cargo run -- 0x1p-1 3
0.5
1.5
2.5
Issue #6935
---------
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com >
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org >
2025-01-15 11:53:18 +01:00
Daniel Hofstetter
6600397a65
Merge pull request #7141 from uutils/sylvestre-patch-3
...
dircolors is fixed by https://github.com/uutils/coreutils/pull/7089
2025-01-15 11:15:36 +01:00
Daniel Hofstetter
c322fb5c73
Merge pull request #7134 from jfinkels/date-timezone-name
...
date: display %Z alphabetic time zone abbreviation
2025-01-15 11:07:46 +01:00
Sylvestre Ledru
c07e0e8973
dircolors is fixed by https://github.com/uutils/coreutils/pull/7089
2025-01-15 10:42:14 +01:00
Daniel Hofstetter
d7800b5c88
Merge pull request #7089 from sylvestre/dircolors
...
dircolors: fix empty COLORTERM matching with ?* pattern
2025-01-15 10:17:52 +01:00