Changes On Branch ticket-c8c0b78c84
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch ticket-c8c0b78c84 Excluding Merge-Ins

This is equivalent to a diff from 9c0e1caec5 to be06861f3c

2012-09-03
00:24
Fix dependencies on generated headers in the MinGW makefile. Also, remove superfluous EXE extension on executables used during the build process. check-in: 4e8d2f2991 user: mistachkin tags: trunk
2012-09-02
19:39
<pre>Minor additional fixes related to [c8c0b78c84]: - Use _wsystem() in stead of system() on Windows - Use g.argv[0] in stead of fossil_nameofexe() where only printing is involved - Use fossil_nameofexe() where fossil_system() is involved - Move the determination of the full windows path to fossil_nameofexec, so g.argv[0] can always be the ... Closed-Leaf check-in: be06861f3c user: jan.nijtmans tags: ticket-c8c0b78c84
12:50
fix cross-compilation of mingw target on Linux/Darwin check-in: 9c0e1caec5 user: jan.nijtmans tags: trunk
2012-09-01
04:45
Remove leftover instances of non-ASCII characters from several files. check-in: f15ce59b00 user: mistachkin tags: trunk

Changes to src/branch.c.

Changes to src/cgi.c.

Changes to src/configure.c.

Changes to src/db.c.

Changes to src/json.c.

Changes to src/main.c.