Fossil

Timeline
Login

Timeline

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

87 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
20:03
Fix typos. check-in: e693ab73 user: ashepilko tags: trunk
18:26
Add the debug and autoconfig compile definitions; needed for source browsing. check-in: fabe2d41 user: ashepilko tags: cmake-ide
17:57
Merge in trunk check-in: 4d8aecdf user: ashepilko tags: cmake-ide
2020-01-08
17:56
Edit the Executive Summary to mention merge-in: prefix. check-in: 63f50314 user: ashepilko tags: trunk
2018-09-22
04:21
Add build directories to ignore-glob. Closed-Leaf check-in: bddd4961 user: ashepilko tags: build-ignore-glob
2018-09-19
21:00
Add docs on using IDE for Fossil development. check-in: 7d2be6f8 user: ashepilko tags: cmake-ide
20:19
Merge updates from trunk. check-in: 2269309f user: ashepilko tags: cmake-ide
19:55
Ignore errors in the clean target commands. check-in: 27c7a491 user: ashepilko tags: trunk
2018-09-14
21:23
Fix a typo. check-in: 4b562158 user: ashepilko tags: trunk
21:15
Describe the debugging options. check-in: d364933a user: ashepilko tags: cmake-ide
19:13
Merge updates from trunk. check-in: f59c9ecb user: ashepilko tags: cmake-ide
2018-08-08
01:27
Fix the MSVC specific link flags. check-in: 27c4e7b0 user: ashepilko tags: cmake-ide
2018-08-07
17:55
Adjust include directories list to pick up autoconfig.h check-in: ad12f35c user: ashepilko tags: cmake-ide
2018-08-04
11:08
Pass the build command in verbatim mode. check-in: 28094475 user: ashepilko tags: cmake-ide
11:01
Enumerate tests to preserve the order, MSVS2017 does not seem to follow test dependencies. check-in: a5dff314 user: ashepilko tags: cmake-ide
10:55
Change the order of extra build flags to allow overrides. check-in: f59ccb03 user: ashepilko tags: cmake-ide
10:47
Fix PDB file handling; should apply only for Debug build. check-in: b7430ba1 user: ashepilko tags: cmake-ide
2018-08-02
09:55
Allow out-of-source build with MSVC on Windows. check-in: fc8281ee user: ashepilko tags: cmake-ide
09:37
Allow reading the list of input resources from a file with --reslist option. check-in: ba8ba160 user: ashepilko tags: cmake-ide
09:24
Build Fossil via ExternalProject check-in: cddc7bb0 user: ashepilko tags: cmake-ide
08:32
Merge from trunk. check-in: 19997e99 user: ashepilko tags: cmake-ide
08:10
Create new branch named "cmake-ide" check-in: 2150860b user: ashepilko tags: cmake-ide
06:54
Refactor to fix an unused var warning in debug build check-in: 811333a5 user: ashepilko tags: trunk
03:53
Exit with error status when halt is triggered on error check-in: ccc66763 user: ashepilko tags: trunk
03:35
Include winsock2.h for WinXP compatibility; was breaking the build check-in: 889bc0f7 user: ashepilko tags: trunk
2018-07-22
21:10
In debug config, reference the compiled sources; this allows stepping through the actual code in the debugger check-in: 58bf02d1 user: ashepilko tags: trunk
20:04
Set debug defines in CFLAGS when in debug config, so it applies project wide check-in: eb0f689d user: ashepilko tags: trunk
19:16
Install by copy; covers case when install destination is on a different volume check-in: 449c6fd7 user: ashepilko tags: trunk
18:25
Remove duplicate FOSSIL_ENABLE_LEGACY_MV_RM define check-in: 2230c811 user: ashepilko tags: trunk
16:22
Allow CFLAGS override without duplicating compile options by default check-in: 09f41885 user: ashepilko tags: trunk
2018-07-13
10:04
Append -ldl only when needed on the target platform; OpenBSD resolves it from the standard libc. check-in: 7cdb522b user: ashepilko tags: trunk
2018-07-12
06:46
Make sure -ldl is appended after -lcrypto; Fixes link errors with static build. check-in: efbc319c user: ashepilko tags: trunk
2018-07-07
20:14
Fix annotate_file() so that it correctly errors out if the named file does not exist in the revision. check-in: ae73e4ed user: ashepilko tags: trunk
2017-02-10
23:26
Fix timeline limit option with path-specific request. check-in: ffd261ab user: ashepilko tags: trunk
2017-01-10
04:49
Fix dirent.h related compile errors when building for WINXP platform. check-in: 3dddf767 user: ashepilko tags: trunk
2017-01-06
04:09
Fix user's email being swapped with name in git export committer record. check-in: 76d9a455 user: ashepilko tags: trunk
2016-11-05
04:30
Fix extra empty lines in diff output from non-interactive process on Windows; similar to [f2fc37c0]. check-in: 476fe9e9 user: ashepilko tags: trunk