aboutsummaryrefslogtreecommitdiffstats
path: root/map.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not use C99 printf format specifiers and asprintfTatsuya Kinoshita2015-01-151-1/+1
|
* Correct printf arguments and use asprintfScarlett2015-01-151-1/+1
| | | | | | | | | | | | | | | Origin: http://marc.info/?l=openbsd-ports&m=142090828929750&w=2 * Str.c: Use asprintf() instead of rolling our own printf string length detection. * cookie.c: Pass the char pointer in the string struct to printf %s instead of the string struct itself. Print time_t using %lld instead of %ld to allow for 64-bit time_t. * main.c: Print a long int using the correct format specifier. * map.c: Print size_t using the correct format specifier.
* Support the siteconf featureTatsuya Kinoshita2013-04-081-19/+8
| | | | | Patch to support the siteconf feature, from [w3m-dev 04463] on 2012-06-27, provided by AIDA Shinra.
* Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita2011-05-041-0/+665