Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
18 check-ins using file src/shell.c version 7bf07bcacb
|
2014-03-06
| ||
| 14:54 | Bring up-to-date with latest features/fixes from trunk. check-in: d6259b7582 user: andybradford tags: http-auth | |
| 09:42 | Cherrypick [http://www.sqlite.org/src/info/170e058520|170e058520]: Better support for MinGW 4.x. Together with minor fossil build adaptations such that a MinGW 4.x build reports the right mingw version. Remark: Building fossil with MinGW 4.x still doesn't produce a working fossil.exe, unless you patch MinGW's <dirent.h> slightly. See: [18cff45a4e] and [https://sourceforge.net/p/mingw/bugs/2106/]. This MinGW 4.x bug is already open for almost 5 months now. check-in: e68f528bfa user: jan.nijtmans tags: trunk | |
| 08:50 | Add "fossil praise" which is exactly the same as "fossil blame". As in subversion. check-in: fb573e7203 user: jan.nijtmans tags: trunk | |
| 08:34 | Merge in new annotate/blame whitespace buttons with updates to changelog. check-in: 866251e878 user: andybradford tags: trunk | |
|
2014-03-05
| ||
| 22:54 | Implement --strip-trailing-cr option check-in: 4e6cfaf8f8 user: jan.nijtmans tags: strip-trailing-cr | |
| 22:13 | merge trunk Closed-Leaf check-in: e8f422283a user: jan.nijtmans tags: diff-eolws | |
| 22:06 | Flag DIFF_INLINE was 0 and that should stay so check-in: 466f8de3c2 user: jan.nijtmans tags: trunk | |
| 21:48 | remember "log" option with "Ignore whitespace" button. check-in: e15c42390b user: jan.nijtmans tags: diff-eolws | |
| 21:43 | Merge trunk. Simplify handling of "w" option a little. check-in: f4d98b2b9e user: jan.nijtmans tags: diff-eolws | |
| 21:29 | Add new --ignore-space-at-sol, -ignore-space-at-eol and -w options to "fossil diff" and "fossil stash diff" commands. Modify annotation/blame such that any change (eol-whitespace too) is considered a change, after ML request. check-in: e663d5e330 user: jan.nijtmans tags: trunk | |
| 19:07 | Update the built-in SQLite to 3.8.4 beta. check-in: f0773f6370 user: drh tags: trunk | |
| 15:11 | merge diff-eolws check-in: 91add0e03d user: jan.nijtmans tags: diff-eolws | |
| 11:59 | Revert default diffFlags used for annotation as it is on trunk. This way, the annotation behavior is fully configurable with the diffFlags (0, DIFF_IGNORE_SOLWS, DIFF_IGNORE_EOLWS or both flags, or newly-to-be-implemented flags). Merging of the "diff-eolws" branch to trunk can be considered independant of the current discussion on the ML. check-in: c38fbe235e user: jan.nijtmans tags: diff-eolws | |
| 08:43 | Merge trunk. Fix indentation in annotation/blame commands/pages, which was broken since [28b39cc516]. Changelog entry. check-in: bcb22ce1b0 user: jan.nijtmans tags: diff-eolws | |
| 06:24 | Cherry-pick from [f1e99a5a408c]: minor annotate/blame url rendering bug. check-in: 904ab4bbb8 user: andybradford tags: trunk | |
|
2014-03-04
| ||
| 14:36 | Bring in the SQLite with the TRIGGER name resolution bug fix. This fix is not important to Fossil - we just want to include the latest SQLite code for testing. check-in: 6215d08303 user: drh tags: trunk | |
| 04:16 | Update to the latest SQLite with new performance enhancements - now tested to ensure that it works on systems like ARM that default to unsigned characters. check-in: 8247784beb user: drh tags: trunk | |
|
2014-03-03
| ||
| 23:21 | Update to the latest SQLite with its new performance enhancements. (Later:) The new SQLite does not work correctly when compiled on the Beaglebone Black. Currently investigating. Moving this check-in into a branch until the problem is understood. Closed-Leaf check-in: 13c1fa7626 user: drh tags: beaglebone-problem | |