-
78eacd660a
getopt.rs(3): better Opt return
emma
2024-04-13 23:42:11 -06:00
-
d1b77d652b
getopt.rs(3): returns last parsed option
emma
2024-04-13 17:11:04 -06:00
-
8c255e61fc
COPYING.GPL: initial commit
emma
2024-04-12 00:12:37 -06:00
-
95927ba8c5
getopt.rs(3): formatting
emma
2024-04-11 23:51:52 -06:00
-
ad92fe27d4
fop(1): switch to getopt.rs(3)
emma
2024-04-11 23:37:04 -06:00
-
bb2c63bfaf
getopt.rs(3): fixed pointer shenanigans
emma
2024-04-11 20:33:42 -06:00
-
88b0d55440
getopt.rs(3): refactor to remove as much as possible from unsafe
emma
2024-04-11 20:21:01 -06:00
-
0164b681c0
Makefile: remove unneeded test
emma
2024-04-01 20:41:07 -06:00
-
320a70bc56
getopt.rs(3): initial commit
emma
2024-04-01 20:37:35 -06:00
-
-
-
61382c34d9
mm(1): error out when given positional arguments
DTB
2024-03-31 22:54:03 -06:00
-
-
8d9ac33566
Merge branch 'strerror'
emma
2024-03-29 19:23:27 -06:00
-
-
b503d97625
Makefile: directory specification changes
emma
2024-03-24 13:28:42 -06:00
-
13ee16173e
fop.1: initial commit
emma
2024-03-29 16:47:00 -06:00
-
5db09a5ca1
mm.1: cat(1p) and tee(1p) provide similar functionality
emma
2024-03-29 16:30:06 -06:00
-
ce5a4dc4bd
mm.1: removed STANDARD INPUT section
emma
2024-03-29 16:29:27 -06:00
-
abc599148d
mm.1: subsequent outputs are opened for appending
emma
2024-03-29 16:26:41 -06:00
-
63c8ff8093
intcmp.1: compares integers to each other
emma
2024-03-29 16:22:56 -06:00
-
9ea57a27b7
dj.1: stdin by default
emma
2024-03-29 16:21:02 -06:00
-
4e33f945ae
dj.1: null bytes
emma
2024-03-29 16:17:48 -06:00
-
70b0c2f924
dj.1: fixed -d description
emma
2024-03-29 16:14:27 -06:00
-
603d8ee1d8
str.1: remove extraneous former implementation information
emma
2024-03-27 00:17:33 -06:00
-
cdd8e79b01
str.1: strings are not tested against each other
emma
2024-03-27 00:16:51 -06:00
-
d3bfc7b1f5
npc.1: ASCII bytes
emma
2024-03-27 00:16:15 -06:00
-
3cb37d830a
mm.1: wording, consistency with dj.1
emma
2024-03-27 00:14:34 -06:00
-
6158a39a4a
dj.1: consistency with mm.1
emma
2024-03-27 00:14:02 -06:00
-
a2188dc674
dj.1: fix -H description
emma
2024-03-27 00:09:17 -06:00
-
49e2022e52
dj.1: -d, -i, -o, fixed descriptions
emma
2024-03-27 00:08:43 -06:00
-
bb43533a37
dj.1: -A and -a: fix descriptions
emma
2024-03-26 23:58:00 -06:00
-
f565f0530b
dj.1: dd(1p) is not a disk utility
emma
2024-03-26 23:53:10 -06:00
-
a1902df503
strcmp.1: Unicode is a proper noun
emma
2024-03-26 23:50:16 -06:00
-
b562898a74
copyright
Aaditya Aryal
2024-03-27 09:21:19 +05:45
-
63a0c683f9
docs: remove unnecessary references to the name of each program
emma
2024-03-26 19:22:30 -06:00
-
cf76fa94e6
mm.1: updated man page
emma
2024-03-26 18:44:05 -06:00
-
a6fd1108c6
docs: fixed formatting of many manpages
emma
2024-03-26 18:26:51 -06:00
-
d05d2fae05
Makefile: add a missing build target for npc(1)
Aaditya Aryal
2024-03-26 17:19:21 +05:45
-
-
-
d87b5d0958
hru(1), fop(1): changed to reflect strerror changes
emma
2024-03-18 21:31:25 -06:00
-
1891c3e1aa
strerror(3): created strerror() method
emma
2024-03-18 21:30:43 -06:00
-
127192185f
Merge branch 'dj-fix' (closes #66)
emma
2024-03-18 21:01:48 -06:00
-
-
f81232685a
Merge branch 'mm'
emma
2024-03-18 20:56:06 -06:00
-
-
05b5a4480c
Merge branch 'swab' (closes #22)
emma
2024-03-18 20:53:08 -06:00
-
-
b356ac522f
strerror(3): changed panic to 0
emma
2024-03-18 20:45:53 -06:00
-
b2d56bbc9a
Makefile: even more changes
emma
2024-03-09 22:02:19 -07:00
-
2ad7140e1e
Makefile: DESTDIR
emma
2024-03-09 11:53:03 -07:00
-
8193e471f0
changes redundant .unwrap_or_else(panic!()) to .unwrap()
emma
2024-03-03 17:26:40 -07:00
-
c392dbc680
Makefile: better deps; fop(1), hru(1), strerror(3): changed strerror wrapper function name
emma
2024-03-02 10:16:32 -07:00
-
898044cd43
Makefile: better macro assignment
emma
2024-03-01 23:51:36 -07:00
-
ca01ca4074
rpn(1): remove erroneous strerror(3) dependency
emma
2024-03-01 23:14:58 -07:00
-
3e6dc5cc46
rpn(1): make error messages consistent with other tools
emma
2024-03-01 23:14:18 -07:00
-
cf1d16f860
hru(1): changed to use strerror(3)
emma
2024-03-01 23:12:44 -07:00
-
8f956d775c
fop(1): changed to use strerror(3)
emma
2024-03-01 23:10:28 -07:00
-
e81703c6e1
sterror(3): added library for C-like error messages; Makefile: some efficiency changes
emma
2024-03-01 23:04:53 -07:00
-
-
-
135bf2a8eb
mm(1), mm.1: bring source in line with documentation
DTB
2024-02-26 09:11:47 -07:00
-
d74bc715cf
mm(1): fix full file handling
DTB
2024-02-26 09:02:58 -07:00
-
f14877118d
Makefile: add swab(1)
DTB
2024-02-26 08:43:03 -07:00
-
bbac85daf8
swab(1): add copyright notice
DTB
2024-02-26 08:42:06 -07:00
-
1e041a52a2
swab.1: add swab(1) man page
DTB
2024-02-24 03:21:20 -07:00
-
e788947fc4
swab(1): add argument parsing
DTB
2024-02-24 03:04:05 -07:00
-
c97201fca9
Merge branch 'contributing-changes'
emma
2024-02-23 23:20:16 -07:00
-
-
06fc461985
CONTRIBUTING: fixed random "utils"
emma
2024-02-23 23:19:28 -07:00
-
e6b1db3f40
Merge branch 'hru' (closes #33)
emma
2024-02-23 22:15:43 -07:00
-
-
ef1643660b
hru(1): fixed lack of newline
emma
2024-02-23 22:11:23 -07:00
-
b0636b416e
Merge branch 'fop-trim' (closes #54, closes #58)
emma
2024-02-23 22:05:56 -07:00
-
-
bd08ef479c
hru(1): error handling tweaks
emma
2024-02-23 21:58:23 -07:00
-
3cee3de900
fop(1): committing to Rust error messages
emma
2024-02-23 21:46:50 -07:00
-
3f0d95fe8f
swab(1): minimum viable program
DTB
2024-02-23 20:49:24 -07:00
-
-
-
58245c9484
dj(1): remove function pointer hijinks (fixes #66)
DTB
2024-02-22 19:27:14 -07:00
-
-
-
395205d4c6
mm.1: fix case in copyright thingy
DTB
2024-02-22 19:14:38 -07:00
-
90de1bf9a4
Makefile: RUSTFLAGS not RUSTCFLAGS
emma
2024-02-18 20:03:04 -07:00
-
1c2e7ea14b
Merge branch 'scrut-manpage' (fixes #49)
emma
2024-02-18 15:19:13 -07:00
-
-
0d445c71f4
CONTRIBUTING: fixed wording and updated
emma
2024-02-18 15:09:09 -07:00
-
ee3877b607
hru.1: update manpage to be more clear
emma
2024-02-18 14:59:12 -07:00
-
0801d89128
hru(1): fixed kilo prefix
emma
2024-02-18 14:49:09 -07:00
-
194b19f94b
mm(1): add
DTB
2024-02-17 23:43:22 -07:00
-
e93745ef28
.editorconfig: remove stale configure config
DTB
2024-02-17 23:25:35 -07:00
-
-
-
abb8fdf935
Merge branch 'scrut-fix'
DTB
2024-02-17 23:15:07 -07:00
-
-
de9f8dc037
scrut.1: update man page based on review (see #62)
DTB
2024-02-17 23:12:39 -07:00
-
413ee49af4
hru.1: updated manpage with correct SI reference
emma
2024-02-16 21:36:16 -07:00
-
dac7567405
Merge branch 'readme-changes' (closes #51 & closes #24)
emma
2024-02-16 21:02:41 -07:00
-
-
97382b79fd
README: changed dependency section and update copyright
emma
2024-02-16 21:02:00 -07:00
-
bee0165074
scrut(1): add man page
DTB
2024-02-16 01:40:38 -07:00
-
-
-
64a1a19bd8
scrut(1): fix buffer overflow in option parsing
DTB
2024-02-16 01:13:37 -07:00
-
-
-
cc93389232
README: added cpp(1) as build dep
emma
2024-02-15 17:39:26 -07:00
-
361f0ddb8b
hru.1: added manpage for hru(1)
emma
2024-02-14 23:31:54 -07:00
-
448211bbe2
fop(1): better newline removal (preserves existing newlines)
emma
2024-02-14 23:05:39 -07:00
-
4c663bf9dd
fop(1): closure fix
emma
2024-02-14 22:55:28 -07:00
-
f8e3013563
fop(1): fixed trimming and handled unwraps (closes #58)
emma
2024-02-14 22:53:45 -07:00
-
e3a0069180
hru(1): improved SI prefix logic
emma
2024-02-14 00:07:06 -07:00
-
1299aefc39
hru(1): fixed overflow
emma
2024-02-13 23:56:01 -07:00
-
d0205b71da
hru(1): read stdin until EOF
emma
2024-02-13 17:48:25 -07:00
-
1ee668aed6
hru(1): made it actually work
emma
2024-02-13 17:32:31 -07:00
-
5b364e104e
rpn(1): fixed exponentiation
emma
2024-02-13 16:57:29 -07:00
-
-
-
d45e3410f8
CONTRIBUTING: fixed some small issues
emma
2024-02-07 22:03:08 -07:00
-
452a1295e6
CONTRIBUTING: updated and added copyright info
emma
2024-02-07 21:54:46 -07:00
-
-
-
fa686eefb9
hru(1): updated copyright year
emma
2024-02-07 21:42:43 -07:00
-
42c5c5642e
README: bullets
emma
2024-02-07 21:38:32 -07:00
-
c753eeea9c
README: added build information and copyright
emma
2024-02-07 21:27:43 -07:00
-
-
be89e72c45
Makefile, hru(1): add hru(1)
emma
2024-02-07 20:58:57 -07:00
-
-
d3470233ea
Makefile, .gitignore, tests/cc-compat.sh: brought up-to-date
emma
2024-02-07 20:13:45 -07:00
-
3e39739e88
Makefile: added rpn to all
emma
2024-02-07 19:42:11 -07:00
-
0f5247e722
merged rpn(1); closes #2
emma
2024-02-07 19:23:51 -07:00
-