|
e34e4fad3f
|
pschdir(1): rewrite in Rust
|
2024-07-23 21:14:42 -06:00 |
|
|
f4514592bd
|
pschdir(1): license
|
2024-07-23 18:07:59 -06:00 |
|
|
46f0d4955f
|
pschdir(1): add source file
|
2024-07-23 17:39:55 -06:00 |
|
|
a8c40de747
|
pschdir(1) sans documentation, from trinity/src
|
2024-07-23 17:39:03 -06:00 |
|
|
e0b192bd4b
|
languages.toml: add Helix editor configuration
|
2024-07-23 17:33:14 -06:00 |
|
|
e90d25e30f
|
Merge branch 'strcmp'
|
2024-07-15 19:52:26 -06:00 |
|
|
71f372d2c2
|
Merge branch 'intcmp'
|
2024-07-15 15:21:31 -06:00 |
|
|
27ff64dffa
|
intcmp(1): add comments
|
2024-07-15 14:51:54 -06:00 |
|
|
becb3bac4e
|
strcmp(1): code clarification
|
2024-07-15 14:40:26 -06:00 |
|
|
e7a6632b41
|
mm(1): improves comments
|
2024-07-15 12:52:02 -06:00 |
|
|
48dbea0228
|
mm(1): imports full enum
|
2024-07-15 12:52:02 -06:00 |
|
|
64f3f73d96
|
mm(1): formatting
|
2024-07-15 12:52:02 -06:00 |
|
|
eda5385058
|
mm.1: small correction
|
2024-07-15 12:52:02 -06:00 |
|
|
7a0ad78000
|
mm.1: reflects new changes
|
2024-07-15 12:52:02 -06:00 |
|
|
8dc763f05e
|
mm(1): treats trailing arguments as optargs for the last opt
|
2024-07-15 12:52:01 -06:00 |
|
|
20692d581a
|
mm(1): makes -e block inferring stdout as an output, mm.1: reflects changes to -e
|
2024-07-15 12:52:01 -06:00 |
|
|
8d693b6664
|
mm(1): removes debug print
|
2024-07-15 12:52:01 -06:00 |
|
|
37804aab6b
|
mm(1): fixes comment about flags -a & -t
|
2024-07-15 12:52:01 -06:00 |
|
|
3b76254599
|
mm(1): fixes creating files
|
2024-07-15 12:52:01 -06:00 |
|
|
e972ff468a
|
mm(1): added -t for disabling truncation; mm.1: updated docs
|
2024-07-15 12:52:01 -06:00 |
|
|
1b3b03cae0
|
mm(1): rewritten in Rust
|
2024-07-15 12:51:48 -06:00 |
|
|
efb3ce626d
|
strcmp(1): fix program_name type
|
2024-07-15 04:29:43 -06:00 |
|
|
16f23e11c0
|
strcmp.1: update docs to match utility
|
2024-07-15 04:26:57 -06:00 |
|
|
d87c278be5
|
strcmp(1): re-style, tweak exits
|
2024-07-15 04:21:50 -06:00 |
|
|
5caefbb465
|
strcmp(1): note used sysexit
|
2024-07-15 03:45:36 -06:00 |
|
|
8d743dab7a
|
strcmp(1): add copyright header
I could trace strcmp(1) as far back as
<293436c5ad/src/streq.c >
in my repo.
|
2024-07-15 03:43:25 -06:00 |
|
|
2f2270322a
|
intcmp(1): rewrite in rust
|
2024-07-15 03:14:57 -06:00 |
|
|
699893af89
|
intcmp(1): initial rust impl
|
2024-07-15 03:09:00 -06:00 |
|
|
9addfc9284
|
Merge branch 'dj'
|
2024-07-15 02:36:07 -06:00 |
|
|
8f8de5de2b
|
dj(1): fix io[0].bufuse underflow
|
2024-07-08 22:53:44 -06:00 |
|
|
0df2c9f566
|
dj(1): fix infiniskipping
|
2024-07-08 22:48:16 -06:00 |
|
|
b7bc1f16ad
|
swab(1): use the getopt error message
|
2024-07-08 14:34:42 -06:00 |
|
|
ca6865688a
|
swab(1): updates getopt usage
|
2024-07-08 13:23:23 -06:00 |
|
|
1fd768057c
|
swab(1): don't accept positional arguments
|
2024-07-08 11:45:01 -06:00 |
|
|
35d54d84b0
|
swab(1): don't use the getopt error message
|
2024-07-08 11:31:35 -06:00 |
|
|
a141b95293
|
swab(1): remove -f
|
2024-07-08 11:30:21 -06:00 |
|
|
bf06e91be5
|
Merge branch 'main' into dj
|
2024-07-08 11:20:52 -06:00 |
|
|
5d5a6d2172
|
dj(1): fix retvals
|
2024-07-07 21:13:44 -06:00 |
|
|
691e94c0c1
|
dj(1): error reporting more of the time
|
2024-07-07 20:33:54 -06:00 |
|
|
cf744efc1b
|
swab(1): fixes not using strerror(3)
|
2024-07-07 18:21:48 -06:00 |
|
|
bab3cdd90e
|
dj(1): Io_write: don't add to bufuse
|
2024-07-07 18:14:48 -06:00 |
|
|
abfe7046e7
|
dj(1): fix some type issues
|
2024-07-05 08:02:09 -06:00 |
|
|
6ed7089b25
|
dj(1): statistics now track hard seeks
|
2024-07-04 21:32:05 -06:00 |
|
|
571796fe0d
|
dj.1: update man page to match behavior
|
2024-07-04 21:05:15 -06:00 |
|
|
9e8b82c4bb
|
dj(1): fix inaccurate statistics after Io_read and Io_write
|
2024-07-04 20:47:30 -06:00 |
|
|
906eb92f5a
|
dj(1): (broken) move hard skipping to the main loop
|
2024-07-04 20:27:31 -06:00 |
|
|
9f420131ee
|
dj(1): more work adapting hard skipping to the main loop
|
2024-07-04 20:16:54 -06:00 |
|
|
1fab60d779
|
dj(1): no more pointer arithmetic
|
2024-07-04 20:05:18 -06:00 |
|
|
fe175cab19
|
dj(1): add a variable for skipping in the main loop
|
2024-07-04 20:00:40 -06:00 |
|
|
8c33f0116c
|
dj(1): move open(2) flags, remove unnecessary comments
|
2024-07-04 19:45:53 -06:00 |
|