Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
15 check-ins related to "allow-backslash-in-card-filename"
2013-01-26
| ||
17:56 | don't let fossil choke any more (syntax error) when a card contains a backslash in a filename. This doesn't mean that a backslash is now allowed in a filename, only that fossil can handle the card, and show what's wrong. check-in: b178bcb897 user: jan.nijtmans tags: trunk | |
16:27 | merge trunk Closed-Leaf check-in: 013854ae76 user: jan.nijtmans tags: allow-backslash-in-card-filename | |
08:26 | Fix revert tests 5 and 6 so they aren't carbon copies. Minor comment cleanup check-in: 1a5ac30583 user: joel tags: trunk | |
2013-01-15
| ||
10:25 | formatting check-in: 9d657c3be5 user: jan.nijtmans tags: allow-backslash-in-card-filename | |
10:22 | merge trunk check-in: 5e710f01b5 user: jan.nijtmans tags: allow-backslash-in-card-filename | |
10:21 | one more: if we already know the character is in the range U+E000 - U+FFFF, it cannot be a surrogate any more. check-in: 4f510b66cb user: jan.nijtmans tags: trunk | |
10:17 | merge trunk check-in: 15fec2830e user: jan.nijtmans tags: allow-backslash-in-card-filename | |
10:15 | Eliminate "continue" statement, makes control flow easier to understand. If we already know a character is non-ASCII, don't need to check for '\\' any more. check-in: 886e1bb2a8 user: jan.nijtmans tags: trunk | |
10:03 | merge trunk check-in: 9a88d1963f user: jan.nijtmans tags: allow-backslash-in-card-filename | |
03:02 | Ticket enhancements: Add the TICKET.TKT_CTIME field and make it hold the creation time of the ticket. Make sure that a TICKETCHNG entry is created for each change to the ticket if the TICKETCHNG.TKT_RID field exists. check-in: 8554d3e656 user: drh tags: trunk | |
2013-01-11
| ||
12:28 | merge trunk check-in: 6e9e6436a6 user: jan.nijtmans tags: allow-backslash-in-card-filename | |
2013-01-10
| ||
12:51 | Added checkin-count to (fossil info) output (ML request). check-in: acea7010b8 user: stephan tags: trunk | |
2012-12-20
| ||
22:59 | Allow backslash in filenames on UNIX (experiment) Closed-Leaf check-in: c3d74f4f63 user: jan.nijtmans tags: allow-backslash-on-unix | |
2012-12-19
| ||
08:24 | Allow backslash in card filenames without causing a SYNTAX error in card parsing. check-in: 0a24257420 user: jan.nijtmans tags: allow-backslash-in-card-filename | |
2012-12-18
| ||
21:04 | Fix a couple typos in comments. check-in: 55a28e7f5a user: mistachkin tags: trunk | |