Fossil

Today In History
Login

This Day In History For 2026-08-28

4 Years Ago (more context)

2022-08-28
17:58
Clarified the parent process user ID vs the child process in the explanation of how the chroot feature interacts with the custom user feature of the Docker container. check-in: f9ddd38ecc user: wyoung tags: trunk
17:52
Made a better distinction between bind mounts and Docker volumes in the new Docker section of the build doc. check-in: 958a6af94b user: wyoung tags: trunk

5 Years Ago (more context)

2021-08-28
16:36
Further improvements to fossil_temp_filename() to help ensure that the correct directory separators are used on both unix and windows. check-in: 5434d2e32c user: drh tags: trunk
15:47
Merge trunk fixes into the diff-color-enhancements branch. check-in: e696aa705c user: drh tags: diff-color-enhancements
15:46
More robust implementation of fossil_temp_filename that does not require an open connection to a real database. check-in: 939696667a user: drh tags: trunk
15:19
Minor legibility improvement for the previous commit [8ad6aa53a4]. check-in: db8c5a9296 user: stephan tags: trunk
15:11
Added missing db_protect() when importing (config export user) data via (config import), as reported in [forum:dea06dd696359a59 | forum post dea06dd696359a59]. check-in: 8ad6aa53a4 user: stephan tags: trunk
00:46
Performance optimization. Now faster than trunk. check-in: 2cb7f2f9d1 user: drh tags: diff-color-enhancements
00:13
Side-by-side diff coloration now appears to be technically correct, though further improves are needed to optimize for human perception, and for performance. check-in: 6ed7541472 user: drh tags: diff-color-enhancements

15 Years Ago (more context)

2011-08-28
23:45
Use macros to tidy up TH1 to Tcl argument marshalling. Use the Tcl interp result when Tcl_ExprObj does not return ok. Check for Tcl interp deletion. The TH1 'puts' command should flush when writing to stdout. Add 'repository' TH1 command. Use obj API to get Tcl cmdInfo. Add tests for Tcl integration. check-in: 53b9445b2c user: mistachkin tags: tcl-integration
11:22
Make blob_read_link() C89-compatible on Unix again. check-in: 034819087d user: dmitry tags: symlinks
11:01
Use file_delete() instead of unlink() in vfile_to_disk(). check-in: 08311ffc6a user: dmitry tags: symlinks
10:43
Handle errors in blob_read_link(). check-in: d43029f6f4 user: dmitry tags: symlinks
06:54
Reset result prior to direct Tcl invocation. Cast all ckalloc return values. Make sure the global config database is open for the 'test_th_render' command. Allow the 'tcl' setting to be enabled via the environment. check-in: 5cc15d0890 user: mistachkin tags: tcl-integration
03:00
Do not free the Tcl result (or interp) prior to setting the TH1 result. check-in: 0299d484fc user: mistachkin tags: tcl-integration