Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
26 check-ins using file src/repo.c version a46cdfd912
2021-09-05
| ||
16:33 | Build: make sure that the amalgamation build does not end up in the etags file. Look for etags binary at configure-time instead of build-time. check-in: 2013bb6303 user: stephan tags: trunk | |
14:41 | Simplified previous checkin. check-in: f42cf853ab user: stephan tags: trunk | |
14:32 | Fixed -h/--no-header flag to f-query - was previously a no-op. check-in: 701619e142 user: stephan tags: trunk | |
2021-09-02
| ||
18:43 | Adapted amalgamation.html generator to be able to get the file size on both linux and bsd (their /usr/bin/stat's work entirely differently). check-in: 3c58318a6b user: stephan tags: trunk | |
18:02 | Latest upstream changes from fnc. Includes a screen-rendering bug fix, and improved error handling/reporting in the multibyte to wide-char conversion. check-in: ce9e0fcfd0 user: mark tags: trunk | |
02:54 | Latest upstream fnc, including install rules. check-in: 4dcc4638df user: stephan tags: trunk | |
2021-09-01
| ||
14:31 | Initial port of severely overengineered (un)install rules from an older project. Hopefully this doesn't break much. check-in: 906b382ec6 user: stephan tags: trunk | |
12:35 | Code consolidation in wh-common.tcl. Moved libf's module loader check into wh-common.tcl. check-in: a90130eadb user: stephan tags: trunk | |
11:41 | Factored some of auto.def into reusable autosetup/wh-common.tcl for reuse in this tree, fnc, and cwal. check-in: d5be981fc0 user: stephan tags: trunk | |
10:45 | Updated to latest upstream autosetup (0.7.0+). check-in: cb4a63f07c user: stephan tags: trunk | |
04:08 | Brought client/fnc/Makefile.in up to date with regards to fnc. This might fix the debian build. check-in: 7673fd7c59 user: stephan tags: trunk | |
03:56 | auto.def now checks for bash and sets its full path in config.make. check-in: d3b61304ba user: stephan tags: trunk | |
03:48 | config.make: changed SHELL:=/usr/bin/bash to /bin/bash (seems to be more portable). check-in: 43da785954 user: stephan tags: trunk | |
03:33 | Latest upstream fnc.c. check-in: 69427e2bd9 user: stephan tags: trunk | |
2021-08-31
| ||
16:42 | Latest upstream fnc.c. check-in: f1236f3110 user: stephan tags: trunk | |
2021-08-30
| ||
12:15 | Minor doc, constness, and char-as-bool tweaks. check-in: 3ada2fce76 user: stephan tags: trunk | |
12:15 | Fixed subdir build not diving into dir client/fnc. check-in: c4eb22996f user: stephan tags: trunk | |
03:16 | Minor doc correction. check-in: 27e6e35f3d user: stephan tags: trunk | |
2021-08-29
| ||
13:30 | Added missing first half of an extern "C" block in C++ compilation mode. check-in: 4daa314918 user: stephan tags: trunk | |
12:31 | Added build bits to create and push builds of the amalgamation as /uv content. check-in: fbd839f03a user: stephan tags: trunk | |
12:31 | Fixed a null pointer deref in a f-ci misuse case. check-in: 93f9b07776 user: stephan tags: trunk | |
2021-08-25
| ||
13:59 | Pulled in upstream fnc auto.def patch to disable pkg-config ncurses check on macOS due to lib path incompatibilities between base OS, brew, and/or macports. check-in: 7644dfda4f user: stephan tags: trunk | |
12:27 | Ported in ncurses detection/build improvements from main fnc tree. check-in: 62de1836b6 user: stephan tags: trunk | |
2021-08-24
| ||
18:57 | Latest upstream fnc.c. check-in: 5d4335a934 user: stephan tags: trunk | |
18:55 | Removed a senseless result code check. check-in: 5209050f47 user: stephan tags: trunk | |
18:33 | Fixed a buffer-reset bug in the previous commit. check-in: 93f0b5c202 user: stephan tags: trunk | |