Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
76 ancestors of 689182448e back to 6eaea2465f
2021-09-04 04:57 | [689182448e] Add changes for 0.2. (user: mark tags: trunk, 0.2) | |
2021-09-03 16:23 | [bbc35e7e69] Fix subtle bug in diff involving renamed files. (user: mark tags: trunk) | |
2021-09-03 14:59 | [1a22a1dcee] Relocate repository fingerprint check. (user: mark tags: trunk) | |
2021-09-02 17:45 | [5e48635c82] Improve multibyte_to_wchar() error handling and reporting. (user: mark tags: trunk) | |
2021-09-02 17:17 | [d599b422e6] Fix indentation, and clobbered return code. (user: mark tags: trunk) | |
2021-09-02 16:29 | [f050a39e0c] Release memory resources immediately after use. (user: mark tags: trunk) | |
2021-09-02 02:07 | [1008715532] Added install for fnc.1 man page. (user: stephan tags: trunk) | |
2021-09-01 18:14 | [f3ec72bee8] Enhance 'fnc timeline -c' option to accept symbols. (user: mark tags: trunk) | |
2021-09-01 16:59 | [7b83ce84a6] Change 'fnc diff' behaviour when diffing local checkout. (user: mark tags: trunk) | |
2021-09-01 14:44 | [d4f95456ff] Replace strsep() with naively rolled implementation. (user: mark tags: trunk) | |
2021-09-01 14:40 | [f3840c7d12] Pedantic installation filename tweak. Same effect, different look. (user: stephan tags: trunk) | |
2021-09-01 14:25 | [98f9111e10] Initial port of severely overengineered (un)install rules from an older project. Hopefully this doesn't break much. (user: stephan tags: trunk) | |
2021-09-01 12:38 | [adef459b8c] Latest upstream wh-common.tcl. (user: stephan tags: trunk) | |
2021-09-01 11:44 | [1a6dcc482a] Updated autosetup to version 0.7.0+, Moved some cross-project auto.def checks into autosetup/wh-common.tcl. (user: stephan tags: trunk) | |
2021-09-01 03:19 |
[da43288276]
Replace a non-standard use of a clang extension that optimize strlen("string-literal"). (user: mgagnon tags: trunk) | |
2021-08-31 18:18 | [f7a0ce9baf] Overhaul diff implementation when diffing local changes. (user: mark tags: trunk) | |
2021-08-31 04:05 | [c8f848afc6] Update manual page with new [4eca5cfd84|key bindings]. (user: mark tags: trunk) | |
2021-08-30 19:00 | [4eca5cfd84] Add key bindings to jump to start and end of view. (user: mark tags: trunk) | |
2021-08-28 15:43 | [39f43fcefb] Bump version number: version 0.2 alpha. (user: mark tags: trunk, version-0.2) | |
2021-08-28 15:31 | [96e142ed8e] Merge [9d412bdfacee14e3|libf-amalgamation] into trunk. (user: mark tags: trunk, version-0.2) | |
2021-08-27 14:42 | [9d412bdfac] Closed-Leaf: Bring branch up to parity with [trunk]. (user: mark tags: libf-amalgamation) | |
2021-08-27 13:28 | [b413600889] Implement simpler, more robust fix for line wrap. (user: mark tags: trunk) | |
2021-08-25 13:49 | [4b3c0c1281] Fix for the new pkg-config build on macOS. (user: mark tags: libf-amalgamation) | |
2021-08-25 12:20 | [0776ba7002] Removed some dead auto.def code. (user: stephan tags: libf-amalgamation) | |
2021-08-25 12:13 | [760e0b865f] UNcommented-out CPPFLAGS needed in order for (only, apparently) Mac builds to see the wide char curses APIs. Tested by Martin G. (user: stephan tags: libf-amalgamation) | |
2021-08-25 12:10 | [d9427077a8] auto.def: if pkg-config for ncurses/ncursesw is found, but no pkg-config for panel/panelw, hard-code -lpanel and hope for the best (this seems to resolve the build for Mac, per a /chat test by Martin G.). (user: stephan tags: libf-amalgamation) | |
2021-08-25 10:47 | [fc2e83f22b] Build fix: when selecting libncursesw, also select libpanelw instead of libpanel. (user: stephan tags: libf-amalgamation) | |
2021-08-25 09:06 | [ae323da950] Initial attempt at prefering pkg-config for determining ncursesw/ncurses compilation and link flags. If pkg-config is not found, or neither ncursesw nor ncurses pkg-config entries are found, falls back to the previous approach (which will fail on mac and some Ubuntus). Removed some dead auto.def code. (user: stephan tags: libf-amalgamation) | |
2021-08-25 03:52 | [175619fa50] Missed the result code cleanup in [3a6781d1b5f38c70]. (user: mark tags: libf-amalgamation) | |
2021-08-25 03:42 | [3a6781d1b5] Pull latest upstream changes from libfossil. (user: mark tags: libf-amalgamation) | |
2021-08-24 17:34 | [4a7dffd4d5] Pull upstream changes from libfossil. (user: mark tags: trunk, version-0.1) | |
2021-08-24 17:28 | [0db4a79ef9] Backout [e21c232837c27809|previous commit e21c232837]. (user: mark tags: trunk) | |
2021-08-24 08:29 | [696e11ec9b] Update compile_flags.txt for the amalgamation build. (user: mark tags: libf-amalgamation) | |
2021-08-24 07:37 | [7562bc1f44] Merge latest updates from trunk. (user: mark tags: libf-amalgamation) | |
2021-08-24 05:42 | [e21c232837] Fix report of repository fingerprint check fail. (user: mark tags: trunk) | |
2021-08-24 05:34 | [a0c1152497] Fix subtle free of modified pointer. (user: mark tags: trunk) | |
2021-08-24 04:45 | [1c0333dc94] Use more apropos curses API to fix [5faf191fec1465ac]. (user: mark tags: trunk) | |
2021-08-24 03:35 | [70b423ed81] Use more apropos curses API to fix [5faf191fec1465ac]. (user: mark tags: libf-amalgamation) | |
2021-08-24 01:43 | [5faf191fec] Worked around a 'set but not used' warning/error. (user: stephan tags: libf-amalgamation) | |
2021-08-23 17:59 | [dfd1754d43] Include libiconv for macOS builds. (user: mark tags: libf-amalgamation) | |
2021-08-23 17:51 | [8cd880de0b] Merge latest commit from trunk. (user: mark tags: libf-amalgamation) | |
2021-08-23 16:51 | [e36746e355] Fix invalid memory read in diff logic. (user: mark tags: trunk) | |
2021-08-23 15:38 | [8414ecc71c] Updated libfossil-config.h from upstream. (user: stephan tags: libf-amalgamation) | |
2021-08-23 15:24 | [5a4cdb4529] Replaced full-fledged libfossil with its pre-generated amalgamation build. (user: stephan tags: libf-amalgamation) | |
2021-08-23 08:42 | [4e29558f62] Minor overhaul of help and usage output. (user: mark tags: trunk) | |
2021-08-22 16:44 | [8804f1b9fb] Merge [be2f0f4c01eae1c2|dev-diff-cmd] into trunk. (user: mark tags: trunk) | |
2021-08-22 16:22 | [be2f0f4c01] Closed-Leaf: Complete implementation of the diff command. (user: mark tags: dev-diff-cmd) | |
2021-08-20 18:22 | [9327609fce] Initial implementation of the diff command. (user: mark tags: dev-diff-cmd) | |
2021-08-20 17:51 | [b2464b5cbf] Rename function to match its more general use. (user: mark tags: trunk) | |
2021-08-19 17:52 | [b9024c7b70] Wrap long commit comments at available screen width. (user: mark tags: trunk) | |
2021-08-18 17:05 | [6750024a65] Prune dead code and unused includes. (user: mark tags: trunk) | |
2021-08-18 15:26 | [27d3d8656c] Style changes to comply with KNF. No functional changes. (user: mark tags: trunk) | |
2021-08-18 05:49 | [b35337f3d9] Fix compatibility issues with ncurses calls on Linux. (user: mark tags: trunk) | |
2021-08-17 11:39 | [2a1124ced7] Fix orthographic error in fnc(1) manual page. (user: mark tags: trunk) | |
2021-08-17 01:53 | [052c752261] Removed a bogus -1 comarison against a UUID result string. (user: stephan tags: trunk) | |
2021-08-16 18:39 | [9ec41fb741] Disable fast refresh so we only update on user input. (user: mark tags: trunk) | |
2021-08-16 15:29 | [e148ef04a9] Merge [8143702dc72751a5|dev-linux] into trunk. (user: mark tags: trunk) | |
2021-08-16 14:07 | [8f4a55aa3c] Use libfossil's SQLite3 substitution type. (user: mark tags: trunk) | |
2021-08-13 16:12 | [22b6e55fe8] Enhance diff logic to process control artifacts. (user: mark tags: trunk) | |
2021-08-11 19:11 | [8143702dc7] Closed-Leaf: More fixes for linux compilation. Hopefully doesn't break the others. (user: stephan tags: dev-linux) | |
2021-08-11 14:50 | [9ee2acaf07] Replace fpos_t with off_t and fsetpos() with fseeko(). (user: mark tags: trunk) | |
2021-08-11 09:00 | [8c60b16f04] Further Linux portability hacks. (user: mark tags: dev-linux) | |
2021-08-10 14:41 | [1f7fc68773] Some quick hacks for Linux portability, but there are still several to resolve, e.g. TAILQ_FOREACH_SAFE(?). (user: stephan tags: dev-linux) | |
2021-08-10 08:24 | [7652a8cba6] Replace BSD-dependent function with libf alternative. (user: mark tags: trunk) | |
2021-08-10 08:00 | [6e803095a2] Merge updates from libfossil. (user: mark tags: trunk) | |
2021-08-10 07:30 | [48e877f388] Add manpage for fnc. (user: mark tags: trunk) | |
2021-08-08 08:03 | [7028002be6] Refactor fsl_list_clear() callback implementations. (user: mark tags: trunk) | |
2021-08-07 16:59 | [324c04bdde] Rename fsl_list_clear() callback to disambiguate its use. (user: mark tags: trunk) | |
2021-08-07 16:44 | [9733229222] Enhance diff view with coloured output. (user: mark tags: trunk) | |
2021-08-06 14:50 | [fd44656bca] Fix diff and blame command function signatures. (user: mark tags: trunk) | |
2021-08-06 09:16 | [72d1c5794a] Determine when the diff algorithm refuses a binary file. (user: mark tags: trunk) | |
2021-08-06 08:00 | [06878eedc0] Enhance diff view of non-checkin commits. (user: mark tags: trunk) | |
2021-08-05 16:35 | [abe638beea] Fix whitespace (indent) typo in commit [3de290148ccb3d38]. (user: mark tags: trunk) | |
2021-08-05 15:14 | [3de290148c] Output full wiki content when the artifact has no parent. (user: mark tags: trunk) | |
2021-08-05 14:05 | [d8b7730268] Enhance parse_emailaddr_username(). (user: mark tags: trunk) | |
2021-08-05 11:32 | [7dfce7ca8d] Add commit branch/tags to search results. (user: mark tags: trunk) | |
2021-08-05 08:12 | [6eaea2465f] Initial commit of fnc. (user: mark tags: trunk) | |