Differences From Artifact [bf75ce6bea]:
- File src/shell.c — part of check-in [a526d71968] at 2014-02-27 15:12:34 on branch trunk — Improvements to the handling of USE_SYSTEM_SQLITE in shell.c. (user: drh size: 119456) [more...]
To Artifact [e6d573326f]:
- File src/shell.c — part of check-in [81162e791f] at 2014-02-28 08:53:45 on branch trunk — Fix use of UTF-8 repository filename in "fossil sqlite3" command. (Requires minor change in SQLite's shell.c) (user: jan.nijtmans size: 119479) [more...]
| ︙ | |||
61 62 63 64 65 66 67 | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | + - + + | # define write_history(X) # define stifle_history(X) #endif #if defined(_WIN32) || defined(WIN32) # include <io.h> #define isatty(h) _isatty(h) #ifndef access |
| ︙ |