summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Add Windows frontendVincent Sanders2010-01-316-8/+89
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-181-7/+27
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-175-29/+186
* Less broken conditionalJohn Mark Bell2009-08-251-1/+1
* Portability hacks.John Mark Bell2009-08-241-0/+11
* Squash warningsJohn Mark Bell2009-08-241-7/+9
* Merge LibCSS port to trunk.John Mark Bell2009-07-233-22/+180
* Much tidying, additional commentary, and fix for insane bit mask calculation.John Mark Bell2009-05-291-54/+121
* We don't care about the result of regexec(); only that it was successful or notJohn Mark Bell2009-05-281-3/+2
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-281-0/+1
* Hubbub is no longer optional.John Mark Bell2009-04-171-190/+0
* Fix compilation with GCC 2.95.John Mark Bell2009-04-162-2/+2
* Purge WITH_DRAW_EXPORTJohn Mark Bell2009-03-291-4/+0
* Purge WITH_SAVE_COMPLETEJohn Mark Bell2009-03-291-1/+0
* Squash warningJohn Mark Bell2009-03-271-2/+2
* OpenBSD 4.4 compilation fixes. Does not deal with lack of -Wextra or -Wstric...Rob Kendrick2009-03-022-3/+4
* Haiku neither has va_copy (yet).François Revel2009-02-221-1/+1
* Purge WITH_SEARCHJohn Mark Bell2009-02-221-2/+0
* Purge WITH_URLJohn Mark Bell2009-02-221-2/+0
* Purge WITH_URIJohn Mark Bell2009-02-221-2/+0
* Purge WITH_PRINTJohn Mark Bell2009-02-221-2/+0
* Purge WITH_AUTHJohn Mark Bell2009-02-221-3/+0
* Squash leakJohn Mark Bell2009-02-181-0/+2
* Fix ucs4->utf8 conversion. It probably helps to return the number of bytes in...John Mark Bell2009-02-181-1/+1
* Port our UTF-8 routines to parserutils (only enabled when building against Hu...John Mark Bell2009-02-172-94/+253
* Re-enable the ability to control the SSL certificate UI's inclusion. As a sid...Daniel Silverstone2009-02-151-5/+0
* - C strings have always an implicit NUL character at the end, no need to spec...John Tytgat2009-02-011-2/+2
* Fix warnings and formattingRob Kendrick2009-01-021-1/+1
* Add _GNU_SOURCE. Ugh.John Mark Bell2008-11-281-0/+1
* More hoops, more warnings squashed.John Mark Bell2008-10-131-10/+9
* Merged revisions 5309-5406,5409-5422 via svnmerge from Daniel Silverstone2008-09-232-2/+3
* Fix array overrun.John Mark Bell2008-09-231-1/+1
* Ensure we actually use the FNV offset basis rather than the prime, for initia...Daniel Silverstone2008-09-081-1/+1
* Removed some debug which was supposed to be temporary.Chris Young2008-08-291-4/+0
* Looks like I mis-remembered the API here.John Mark Bell2008-08-261-6/+12
* Prevent iconv() being passed an empty string in utf8_convert()Chris Young2008-08-261-0/+11
* Second merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/n...John Tytgat2008-08-141-0/+1
* BeOS doesn't have strtof and PRIxPTR.François Revel2008-08-131-0/+7
* no va_copy on BeOSFrançois Revel2008-08-121-0/+2
* Some BeOS specificsFrançois Revel2008-08-111-1/+7
* Make nsgtk compile on Mac OS X.John Mark Bell2008-08-114-2/+7
* Really fix warnings.John Mark Bell2008-08-111-1/+1
* Squash warnings on RISC OSJohn Mark Bell2008-08-111-1/+1
* Remove hardcoded define for LIBICONV_PLUGFrançois Revel2008-08-081-1/+0
* Update my e-mail address.John Tytgat2008-08-053-3/+3
* Move plugin option to Makefile.config.John Mark Bell2008-08-011-2/+0
* Restore accidentally removed lineRob Kendrick2008-07-291-0/+1
* Make user agent string and default homepage configurable from Makefile.configRob Kendrick2008-07-291-1/+3
* C89François Revel2008-07-292-5/+5
* Refactor Makefile a little to be slightly more organised. Made more features...Rob Kendrick2008-07-281-12/+0