Fossil

Timeline
Login

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

5 check-ins using file src/fossil.diff.js version 8e671737e4

2024-09-03
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