Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Ancestors of file src/glob.c from check-in 5fc0f7c33a
|
2020-08-10
| ||
| 11:53 | /fileedit now embeds the current open leaf list and the file list for the current checkin (defaulting to the most recent leaf) in the page content, saving 2 XHR requests at startup. If passed filename= without checkin= then it tries to load the given file from the most recent leaf. ... (file: [89eec9cdb2] check-in: [5fc0f7c33a] user: stephan branch: trunk, size: 6984) | |
|
2020-08-01
| ||
| 21:31 | Ported several features between wikiedit and fileedit, improving them both a bit. ... (file: [c531f78dac] check-in: [0d5006bed5] user: stephan branch: trunk, size: 6686) | |
|
2015-02-03
| ||
| 05:24 | Add the ability to do search using an SQLite FTS4 index. ... (file: [2209933ddc] check-in: [a00a140bff] user: drh branch: trunk, size: 6198) | |
|
2015-01-15
| ||
| 09:57 | Remove strglob() function, which isn't used any more. Various doc fixes, (cherry-picked from the svn-import branch). ... (file: [ab1baf2161] check-in: [2c79aed2d5] user: jan.nijtmans branch: trunk, size: 6168) | |
|
2014-06-06
| ||
| 07:19 | A few additions of "const" keyword, reducing the number of compiler warnings when compiling with -Wwrite-strings ... (file: [162eefbce1] check-in: [0a754750ef] user: jan.nijtmans branch: trunk, size: 6676) | |
|
2014-01-21
| ||
| 21:42 | Make sure that sqlite3_strglob() is available and use it: Less code duplication ... (file: [aea01d383a] check-in: [7829abd893] user: jan.nijtmans branch: trunk, size: 6670) | |
|
2013-08-13
| ||
| 13:37 | c/the the/the/ ... (file: [968a3f5b9e] check-in: [0b75e2e615] user: jan.nijtmans branch: trunk, size: 7990) | |
|
2013-03-06
| ||
| 20:53 | Enhance the GLOB processing on settings like binary-glob so that any sequence of commas and/or whitespace serves as a delimiter. Delimiters inside of quotes are part the glob pattern and are ignored. Enhance the test-glob command to verify correct operation of the globber. ... (file: [66cd71e83a] check-in: [a93b58cf83] user: drh branch: trunk, size: 7994) | |
| 02:18 | Allow newlines to serve as separators for multiple glob strings in the binary-glob setting (and in any other setting that accepts a list of glob patterns). Fix for ticket [ed23ef59cf0fb] ... (file: [09eb3c4628] check-in: [0e5f0da7eb] user: drh branch: trunk, size: 7297) | |
|
2012-11-04
| ||
| 17:41 | Merge the "spelling" branch into trunk, fixing a huge number of typos, mostly in comments, but occasionally in error messages or help screens. ... (file: [3d47a43dc9] check-in: [db0c512767] user: drh branch: trunk, size: 7275) | |
|
2012-08-29
| ||
| 19:41 | Allow UTF-8 characters in sources. translate.exe will translate it to ASCII ... (file: [adad610feb] check-in: [208d67675c] user: jan.nijtmans branch: trunk, size: 7273) | |
|
2012-04-27
| ||
| 12:31 | Fix an over-length line in glob.c. ... (file: [4b3b7ee4ce] check-in: [9232fd6946] user: drh branch: trunk, size: 7274) | |
|
2011-08-14
| ||
| 23:14 | Merge the ben-testing branch into trunk. ... (file: [5257b10168] check-in: [9a0c995826] user: drh branch: trunk, size: 7261) | |
|
2011-05-31
| ||
| 12:52 | Always use the alternate-form flag "#" to control the number of input bytes to printf conversions like %t, %h, and %q. Do not use precision in those cases since precision limits the number of output characters, not the number of input characters. Ticket [8967ea1df4f51af]. ... (file: [096577b90f] check-in: [e5e6ca4659] user: drh branch: trunk, size: 7147) | |
|
2011-05-20
| ||
| 11:32 | Merge the windows-i18n branch into the trunk. ... (file: [955cb293f9] check-in: [d8ec765fac] user: drh branch: trunk, size: 7148) | |
|
2011-04-14
| ||
| 14:23 | Factor the glob-pattern matching logic into a separate module. ... (file: [ade013c8f6] check-in: [289ea2a9b6] user: drh branch: trunk, size: 7130) | |