Timeline
Not logged in

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

76 events for the month beginning 2015-06-01

Following month ↑
2015-06-30
15:18
Update the built-in SQLite to the latest 3.8.11 alpha version. check-in: 0fc8b9df0c user: drh tags: trunk
15:17
Patch to linenoise.c to get it to compile on SunOS. check-in: 52e1f54bba user: drh tags: trunk
2015-06-27
21:47
Once again attempt to fix "fossil server --repolist" so that it ignores ".fossil" database files. check-in: 63fc62d9ec user: drh tags: trunk
19:16
Add tags to the title and description for RSS feed items. Closed-Leaf check-in: e65e4f2fa5 user: mistachkin tags: rssTags
07:58
Improve help text for the undo command. check-in: ad7dd6546b user: mistachkin tags: enhancedUndo
04:03
Make it possible to undo the deletion of files less than 10MiB by the clean command. This branch is an alternative to the 'undo-clean' branch. Needs tests. check-in: 7794b21695 user: mistachkin tags: enhancedUndo
02:55
Enhance the 'undo' subsystem to prepare for an alternative implementation of being able to undo the clean command. check-in: 670da77e1a user: mistachkin tags: enhancedUndo
2015-06-26
21:25
Fix memory leak in prompt handling. Move clean-glob setting to ignore-glob, that makes "fossil extras" and "fossil clean" behave much more sensible. Closed-Leaf check-in: a98c99571f user: jan.nijtmans tags: undo-clean
21:05
If "fossil clean" is undoable, there is no need to prompt for each file first. check-in: 466ccf96c6 user: jan.nijtmans tags: undo-clean
20:28
Bring behavior and comments closer toghether, hopefully right this time. check-in: cc34dcb747 user: jan.nijtmans tags: undo-clean
20:22
Cleaning files matching ignore-glob should never be undoable. Other files being clean are undoable, even when using -x|--verily. That's how it should behave (I think) check-in: b3384326b3 user: jan.nijtmans tags: undo-clean
20:11
Merge trunk. Make fossil clean undoable only when -x|--verily is not specified. And cleaning files matching ignore-glob will never be undoable. check-in: 134d8e1189 user: jan.nijtmans tags: undo-clean
19:40
Remove used of --disable-lineedit in Dockerfile, as it no longer exists. Noted by Remco Schoen. Thanks! check-in: 6ec714e519 user: jan.nijtmans tags: trunk
18:48
Merge trunk. check-in: f3daf39355 user: andygoth tags: undo-clean
17:48
In the "fossil server --repolist" command, to not accept ".fossil" as a valid fossil repository. Require at least one character before the ".". check-in: ceeb1c331b user: drh tags: trunk
2015-06-25
01:45
Minor spelling corrections to comment. check-in: c048aac095 user: andybradford tags: trunk
2015-06-22
04:37
Integrate andygoth-help-option. check-in: 100ac83b64 user: andygoth tags: trunk
2015-06-20
18:11
Fix typo. check-in: 931cb88d28 user: mistachkin tags: exec-rel-paths
18:10
Merge updates from trunk. check-in: b3a259d011 user: mistachkin tags: exec-rel-paths
17:42
Use !if for all NMAKE feature macros, not !ifdef/!ifndef. Add preliminary support for Visual Studio 2015 to the MSVC batch build tool. check-in: 0aa2896d06 user: mistachkin tags: trunk
17:16
Add preliminary support for Visual Studio 2015 to the MSVC batch build tool. Closed-Leaf check-in: 31706552da user: mistachkin tags: nmakeNoIfDef
07:50
merge trunk check-in: 19192868c6 user: jan.nijtmans tags: exec-rel-paths
05:06
Use !if for all NMAKE feature macros, not !ifdef/!ifndef. check-in: eb2326e51a user: mistachkin tags: nmakeNoIfDef
2015-06-19
22:19
Permit full dynamic linking when compiling with MSVC. Also, enable the building of the in-tree zlib to be skipped.' check-in: 7932cb3f05 user: mistachkin tags: trunk
21:54
Merge updates from trunk. Closed-Leaf check-in: 7fd7c4ca57 user: mistachkin tags: dynamicMsvc
20:55 Edit [2a0bc313fbb1b6ac|2a0bc313fb]: Mark "Closed". Edit check-in comment. artifact: d763f4309b user: jan
20:36
Updated Makefile.msc generation: Add an option for creating a dynamically linked fossil binary. Make it possible to opt-out of building zlib.

