coreutils

General Software Utilities
git clone http://git.omkov.net/coreutils
Log | Tree | Refs | README | LICENCE | Download

Date Message Author Files + -
2024-04-14 02:04:57 Replace build script with Makefile Jakob Wakeling 5 +21 -14
2022-09-11 03:06:17 relogin: Add relogin utility Jamozed 3 +86 -3
2022-03-06 02:27:45 meta: Relicense to MIT Jamozed 71 +99 -1078
2022-03-06 02:11:25 util: Update libutil licence headers Jamozed 9 +42 -264
2022-02-28 14:04:16 timeout: Add timeout utility Jamozed 2 +301 -39
2022-02-27 23:42:27 cp: Fix header comments Jamozed 1 +1 -0
2022-02-05 09:32:19 meta: Reformat README Jamozed 1 +15 -12
2022-02-05 09:32:00 util: Replace "lib" with libutil Jamozed 39 +313 -146
2021-04-29 05:38:15 cp: Add skeleton for handling multiple operands Jamozed 1 +12 -4
2021-03-07 10:52:19 cp: Add POSIX cp Jamozed 3 +138 -3
2021-02-22 03:40:57 cat: Throw error on fwrite failure Jamozed 1 +5 -7
2021-02-22 03:00:20 base64: Use lib/base64 b64encode for encoding Jamozed 1 +24 -40
2021-02-22 00:01:57 nice: Update formatting Jamozed 1 +8 -8
2021-02-16 01:28:04 lib: Update error to version 1.0.2 Jamozed 3 +18 -7
2021-02-16 01:10:57 base64: Add base64 manpage Jamozed 1 +38 -0
2021-02-05 11:53:24 base64: Implement base64 decoding Jamozed 1 +42 -19
2021-02-05 11:50:02 lib: Add base64 files Jamozed 2 +147 -0
2021-02-05 01:55:59 meta: Update CMakeLists Jamozed 1 +1 -0
2021-01-11 02:26:50 base64: Add base64 utility Jamozed 3 +155 -0
2021-01-07 14:07:11 wc: Add wc manpage Jamozed 3 +43 -1
2021-01-07 13:51:54 wc: Handle multibyte characters Jamozed 1 +39 -14
2021-01-03 01:02:38 wc: Add POSIX wc Jamozed 2 +148 -0
2021-01-01 21:50:31 unlink: Add comments Jamozed 1 +2 -0
2020-11-17 00:23:29 time: Add time manpage Jamozed 1 +46 -0
2020-11-17 00:22:30 orphan: Improve language used in documentation Jamozed 3 +8 -6
2020-11-17 00:11:49 nice: Improve language used in documentation Jamozed 3 +11 -12
2020-11-16 23:41:48 chmod: Add chmod manpage Jamozed 1 +43 -0
2020-11-16 23:23:56 meta: Update gitignore Jamozed 1 +1 -1
2020-11-16 12:23:57 chmod: Handle R flag Jamozed 2 +45 -8
2020-11-12 11:17:34 chmod: Add chmod utility Jamozed 3 +140 -0
2020-11-12 11:11:41 mkdir: Fix mode array memory leak Jamozed 1 +2 -1
2020-11-12 11:11:06 lib: Update mode files to 1.0.1 Jamozed 2 +3 -3
2020-10-25 23:22:47 od: Update formatting Jamozed 1 +17 -9
2020-09-25 12:40:39 mkdir: Use mode library instead of own solution Jamozed 1 +65 -99
2020-09-25 12:35:01 lib: Fix X flag setting s bit Jamozed 1 +1 -1
2020-09-25 12:08:34 lib: Add mode files Jamozed 2 +164 -0
2020-09-16 13:05:46 basename: Add comments Jamozed 1 +17 -4
2020-09-16 07:36:37 echo: Add comments Jamozed 1 +4 -0
2020-09-16 07:26:59 cat: Add comments Jamozed 1 +12 -4
2020-08-28 11:01:02 lib: Update optget to version 1.6.0 Jamozed 26 +459 -520
2020-08-14 08:18:49 meta: Update licence Jamozed 1 +0 -3
2020-08-14 05:25:31 cksum: Update manpage formatting Jamozed 1 +6 -15
2020-08-14 05:14:34 sum: Add sum manpage Jamozed 1 +35 -0
2020-08-14 05:02:53 tty: Remove STANDARDS section from manpage Jamozed 1 +4 -9
2020-08-14 05:00:35 true: Remove STANDARDS section from manpage Jamozed 1 +1 -3
2020-08-14 05:00:18 false: Remove STANDARDS section from manpage Jamozed 1 +1 -3
2020-08-14 04:46:44 logname: Update manpage formatting Jamozed 2 +6 -11
2020-08-14 04:39:32 yes: Update manpage formatting Jamozed 1 +2 -2
2020-08-14 04:29:58 echo: Document escape sequences in manpage Jamozed 2 +36 -9
2020-08-13 13:20:07 sum: Fix inconsistencies Jamozed 1 +9 -13
2020-08-13 13:09:57 cksum: Move lookup table to end of file Jamozed 1 +64 -65
2020-08-13 12:55:37 lib: Update error files to version 1.0.1 Jamozed 2 +4 -10
2020-08-05 11:54:14 orphan: Add orphan utility Jamozed 4 +128 -0
2020-08-04 21:19:05 meta: Replace libokv with local library Jamozed 5 +118 -14
2020-07-26 09:28:20 sum: Add sum utility Jamozed 3 +141 -0
2020-07-26 07:04:26 Revert "cksum: Move POSIX cksum to OMKOV cryptutils" Jamozed 4 +201 -0
2020-07-25 00:58:26 crc32: Move crc32 utility to OMKOV cryptutils Jamozed 4 +0 -195
2020-07-25 00:57:38 cksum: Move POSIX cksum to OMKOV cryptutils Jamozed 4 +1 -204
2020-07-14 01:55:55 meta: Update build instructions in README Jamozed 1 +1 -4
2020-07-14 01:46:56 meta: Update UNIX build script Jamozed 3 +11 -8
2020-07-09 10:14:59 sleep: Fix implicit conversion warning Jamozed 1 +4 -4
2020-07-09 10:12:02 tee: Fix implicit conversion warning Jamozed 1 +1 -1
2020-07-09 10:11:16 logname: Fix unused parameter warning Jamozed 3 +4 -4
2020-07-09 10:03:19 touch: Fix implicit conversion warning Jamozed 1 +3 -2
2020-07-09 10:01:21 crc32: Fix implicit conversion warnings Jamozed 1 +4 -3
2020-07-09 09:58:31 mkdir: Fix misleading indentation warning Jamozed 1 +4 -4
2020-07-09 09:48:14 env: Fix misleading indentation warning Jamozed 1 +8 -7
2020-07-08 15:01:28 echo: Add XSI escape sequence support Jamozed 1 +49 -2
2020-07-06 12:00:35 yes: Rename argc and argv for consistency Jamozed 1 +4 -3
2020-07-06 11:57:41 unlink: Use libokv error reporting Jamozed 1 +10 -11
2020-07-06 11:53:34 uname: Rename argc and argv for consistency Jamozed 1 +6 -3
2020-07-06 11:50:38 tty: Fix "not a tty" message going to stderr Jamozed 1 +6 -5
2020-07-06 11:46:31 touch: Use libokv error reporting Jamozed 1 +19 -14
2020-07-06 11:43:24 time: Use libokv error reporting Jamozed 1 +7 -8
2020-07-06 11:40:13 tee: Use libokv error reporting Jamozed 1 +12 -15
2020-07-06 11:28:09 sleep: Use libokv error reporting Jamozed 1 +11 -12
2020-07-06 11:25:19 rmdir: Use libokv error reporting Jamozed 1 +13 -15
2020-07-06 11:22:05 realpath: Use libokv error reporting Jamozed 1 +11 -11
2020-07-06 11:19:56 rand: Use libokv error reporting Jamozed 1 +13 -12
2020-07-06 11:16:54 pwd: Use libokv error reporting Jamozed 1 +10 -10
2020-07-06 11:15:03 od: Use libokv error reporting Jamozed 1 +33 -31
2020-07-06 11:04:27 nice: Use libokv error reporting Jamozed 1 +14 -13
2020-07-06 10:52:45 mkdir: Use libokv error reporting Jamozed 1 +19 -20
2020-07-06 10:46:57 logname: Use libokv error reporting Jamozed 1 +4 -6
2020-07-06 10:45:39 link: Use libokv error reporting Jamozed 1 +10 -11
2020-07-06 10:43:09 id: Use libokv error reporting Jamozed 1 +15 -12
2020-07-06 10:38:51 head: Use libokv error reporting Jamozed 1 +11 -12
2020-07-06 10:31:57 env: Use libokv error reporting Jamozed 1 +10 -9
2020-07-06 10:26:36 echo: Rename argc and argv for consistency Jamozed 1 +2 -2
2020-07-06 10:24:24 dirname: Use libokv error reporting Jamozed 1 +15 -12
2020-07-06 10:20:44 crc32: Use libokv error reporting Jamozed 1 +10 -9
2020-07-06 10:17:31 cksum: Use libokv error reporting Jamozed 1 +11 -10
2020-07-06 10:11:16 cat: Use libokv error reporting Jamozed 1 +9 -11
2020-07-06 09:59:53 basename: Use libokv error reporting Jamozed 1 +14 -11
2020-07-06 09:16:45 meta: Add libokv submodule Jamozed 3 +9 -48
2020-07-06 09:14:09 meta: Fix CMake directories Jamozed 3 +35 -34
2020-07-05 15:21:49 time: Add POSIX time Jamozed 3 +122 -0
2020-07-02 03:20:02 head: Move buffer onto stack Jamozed 1 +5 -3
2020-07-02 03:10:57 tee: Move buffer onto stack Jamozed 1 +4 -3
2020-07-02 03:04:21 crc32: Move buffer onto stack Jamozed 1 +6 -3