Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
16 check-ins using file src/makemake.tcl version 0de995bfb1
2014-03-08
| ||
16:14 | Clean up and standardize the handling of user "nobody" and the g.zLogin global variable. ... (check-in: 840b762206 user: drh tags: trunk) | |
04:05 | Turn mtime-changes off in repo_init test proc. ... (check-in: 68cc26c1ea user: joel tags: trunk) | |
2014-03-07
| ||
20:14 | Minor bug-fix when using -w or -Z flag in diff logic. Make sure that the common lines printed in a diff always come from the left-side, it might be that the right-side is different by white-space only. ... (check-in: d38f0ce759 user: jan.nijtmans tags: trunk) | |
19:45 | Since Annotation flags and DIFF flags are so closely related, allow then to reside in a single variable ... (check-in: 0bc584fe02 user: jan.nijtmans tags: trunk) | |
16:48 | Convert utf-16 files back to intended encoding. ... (check-in: dd47a123e1 user: jan.nijtmans tags: trunk) | |
15:49 | Rename the options for whitespace handling in annotate/blame/diff following GNU diff, not following GIT. So whether your diff tool is configured being internal or external, the same options can be used. ... (check-in: 28234db8bc user: jan.nijtmans tags: trunk) | |
14:58 | In SQLite, import the fix for the journal_mode=PERSIST delete problem on windows. This has no effect on Fossil since Fossil does not use journal_mode=PERSIST. The update is for completeness only. ... (check-in: 33dc7f31c1 user: drh tags: trunk) | |
14:38 | Implement -b|--ignore-space-change. Doesn't work right yet (needs better hash function)! ... (check-in: c0d1ed927e user: jan.nijtmans tags: strip-trailing-cr) | |
13:11 | Combine ANN flags and DIFF flags into a single 64-bit variable, where appropriate. Make DIFF_STRIP_EOLCR a separate flag, as this flag does more than the other whitespace-related flags. Merge trunk. ... (check-in: da205cf44b user: jan.nijtmans tags: strip-trailing-cr) | |
11:42 | Make annotation work with UTF-16 files. Remove some unnecessary end-of-line spaces in (UTF-8 and UTF-16) text files. ... (check-in: 46459fd922 user: jan.nijtmans tags: trunk) | |
11:29 | Fix some spacing issues (blame output should be exactly the same as Fossil 1.28) Make annotation work with UTF-16 files. Remove some unnecessary end-of-line spaces in text files. ... (check-in: 4514910a5f user: jan.nijtmans tags: strip-trailing-cr) | |
11:02 | Fix -w|--ignore-all-space option such that it does exactly the same as GNU diff's option with the same name. ... (check-in: bb3388345d user: jan.nijtmans tags: strip-trailing-cr) | |
09:01 | Rename --ignore-space-at-eol (from Git) to -Z|--ignore-trailing-space (gnu diff). Add --ignore-all-space as well (doesn't behave exactly like GNU's option yet) ... (check-in: d9e79f685b user: jan.nijtmans tags: strip-trailing-cr) | |
2014-03-06
| ||
15:02 | Update the built-in SQLite to include the latest last-minute patches for version 3.8.4. ... (check-in: f00167e4e1 user: drh tags: trunk) | |
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) | |