Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
10 descendants and 10 ancestors of 19ca7c6c54d685ac
2012-11-05
| ||
13:10 | If the committed file has CR/NL or UTF-16 (or both), give the user the possibility to convert it to resp NL or UTF-8 (or both) without committing ... (check-in: c6223a8e2a user: jan.nijtmans tags: convert_before_commit) | |
11:23 | Add commit warning message when text files have a long line length ... (check-in: 879012769b user: jan.nijtmans tags: improve_commit_warning) | |
2012-11-04
| ||
18:06 | off-by-one ... (check-in: a7fff6fea6 user: jan.nijtmans tags: improve_commit_warning) | |
18:03 | merge trunk ... (check-in: e86aa2a1e8 user: jan.nijtmans tags: improve_commit_warning) | |
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) | |
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. ... (check-in: db0c512767 user: drh tags: trunk) | |
12:59 | Fix typos. ... (Closed-Leaf check-in: 45065c5c28 user: dmitry tags: spelling) | |
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) | |
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) | |