Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
17 check-ins using file src/main.c version 8f88afb2f8
2024-09-04
| ||
11:15 | Detect better missing load average support, for example in Termux. ... (check-in: 50ba8d8d05 user: danield tags: trunk) | |
2024-09-03
| ||
22:05 | Updatr the markdown rules doc: table header cells are left-aligned as well. ... (check-in: f141791d80 user: danield tags: trunk) | |
20:20 | Remove extraneous question mark from the side-by-side scroll sync checkbox. ... (check-in: 019494e32d user: stephan tags: trunk) | |
17:06 | Removed redundant LIBS=-lfuse, causing duplicate library warning in the case where autosetup determines it's needed. Calling cc-check-function-in-lib already appends the library to LIBS if needed. ... (check-in: 07673a1368 user: wyoung tags: trunk) | |
17:03 | Merged experimental branch md-col-header-alignment ... (check-in: 9f8bf69185 user: wyoung tags: trunk) | |
15:31 | Latest upstream autosetup, primarily for [https://github.com/msteveb/autosetup/issues/67|an OpenBSD-specific fix]. ... (check-in: 4eef2de39f user: stephan tags: trunk) | |
14:56 | Minimal change to MD to HTML styling to allow `:` alignment markers to be obeyed. Without this, the skin's default left alignment takes over because although it's brought in at the head of the document, the body doesn't override it because our CSS selectors are more specific, giving them precedence. ... (Closed-Leaf check-in: 5e5732f1d9 user: wyoung tags: md-col-header-alignment) | |
11:55 | Reuse scroll-related callbacks where possible instead of redefining them on a per-element basis. ... (check-in: ddeba72d13 user: stephan tags: trunk) | |
11:48 | Re-enable side-by-side diff sync scrolling and add a client-side persistent toggle for the preference, accessible as a checkbox in various pages which render sbs diffs. ... (check-in: c03ce0f4d4 user: stephan tags: trunk) | |
09:47 | In /setup_uinfo, correct the URL parameter passed from the 'edit' link to /setup_uedit: id instead of uid. ... (check-in: a84b669e52 user: stephan tags: trunk) | |
2024-09-02
| ||
22:20 | Update the built-in SQLite to the latest trunk, just so we can stay on the bleeding edge. ... (check-in: ff931032bd user: drh tags: trunk) | |
17:26 | Double-quoted the list of monospaced font family names to conform to [https://developer.mozilla.org/en-US/docs/Web/CSS/font-family#valid_family_names | CSS rules for this]. That browsers tolerated spaces in unquoted names is not something we should count on. ... (check-in: 2126566e94 user: wyoung tags: trunk) | |
2024-08-31
| ||
17:30 | Revert the temporary fix [9866c97b35] as the underlying problem has been resolved in SQLite. ... (check-in: ecaeb31f51 user: florian tags: trunk) | |
2024-08-30
| ||
09:39 | Proposed fix for the search branch bug reported in [forum:520d420d04e482b2|forum post 520d420d04]. This seems to work but could use more testing. To hit the affected query, first run (fossil fts-config index off) then (fossil search -fts ...terms...). ... (Closed-Leaf check-in: f4fdd7d385 user: stephan tags: search-branch-fix) | |
2024-08-27
| ||
19:38 | Fix one mis-changed line in [898a70ce82a5] which would have broken builds on OS/2. ... (check-in: 94c8af02ea user: stephan tags: trunk) | |
11:19 | When stdout is not a tty, avoid doing the carriage-return-to-reuse-the-console-line trick for emiting metrics while syncing, and instead emit the stats after the end of the loop. This means that log files from cron jobs no longer contain the carriage-return clutter. ... (check-in: f8800f3464 user: stephan tags: trunk) | |
11:06 | Move the file-specific definitions of the isatty() and fileno() macros into util.c's fossil_isatty() and fossil_fileno() in prep for an upcoming change which needs isatty(). ... (check-in: 898a70ce82 user: stephan tags: trunk) | |