Differences From Artifact [7e83fb52d6]:
- File src/tar.c — part of check-in [c30cd93b91] at 2013-10-11 08:36:40 on branch trunk — Make sure that EVERY source file includes "config.h" before any other system includes. This is the first step in making fossil compile for Win64 using MinGW. (user: jan.nijtmans size: 18161) [more...]
To Artifact [d8f62d1690]:
- File src/tar.c — part of check-in [518896951a] at 2013-12-22 10:21:44 on branch trunk — According to RFC 1952, MTIME=0 means no time stamp is available (user: jan.nijtmans size: 18162) [more...]
︙ | |||
425 426 427 428 429 430 431 | 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 | - + | int i; Blob zip; Blob file; if( g.argc<3 ){ usage("ARCHIVE FILE...."); } sqlite3_open(":memory:", &g.db); |
︙ |