summaryrefslogtreecommitdiff
path: root/utils/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* USe the externally built conveniance utf8proc libraryVincent Sanders2014-11-141-1/+1
|
* IDNA2008 support.Chris Young2014-06-041-1/+2
|
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-1/+1
| | | | | | | | | | | | | This rationalises the path construction and basename file operations. The default implementation is POSIX which works for all frontends except windows, riscos and amiga which have differeing path separators and rules. These implementations are significantly more robust than the previous nine implementations and also do not use unsafe strncpy or buffers with arbitrary length limits. These implementations also carry full documentation comments.
* build new options code and remove oldVincent Sanders2013-05-281-1/+1
|
* urldb maintains a bloom filter of URLs contained within and consults it when ↵Rob Kendrick (humdrum)2013-05-171-2/+2
| | | | searching
* split sources lists out to their subdirectories as first step towards using ↵Vincent Sanders2013-03-111-0/+7
core buildsystem