Differences From Artifact [019968d835]:
- File src/descendants.c — part of check-in [40710b7a05] at 2014-06-16 09:05:39 on branch autoadjust — Merge trunk. Make it work on Windows too. Variable width output on more commands. (user: jan.nijtmans size: 15191) [more...]
To Artifact [7c991ef5fe]:
- File src/descendants.c — part of check-in [10b47cc350] at 2014-06-20 03:56:04 on branch experimental — Initial draft of the ability to break a multi-line comment on word boundaries using the new algorithm. (user: mistachkin size: 15214)
︙ | |||
391 392 393 394 395 396 397 | 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 | - + | fossil_free(zLastBr); zLastBr = fossil_strdup(zBr); } n++; sqlite3_snprintf(sizeof(zLineNo), zLineNo, "(%d)", n); fossil_print("%6s ", zLineNo); z = mprintf("%s [%.10s] %s", zDate, zId, zCom); |
︙ |