Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
13 check-ins using file src/checkin.c version 2928076f95
|
2014-07-16
| ||
| 07:19 | make local aDia[] and aChar[] tables "static const". check-in: 5b26a50e1b user: jan.nijtmans tags: trunk | |
| 04:02 | Do not allow webpage names to be used as command-line commands. This prevents deferencing of the null "g.db" pointer for command-line commands. check-in: c2a9c1f7f8 user: drh tags: trunk | |
|
2014-07-14
| ||
| 12:09 | Detect invalid wiki manifests containing J and/or K cards (missed those in the previous commit). Report card problems in manifests in alphabetical order. check-in: 313de568dc user: jan.nijtmans tags: trunk | |
| 11:35 | Fix "'syntax error in manifest' when checkin would result in empty worktree" problem, reported by Michai Ramakers on the ML. check-in: 268ecf6ae9 user: jan.nijtmans tags: trunk | |
| 07:22 | Make the ".system" command (from within "fossil sqlite3") work on win32: On Windows double-quotes are needed around the whole string. check-in: ec2061ce02 user: jan.nijtmans tags: trunk | |
|
2014-07-13
| ||
| 03:37 | Add new test that demonstrates an issue (during merging) with renaming a file and then adding a file with the old name in the same commit. check-in: 25fe7658ec user: mistachkin tags: trunk | |
|
2014-07-11
| ||
| 13:08 | Add "events" as additional type to be reported by the /reports page. check-in: 0fb4a8d098 user: jan.nijtmans tags: trunk | |
| 07:22 | Make [/help?cmd=new|fossil new --empty] the default way to create a new repository. THIS COMMIT WILL BE REVERTED BEFORE FOSSIL 1.30 IS BEING RELEASED, (UNLESS RICHARD DECIDES OTHERWISE AT THAT TIME). The intent of this commit is to expose [/help?cmd=new|fossil new --empty] to more field-testing. It should be 100% upwards/downwards compatible, but if there still turn out to be some corner-cases, now is the right time to find out (I am not aware of any!). check-in: 8364065c45 user: jan.nijtmans tags: trunk | |
|
2014-07-10
| ||
| 10:01 | ./src/comformat.c: In function ‘comment_print’: ./src/comformat.c:70:5: warning: implicit declaration of function ‘ioctl’ [-Werror=implicit-function-declaration] if( ioctl(0, TIOCGWINSZ, &w)!=-1 ){ ^ check-in: 32205fdc41 user: jan.nijtmans tags: trunk | |
| 08:21 | c/--force/--allow-fork/ check-in: 604a355811 user: jan.nijtmans tags: trunk | |
| 08:18 | Since fossil 1.29, not every repository has an initial commit and the initial commit no longer needs to be empty. Change the wording to account for that. check-in: aafcf6c57b user: jan.nijtmans tags: trunk | |
| 07:36 | When committing a (non-binary) file which contains bytes forming an invalid UTF-8 stream, add the possibility to convert it to a valid UTF-8 stream ('c') if you like. check-in: 45f5184e2a user: jan.nijtmans tags: trunk | |
|
2014-07-04
| ||
| 10:11 | Next step in "invalid-utf8" handling: If a source file contains invalid UTF-8 byte sequences, most likely the real encoding is either ISO-8859-1 or CP1252 (note that CP1252 is a superset of ISO-8859-1). Therefore, after providing a warning, we can now offer the option ('c') to convert it to valid UTF-8, just like we provide such option for UTF-16 and eol-handling as well. Closed-Leaf check-in: 81eeb6f553 user: jan.nijtmans tags: invalid-utf8 | |