Edit: Closed branch as dynamicMsvc branch already does what this intends to do, and more. Closed-Leaf check-in: 2a0bc313fb user: jan tags: jan-dynlnk-win

16:19
Rework -help implementation so -help can be added to any command line even if it already contained an option that the help command would have interpreted. For example, "fossil clean -x -help" now prints help about the clean command, whereas before it was did the same as "fossil help -x", i.e. list auxiliary commands without mentioning clean. Make... Closed-Leaf check-in: 3a9017f9d1 user: andygoth tags: andygoth-help-option
15:47
Revert inadvertent merge error in changes.wiki. check-in: b87a4d049b user: andygoth tags: andygoth-brackets-outside-link
15:44
Merge trunk. check-in: cc8e56f19e user: andygoth tags: andygoth-quote-apostrophe
15:44
Merge trunk. check-in: 21220b21b7 user: andygoth tags: andygoth-brackets-outside-link
14:40
Remove ugly and zero-information comment text from linenoise.c. check-in: 7bc11da241 user: drh tags: trunk
09:03
Update internal Unicode character tables, used in regular expression handling, from version 7.0 to 8.0. check-in: 192c8266ef user: jan.nijtmans tags: trunk
2015-06-17
21:53
Update TH1 docs. check-in: 7cef5d5818 user: mistachkin tags: dynamicMsvc
17:03
Remove FOSSIL_DYNAMIC_BUILD define from MinGW as not _all_ libraries are linked dynamically (i.e. only the MSVCRT, which we have no control over). check-in: f5f81a2a58 user: mistachkin tags: dynamicMsvc
16:46
Update makemake as well. check-in: 5d48958e57 user: mistachkin tags: dynamicMsvc
16:46
Build zlib by default with MSVC. check-in: c8816425d8 user: mistachkin tags: dynamicMsvc
10:10
On non-MSVC-platforms (including MinGW), dynamic builds are already the default, so let "fossil version -v" reflect that. check-in: b2c03de312 user: jan.nijtmans tags: dynamicMsvc
06:36
Minor improvements to command macros. check-in: b463e46995 user: mistachkin tags: dynamicMsvc
05:54
Initial work on dynamically linked MSVC build. check-in: 50cb0fe3c7 user: mistachkin tags: dynamicMsvc
2015-06-16
13:28
remove unnecessary end-of-line spacing check-in: 33c44fab3a user: jan.nijtmans tags: trunk
09:16 Edit [b8919a557a0cfa0f|b8919a557a]: Mark "Closed". artifact: 26c6150ffa user: jan.nijtmans
2015-06-13
20:11
Update referenced OpenSSL version check-in: 6c4263daac user: jan.nijtmans tags: trunk
18:49
More consistent capitalization of 'Fossil'. check-in: 91ed0447ad user: mistachkin tags: trunk
18:47
Fix missing parenthesis on index page, remove trailing spaces. Other minor improvements. check-in: 09fee89348 user: mistachkin tags: trunk
2015-06-12
17:49
Update TH1 integration as well. check-in: 8eb776c7fc user: mistachkin tags: exec-rel-paths
17:40
Update the .rc file as well. check-in: d49e678a63 user: mistachkin tags: exec-rel-paths
08:30
"./configure --with-exec-rel-paths" now enables the use of windiff.exe as external diff utility by default. Recommended for cygwin builds. check-in: 44d0a0993c user: jan.nijtmans tags: exec-rel-paths
2015-06-11
21:50
merge trunk check-in: 5e9253da21 user: jan.nijtmans tags: exec-rel-paths
21:25
Further improvements to the Tcl integration subsystem. check-in: 18fc492a95 user: mistachkin tags: trunk
17:10
Update referenced OpenSSL version. check-in: 0626182eb3 user: mistachkin tags: trunk
16:33
Prevent calls to find_option() from being skipped when they might be needed (i.e. if both options are specified). check-in: ddfb285cf8 user: mistachkin tags: exec-rel-paths
15:34 Changes to wiki page "Release Build How-To" artifact: b2f47e7c62 user: drh
15:28
Build-in the linenoise command-line editing library on unix. check-in: 8514856576 user: drh tags: trunk
15:20
Build-in Antirez's linenoise library for command-line editing on the "fossil sql" command on unix. Closed-Leaf check-in: 2d79355f9c user: drh tags: linenoise
08:41
Slight optimization: don't bother checking the options, when either --exec-abs-paths or --exec-rel-paths is specified. check-in: e86aafedca user: jan.nijtmans tags: exec-rel-paths
08:33
Make option --exec-rel-paths actually work, in stead of just giving: "unrecognized command-line option, or missing argument: --exec-rel-paths" check-in: c8a8827309 user: jan.nijtmans tags: exec-rel-paths
2015-06-10
22:31
Sync up TclContext hLibrary member name with 'main.c'. check-in: d7bcdcbf2e user: mistachkin tags: trunk
22:18
Coding style adjustments to the Tcl integration subsystem. check-in: fec856f48c user: mistachkin tags: trunk
21:42
Enhance Tcl integration subsystem to check for the FOSSIL_TCL_PATH environment variable. It present, it will be used as a directory or file name where a Tcl 8.x library might be located. check-in: b523bf0be0 user: mistachkin tags: trunk
04:04
Add help text for the new setting. check-in: 2369a92fb6 user: mistachkin tags: exec-rel-paths
03:22
Revise the changes on this branch to favor the current default behavior. Also, make it possible to override the new setting with a command line option. check-in: 2036eef767 user: mistachkin tags: exec-rel-paths
2015-06-09
10:56
Add "diff-cmd-abs-paths" setting, controlling whether "fossil diff/gdiff" provide absolute paths to the external diff tool or not. check-in: 55b4a751c8 user: jan.nijtmans tags: exec-rel-paths
2015-06-05
18:07
Add a quote from Linus Torvalds to the "On The Usability of Git" section of the quotes.wiki page. check-in: e2411525c1 user: drh tags: trunk
11:46
Only use relative paths on win32 and cygwin, not on other platforms: external tools which buggy interpretation of relative paths don't exist on win32/cygwin. This allows a win32 diff tool (like winmerge) to be used in cygwin fossil, or a cygwin diff tool in a win32 fossil, no matter if the current directory is C:\Users\foo or /cygdrive/c/Users/foo. check-in: c9f3266836 user: jan.nijtmans tags: exec-rel-paths
10:28
Merge trunk check-in: d066ee039f user: jan.nijtmans tags: exec-rel-paths
10:25
Add warning to the use of fossil -x check-in: 056f41f850 user: jan.nijtmans tags: trunk
2015-06-04
17:51
Fix memory leak in the 'info commands' and 'info vars' TH1 sub-commands. Reported to the mailing list by Sergei Gavrikov. check-in: 1079c2459b user: mistachkin tags: trunk
17:32
Fix very minor typo in comment. check-in: 76412c68f1 user: andygoth tags: trunk
02:40 Edit [3ffb6a3e6299e92f|3ffb6a3e62]: Edit check-in comment. artifact: 9650f184f3 user: mistachkin
02:39 Edit [3ffb6a3e6299e92f|3ffb6a3e62]: Move to branch pending-review. artifact: caf727911c user: mistachkin
2015-06-03
14:21
Using relative paths with external tools may be problematic and is technically a breaking change. Use relative paths in paths used by fossil gdiff, as suggested by Ron W: http://lists.fossil-scm.org:8080/pipermail/fossil-users/2015-April/021015.html check-in: 3ffb6a3e62 user: jan.nijtmans tags: exec-rel-paths
2015-06-02
09:47
Slight optimization: Make two tables "static" that can be. check-in: 4440dae212 user: jan.nijtmans tags: trunk
09:32 Edit [c94efdf287eb9695|c94efdf287]: Change user to "jan.nijtmans". artifact: 1b22b27209 user: jan.nijtmans
09:17
Cherrypick [8184f39d803f9ad6|8184f39d]: Fix crash in /reports page, when compiling with recent gcc. (this is NOT an -O2 optimization bug!) Closed-Leaf check-in: 08709aa79c user: jan.nijtmans tags: branch-1.33
08:17
Fix crash in /reports page, when compiling with recent gcc. (this is NOT an -O2 optimization bug!) check-in: 8184f39d80 user: jan.nijtmans tags: trunk
Previous month ↓