Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
39 check-ins using file src/main.c version 74a29b78d5
|
2013-05-25
| ||
| 01:57 | Remove unused variables in the annotation engine. check-in: 305e3951cc user: drh tags: trunk | |
| 01:52 | Improvements to annotate. Faster. More correct. Added gradient background colors to the web view. Default to showing line numbers. Do not show the check-in user. Fix for ticket [58ce2f221ae2e64ed]. check-in: 89bf6f13f9 user: drh tags: trunk | |
| 01:49 | Improved default background colors for web annotations. Remove the diff hyperlinks from the annotation log. Closed-Leaf check-in: 8987a6bbbf user: drh tags: annotate | |
| 01:27 | Improvements to the longest-common-subsequence (LCS) function inside the diff engine. check-in: 477d1150cf user: drh tags: annotate | |
|
2013-05-24
| ||
| 21:54 | Fix a minor formatting error in the web annotation page. check-in: 1fcc6bda2f user: drh tags: annotate | |
| 21:39 | Add links to diff pages on the annotation log in the web interface. check-in: 7799ff3a00 user: drh tags: annotate | |
| 21:18 | Do not display the user on annotation output. Show only the check-in ID, date, and line number. check-in: 8fee580ded user: drh tags: annotate | |
| 21:11 | Show gradient background colors on the web annotation screen, with deeper colors the further back in time we go. check-in: 0b0ab858a8 user: drh tags: annotate | |
| 17:16 | Web-based annotation shows lines numbers and the log by default. check-in: 434be79b43 user: drh tags: trunk | |
| 17:04 | Fix the "Hide Line Numbers" button on the annotate web page. check-in: d3fd72f442 user: drh tags: trunk | |
| 17:02 | On the web-based annotate screen, do not show the annotations on lines that are older than the analysis. check-in: e46935e962 user: drh tags: trunk | |
| 11:44 | Add the "Integrating Fossil in the Microsoft Express 2010 IDE" document from Gilles Ganault. check-in: 33c651cea5 user: drh tags: trunk | |
| 07:01 | "fossil update" operates on the local filesystem, so it should have the --case-sensitive option. check-in: 13c7c61ada user: jan.nijtmans tags: trunk | |
|
2013-05-23
| ||
| 22:36 | Fix problems with update and merge when case-sensitive is off and two different checkouts each add files that differ only in case. check-in: a5a8d0477a user: drh tags: trunk | |
| 10:13 | After a sync, report "Sync finished" in stead of "Pull finished" check-in: 97040d6436 user: jan.nijtmans tags: trunk | |
|
2013-05-22
| ||
| 07:11 | Use-case demonstrating previous change. It restores the behavior of "fossil clean" and the "ignore-glob" documentation to what it was in 1.25 and before: clean everything unknown to fossil except the build artifacts (specified by "ignore-glob" or --ignore). Now the build artifacts can be removed by "fossil clean -X", while "fossil clean -x" cleans ... Closed-Leaf check-in: 003062b7d8 user: jan.nijtmans tags: cleanX | |
|
2013-05-21
| ||
| 14:45 | Implement -x|-X|-e|--exclude options for "fossil clean". Compatible with "git clean -x|-X|-e|--exclude". check-in: 44025538c4 user: jan.nijtmans tags: cleanX | |
| 13:56 | Add option -v|--verbose to "fossil ls" as replacement for (deprecated) -l. check-in: e91d65afe5 user: jan.nijtmans tags: trunk | |
|
2013-05-20
| ||
| 10:58 | doc fix check-in: 122b631c31 user: jan.nijtmans tags: trunk | |
|
2013-05-17
| ||
| 12:04 | Remove excess verbage from the output of "fossil clean" unless the --verbose or -v command-line option is used. Issue an error if an unrecognized command-line argument is seen, to prevent mistakes like using --dryrun instead of --dry-run. check-in: 273ec22f25 user: drh tags: trunk | |
|
2013-05-15
| ||
| 18:49 | Load the latest SQLite library from upstream, for the purpose of testing the 3.7.17 beta of SQLite in a real-world application. check-in: 997ebf7ff4 user: drh tags: trunk | |
| 09:33 | Allow "fossil all ... -U|--user <username>" check-in: b388e7347d user: jan.nijtmans tags: trunk | |
| 08:54 | Allow "fossil all ... -v" as alternative to "fossil all ... --verbose" check-in: 6d09745a6f user: jan.nijtmans tags: trunk | |
| 08:16 | doc fix. check-in: dd6adf451a user: jan.nijtmans tags: trunk | |
| 08:13 | Some more -v|--verbose additions. Old options names are deprecated, but still work. check-in: e3f7ba556b user: jan.nijtmans tags: trunk | |
| 07:15 | rebase Closed-Leaf check-in: 5dd6b69799 user: jan.nijtmans tags: clean-with-ignore | |
| 07:02 | Doc update: ignore-glob setting should be used to prevent *.log files from being added. check-in: 1162df8e41 user: jan.nijtmans tags: trunk | |
|
2013-05-14
| ||
| 14:58 | When trying to "fossil add" files which are expected to be ignored, ask for confirmation first. Add option -f|--force to override that. check-in: 24effbc370 user: jan.nijtmans tags: prevent-adding-ignored-files | |
| 14:15 | Function file_tree_name() should respect case-sensitive setting. Add --case-sensitive option to test-tree-name. check-in: 0df0ce8025 user: jan.nijtmans tags: trunk | |
| 11:36 | doc fixes. check-in: a38fa0b80b user: jan.nijtmans tags: trunk | |
| 08:08 | Make sure that find_option() is called before the argument check for the test-looks-like-utf command. check-in: fd2fbdb965 user: mistachkin tags: trunk | |
| 07:45 | Re-apply off-by-one fix. Otherwise blobs like {0x00, 0x0a, 0x00} will result in access of the 4th byte of the BLOB. In test-looks-like-utf, could_be_utf16() should be called always, otherwise the behavior on UTF-16 without BOM will be endian-dependant. check-in: e545d3514e user: jan.nijtmans tags: trunk | |
|
2013-05-13
| ||
| 22:52 | Style and clarity revisions to the looks_like_utf*() functions. Correct off-by-one fix for the looks_like_utf16() function. Add -utf8 and -utf16 options to the 'test-looks-like-utf' command. check-in: 4ffaf2ee08 user: mistachkin tags: trunk | |
| 14:22 | upgrade to zlib 1.2.8 check-in: bb4776e2e0 user: jan.nijtmans tags: trunk | |
| 10:50 | unused variable "fossilTimer" check-in: 55d7e2c14a user: jan.nijtmans tags: trunk | |
| 10:10 | Suggestion: Remove "keep-glob" setting, because "ignore-glob" already has the expected "keep-glob" behavior. check-in: d60a75fd08 user: jan.nijtmans tags: clean-with-ignore | |
| 09:36 | Setting "ignore-glob" is equivalent to putting patterns in both "clean-glob" and "keep-glob". Rename .fossil-settings/keep-glob to .fossil-settings/ignore-glob, so that "fossil" and "fossil.exe" patterns don't need to be duplicated any more in two different versioned settings. check-in: 967d8a711e user: jan.nijtmans tags: trunk | |
| 09:21 | One more off-by-one error. check-in: 1484625d6e user: jan.nijtmans tags: trunk | |
| 09:12 | Some optimizations. No change in functionality. - In clean_cmd, use new function vfile_scan2. - When checking for multiple bytes/characters always do that in order of likelihood: '\n' is more likely than '\0', which is more likely than '\r'. - Off-by-one error in looks_like_utf16(). - Allow starts_with_utf16_bom() to be used in detecting UTF-16... check-in: fa50694405 user: jan.nijtmans tags: trunk | |