Commit Graph

55 Commits

Author SHA1 Message Date
DTB
6334f41e0b
Merge branch 'main' into sleep 2024-06-26 15:37:46 -06:00
72f57ba08b
Makefile: adds octal disclaimer 2024-06-19 23:29:22 -06:00
f553cff096
Makefile: removes unneeded comment 2024-06-18 16:33:22 -06:00
d201f9228c
Makefile: updates to use new POSIX 2024 standard features! 2024-06-18 16:32:20 -06:00
fe5c020590
sleep(1): rename to eep(1) 2024-05-29 19:37:18 -06:00
DTB
003f5aeb1f
Makefile: add sleep to the all recipe 2024-05-03 21:30:39 -06:00
DTB
82f6c46b64
Makefile: update sleep recipe 2024-05-03 21:22:07 -06:00
DTB
81c657ec3e
Merge branch 'main' into sleep 2024-05-03 21:19:19 -06:00
d8b54fdbf5
Makefile: fixes erroneous whitespace 2024-04-25 12:43:31 -06:00
f6aac60aee
Makefile: fixed manpage install location 2024-04-25 12:40:20 -06:00
8d9ac33566
Merge branch 'strerror' 2024-03-29 19:23:27 -06:00
b503d97625
Makefile: directory specification changes 2024-03-29 19:22:55 -06:00
b562898a74
copyright 2024-03-27 09:21:19 +05:45
d05d2fae05 Makefile: add a missing build target for npc(1) 2024-03-26 17:19:21 +05:45
DTB
e674027b3e
Makefile: add sleep(1) 2024-03-21 20:40:19 -06:00
f81232685a
Merge branch 'mm' 2024-03-18 20:56:06 -06:00
05b5a4480c
Merge branch 'swab' (closes #22) 2024-03-18 20:53:08 -06:00
b2d56bbc9a
Makefile: even more changes 2024-03-09 22:02:19 -07:00
2ad7140e1e
Makefile: DESTDIR 2024-03-09 11:53:03 -07:00
c392dbc680
Makefile: better deps; fop(1), hru(1), strerror(3): changed strerror wrapper function name 2024-03-02 10:16:32 -07:00
898044cd43
Makefile: better macro assignment 2024-03-01 23:51:36 -07:00
e81703c6e1
sterror(3): added library for C-like error messages; Makefile: some efficiency changes 2024-03-01 23:04:53 -07:00
DTB
f14877118d
Makefile: add swab(1) 2024-02-26 08:43:03 -07:00
DTB
e788947fc4
swab(1): add argument parsing 2024-02-24 03:04:05 -07:00
e6b1db3f40
Merge branch 'hru' (closes #33) 2024-02-23 22:15:43 -07:00
DTB
3f0d95fe8f
swab(1): minimum viable program 2024-02-23 20:49:24 -07:00
90de1bf9a4
Makefile: RUSTFLAGS not RUSTCFLAGS 2024-02-18 20:03:04 -07:00
DTB
194b19f94b
mm(1): add 2024-02-17 23:43:22 -07:00
be89e72c45
Makefile, hru(1): add hru(1) 2024-02-07 20:58:57 -07:00
d3470233ea
Makefile, .gitignore, tests/cc-compat.sh: brought up-to-date 2024-02-07 20:13:45 -07:00
3e39739e88
Makefile: added rpn to all 2024-02-07 19:42:11 -07:00
0f5247e722
merged rpn(1); closes #2 2024-02-07 19:23:51 -07:00
5b47936477
Makefile: removed configure and made library builds better 2024-02-06 22:21:46 -07:00
90ca10990f
Makefile: fixed build 2024-02-01 01:35:31 -07:00
f966233e19
Makefile: RUSTCFLAGS -> RUSTFLAGS 2024-02-01 01:33:47 -07:00
4870f4679c
Makefile, rpn(1): add sysexits dependency 2024-02-01 00:41:27 -07:00
32537895cb
Makefile: added rpn build recipe 2024-02-01 00:31:41 -07:00
f99cc797e6
Makefile: changed to be POSIX-compliant 2024-01-16 16:43:00 -07:00
DTB
a1b29bb6ed
Makefile: fix PHONYness of existing recipes and make non-PHONY recipes 2024-01-16 00:06:48 -07:00
DTB
c237af0e37
Makefile: move PHONYs to their respective recipes 2024-01-15 23:54:42 -07:00
0cbfb5c6cc
Makefile: moved man pages to $PREFIX/share/man 2024-01-15 23:13:53 -07:00
04923fb1ad
Makefile, true(1), false(1): ported true and false back to C for simplicity and size 2024-01-15 16:53:34 -07:00
c444198efc
closed #18 2024-01-15 16:49:46 -07:00
52def0a32d
Makefile, fop(1): added argument parsing and -d option 2024-01-15 16:30:00 -07:00
91e129b813
Makefile, getopt-rs: added getopt-rs library 2024-01-15 15:50:12 -07:00
49a3bb9f30
Makefile, .gitignore, .editorconfig, configure, tests/cc-compat.sh: added configure script for compiler optimizations 2024-01-15 15:30:21 -07:00
622c13021d
GNUmakefile: replaced with POSIX Makefile 2024-01-15 14:34:59 -07:00
ef1416cd42
intcmp(1): new tool; npc(1): new tool; scrut(1): new tool; str(1): new tool; strcmp(1): new tool; tests: added POSIX compatibility test and C compiler compatibility test; Makefile: converted to GNUmakefile; README: added README; docs: added docs 2023-12-24 17:13:17 -07:00
e9effb5d43
Makefile: stopped linking true and false to yac.so 2023-08-30 18:50:37 -06:00
e0122f21ca
Makefile: made install target create directories if they dont exist 2023-08-29 13:23:29 -06:00