Fossil

Timeline
Login

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

8 check-ins related to "ticket-c8c0b78c84"

2012-09-02
19:39
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 unmodified argv[0]
- g.argv[0] and fossil_nameofexec() are in utf-8, so we cannot use fprintf
  directly. Exception: when printing malloc errors.
(Closed-Leaf check-in: be06861f user: jan.nijtmans tags: ticket-c8c0b78c84)
12:50
fix cross-compilation of mingw target on Linux/Darwin (check-in: 9c0e1cae user: jan.nijtmans tags: trunk)
2012-08-31
19:47
Improved handling of command-line arguments under windows. Possible fix for ticket [c8c0b78c84]. (check-in: 0c7ae64a user: drh tags: trunk)
2012-08-30
22:02
PATH_MAX -> MAX_PATH (Closed-Leaf check-in: b41c57d5 user: jan.nijtmans tags: ticket-c8c0b78c84)
11:47
merge ticket-c8c0b78c84 convert winhttp.c to unicode (check-in: f342247c user: jan.nijtmans tags: eclipse-project)
09:21
... and teach popen how to handle non-mbcs characters (check-in: 7d842b65 user: jan.nijtmans tags: ticket-c8c0b78c84)
08:55
proposed fix for [c8c0b78c84]. And - bonus - allow a BOM in the --args file (check-in: 95f21243 user: jan.nijtmans tags: ticket-c8c0b78c84)
02:04
Simplify the mkversion changes from the previous commit. (check-in: ae85ba15 user: mistachkin tags: trunk)