Commit Graph

  • b7bd6a6e7b dj(1): add copyright header in man page DTB 2024-01-17 21:03:09 -07:00
  • 5e1749ca43 configure: now you can do multiple compilers! emma 2024-01-16 16:47:26 -07:00
  • f99cc797e6 Makefile: changed to be POSIX-compliant emma 2024-01-16 16:43:00 -07:00
  • a1b29bb6ed Makefile: fix PHONYness of existing recipes and make non-PHONY recipes DTB 2024-01-16 00:06:48 -07:00
  • c237af0e37 Makefile: move PHONYs to their respective recipes DTB 2024-01-15 23:54:42 -07:00
  • 48c6ad1252 tests: updated tests with copyright and Makefile emma 2024-01-15 23:28:52 -07:00
  • 0cbfb5c6cc Makefile: moved man pages to $PREFIX/share/man emma 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 emma 2024-01-15 16:53:34 -07:00
  • c444198efc closed #18 emma 2024-01-15 16:48:54 -07:00
  • 28becbafbc fop(1): updated copyright year and usage info emma 2024-01-15 16:33:51 -07:00
  • 52def0a32d Makefile, fop(1): added argument parsing and -d option emma 2024-01-15 16:30:00 -07:00
  • 91e129b813 Makefile, getopt-rs: added getopt-rs library emma 2024-01-15 15:50:12 -07:00
  • 49a3bb9f30 Makefile, .gitignore, .editorconfig, configure, tests/cc-compat.sh: added configure script for compiler optimizations emma 2024-01-15 15:30:21 -07:00
  • 622c13021d GNUmakefile: replaced with POSIX Makefile emma 2024-01-15 14:34:59 -07:00
  • ba7bd26fe6 dj(1): fix typos in comments DTB 2024-01-15 13:34:30 -07:00
  • d25c8a64f2 dj(1): add copyright header to dj.c DTB 2024-01-15 13:32:33 -07:00
  • 14fd23ddba Merge pull request 'dj(1) - disk jockey' (#28) from dj into main dtb 2024-01-10 23:07:06 +00:00
  • 612067890f dj(1): interpret a '-' file name as standard input/output DTB 2024-01-10 15:03:04 -07:00
  • 88a66bcc01 dj(1): import from git.sr.ht/~trinity/src DTB 2024-01-09 23:43:45 -07:00
  • 0c2223d4fb getopt-rs(3): added getopt library for Rust emma 2023-12-29 15:17:39 -07:00
  • 75ead441ec .editorconfig: Makefile and shell file indentation emma 2023-12-28 23:34:23 -07:00
  • f89a686d3c fop(1): made checking argv better emma 2023-12-28 22:42:05 -07:00
  • cb12a5b8fc GNUmakefile: relative path for include, formatting emma 2023-12-28 22:33:04 -07:00
  • 6f4756bc76 GNUmakefile: made compliant with fhs(5) emma 2023-12-28 01:27:13 -07:00
  • e16e7bd322 GNUmakefile: made install recipe not install non-existent files emma 2023-12-28 01:07:30 -07:00
  • 5df9c33d70 GNUmakefile: bandaid solution to fallback sysexits.h not working with Rust emma 2023-12-27 23:20:31 -07:00
  • 9ed70e9648 GNUmakefile: removed stdlib dep emma 2023-12-27 22:48:36 -07:00
  • b74bbd6c92 fop(1): finished implementing sysexits emma 2023-12-27 22:47:06 -07:00
  • 3355cb3dc3 GNUmakefile, fop(1): added sysexits support emma 2023-12-27 22:42:50 -07:00
  • 5d9f6f3245 GNUmakefile: fixed fop(1) segfault emma 2023-12-27 16:55:50 -07:00
  • 7eda8bb721 fop(1): working prototype emma 2023-12-27 15:44:19 -07:00
  • 36c0c9193c .editorconfig: fixed utf8 issue emma 2023-12-27 15:43:05 -07:00
  • 1dff7d7e18 Revert ".editorconfig: fixed utf8 issue" emma 2023-12-27 15:42:27 -07:00
  • d20a1da6f8 .editorconfig: fixed utf8 issue emma 2023-12-27 15:40:31 -07:00
  • cbe8f5f8e8 .editorconfig: added editor configuration; CONTRIBUTING: changed tabstop requirement to 4 emma 2023-12-27 15:38:38 -07:00
  • 83d6f0b2c2 GNUmakefile: smaller Rust binaries! emma 2023-12-26 12:35:41 -07:00
  • 94ba336ee4 GNUmakefile, intcmp(1), npc(1), scrut(1), str(1), strcmp(1), include/sysexits.h: added fallback header file for when systems don’t have sysexits.h(3) emma 2023-12-25 20:49:29 -07:00
  • 74d5b65f78 Merge branch 'nosysexits' emma 2023-12-25 19:04:44 -07:00
  • 3249a83861 Merge branch 'rmlibfileis' emma 2023-12-25 19:02:00 -07:00
  • 10647a01fd GNUmakefile: updated make recipes emma 2023-12-25 19:00:17 -07:00
  • a675386fe3 true(1): ported to Rust emma 2023-12-25 18:59:46 -07:00
  • a54a634516 GNUmakefile: remove libfileis(3) DTB 2023-12-25 17:50:23 -07:00
  • de304b7ef7 remove libfileis(3) DTB 2023-12-25 17:49:05 -07:00
  • 8a8558442e GNUmakefile: fix build for false(1) DTB 2023-12-25 17:11:34 -07:00
  • 324328d2cc false(1): rewrite from C to Rust DTB 2023-12-25 17:05:19 -07:00
  • 8e330d8a63 strcmp(1): without <sysexits.h> fall back to ANSI C DTB 2023-12-25 15:58:47 -07:00
  • d4ee9bb93b str(1): without <sysexits.h> fall back to ANSI C DTB 2023-12-25 15:58:24 -07:00
  • 52d150b02b scrut(1): without <sysexits.h> fall back to ANSI C DTB 2023-12-25 15:58:08 -07:00
  • 1bc574eafa npc(1): without <sysexits.h> fall back to ANSI C DTB 2023-12-25 15:57:58 -07:00
  • cee6575a57 intcmp(1): without <sysexits.h> fall back to ANSI C DTB 2023-12-25 15:56:38 -07:00
  • 47f673ef45 GNUmakefile: repair formatting Sasha Koshka 2023-12-24 21:30:05 -05:00
  • cfdc2821b2 cc-compat.sh: list build/bin instead of build Sasha Koshka 2023-12-24 21:24:30 -05:00
  • c12f382608 GNUmakefile: add name Sasha Koshka 2023-12-24 21:22:05 -05:00
  • 48acf30cd4 GNUmakefile: new build dir structure, only install necessary files Sasha Koshka 2023-12-24 21:17:24 -05:00
  • 5471e18fea CONTRIBUTING: added contribution guidelines emma 2023-12-24 18:31:27 -07:00
  • 20a574ca2d str(1): fixed copyright information emma 2023-12-24 18:09:36 -07:00
  • b2759f1642 str(1): added copyright information emma 2023-12-24 18:08:06 -07:00
  • 2c716f1881 str(1): fixed integer overflow mars 2023-12-24 18:01:15 -07:00
  • e37c981d66 tests: posix: removed erroneous file emma 2023-12-24 17:58:33 -07:00
  • 68b296e963 tests: cc-compat.sh: fixed bug when all tested compilers aren’t present emma 2023-12-24 17:31:17 -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 emma 2023-12-24 17:13:17 -07:00
  • b1f6caaf41 tail(1p): added copyright information mars 2023-08-30 19:11:57 -06:00
  • 26bbb05777 tail(1p): tail -n mars 2023-08-30 19:09:53 -06:00
  • 94537bc948 tail(1p): fixed file reading emma 2023-08-30 19:08:11 -06:00
  • 7936ce26a0 tail(1p): trying from scratch emma 2023-08-30 19:01:07 -06:00
  • e9effb5d43 Makefile: stopped linking true and false to yac.so emma 2023-08-30 18:50:37 -06:00
  • e0122f21ca Makefile: made install target create directories if they dont exist emma 2023-08-29 13:23:29 -06:00
  • 0e4faead44 tail(1p): segfaults for some reason lol emma 2023-08-29 13:17:35 -06:00
  • 1d2a9c2521 tail(1p): initial commit & libyac: fixed build emma 2023-08-28 23:15:08 -06:00
  • 7f5e532216 moved file resolution code to a shared library emma 2023-08-28 23:03:33 -06:00
  • 3a410edddc cat(1p): fixed storing EOF in buffer emma 2023-08-28 16:03:36 -06:00
  • 043b20a150 Merge branch 'cat' emma 2023-08-15 21:31:29 -06:00
  • 6c73ffadd6 cat(1p): formatting emma 2023-08-14 12:08:03 -06:00
  • 3c7d4c41be cat(1p): minor cleanup emma 2023-08-14 12:04:16 -06:00
  • f041ae5d63 cat(1p): cleanup emma 2023-08-14 11:45:43 -06:00
  • 0c290646ec cat(1p): trimming size emma 2023-08-14 00:25:10 -06:00
  • 96d692d26e cat(1p): print errors to stderr emma 2023-08-14 00:17:09 -06:00
  • dd584b2886 cat(1p): minor typo emma 2023-08-14 00:07:03 -06:00
  • ede0817cbd minor changes to license headers and to compilation emma 2023-08-14 00:01:29 -06:00
  • b57a7179a5 cat(1p): refactor to get no args working emma 2023-08-13 23:30:03 -06:00
  • da2ebdb1e1 cat(1p): small reformatting emma 2023-08-10 20:10:30 -06:00
  • e530f10cd5 cat(1p): fixed write buffering emma 2023-08-10 15:34:02 -06:00
  • b360b823ac cat(1p): made simpler, added error handling emma 2023-08-10 15:24:07 -06:00
  • 27a227e365 trincat(1): removed file emma 2023-08-07 20:39:32 -06:00
  • c8d6e9f5e4 cat(1p): fix unbuffered output emma 2023-08-07 20:38:57 -06:00
  • 9adde985d9 fixed segfault emma 2023-07-24 09:01:41 -06:00
  • bb099036fb cat(1p), true(1p), false(1p): added source files & Makefile emma 2023-07-23 21:54:43 -06:00
  • 3b58aa764a add .gitignore emma 2023-07-23 19:50:35 -06:00
  • 910c95e8db initial commit emma 2023-07-23 19:49:57 -06:00