##// END OF EJS Templates
Include inttypes.h instead of stdint.h (fixes issue299)...
Include inttypes.h instead of stdint.h (fixes issue299) Many projects use inttypes.h, too. stdint.h isn't available everywhere, e.g. on some versions of Solaris, while inttypes.h is available everywhere where stdint.h is.

File last commit:

r1901:c64bef3d default
r2543:860e9c83 default
Show More
map-rss
8 lines | 233 B | text/plain | TextLexer
Vadim Gelfer
use safer string parser for template engine.
r1901 default = 'changelog'
mpm@selenic.com
[PATCH] Add RSS support to hgweb...
r599 header = header-rss.tmpl
changelog = changelog-rss.tmpl
changelogentry = changelogentry-rss.tmpl
filelog = filelog-rss.tmpl
filelogentry = filelogentry-rss.tmpl
Peter van Dijk
tags-rss support; still shows tip
r1766 tags = tags-rss.tmpl
tagentry = tagentry-rss.tmpl