Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
13 check-ins using file src/db.c version d19dc238fd
|
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 | |
| 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 | |