This Day In History For 2026-06-18
2 Years Ago (more context)
|
2024-06-18
| ||
| 05:20 | Use auto-coloring for private branches, instead of applying the orangeish default `#fec084', so colors play better with skins and the `fossil publish' command. ... (check-in: ee82746517 user: florian tags: trunk) | |
3 Years Ago (more context)
|
2023-06-18
| ||
| 23:20 | Update documentation to "fossil patch" and "fossil ui" to talk about the algorithm used for locating the fossil executable on the remote host. ... (check-in: d22e2b3817 user: drh tags: trunk) | |
| 19:58 | Omit the PATH= argument to SSH for "fossil patch push/pull" and "fossil ui" when the --fossilcmd option is used. ... (check-in: a35522f8a4 user: drh tags: trunk) | |
| 15:37 | Get the -MJ ... flags working for the in-binary objects and generate the top-level compile_commands.json. ... (check-in: e330509cd4 user: stephan tags: compile_commands.json) | |
| 13:58 | More work on compile_commands.json support. This does not work because the approach of extending CFLAGS with the -MJ flag is incompatible with the build process's use of different compilers for the in-tree tools vs the files compiled as part of the fossil binary. On systems with both gcc and clang, the former group may get built with cc (==gcc) yet inherit -MJ via CFLAGS, breaking the build. This approach appears to be a dead end, but checking it in for later analysis. ... (check-in: 0e6ad145d4 user: stephan tags: compile_commands.json) | |
| 11:16 | Initial *incomplete* attempt at integrating compile_commands.json support, for code editors which support it. This is a copy/paste port from the libfossil tree, but lacks one final piece which is difficult to emulate in POSIX make (as opposed to GNU make). Build file changes only, no code changes. ... (check-in: 492787465d user: stephan tags: compile_commands.json) | |
| 03:12 | fix import handling of git repositories with renamed files Reported by James Cook in [forum:2b857ded1b]: renamed files were shown as a deletion and an addition. This was because the optional 3rd and 4th field in the manifest's F card to indicate renames were omitted, despite having parsed these data from the git fast-export marks. ... (check-in: 7ab1e11850 user: mark tags: trunk) | |
| 00:46 | Always print the SSH command used to implement "fossil patch push/pull". No longer require the -v option to see the ssh command. This is in the interest of full disclosure - letting the operator know what Fossi is doing behind the scenes. ... (check-in: 97ec767f4b user: drh tags: trunk) | |
| 00:22 | For the "fossil ui remote:/" and the "fossil patch push/pull" commands, when going over SSH, add the argument "PATH=$HOME/bin:$PATH" to the command line so that the "fossil" executable can be found in the users home directory. This is important on system like Mac where the default PATH for SSH consists of only unwritable directories. ... (check-in: 8cb1164079 user: drh tags: trunk) | |
4 Years Ago (more context)
|
2022-06-18
| ||
| 13:45 | /timeline.rss: updated TITLE fields for wiki entry comment formatting changes. Add explicit forum posts support (they were shown before in some contexts but only by virtue of being 'not a checkin/ticket/wiki' and not honoring the caller's permissions to read them). ... (check-in: cb651568fb user: stephan tags: trunk) | |
| 07:04 | Merged in trunk. ... (check-in: 4d62992991 user: stephan tags: markdown-tagrefs) | |
5 Years Ago (more context)
|
2021-06-18
| ||
| 20:25 | Update the built-in SQLite to version 3.36.0 ... (check-in: 3a97dff2cf user: drh tags: trunk) | |
10 Years Ago (more context)
|
2016-06-18
| ||
| 16:50 | If the table is encoded as start-value/size, a variable and a comparison can be saved. Should be even faster .... ... (check-in: 758e3d3188 user: jan.nijtmans tags: invalid_utf8_improvements) | |
| 14:44 | Juggle variables and code arround, making it as efficient and readable as possible. Also add more comments. ... (check-in: 7f067f2940 user: jan.nijtmans tags: invalid_utf8_improvements) | |
| 11:29 | fixed another strict aliasing warning in cson. ... (check-in: 6bcfe1d22c user: stephan tags: trunk) | |
15 Years Ago (more context)
|
2011-06-18
| ||
| 19:29 | Updates to the "Quick Start" documentation. ... (check-in: a8f271e81e user: drh tags: trunk) | |
| 18:30 | Update the release-test document. Add a Change Log. ... (check-in: a992b276e1 user: drh tags: trunk) | |
| 18:06 | Add a "Contributing" link to the homepage. Update the build documentation. ... (check-in: 2d50893dd8 user: drh tags: trunk) | |
| 17:02 | Fixes to the windows makefiles to support sequential version numbers. ... (check-in: 30b0986d93 user: drh tags: trunk) | |
| 17:00 | Merge latest changes from trunk ... (check-in: 7bbeb88205 user: ben tags: ben-testing) | |
| 16:50 | Add a version number that is increased by one on each release. Make the initial version number 1.18 since there have been 17 prior releases. ... (check-in: e0303181a5 user: drh tags: trunk) | |
| 15:51 | • Fixed ticket [f628d183c9]: pwd too big: max 1999 plus 1 other change ... (artifact: 36e218bfe8 user: drh) | |
| 15:51 | Improved error messages when getcwd() fails. Ticket [f628d183c958c5b12]. ... (check-in: 89e6eb9674 user: drh tags: trunk) | |