Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
93 check-ins using file src/file.c version c77e7c7383
|
2017-05-30
| ||
| 19:23 | Enhancements to SEE integration. check-in: 00dfbdbf7e user: mistachkin tags: trunk | |
| 01:26 | Further enhancements to SEE integration. Closed-Leaf check-in: 53048387fb user: mistachkin tags: see | |
|
2017-05-29
| ||
| 23:14 | Merge updates from trunk. check-in: 3b3099bdc0 user: mistachkin tags: see | |
| 23:07 | Rename new function for clarity and consistency. check-in: d6422ab0f0 user: mistachkin tags: trunk | |
| 02:37 | Enable the 'sqlite' command to work with SEE. check-in: 564edc69aa user: mistachkin tags: see | |
| 01:37 | Move PRAGMA key handling into its own function. check-in: 95f14fae00 user: mistachkin tags: trunk | |
|
2017-05-28
| ||
| 20:36 | Some coding style cleanup in order to make fossil_close() static. check-in: 1c6a6fa1a9 user: mistachkin tags: trunk | |
| 20:33 | Make sure config database state is consistent when returning from 'sqlite' command. check-in: 97ff702f3d user: mistachkin tags: trunk | |
| 19:44 | When building an SEE-enabled build with MSVC, be sure to define SQLITE_HAS_CODEC. check-in: fa6b22c674 user: mistachkin tags: trunk | |
| 19:35 | Fix compilation using MSVC 2005 and 2008. check-in: 9766cfd5a3 user: mistachkin tags: trunk | |
|
2017-05-27
| ||
| 20:29 | When SEE integration is enabled, pass its flags when compiling 'shell.c' as well. check-in: 6d4aa34457 user: mistachkin tags: trunk | |
| 03:21 | Fix support for 'raw' mode for embedded TH1 docs broken by check-in [35698c9c43478f8f]. check-in: 05df5d2ee6 user: mistachkin tags: trunk | |
|
2017-05-26
| ||
| 13:15 | Fix the --skin option so that it works on Windows. check-in: 685617773e user: drh tags: trunk | |
| 08:44 | Requesting Fossil 2.3 release just after the Unicode 10.0 release (expected around june 20, 2017). If earlier, please revert commit [09bcc322f7bcf52f|09bcc322f7] first. check-in: 6fe0d68914 user: jan.nijtmans tags: trunk | |
| 03:46 | Restore the ability to use amend outside an open check-out disabled by [8c22e1bbcd8ec048]. Only allow interactive edits within an open check-out. Perhaps unixTempFileDir() could be used to locate a suitable TMP location for the edit in the event that there is not an open-checkout. check-in: afef5fb5fc user: andybradford tags: amend-regress | |
| 02:27 | Fix minor grammar bug in open check-out required error message. check-in: 55e2487585 user: andybradford tags: trunk | |
|
2017-05-25
| ||
| 17:07 | Update the change log to show that SQLite 3.19.2 was installed. check-in: ad44efaff3 user: drh tags: trunk | |
| 16:59 | Update the built-in SQLite to version 3.19.2. check-in: 418ac81cae user: drh tags: trunk | |
|
2017-05-24
| ||
| 13:48 | Increase the version number to 2.3 in preparation for the next release. Updates to the change log. check-in: 277274c0c7 user: drh tags: trunk | |
| 13:19 | Update the built-in SQLite to the 3.19.1 patch release. check-in: 4465be15d2 user: drh tags: trunk | |
| 09:51 | Update internal Unicode character tables, used in regular expression handling, from version 9.0 to 10.0. check-in: 09bcc322f7 user: jan.nijtmans tags: trunk | |
|
2017-05-22
| ||
| 15:10 | (cherry-pick): Update the built-in SQLite to 3.19.0 Closed-Leaf check-in: 70af6acdaa user: jan.nijtmans tags: branch-2.2 | |
| 14:29 | Update the built-in SQLite to 3.19.0 check-in: e1da46fed4 user: jan.nijtmans tags: trunk | |
|
2017-05-13
| ||
| 23:08 | Restore previous behavior of the --with-tcl option to configure, where the value portion is optional. check-in: 27e65b0730 user: mistachkin tags: trunk | |
| 18:00 | Enhance the "fossil 3-way-merge" command to output a warning in the event of merge conflicts. check-in: 9e17c686f5 user: drh tags: trunk | |
|
2017-05-12
| ||
| 18:22 | (cherry-pick): Fix an XSS issue with the /help webpage. Change a few %s format letters into %h check-in: f1a7360e62 user: jan.nijtmans tags: branch-2.2 | |
| 17:22 | Change a few %s format letters into %h. check-in: 8e27a5a084 user: drh tags: trunk | |
| 16:22 | Fix an XSS issue with the /help webpage. check-in: db482f1675 user: drh tags: trunk | |
| 15:11 | In the "fossil info -v" command, sort the access-url and check-out fields by date, not by name. check-in: 12ab581fda user: drh tags: trunk | |
| 14:11 | In the hyperlink on the "Last Sync URL", omit the username to prevent warnings from Firefox. check-in: 172c2235a4 user: drh tags: trunk | |
| 13:57 | Add the "Last Sync URL" division to the /urllist page. check-in: d4fc9120e1 user: drh tags: trunk | |
| 13:49 | Patch for autosetup to restore previous behavior of the --with options to configure, by Steve Bennett. check-in: 4e1450ae3c user: mistachkin tags: trunk | |
|
2017-05-11
| ||
| 22:49 | Fix a typo on the aboutdownload.wiki documentation page. check-in: 82aaedd991 user: drh tags: trunk | |
| 21:09 | Update the built-in SQLite to the first 3.19.0 beta. check-in: d6a0debd8c user: drh tags: trunk | |
| 21:00 | Add the URL & Checkouts entry to the setup menu. check-in: a53beaabdf user: drh tags: trunk | |
| 09:06 | Don't access g.argv[2], when g.argc indicates there's no such element. Reported by Tony Papadimitriou. check-in: 2d69772e49 user: jan.nijtmans tags: trunk | |
|
2017-05-10
| ||
| 16:19 | Update the built-in SQLite to the latest 3.19.0 alpha that includes the authorizer callback enhancements. check-in: 094a498d99 user: drh tags: trunk | |
| 09:22 | Update autosetup to v0.6.6 check-in: c5e4100705 user: jan.nijtmans tags: trunk | |
|
2017-05-08
| ||
| 23:04 | Added new documentation for File Name Glob Patterns, suitable for explaining how the patterns found in the various xxx-glob settings work in detail. check-in: b892f2d547 user: rberteig tags: trunk | |
| 23:00 | Final proofreading of file glob patterns document before merging to trunk. Also updated the permuted index to match mkindex.tcl and the current glob article title. Closed-Leaf check-in: ea1fd25378 user: rberteig tags: glob-docs | |
|
2017-05-04
| ||
| 14:52 | Tweak format of initial list of special characters to match format of examples given two sections below check-in: 160b9852ba user: andygoth tags: glob-docs | |
|
2017-05-02
| ||
| 20:18 | (cherry-pick): Enhancements to the password prompt logic for Windows so that it works better in non-standard shells. check-in: cd24cf19dc user: jan.nijtmans tags: branch-2.2 | |
| 19:18 | Update the built-in SQLite to the latest 3.19.0 alpha for testing. check-in: b8f3b549aa user: drh tags: trunk | |
| 19:13 | Enhancements to the password prompt logic for Windows so that it works better in non-standard shells. check-in: 513dd003a5 user: drh tags: trunk | |
|
2017-05-01
| ||
| 13:57 | Assorted tweaks to new Platform Quirks section of www/globs.md after re-reading it. check-in: a53d3b7db1 user: wyoung tags: glob-docs | |
| 13:34 | Replaced the Platform Quirks section of the www/globs.md document with a modified version of what I (Warren Young) posted to the mailing list, the differences answering Ross Berteig critiques of the original version. check-in: 0a51f1bf6a user: wyoung tags: glob-docs | |
|
2017-04-26
| ||
| 15:27 | No need for the /version page to distinguish between verbose=2 and verbose=1, just presence (or not) of "verbose" is enough. check-in: 0ec7120570 user: jan.nijtmans tags: trunk | |
|
2017-04-23
| ||
| 14:50 | Suppress "database locked" warnings on the "PRAGMA optimize" that occurs as the process is shutting down. check-in: c7d85ffb2a user: jan.nijtmans tags: branch-2.2 | |
| 13:50 | gzip.c:70:13: warning: implicit conversion from 'int' to 'char' changes value from 255 to -1 [-Wconstant-conversion] aHdr[9] = 255; ~ ^~~ check-in: fe1332ca2c user: jan.nijtmans tags: trunk | |
|
2017-04-20
| ||
| 18:53 | With examples split into their own list, switch back to compacted bullet lists. check-in: 8ce3e9a66d user: rberteig tags: glob-docs | |
| 18:26 | Correct display of character list examples to work around lack of multi-level bulleted lists check-in: 2df14399e6 user: andygoth tags: glob-docs | |
|
2017-04-19
| ||
| 22:07 | Add some hints about translating from .gitignore to ignore-glob. I only scratched the surface: this could easily become the subject of a book. check-in: ddea92ad41 user: rberteig tags: glob-docs | |
| 07:08 | Add image/bmp and image/vnd.microsoft.icon (ico) to the mime-type table check-in: 613fe1b1fb user: jan.nijtmans tags: trunk | |
| 06:58 | some end-of-line spacing check-in: 7f4b50b23d user: jan.nijtmans tags: trunk | |
|
2017-04-18
| ||
| 22:25 | In globs.md, fixed one more all-caps GLOB and reworded some things. check-in: daf2ada2bf user: rberteig tags: glob-docs | |
| 19:50 | More editorial work. check-in: 1adc47e0ef user: rberteig tags: glob-docs | |
| 18:40 | Index xmark(trid), otherwise writing the mark file can take hours. check-in: 48d466ab73 user: joerg tags: trunk | |
| 01:29 | Substantial and minor changes to the file globs document taking advice from Warren Young's email. check-in: 1239b6c470 user: rberteig tags: glob-docs | |
|
2017-04-16
| ||
| 01:11 | Consistently use ` instead of ' to surround individual characters check-in: 565685b5c8 user: andygoth tags: glob-docs | |
| 01:09 | Mention difference between Fossil globs and Unix shell globs check-in: 8df6df49fc user: andygoth tags: glob-docs | |
| 00:45 | Replace []] example with [][] because a single-character character class is not terribly useful whereas the latter demonstrates the same concept as well as the visibly unusual way to match either bracket. Add example showing how to match a ^ character as well as ], further reinforcing the above. check-in: 541e324989 user: andygoth tags: glob-docs | |
|
2017-04-14
| ||
| 22:40 | Added a new document describing the details of the GLOB syntax used with many settings. Updated the permuted index generator (and the index) to include it. check-in: b96f86c607 user: rberteig tags: glob-docs | |
|
2017-04-13
| ||
| 20:42 | Correct reparent usage information check-in: 07783301bd user: andygoth tags: trunk | |
|
2017-04-12
| ||
| 18:40 | Fix a typo on the aboutdownload.wiki documentation page. check-in: f2e9eeb1c0 user: drh tags: trunk | |
| 11:39 | Minor gcc compiler warnings check-in: a9d1d46f65 user: jan.nijtmans tags: trunk | |
| 11:26 | Suppress "database locked" warnings on the "PRAGMA optimize" that occurs as the process is shutting down. check-in: 41956e7000 user: drh tags: trunk | |
|
2017-04-11
| ||
| 21:37 | Added verbiage to --ignore options of add and addremove to state that they apply to unmanaged files only. check-in: 4d2c34b0d7 user: sdr tags: trunk | |
| 20:54 | Version 2.2 check-in: 81d7d3f43e user: drh tags: trunk, release, version-2.2 | |
| 15:04 | Update change-log check-in: 909f2ef4c6 user: jan.nijtmans tags: trunk | |
|
2017-04-03
| ||
| 11:40 | Add support for GIT comment tags, as suggested here. Implementation by Roy Marples, but modified to use the (existing) 'T' card in stead of the 'C' card. check-in: 3bba2a6e82 user: jan.nijtmans tags: trunk | |
|
2017-03-31
| ||
| 00:11 | Fixed bug in test files generated in commit-warning tests that caused some UCS-2 (aka UTF-16) files to have an odd byte length and be seen as binary instead of Unicode. check-in: 4bbd5c3e47 user: rberteig tags: trunk | |
|
2017-03-30
| ||
| 18:58 | Cherry-pick Solaris build fix from SQLite trunk http://www.sqlite.org/src/info/c8000e94cca59dab check-in: 54cf4397f4 user: jan.nijtmans tags: trunk | |
| 18:01 | Add a hyperlink to PRAGMA optimize in the change log for 2.2. check-in: 84c2682f4f user: drh tags: trunk | |
| 15:25 | Update the built-in SQLite to 3.18.0 check-in: 32b0065c58 user: jan.nijtmans tags: trunk | |
| 07:23 | merge-mark (no change, because the removal of unused code from local.tcl was already done in trunk) Closed-Leaf check-in: 327dc56377 user: jan.nijtmans tags: autosetup | |
|
2017-03-29
| ||
| 23:07 |
Update autosetup to v0.6.6
Includes minor update to local.tcl for new option handling, and also remove some unused code from local.tcl check-in: 2af33c9771 user: steveb tags: autosetup | |
|
2017-03-28
| ||
| 11:10 | Remove superflouous part of autosetup/local.tcl, suggested by Steve Bennett check-in: 7198a7dc16 user: jan.nijtmans tags: trunk | |
|
2017-03-25
| ||
| 02:20 | Fix minor typos and add helpful hyperlinks in some of the documentation. check-in: a0ce33c90b user: drh tags: trunk | |
| 01:47 | Fix a typo in The Fossil Sync Protocol document. check-in: 39d6fc72a5 user: drh tags: trunk | |
| 01:14 | Further changes to the security section of the How The Download Page Works document. check-in: 14ac1127de user: drh tags: trunk | |
| 01:12 | Add the "Security" section to the "How The Download Page Works" document. check-in: 914d5328b6 user: drh tags: trunk | |
| 00:44 | Add the "How The Download Page Works" documentation file. check-in: fb38d312c8 user: drh tags: trunk | |
|
2017-03-24
| ||
| 20:43 | Update the built-in SQLite to the third 3.18.0 beta. check-in: af225fea67 user: drh tags: trunk | |
| 08:55 | Not all MSVC versions understand __declspec(noreturn) check-in: 131bef4234 user: jan.nijtmans tags: trunk | |
| 02:54 | Update the built-in SQLite to the second 3.18.0 beta. check-in: c8a4300267 user: drh tags: trunk | |
|
2017-03-23
| ||
| 22:09 | Define the NORETURN macro for MSVC check-in: a99c9ffec2 user: drh tags: trunk | |
|
2017-03-22
| ||
| 16:42 | Since "allow-symlinks" is already ON by default on non-unix platforms (since fossil 1.35 already), no need to do anything special during GIT/SVN import. check-in: f21820f4ab user: jan.nijtmans tags: trunk | |
| 16:15 | Fix harmless compiler warnings in the shell check-in: cc65959b0f user: jan.nijtmans tags: trunk | |
| 15:56 | When compiling with Mingw(-w64), check for (older) MSVC compatibility. check-in: 4080860da5 user: jan.nijtmans tags: trunk | |
| 14:52 | Fix (older) MSVC compile check-in: 80c94b7689 user: jan.nijtmans tags: trunk | |
| 12:39 | Fixes to SVN import received from Christophe Gouiran (bechris13250 at gmail) check-in: 035bd4f65c user: drh tags: trunk | |
|
2017-03-21
| ||
| 23:45 | Added some UTF-16 cases, and a BOM case for UTF-8 to commit-warning.test check-in: 8705a52535 user: rberteig tags: trunk | |
| 13:21 | Add the --symlink option to test-file-environment. check-in: e583068713 user: drh tags: trunk | |