Fossil

Timeline
Login

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

50 most recent check-ins by user ashepilko

2021-06-16
20:26
Preserve the C89 compatibility of pikchr.c by using MSVC C89 implementations of rint() and snprintf() with older MSVC versions ... (Leaf check-in: 6429a4bdc2 user: ashepilko tags: test-msc89)
20:24
Add a test program for MSVC C89 implementations of rint() and snprintf() ... (check-in: c945679735 user: ashepilko tags: test-msc89)
20:24
Fix the C89-style related declarations; add a gcc warning to flag such issues, in case these slip through again ... (check-in: da9f362015 user: ashepilko tags: trunk)
2020-08-09
21:45
Merge in trunk; resolve conflicts ... (Closed-Leaf check-in: 7cfbf66a02 user: ashepilko tags: cmake-ide)
2020-08-01
04:30
Remove an unused variable in mkindex.c ... (check-in: bf1984428f user: ashepilko tags: trunk)
2020-07-31
02:21
Update the tests to reflect recent code changes ... (check-in: 981049f798 user: ashepilko tags: trunk)
2020-07-17
23:53
For strtoll() with Visual Studio prior to MSVS 2013, fallback to _strtoi64(). ... (check-in: d626ddb554 user: ashepilko tags: trunk)
22:05
Fix variable declaration order to block-top; keeps the C89 conformance. ... (check-in: 0cb6e03443 user: ashepilko tags: trunk)
22:02
Support out-of-source build on Windows when BUILDDIR envvar is not set. ... (check-in: 0f0b904337 user: ashepilko tags: trunk)
2020-06-06
04:06
Describe how to produce a build with debugging options enabled. ... (check-in: c9690c7356 user: ashepilko tags: trunk)
03:56
Support the build from an out of source-tree directory on Windows; allow paths with spaces. ... (check-in: 0519493f46 user: ashepilko tags: trunk)
2020-06-04
21:01
mv-rm.test: On test teardown, delete the manually created dir. ... (check-in: 5da1bd94cc user: ashepilko tags: trunk)
20:51
revert: Allow reverting of current changes for the whole directory tree. ... (check-in: a8bb08697a user: ashepilko tags: trunk)
2020-06-02
22:34
mv: Handle the case of soft-renaming of a managed sub-directory that was already renamed at the file-system level; see [https://fossil-scm.org/forum/forumpost/f5b13591e3|forumpost/f5b13591e3] ... (check-in: 709d2f804f user: ashepilko tags: trunk)
2020-05-19
18:31
Merge in trunk. ... (Closed-Leaf check-in: 0ad3e06bd2 user: ashepilko tags: revert-dir)
2020-05-11
04:17
Merge in trunk. ... (check-in: 09239396ae user: ashepilko tags: revert-dir)
2020-05-10
04:50
File Browser: use wording 'file at check-in' to denote a file version snapshot and 'known file' to denote a name of a managed file. ... (check-in: 6fd34c5774 user: ashepilko tags: trunk)
03:12
Show an error page when a managed file is not known at the requested check-in. ... (check-in: 78d52675c5 user: ashepilko tags: trunk)
2020-05-09
18:08
Enquote the requested path glob in query to get history for a directory name with spaces. ... (check-in: 972341dbca user: ashepilko tags: trunk)
17:26
Show 'No such file' page title, when requested for an unknown file path. ... (check-in: 439e7ce645 user: ashepilko tags: trunk)
17:21
File History file links to use /file?name form, to handle paths with spaces. ... (check-in: c00527e825 user: ashepilko tags: trunk)
17:16
Change merge conflict marker for common ancestor to follow [https://www.gnu.org/software/diffutils/manual/html_node/Marking-Conflicts.html#Marking-Conflicts|diff3 convention]; see also: [https://fossil-scm.org/forum/forumpost/f54f22dd99 | forumpost/f54f22dd99] ... (check-in: d7bc466ac6 user: ashepilko tags: trunk)
04:06
File History: show the file path in page's title. ... (check-in: 888eaf4fad user: ashepilko tags: browse-to-file)
03:06
File History page: link to /file URLs corresp. to the check-in history entry. ... (check-in: 65a60dba29 user: ashepilko tags: browse-to-file)
2020-05-08
23:08
In File Browser's Tree-View the file entries link to /file URLs corresp. to the given check-in. ... (check-in: a470e782bc user: ashepilko tags: browse-to-file)
23:01
In File Browser show the selected path and check-in/branch in page's title ... (check-in: bbd53c778a user: ashepilko tags: browse-to-file)
2020-05-06
22:04
In File Browser the file entries link to /file URLs corresp. to the given check-in; on File page provide back-links to the file's path directories. ... (check-in: 5c60071800 user: ashepilko tags: browse-to-file)
2020-05-05
00:41
diff -y: set the default width automatically based on the terminal width. ... (check-in: 3504672187 user: ashepilko tags: trunk)
2020-05-04
16:42
setup_settings page: keep labels on the left side of their entry fields. ... (check-in: c1ca1000fe user: ashepilko tags: trunk)
2020-05-03
17:46
Wrap SSL-related features into a FOSSIL_ENABLE_SSL conditional in url.c. ... (check-in: 0a59a82349 user: ashepilko tags: trunk)
2020-05-01
20:32
Update help for the revert command to mention the use with directories. ... (check-in: 059cd4c6b0 user: ashepilko tags: revert-dir)
2020-04-30
18:20
Change names of the added vars to camelcase. ... (check-in: 7252e631fb user: ashepilko tags: revert-dir)
08:25
Allow a revert of current changes for the whole directory tree ... (check-in: 575fe0c8af user: ashepilko tags: revert-dir)
07:28
Update tester.tcl to reflect changes to 'fossil info' behavior in [1da8afdf]. ... (check-in: 6a8477a5f4 user: ashepilko tags: trunk)
2020-04-11
22:35
Merged from trunk ... (Closed-Leaf check-in: 2f24675ab5 user: ashepilko tags: api-cleanup)
2020-04-08
18:53
Fix typo in default-src direcive spec. ... (check-in: f64f757eda user: ashepilko tags: trunk)
2020-04-05
23:45
Match the COMMAND and WEBPAGE names with _cmd and _page functions; [https://fossil-scm.org/forum/forumpost/045bffda68|forumpost/045bffda68] ... (check-in: 06afb7022f user: ashepilko tags: api-cleanup)
2020-04-01
00:00
Fix warnings on possible uninitialized variable use. ... (check-in: 0ba1528fa3 user: ashepilko tags: trunk)
2020-03-26
03:01
Fix typos. ... (check-in: 58f00d333a user: ashepilko tags: trunk)
2020-03-23
01:08
Clear the environment by setting its first entry to NULL; fixes the macOS-bound bug as per [https://fossil-scm.org/forum/forumpost/2fcb3a490b|forumpost/2fcb3a490b] ... (check-in: 6e7211a26d user: ashepilko tags: trunk)
2020-03-12
22:53
Show the title of a forum thread without truncation. ... (check-in: 81d66a357d user: ashepilko tags: trunk)
2020-03-08
07:20
Fix typo in data-sortkey. ... (check-in: 88b8df356b user: ashepilko tags: trunk)
2020-03-06
17:27
Limit the max length of new forum thread's title. ... (check-in: 81fb5e7600 user: ashepilko tags: trunk)
17:08
Improve truncation of UTF-8 encoded title using a function by @florian.balmer per [https://fossil-scm.org/forum/forumpost/6d90d5d99c] ... (check-in: d076853d10 user: ashepilko tags: trunk)
2020-03-03
19:13
Properly truncate a UTF-8 encoded title using a function by @florian.balmer per [http://fossil-scm.org/forum/forumpost/52b141aa91] ... (check-in: 35ad8eca06 user: ashepilko tags: trunk)
2020-02-29
19:32
Properly truncate a forum thread's title when is UTF-8 encoded. ... (Closed-Leaf check-in: 4b12ad0eb2 user: ashepilko tags: forumthread-title)
2020-02-28
21:53
Include forum thread's title in its page title. ... (check-in: 9559bdb69c user: ashepilko tags: forumthread-title)
21:51
Create new branch named "forumthread-title" ... (check-in: 33c4c9d266 user: ashepilko tags: forumthread-title)
2020-01-09
23:50
Merge in trunk ... (check-in: 001eb6d506 user: ashepilko tags: cmake-ide)
23:02
Fix build errors when using MSVC version that has no 'stdint.h' ... (check-in: c6ae8584b1 user: ashepilko tags: trunk)