Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
4 check-ins tagged with "ticket-c8c0b78c84"
|
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 unmodified argv[0] - g.argv[0] and fossil_nameofexec() are in utf-8, so we cannot use fprintf directly. Exception: when printing malloc errors.</pre> Closed-Leaf check-in: be06861f3c user: jan.nijtmans tags: ticket-c8c0b78c84 | |
|
2012-08-30
| ||
| 22:02 | PATH_MAX -> MAX_PATH Closed-Leaf check-in: b41c57d5c8 user: jan.nijtmans tags: ticket-c8c0b78c84 | |
| 09:21 | ... and teach popen how to handle non-mbcs characters check-in: 7d842b654b user: jan.nijtmans tags: ticket-c8c0b78c84 | |
| 08:55 | proposed fix for [c8c0b78c84]. And - bonus - allow a BOM in the --args file check-in: 95f212433d user: jan.nijtmans tags: ticket-c8c0b78c84 | |