Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
22 check-ins using file src/tkt.c version f5952df5ad
|
2012-11-04
| ||
| 18:00 | merge trunk <p>Factor out main part of UTF-8 check to macro check-in: ce7c52223e user: jan.nijtmans tags: improve_commit_warning | |
| 11:58 | Improvements to the fix for [0ff64b0a5fc88e7e]: (1) Better error message and (2) allow the partial commit of the renamed file as long as its destination files is also part of the partial commit. check-in: c0fe455c78 user: drh tags: trunk | |
| 10:50 | merge trunk check-in: bd7b8a485f user: jan.nijtmans tags: improve_commit_warning | |
| 10:48 | merge trunk, some improvements in messages (not yet ready yet) check-in: 517a6f7a53 user: jan.nijtmans tags: improve_commit_warning | |
| 00:46 | Disallow the sequence: "fossil mv A B; fossil add A; fossil commit A;" since doing so requires both the old A and the new A to be in the same check-in. Ticket [0ff64b0a5fc8]. check-in: 27298fffc8 user: drh tags: trunk | |
|
2012-11-03
| ||
| 02:53 | Perserve the "ubg", "brbg", and "ng" query parameters on the timeline when moving the display forwards and backwards in time or changing the length, etc, using the submenu buttons. check-in: 19ca7c6c54 user: drh tags: trunk | |
|
2012-11-02
| ||
| 23:52 | Make the repeated-ticket suppressor output text ("N similar events omitted") appear at the end of the first line in the timeline, rather than on a separate line. Less obtrusive this way. check-in: dccb97fc34 user: drh tags: trunk | |
| 22:32 | Add the undocumented --test option to "fossil clean", so that we can easily see what is being removed without actually removing it. This found a bug in the case-sensitivity logic, which was also fixed. Ticket [03fec0ab6021c776a4b3] check-in: d66057762f user: drh tags: trunk | |
| 21:53 | Be aware of the filename case sensitivity of the underlying filesystem in the "fossil clean" command. Ticket [03fec0ab6021c77]. check-in: 640a4f49b1 user: drh tags: trunk | |
| 21:45 | Only use the Tcl-derived argv/argc parser when compiling on windows using a compiler other than mingw. The crt0 for mingw works, and it also does wildcard expansion. Need to update the parse_windows_command_line() function to do wildcard expansion in order to fix builds using non-mingw windows compilers. Ticket [8ca2aae39172f9] check-in: fca9c52637 user: drh tags: trunk | |
| 21:38 | Add the -g option to builds using the Mingw makefile. check-in: 004a31a6c7 user: drh tags: trunk | |
| 21:33 | Fix an out-of-order variable declaration in blob.c. check-in: 9073d8dcc7 user: drh tags: trunk | |
| 21:20 | Fix a segfault that occurs with the "fossil md5sum" command when files named on the command-line do not actually exist. Ticket [8ca2aae39172f90c]. check-in: 52199a504a user: drh tags: trunk | |
| 17:49 | Make form field widths consistent for settings. Fix comment for the 'binary-glob' setting. check-in: c24b689019 user: mistachkin tags: trunk | |
| 17:37 | Allow commit warning for binary data to be disabled via the 'binary-glob' setting. check-in: d25f6ddf35 user: mistachkin tags: trunk | |
| 17:22 | Adjustments to looks_like_utf16 to handle wchar_t being missing or not 2 bytes. check-in: 7d881d8280 user: mistachkin tags: trunk | |
| 14:22 | don't forget to compensate for the line-length check check-in: 9011fe1226 user: jan.nijtmans tags: improve_commit_warning | |
| 10:55 | Generate warning when to-be-committed file contains invalid UTF-8 check-in: 4e86b06a9f user: jan.nijtmans tags: improve_commit_warning | |
| 08:31 | speedup mimetype_from_content() by using a 256 byte array. <br>Mark VT and Ctrl-Z as text bytes, not binary. <br>Decrease maximum UTF-16 line length to 2731 <br>Check for FFFF in addition to 0, in UTF-16/binary detection. check-in: d804902f23 user: jan.nijtmans tags: trunk | |
| 03:30 | Add the new moderation permissions to the list maintained by the JSON code. check-in: 1cc7e8ce29 user: mistachkin tags: trunk | |
| 03:10 | Use local variable when checking for a carriage-return in looks_like_utf8/utf16. Update custom MinGW makefile. check-in: 531b2e2df0 user: mistachkin tags: trunk | |
| 02:41 | Clean up some harmless compiler warnings. check-in: 0a4193be58 user: drh tags: trunk | |