Emma Tebibyte emma
emma closed pull request bonsai/harakit#29 2024-01-19 20:30:00 -07:00
Makefile PHONYness fixes
emma closed pull request bonsai/harakit#30 2024-01-19 20:29:56 -07:00
dj(1): add copyright header in man page
emma pushed to main at bonsai/harakit 2024-01-19 20:29:48 -07:00
9095602296 Merge branch 'makefile-fixes' (closes #29)
5e1749ca43 configure: now you can do multiple compilers!
f99cc797e6 Makefile: changed to be POSIX-compliant
a1b29bb6ed Makefile: fix PHONYness of existing recipes and make non-PHONY recipes
c237af0e37 Makefile: move PHONYs to their respective recipes
Compare 5 commits »
emma pushed to main at bonsai/harakit 2024-01-19 20:29:17 -07:00
7cc5cf162c Merge branch 'djman' (closes #30)
b7bd6a6e7b dj(1): add copyright header in man page
Compare 2 commits »
emma closed pull request bonsai/harakit#31 2024-01-19 20:28:20 -07:00
dj(1): fix typos in comments
emma pushed to main at bonsai/harakit 2024-01-19 20:28:18 -07:00
601954a0f6 Merge branch 'dj-fixes'
ba7bd26fe6 dj(1): fix typos in comments
Compare 2 commits »
emma pushed to makefile-fixes at bonsai/harakit 2024-01-16 16:48:34 -07:00
5e1749ca43 configure: now you can do multiple compilers!
f99cc797e6 Makefile: changed to be POSIX-compliant
Compare 2 commits »
emma opened issue emma/johnny-decimal#1 2024-01-16 16:42:25 -07:00
Output index to stdout
emma pushed to main at emma/johnny-decimal 2024-01-16 16:26:22 -07:00
39f3815ed7 Update README.md
978fd86fd8 Update README.md: close code fence
f1e175dabd Update README.md to reflect changes in how script works
e591eaef41 Merge branch 'main' into 'main'
Compare 4 commits »
emma pushed to main at bonsai/harakit 2024-01-15 23:48:42 -07:00
48c6ad1252 tests: updated tests with copyright and Makefile
emma pushed to main at bonsai/harakit 2024-01-15 23:14:40 -07:00
0cbfb5c6cc Makefile: moved man pages to $PREFIX/share/man
emma pushed to main at bonsai/harakit 2024-01-15 16:54:24 -07:00
04923fb1ad Makefile, true(1), false(1): ported true and false back to C for simplicity and size
emma deleted branch dj from bonsai/harakit 2024-01-15 16:50:48 -07:00
emma deleted branch fop from bonsai/harakit 2024-01-15 16:50:45 -07:00
emma closed pull request bonsai/harakit#18 2024-01-15 16:50:25 -07:00
fop(1) and Rust sysexits support (no yacexits!)
emma pushed to main at bonsai/harakit 2024-01-15 16:50:16 -07:00
c444198efc closed #18
28becbafbc fop(1): updated copyright year and usage info
52def0a32d Makefile, fop(1): added argument parsing and -d option
91e129b813 Makefile, getopt-rs: added getopt-rs library
49a3bb9f30 Makefile, .gitignore, .editorconfig, configure, tests/cc-compat.sh: added configure script for compiler optimizations
Compare 15 commits »
emma commented on pull request bonsai/harakit#18 2024-01-15 16:43:16 -07:00
fop(1) and Rust sysexits support (no yacexits!)

After going over this with Trinity verbally, we have decided to merge the existing fop(1) implementation while we work on resolving #19.

emma commented on pull request bonsai/harakit#18 2024-01-15 16:37:44 -07:00
fop(1) and Rust sysexits support (no yacexits!)

I suppose we need to resolve #19 before we can truly decide on what to do.

emma pushed to fop at bonsai/harakit 2024-01-15 16:34:15 -07:00
28becbafbc fop(1): updated copyright year and usage info
emma commented on pull request bonsai/harakit#18 2024-01-15 16:32:20 -07:00
fop(1) and Rust sysexits support (no yacexits!)

I’m not exactly sure what the best way to go about this would be. I didn’t see this before adding the -d option.