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: 6429a4bd user: ashepilko tags: test-msc89)
20:24
Add a test program for MSVC C89 implementations of rint() and snprintf() (check-in: c9456797 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: da9f3620 user: ashepilko tags: trunk)
2020-08-09
21:45
Merge in trunk; resolve conflicts (Closed-Leaf check-in: 7cfbf66a user: ashepilko tags: cmake-ide)
2020-08-01
04:30
Remove an unused variable in mkindex.c (check-in: bf198442 user: ashepilko tags: trunk)
2020-07-31
02:21
Update the tests to reflect recent code changes (check-in: 981049f7 user: ashepilko tags: trunk)
2020-07-17
23:53
For strtoll() with Visual Studio prior to MSVS 2013, fallback to _strtoi64(). (check-in: d626ddb5 user: ashepilko tags: trunk)
22:05
Fix variable declaration order to block-top; keeps the C89 conformance. (check-in: 0cb6e034 user: ashepilko tags: trunk)
22:02
Support out-of-source build on Windows when BUILDDIR envvar is not set. (check-in: 0f0b9043 user: ashepilko tags: trunk)
2020-06-06
04:06
Describe how to produce a build with debugging options enabled. (check-in: c9690c73 user: ashepilko tags: trunk)
03:56
Support the build from an out of source-tree directory on Windows; allow paths with spaces. (check-in: 0519493f user: ashepilko tags: trunk)
2020-06-04
21:01
mv-rm.test: On test teardown, delete the manually created dir. (check-in: 5da1bd94 user: ashepilko tags: trunk)
20:51
revert: Allow reverting of current changes for the whole directory tree. (check-in: a8bb0869 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 forumpost/f5b13591e3 (check-in: 709d2f80 user: ashepilko tags: trunk)
2020-05-19
18:31
Merge in trunk. (Closed-Leaf check-in: 0ad3e06b user: ashepilko tags: revert-dir)
2020-05-11
04:17
Merge in trunk. (check-in: 09239396 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: 6fd34c57 user: ashepilko tags: trunk)
03:12
Show an error page when a managed file is not known at the requested check-in. (check-in: 78d52675 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: 972341db user: ashepilko tags: trunk)
17:26
Show 'No such file' page title, when requested for an unknown file path. (check-in: 439e7ce6 user: ashepilko tags: trunk)
17:21
File History file links to use /file?name form, to handle paths with spaces. (check-in: c00527e8 user: ashepilko tags: trunk)
17:16
Change merge conflict marker for common ancestor to follow diff3 convention; see also: forumpost/f54f22dd99 (check-in: d7bc466a user: ashepilko tags: trunk)
04:06
File History: show the file path in page's title. (check-in: 888eaf4f user: ashepilko tags: browse-to-file)
03:06
File History page: link to /file URLs corresp. to the check-in history entry. (check-in: 65a60dba 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: a470e782 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: bbd53c77 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: 5c600718 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: 35046721 user: ashepilko tags: trunk)
2020-05-04
16:42
setup_settings page: keep labels on the left side of their entry fields. (check-in: c1ca1000 user: ashepilko tags: trunk)
2020-05-03
17:46
Wrap SSL-related features into a FOSSIL_ENABLE_SSL conditional in url.c. (check-in: 0a59a823 user: ashepilko tags: trunk)
2020-05-01
20:32
Update help for the revert command to mention the use with directories. (check-in: 059cd4c6 user: ashepilko tags: revert-dir)
2020-04-30
18:20
Change names of the added vars to camelcase. (check-in: 7252e631 user: ashepilko tags: revert-dir)
08:25
Allow a revert of current changes for the whole directory tree (check-in: 575fe0c8 user: ashepilko tags: revert-dir)
07:28
Update tester.tcl to reflect changes to 'fossil info' behavior in [1da8afdf]. (check-in: 6a8477a5 user: ashepilko tags: trunk)
2020-04-11
22:35
Merged from trunk (Closed-Leaf check-in: 2f24675a user: ashepilko tags: api-cleanup)
2020-04-08
18:53
Fix typo in default-src direcive spec. (check-in: f64f757e user: ashepilko tags: trunk)
2020-04-05
23:45
Match the COMMAND and WEBPAGE names with _cmd and _page functions; forumpost/045bffda68 (check-in: 06afb702 user: ashepilko tags: api-cleanup)
2020-04-01
00:00
Fix warnings on possible uninitialized variable use. (check-in: 0ba1528f user: ashepilko tags: trunk)
2020-03-26
03:01
Fix typos. (check-in: 58f00d33 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 forumpost/2fcb3a490b (check-in: 6e7211a2 user: ashepilko tags: trunk)
2020-03-12
22:53
Show the title of a forum thread without truncation. (check-in: 81d66a35 user: ashepilko tags: trunk)
2020-03-08
07:20
Fix typo in data-sortkey. (check-in: 88b8df35 user: ashepilko tags: trunk)
2020-03-06
17:27
Limit the max length of new forum thread's title. (check-in: 81fb5e76 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: d076853d 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: 35ad8eca 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: 4b12ad0e user: ashepilko tags: forumthread-title)
2020-02-28
21:53
Include forum thread's title in its page title. (check-in: 9559bdb6 user: ashepilko tags: forumthread-title)
21:51
Create new branch named "forumthread-title" (check-in: 33c4c9d2 user: ashepilko tags: forumthread-title)
2020-01-09
23:50
Merge in trunk (check-in: 001eb6d5 user: ashepilko tags: cmake-ide)
23:02
Fix build errors when using MSVC version that has no 'stdint.h' (check-in: c6ae8584 user: ashepilko tags: trunk)