Fossil

Timeline
Login

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

11 check-ins using file src/json.c version 542f41ac

2012-09-06
09:10
merge trunk

enable UNICODE mode (experimental)

... (Closed-Leaf check-in: 2017d2f8 user: jan.nijtmans tags: eclipse-project)
2012-09-05
13:45
merge trunk, fix compilation on Cygwin/Linux ... (check-in: c05ba6b0 user: jan.nijtmans tags: eclipse-project)
12:55
const-qualification ... (check-in: 645f3483 user: jan.nijtmans tags: eclipse-project)
09:26
be smarter about istty static initialization ... (check-in: 5d9f57a7 user: jan.nijtmans tags: eclipse-project)
09:05
superflueous semicolon. ... (check-in: 6f3b0f34 user: jan.nijtmans tags: eclipse-project)
09:00
fix writing to stderr console, last commit broke that. ... (check-in: b4bab791 user: jan.nijtmans tags: eclipse-project)
08:15
write unicode to console, when possible. ... (check-in: 7fd74e72 user: jan.nijtmans tags: eclipse-project)
07:31
make output to the Windows console binary-safe ... (check-in: a830168d user: jan.nijtmans tags: eclipse-project)
06:32
merge trunk ... (check-in: 1393a910 user: jan.nijtmans tags: eclipse-project)
2012-09-04
12:36
merge trunk ... (check-in: 2050646c user: jan.nijtmans tags: eclipse-project)
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)