Fossil

Changes On Branch globListRefactor
Login

Changes On Branch globListRefactor

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch globListRefactor Excluding Merge-Ins

This is equivalent to a diff from 0e5f0da7 to ad44353d

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. (check-in: a93b58cf user: drh tags: trunk)
20:50
Enhancements to the test-glob command for better testing of the setting globber. (Closed-Leaf check-in: ad44353d user: drh tags: globListRefactor)
07:50
Refactor the looks_like_utf*() functions to use a single output flags argument to convey the various pieces of blob status information. (check-in: 30a63b8b user: mistachkin tags: trunk)
06:58
Refactor the glob list handling code and add some tests. (check-in: 1b6c39c1 user: mistachkin tags: globListRefactor)
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] (check-in: 0e5f0da7 user: drh tags: trunk)
02:15
Update the built-in SQLite to the latest 3.7.16 beta from upstream. (check-in: 6e460c34 user: drh tags: trunk)
2013-03-05
10:04
Proposed fix for [ed23ef59cf]: Fossil ignoring "binary-glob" setting (Closed-Leaf check-in: e0e88821 user: jan.nijtmans tags: ticket-ed23ef59cf)

Changes to src/glob.c.

Added test/glob.test.