Differences From Artifact [aa2683598d]:
- File src/printf.c — part of check-in [8ae52fc418] at 2012-04-28 07:15:25 on branch spider-defense — Changes anchor tags (<a>) so that the href= attribute can be set by javascript rather than by HTML. This is to make it harder for spiders to follow the hyperlinks to every diff and annotation in the project history. It all seems to work, but it needs further testing and review before going live. (user: drh size: 30133) [more...]
To Artifact [f3ef72046d]:
- File src/printf.c — part of check-in [a3dd2cfeb0] at 2012-07-13 16:56:10 on branch trunk — Fixed a segfault which could/did happen when running content through wikification in CLI mode (which g.zTop is not set). (user: stephan size: 30147)
| ︙ | |||
572 573 574 575 576 577 578 | 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 | - + |
bufpt[i]=e[i];
}
}
bufpt[length]='\0';
break;
}
case etROOT: {
|
| ︙ |