Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-11-10 11:33 | [a89c68b7d2] Leaf: use column not byte count as recursive wrap() base case (user: mark tags: trunk) | |
2024-11-10 11:32 | [621b4d8d6a] minimize ragged-right margins when reflowing logmsg (user: mark tags: trunk) | |
2024-11-08 10:49 | [5152871e43] make logmsg reflow code work with double-width glyphs (user: mark tags: trunk) | |
2024-11-07 12:23 | [55971d21fc] swap diff view 'P'atch and 'p'rototype keymaps (user: mark tags: trunk) | |
2024-11-07 12:20 | [112ff8a520] fully fix log grep regression introduced in [32fd3cf03f] (user: mark tags: trunk) | |
2024-11-07 11:20 | [f44671735f] repalce RC() with RC_LIBF() to return libf result code (user: mark tags: trunk) | |
2024-11-06 13:38 | [c102406223] plug char * memleak in write_commit_meta() error path (user: mark tags: trunk) | |
2024-11-06 12:57 | [16254d54f8] pass proper stash_mvmt value instead of constant expr (user: mark tags: trunk) | |
2024-11-03 05:44 | [53d362dc0a] plug char * memory leak from fsl_buffer_getline() calls (user: mark tags: trunk) | |
2024-11-03 04:09 | [05f739bf0a] don't stick wrap limit to the diff view's initial width (user: mark tags: trunk) | |
2024-11-03 04:03 | [37ae0e3f1d] exclude line separator from column count when wrapping (user: mark tags: trunk) | |
2024-11-01 14:04 | [1283574a33] whitespace (user: mark tags: trunk) | |
2024-11-01 13:53 | [ce12a99307] shrink the initial timeline sql query buffer allocation (user: mark tags: trunk) | |
2024-11-01 13:40 | [91b910b478] distinguish not found from other sym to rid failures (user: mark tags: trunk) | |
2024-11-01 13:39 | [66ebbbc17c] change 'fnc log -c' checkin type symbol from 'ci' to 'c' (user: mark tags: trunk) | |
2024-10-31 06:12 | [9b712fe132] use stdscr to print status in vertical splitscreen mode (user: mark tags: trunk) | |
2024-10-31 06:11 | [8143b1171e] replace unused int with void return in cleanup function (user: mark tags: trunk) | |
2024-10-31 06:10 | [f9532e3b1d] reset eof sentinel at the top of the loop for clarity (user: mark tags: trunk) | |
2024-10-31 06:09 | [0956c8025a] plug char ** memory leak in parse_hunk() error path (user: mark tags: trunk) | |
2024-10-31 06:08 | [cc14618023] zap unnecessary parameter from apply_patch() (user: mark tags: trunk) | |
2024-10-31 06:08 | [34ca21548f] zap open(2) and break patch disposal into its own loop (user: mark tags: trunk) | |
2024-10-31 06:07 | [8537446cb9] hoist stash patch context initialization to stash entry (user: mark tags: trunk) | |
2024-10-31 06:06 | [60bc849b4f] makefile improvements(?) to simplify package maintenance (user: mark tags: trunk) | |
2024-10-31 06:05 | [6e1c8d284c] change stash status symbol from char * to unsigned char (user: mark tags: trunk) | |
2024-10-31 06:04 | [53c27cdbfd] replace recursive make of {dev,ccdb,ubsan} targets (user: mark tags: trunk) | |
2024-10-31 06:03 | [36d5114b27] add missing PHONY targets to makefile (user: mark tags: trunk) | |
2024-10-31 06:02 | [388a742160] remove compile_commands.json from CLEANFILES (user: mark tags: trunk) | |
2024-10-31 06:02 | [deaeb7075b] add `doc` and `lint` make targets for fnc(1) man page (user: mark tags: trunk) | |
2024-10-31 06:01 | [2aa0524454] fix symlink diff regression introduced in [f21398b09d] (user: mark tags: trunk) | |
2024-10-31 06:00 | [94ad3a92b5] make patch rc enums first class error codes (user: mark tags: trunk) | |
2024-10-31 05:59 | [3911c39ea4] style(9) and a more readable rc juggling idiom; nfc (user: mark tags: trunk) | |
2024-10-31 05:58 | [90f8a9984b] implement diff view 'W' keymap to wrap buffer contents (user: mark tags: trunk) | |
2024-10-23 14:29 | [c0b01b93a0] make 'fnc diff' operand parsing more robust and readable (user: mark tags: trunk) | |
2024-10-23 14:23 | [83ec5f4606] fix discarded rc regression introduced in [ee8f76c0b0] (user: mark tags: trunk) | |
2024-10-23 11:47 | [cb9bfdc3d1] zap unneeded parent_view member from diff state struct (user: mark tags: trunk) | |
2024-10-23 11:46 | [5fedaf0521] use xstrtonum()'s error code to report bad number input (user: mark tags: trunk) | |
2024-10-23 11:42 | [f6ff80a8d0] implement compat/strtonum.c instead of ugly macro hack (user: mark tags: trunk) | |
2024-10-19 13:56 | [1b9592e768] bump mkstemps(3) template X-count to 10 per manual rx (user: mark tags: trunk) | |
2024-10-15 12:30 | [2363597588] stack allocate fsl_deck struct when loading wiki manifest (user: mark tags: trunk) | |
2024-10-14 04:50 | [4e941d978e] fix incorrect column limit decrement when writing logmsg (user: mark tags: trunk) | |
2024-10-13 13:07 | [e0ef97a0d1] allocate fsl_stmt structures on the stack (user: mark tags: trunk) | |
2024-10-13 13:00 | [478925f295] use fsl_buffer_reserve() to avoid repetitive realloc(3)s (user: mark tags: trunk) | |
2024-10-13 11:54 | [12adb5c294] fix dead store/clobbered rc and unnecessary goto end (user: mark tags: trunk) | |
2024-10-13 06:05 | [f520abd08a] fix potential unsigned wrapping in buf_putc() wrapper (user: mark tags: trunk) | |
2024-10-01 15:33 | [39543d2fb8] fix runtime color to honor parent and persist state (user: mark tags: trunk) | |
2024-10-01 14:06 | [7a8431de2a] implement object_get_type() to improve diff interface (user: mark tags: trunk) | |
2024-10-01 14:02 | [6575d4a3ed] simplify `fnc diff -o` and zap some unnecessary zeroing (user: mark tags: trunk) | |
2024-10-01 14:02 | [2e017c2c1b] write 'P' keymap diff to /tmp and make status sticky (user: mark tags: trunk) | |
2024-10-01 14:00 | [c32713196e] use RC_LIBF() in map_version_path() for more helpful errors (user: mark tags: trunk) | |
2024-10-01 14:00 | [70a0af1aed] don't use RC_ERRNO() for fprintf(3) failures (user: mark tags: trunk) | |