fnc

Timeline
Login

Timeline

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

50 most recent check-ins by user mark

2024-09-15 13:44
bump version number (Leaf check-in: e52ca43f75 user: mark tags: trunk)
2024-09-15 13:37
cycle public keys: -0.17 +0.19 (check-in: 79165d4f8b user: mark tags: trunk)
2024-09-15 13:29
CHANGES for 0.18 (check-in: 202e644c05 user: mark tags: trunk, 0.18)
2024-09-15 13:23
add compat/*.o to clean files (check-in: 5652c17f00 user: mark tags: trunk)
2024-09-15 13:06
bump version number (check-in: 4bebf2e05b user: mark tags: trunk)
2024-09-15 12:51
cycle public keys: -0.16 +0.18 (check-in: 1d7e278222 user: mark tags: trunk)
2024-09-15 12:35
CHANGES for 0.17 (check-in: 88e6ff6d9b user: mark tags: trunk, 0.17)
2024-09-15 11:30
latest upstream libfossil: [libf:8e0da47996] (check-in: 4a3beb394f user: mark tags: trunk)
2024-09-15 10:45
zap -DSQLITE_USE_ALLOCA build flag (check-in: 26adf1707c user: mark tags: trunk)
2024-09-15 10:42
cast tolower(3) argument to unsigned char (check-in: 91b3206af3 user: mark tags: trunk)
2024-09-15 10:42
define _OPENBSD_SOURCE on NetBSD builds for strtonum(3) (check-in: d5b8799223 user: mark tags: trunk)
2024-09-14 10:43
use __builtin_mul_overflow() and add missing header (check-in: 717276940c user: mark tags: trunk)
2024-09-14 07:18
zap redundant check for user defined sbswidth (check-in: 8f0a02ae48 user: mark tags: trunk)
2024-09-13 14:24
fix gcc 4.4.7 build errors reported by mgagnon@ (check-in: 88b79e7fd0 user: mark tags: trunk)
2024-09-13 11:51
fix linker error on Fedora 39 reported by mgagnon@ (check-in: 4b565e6951 user: mark tags: trunk)
2024-09-13 07:05
squish enum-compare warning: fnc_err_code vs. fsl_rc_e (gcc 13.2.1) (check-in: 2e93938874 user: mark tags: trunk)
2024-09-13 07:03
squish maybe-uninitialized warning (gcc 13.2.1) (check-in: b1625726ce user: mark tags: trunk)
2024-09-12 15:26
rename callback struct members for clarity (check-in: af981f7fb5 user: mark tags: trunk)
2024-09-12 15:25
fix stale comments referring to renamed parameter (check-in: 8ba6626b31 user: mark tags: trunk)
2024-09-12 15:24
don't carry fsl__diff_cx structure for hunk scope info (check-in: 960abbc8fb user: mark tags: trunk)
2024-09-12 15:23
same treatment as previous but in f__stash_path() (check-in: b8a83758b1 user: mark tags: trunk)
2024-09-12 15:22
paranoid ckout db confirmation in revert_ckout() (check-in: 9c6c0a4323 user: mark tags: trunk)
2024-09-12 15:21
check fsl_stmt_{finalize,step} in f__add_files_in_sfile() (check-in: bdf7baf5ea user: mark tags: trunk)
2024-09-12 15:20
check fsl_stmt_{finalize,step} results in f__stash_get() (check-in: 8725fd098b user: mark tags: trunk)
2024-09-12 15:20
check fsl_stmt_step() for FSL_RC_STEP_DONE success (check-in: 6910e81f49 user: mark tags: trunk)
2024-09-12 15:13
check fsl_stmt_finalize() for failure in diff_file_artifact() (check-in: ea5259204b user: mark tags: trunk)
2024-09-12 15:12
don't ignore some fsl_stmt_finalize() results (check-in: e283853e2d user: mark tags: trunk)
2024-09-12 15:12
tweak RC_LIBF() macro to short circuit if rc is FNC_RC_OK (check-in: b96bb59eb6 user: mark tags: trunk)
2024-09-12 15:11
style(9); no functional change (check-in: 8192583ea7 user: mark tags: trunk)
2024-09-12 15:10
fix hscroll bug that appends trailing '.' in diff view (check-in: a31c79bbcf user: mark tags: trunk)
2024-09-12 15:09
whitespace (check-in: fc1131983c user: mark tags: trunk)
2024-09-12 15:08
allocate struct fsl_stmt on the stack (check-in: 018c6994db user: mark tags: trunk)
2024-09-12 15:07
plug struct fsl_stmt leak in `fnc diff blob1 blob2` path (check-in: c8cee1e772 user: mark tags: trunk)
2024-09-12 15:06
replace implicit bool conversion in conditionals (check-in: 3b81f57b62 user: mark tags: trunk)
2024-09-12 15:02
assume strdup(3) is available for string copies (check-in: b4b7507b5d user: mark tags: trunk)
2024-09-12 15:00
add explicit cast to wagner matrix value (check-in: 97ea6f9156 user: mark tags: trunk)
2024-06-23 12:48
ensure diffstat is generated when diff content is omitted (check-in: f21398b09d user: mark tags: trunk)
2024-06-20 14:58
wrap fnc_diff_text_to_buffer() to deduplicate callers (check-in: 38470b4522 user: mark tags: trunk)
2024-06-20 13:35
use paths_to_diff() instead of hand-rolled code (check-in: 8768150470 user: mark tags: trunk)
2024-06-20 06:44
don't fatally error if generating diff with missing files (check-in: 4fffcd55ef user: mark tags: trunk)
2024-06-18 14:01
simplify some snprintf(3) calls when formatting errors (check-in: bbe4623d7f user: mark tags: trunk)
2024-06-18 12:42
zap redundant duplication of error code definitions (check-in: 207f540f6a user: mark tags: trunk)
2024-06-17 07:02
zap double ':' typo in log view tag keymap status line report (check-in: 9b9ec0f80c user: mark tags: trunk)
2024-06-14 05:28
fix duplicate diffstat entry when diffing the work tree (check-in: 173e9e4c6e user: mark tags: trunk)
2024-06-12 10:21
use wcwidth(3) to determine column width of sbs diffs (check-in: 2918c70c50 user: mark tags: trunk)
2024-06-03 12:48
don't consider F card's previous name when resolving paths (check-in: 771de4ab6f user: mark tags: trunk)
2024-06-02 11:31
update ignore-glob and zap crlf-glob (check-in: bf487d8dd2 user: mark tags: trunk)
2024-06-02 11:30
add ubsan and dev make targets for hardened builds (check-in: 6ba3d6893c user: mark tags: trunk)
2024-05-30 05:51
fix error handling regression introduced in 2b0a3024a (check-in: 4b5d758531 user: mark tags: trunk)
2024-05-30 05:40
wrap log messages when the diff -o option is specified (check-in: 1ca4c0f354 user: mark tags: trunk)