2024-09-13 05:20 | README: Add usage instruction for sbase-box | Brandon Pribula | 1 | +4 | -2 |
2024-09-07 22:57 | fix: update man pages to standard mdoc date format | Brandon Pribula | 97 | +97 | -97 |
2024-03-22 03:39 | ed: Add other pending bug | Roberto E. Vargas Caballero | 1 | +9 | -0 |
2024-03-12 16:11 | build: Fix sbase-box-install target | Roberto E. Vargas Caballero | 2 | +8 | -6 |
2024-03-05 20:20 | tar: chktar: fix conditional typo | Elie Le Vaillant | 1 | +1 | -1 |
2024-02-11 08:26 | tar: sanitize, chktar: leading spaces should be skipped over | Elie Le Vaillant | 1 | +6 | -3 |
2024-01-22 21:18 | expr: tonum: handle case where result was previously calculated | Randy Palamar | 1 | +7 | -1 |
2024-01-19 20:56 | build: Fix OBJ definition and remove MAN | Roberto E. Vargas Caballero | 1 | +5 | -3 |
2024-01-07 18:02 | expr: don't evaluate matched substr as a number | Randy Palamar | 1 | +2 | -11 |
2024-01-07 18:02 | expr: treat expressions as strs until evaluation | Randy Palamar | 1 | +25 | -48 |
2024-01-12 19:48 | ed: Add new TODO | Roberto E. Vargas Caballero | 1 | +6 | -0 |
2023-12-29 19:27 | ed: Handle correctly lines in substitutions | Roberto E. Vargas Caballero | 2 | +15 | -11 |
2023-12-01 12:33 | sbase-box: Fix segmentation fault when exe without args | Jules Maselbas | 1 | +1 | -1 |
2023-12-28 16:26 | ed: Don't undo commands in sigint | Roberto E. Vargas Caballero | 1 | +1 | -0 |
2023-12-06 10:48 | ed: Simplify sighup dealing | Roberto E. Vargas Caballero | 1 | +4 | -2 |
2023-12-06 00:20 | ed: Print only last line in empty command | Roberto E. Vargas Caballero | 1 | +1 | -0 |
2023-12-05 23:38 | ed: Fix G and V commands | Roberto E. Vargas Caballero | 1 | +19 | -11 |
2023-11-27 07:32 | ed: Remove nothing comments | Roberto E. Vargas Caballero | 1 | +2 | -2 |
2023-11-27 07:32 | ed: Fix makeline | Roberto E. Vargas Caballero | 1 | +3 | -2 |
2023-11-29 20:49 | ed: Update TODO | Roberto E. Vargas Caballero | 1 | +9 | -16 |
2023-11-27 08:21 | ed: Improve execsh | Roberto E. Vargas Caballero | 1 | +10 | -2 |
2023-11-29 14:47 | ed: Avoid dangling pointer in getrhs() | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2023-11-27 08:21 | ed: Read from input in append() | Roberto E. Vargas Caballero | 1 | +22 | -8 |
2023-11-29 12:25 | ed: Add getinput() and setinput() | Roberto E. Vargas Caballero | 1 | +92 | -79 |
2023-11-29 07:39 | ed: Add copystring() | Roberto E. Vargas Caballero | 1 | +18 | -0 |
2023-10-29 11:46 | find: Make parameter error messages more specific | Quentin Rameau | 1 | +6 | -2 |
2023-10-29 11:28 | scripts: Fix non-portable find -perm /mode | Quentin Rameau | 1 | +1 | -1 |
2023-10-29 11:28 | scripts: Fix non-portable usage of find -maxdepth | Quentin Rameau | 1 | +2 | -2 |
2023-10-29 10:32 | scripts: Force file copying on install | Quentin Rameau | 1 | +1 | -1 |
2023-10-29 08:57 | make: fix rogue parameter in install target | Quentin Rameau | 1 | +2 | -2 |
2023-10-29 16:48 | TODO: add replacement bug reported for ed | Hiltjo Posthuma | 1 | +13 | -0 |
2023-09-27 07:46 | build: Posixfy the Makefile | Roberto E. Vargas Caballero | 2 | +15 | -8 |
2023-09-26 21:09 | Simplify install/uninstall | Roberto E. Vargas Caballero | 4 | +90 | -25 |
2023-09-26 18:51 | build: Remove unneeded dependency | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2023-09-26 18:27 | sbase-box: Add -i flag | Roberto E. Vargas Caballero | 2 | +39 | -6 |
2023-09-26 18:03 | build: Move getconf.sh to scripts | Roberto E. Vargas Caballero | 2 | +2 | -2 |
2023-09-26 17:45 | build: Simplify dist target | Roberto E. Vargas Caballero | 1 | +1 | -2 |
2023-09-27 05:24 | build: Use ARFLAGS when creating libraries | Roberto E. Vargas Caballero | 1 | +2 | -2 |
2023-09-27 04:47 | build: Remove LIBUTIL and LIBUTF | Roberto E. Vargas Caballero | 1 | +3 | -5 |
2023-09-26 17:36 | build: Remove LIBUTFSRC and LIBUTILSRC | Roberto E. Vargas Caballero | 1 | +58 | -60 |
2023-09-26 17:26 | sbase-box: Simplify Makefile rule | Roberto E. Vargas Caballero | 3 | +70 | -20 |
2023-09-27 04:35 | build: Remove .gitignore rule | Roberto E. Vargas Caballero | 1 | +1 | -4 |
2023-09-22 21:10 | ed: Deal signals in a reliable way | Roberto E. Vargas Caballero | 2 | +110 | -43 |
2023-09-26 06:17 | Ensure commands are followed by a blank | Rene Kita | 1 | +22 | -0 |
2023-09-22 17:44 | ed: Open output file for writing | Roberto E. Vargas Caballero | 1 | +9 | -5 |
2023-09-22 17:43 | ed: Don't discard full lines | Roberto E. Vargas Caballero | 1 | +5 | -6 |
2023-09-22 12:19 | xargs: Read full lines is -I | Roberto E. Vargas Caballero | 1 | +6 | -1 |
2023-09-22 12:18 | xargs: Free argument before substitution | Roberto E. Vargas Caballero | 1 | +2 | -0 |
2023-09-22 09:07 | xargs: Apply -I substitution to all the parameters | Roberto E. Vargas Caballero | 1 | +13 | -8 |
2023-09-22 09:24 | libutil: Remove free() from strnsub() | Roberto E. Vargas Caballero | 1 | +0 | -1 |
2023-09-22 08:54 | xargs: Update the man page about -I | Roberto E. Vargas Caballero | 1 | +1 | -0 |
2023-09-22 08:37 | xargs: Add -x when -I is used | Roberto E. Vargas Caballero | 1 | +1 | -0 |
2023-07-28 15:58 | xargs: add replace string flag (-I) | sewn | 5 | +86 | -3 |
2023-08-06 20:50 | tr: fix behavior of cflag when using character classes | noneofyourbusiness | 1 | +4 | -6 |
2023-09-21 12:56 | ed: Add support for ! in w command | Heiko Berges | 1 | +8 | -2 |
2019-05-20 08:36 | cmp: Make output of error message POSIX compliant | Richard Ipsum | 1 | +1 | -1 |
2022-03-23 13:39 | libutf: add some const's | David Demelier | 8 | +25 | -25 |
2023-04-13 04:20 | libutf: Update to unicode 15.0.0 | Michael Forney | 4 | +295 | -68 |
2021-08-11 15:47 | refer to re_format(7) for BSDs | Greg Reagle | 2 | +6 | -3 |
2022-03-06 12:14 | cp: don't abort when src and dest file are the same | Arthur Williams | 1 | +2 | -1 |
2023-01-24 23:44 | sort.1: fix typo | Andrea Calligaris | 1 | +1 | -1 |
2023-02-08 16:35 | ed: Fix 'w' command not respecting '-s' option | Andrea Calligaris | 1 | +2 | -1 |
2023-04-13 03:13 | dd: Consider block count in inner read loop | Michael Forney | 1 | +5 | -1 |
2022-12-04 08:32 | dd: Fix backwards comparison when handling short writes | Michael Forney | 1 | +1 | -1 |
2022-10-20 03:29 | find: insert -a in before open parens as well | Michael Forney | 1 | +2 | -1 |
2022-06-20 10:39 | setsid: fix usage information for -f flag | Hiltjo Posthuma | 1 | +1 | -1 |
2022-03-23 00:14 | Fix LICENSE name | Michael Forney | 1 | +1 | -1 |
2021-09-04 00:08 | nohup: Open nohup.out WRONLY | Arthur Williams | 1 | +1 | -1 |
2021-09-11 05:45 | find: Flush stdout before executing commands | Michael Forney | 1 | +5 | -0 |
2021-09-11 05:43 | find: Add spawn helper function | Michael Forney | 1 | +30 | -40 |
2021-07-30 19:18 | mv: Move on to other files if rename fails with something other than EXDEV | Michael Forney | 1 | +4 | -3 |
2021-07-30 18:23 | mv: Only remove source if copy succeeded | Michael Forney | 1 | +7 | -2 |
2021-07-30 18:43 | mv: Prevent successful rename from forgetting past failure | Michael Forney | 1 | +1 | -1 |
2021-07-25 12:24 | printf: allow flags for the %s format string aswell | Hiltjo Posthuma | 1 | +5 | -1 |
2021-07-17 19:04 | tar: check if allocation failed | Hiltjo Posthuma | 1 | +2 | -2 |
2021-06-18 02:09 | README: Add dd(1) to tool list | Michael Forney | 1 | +1 | -0 |
2021-04-28 08:41 | dd: Always move excess to beginning of buffer after read/write loops | Michael Forney | 1 | +3 | -4 |
2021-01-15 05:45 | strings: Rename `len` to `min` | Michael Forney | 1 | +10 | -10 |
2021-01-15 05:41 | strings: Print strings that have the minimum length | Michael Forney | 1 | +5 | -7 |
2020-10-19 20:41 | ed: Fix double-free | Cág | 1 | +2 | -2 |
2020-10-09 14:52 | fold: fix handling of -s | Richard Ipsum | 1 | +4 | -2 |
2020-10-09 14:52 | fold: fix handling of multibyte characters | Richard Ipsum | 1 | +14 | -8 |
2020-10-09 14:52 | fold: don't putchar('\n') if last byte is '\n' | Richard Ipsum | 1 | +2 | -1 |
2020-10-09 14:52 | fold: fix handling of \b,\r | Richard Ipsum | 1 | +1 | -1 |
2020-10-09 14:52 | fold: fix tabstop column count | Richard Ipsum | 1 | +3 | -1 |
2020-09-19 02:57 | TODO: sbase-box does not list `install` in command list | Michael Forney | 1 | +4 | -0 |
2020-09-19 02:51 | ed: Use fwrite to write lines instead of fputs | Michael Forney | 1 | +1 | -1 |
2020-09-14 22:36 | ed: Add bytecount print to 'w' command | Tait Hoyem | 2 | +7 | -3 |
2020-07-14 08:15 | setsid: add optional -f to force fork() | Hiltjo Posthuma | 2 | +9 | -3 |
2020-07-03 11:20 | remove sbase-box from PHONY | Cem Keylan | 1 | +1 | -1 |
2020-06-23 09:11 | Remove unnecessary initializers of recursor members | Michael Forney | 7 | +7 | -14 |
2020-06-21 01:21 | libutil/recurse: Simplify adding trailing slash | Michael Forney | 1 | +1 | -1 |
2020-06-03 11:45 | du: recurse: fix path | Richard Ipsum | 1 | +2 | -0 |
2020-05-25 03:58 | install: Unlink destination file on failure | Michael Forney | 1 | +13 | -5 |
2020-05-25 03:56 | install: Use fchown to change owner | Michael Forney | 1 | +2 | -4 |
2020-05-15 09:27 | nl.1: document pages | Richard Ipsum | 1 | +18 | -1 |
2020-05-13 02:38 | find: Fix buffer overflow in token stack | Michael Forney | 1 | +2 | -3 |
2020-04-29 05:22 | Add implementation of dd(1) | Michael Forney | 4 | +327 | -0 |
2020-04-15 23:13 | paste: Minor style tweaks | Michael Forney | 1 | +2 | -2 |
2020-04-15 16:46 | paste: Support -d '\0' | Richard Ipsum | 4 | +46 | -14 |
| 1907 more commits remaining, fetch the repository |