fnc

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2023-12-17 12:19
[a8c9348ed4] Leaf: more robust reallocarray(3) compat check (user: mark tags: trunk)
2023-12-16 13:39
[1e341f52d3] fix potential double free in diff failure path (user: mark tags: trunk)
2023-12-16 13:20
[ca8a948f87] don't define a reserved identifier (i.e., _[A-Z]) in macro (user: mark tags: trunk)
2023-12-16 13:16
[b68b941a85] use reallocarray(3) in diff.c and rework compat heuristics (user: mark tags: trunk)
2023-12-16 13:00
[7455a124b8] improve sbs diff width computation with better tab expansion (user: mark tags: trunk)
2023-12-16 12:51
[66a9ef1a6a] use RC API in diff code; no functional change intended (user: mark tags: trunk)
2023-12-15 13:46
[af709833bf] move RC implementation to module in prep for use in diff.c (user: mark tags: trunk)
2023-12-08 12:15
[54768c765a] convert log view 't' keymap rc check forgotten in [6d177b1f19] (user: mark tags: trunk)
2023-12-08 12:04
[7c3b79e77b] fix bogus report when specifying newly added files to diff (user: mark tags: trunk)
2023-12-08 11:56
[77f8e66d54] plug path leak and check fsl_buffer_take() for failure (user: mark tags: trunk)
2023-12-06 13:11
[3738772c5d] zap dead code (user: mark tags: trunk)
2023-12-06 13:10
[6d177b1f19] refactor mapping of input paths to tracked repository paths (user: mark tags: trunk)
2023-12-05 05:15
[ea5caee010] whitespace (user: mark tags: trunk)
2023-12-05 05:14
[836bfd5fe5] only lookup FNC_UTC option if global -z flag is not used (user: mark tags: trunk)
2023-12-04 14:06
[15dcfd6a74] drop regexp from diff view colour scheme initialisation (user: mark tags: trunk)
2023-12-04 12:19
[a6ff50858f] rename some globals to match global 'fnc__*' identifier (user: mark tags: trunk)
2023-12-04 11:17
[79ef7f1847] add global -z flag and FNC_UTC option to show times in UTC (user: mark tags: trunk)
2023-12-03 14:09
[9ff7174ff5] simplify blame view 't' keymap timeline view initialisation (user: mark tags: trunk)
2023-12-03 13:34
[43ab38ebbb] ignore FNC_DIFF_FLAGS when 'fnc stash' is invoked (user: mark tags: trunk)
2023-12-03 13:14
[e3b76bc6f8] diff -l and -s cli opts take precedence over FNC_DIFF_FLAGS (user: mark tags: trunk)
2023-12-03 12:36
[76cfc2a2fd] zap FNC_VIEW_SPLIT_HEIGHT option left behind in [6c980d3f15] (user: mark tags: trunk)
2023-12-03 12:33
[02789057c2] make envvar options case-insensitive like local options (user: mark tags: trunk)
2023-12-03 07:25
[8d06c320f2] move colour boolean into view state; no functional change (user: mark tags: trunk)
2023-12-03 04:52
[fe941fa869] change several keymaps for consistency across all views (user: mark tags: trunk)
2023-12-02 13:18
[2995bbccaf] implement blame view 't' keymap to open a timeline view (user: mark tags: trunk)
2023-12-02 12:09
[bc30043835] improve runtime help description of tree view 'l' keymap (user: mark tags: trunk)
2023-12-02 12:07
[5a958cec66] fix tree view regression introduced in [a5e78bd6a41b] (user: mark tags: trunk)
2023-12-02 10:20
[0f688e3662] enable opening all child views in a splitscreen layout (user: mark tags: trunk)
2023-12-01 13:55
[d7ecf87940] change default horizontal split scale from 40 to 30 percent (user: mark tags: trunk)
2023-12-01 13:49
[a320ce4dfe] var rename and arg order swap for newwin(3) consistency (user: mark tags: trunk)
2023-12-01 13:08
[6851f6ae42] implement resizable splits with new '(' and ')' keymaps (user: mark tags: trunk)
2023-11-30 13:02
[6c980d3f15] implement global 's' keymap to switch splitscreen layout (user: mark tags: trunk)
2023-11-28 12:07
[f3c243bf54] use getprogname(3) on FreeBSD and Apple, not only OpenBSD (user: mark tags: trunk)
2023-11-26 11:54
[55397a03a2] cycle public keys: -0.15 +0.17 (user: mark tags: trunk)
2023-11-26 11:53
[720ac95e45] bump version number: 0.17 (user: mark tags: trunk)
2023-11-26 11:24
[dce24e7685] CHANGES for 0.16 (user: mark tags: 0.16, trunk)
2023-11-25 10:48
[a2c542f43c] allow stash operations involving empty tracked files (user: mark tags: trunk)
2023-11-25 09:44
[81bb6571c6] latest upstream libfossil: [libf:72f05d4c41e735ba] (user: mark tags: trunk)
2023-11-25 06:16
[f2f408c56c] move comment that was accidentally left behind in [9b828967b6] (user: mark tags: trunk)
2023-11-25 06:13
[948f0d7f1e] fix undefined behaviour when releasing view resources (user: mark tags: trunk)
2023-11-25 05:25
[e1f8458086] fix 'fnc blame -r' regression introduced in [aae8e777f] (user: mark tags: trunk)
2023-11-23 11:57
[d62cb5406d] makefile: add a 'mkdir ${BINDIR}' to the install target (user: mark tags: trunk)
2023-11-22 12:02
[65fcef892a] latest upstream libfossil [libf:230cf225fc4da5f4] (user: mark tags: trunk)
2023-11-22 07:09
[82334e1616] trim trailing slash from work tree path and plug hdr leak (user: mark tags: trunk)
2023-11-22 06:11
[d41561bef4] tweak to quell a couple spurious gcc maybe-uninitialised (user: mark tags: trunk)
2023-11-22 02:00
[a0938b3163] Latest upstream libfossil.c/h to correct compilation warnings in some versions of gcc. (user: stephan tags: trunk)
2023-11-21 14:44
[8209a3260b] zap redundant include in landlocked linux builds (user: mark tags: trunk)
2023-11-20 14:18
[6bd796aa34] ignore TMPDIR envvar for unveil(2) and landlock(7) (user: mark tags: trunk)
2023-11-20 13:32
[50a975f4d7] zap unnecessary and convoluted ifdef and strto{l,num} dance (user: mark tags: trunk)
2023-11-19 13:21
[be5ca742e4] latest upstream sqlite [6f8f4bfe60] 3.42.0 -> 3.45.0 (user: mark tags: trunk)