summaryrefslogtreecommitdiff
path: root/utils/utils.h
Commit message (Expand)AuthorAgeFilesLines
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-211-22/+3
* rationalise use of utils/utils.h headerVincent Sanders2017-01-191-8/+0
* remove unused warn_user APIVincent Sanders2016-05-021-12/+0
* use the miscellaneous table warning entryVincent Sanders2016-04-251-2/+10
* for strtof to be redefined on haiku stdlib must be included beforehandVincent Sanders2016-04-211-0/+1
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-85/+0
* remove unused wallclock APIVincent Sanders2016-04-211-10/+0
* cleanup unneeded includes in utils.h after API simplificationVincent Sanders2016-04-201-4/+1
* move remove underscores utility to alongside the single gtk call siteVincent Sanders2016-04-201-9/+0
* move regex helper to be with teh single remaining call siteVincent Sanders2016-04-201-8/+0
* move dir_sort_alpha function from generic utils to one specific place it is usedVincent Sanders2016-04-191-11/+0
* move time function to apropriate headerVincent Sanders2016-04-191-8/+0
* move sys/time.h support functionality out of generic headerVincent Sanders2016-04-191-27/+0
* Fix size_t printf formattingVincent Sanders2016-03-171-3/+13
* Fix BeOS buildAdrien Destugues2015-10-121-0/+2
* Doxygen fixesVincent Sanders2014-11-091-6/+9
* remove unecessary utils/types.hVincent Sanders2014-11-021-0/+6
* Clean up saving as PDFVincent Sanders2014-10-261-1/+0
* remove the die API from the core.Vincent Sanders2014-10-261-1/+0
* make regex wrapper return errors instead of just abortingVincent Sanders2014-10-251-1/+1
* annotate die() as not returningVincent Sanders2014-05-281-1/+1
* cleanup utils header, remove cruft and add documentationVincent Sanders2014-05-111-41/+73
* add string utility to join stringsVincent Sanders2014-05-071-0/+46
* use compatability macro for mkdirVincent Sanders2014-04-281-6/+3
* cleanup copyright headers and some doc commentsVincent Sanders2014-01-161-5/+0
* move 401 login into operation tableVincent Sanders2014-01-161-1/+3
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-2/+1
* Update for new lpu API.Michael Drake2013-12-141-11/+0
* Sort non zero-padded numerical filename parts correctly.Michael Drake2013-11-141-0/+14
* Remove code that hasn't been used since 2004.John-Mark Bell2013-01-121-1/+0
* alter file fetcher to use mmap where availableVincent Sanders2012-08-131-0/+12
* Reworked r13532 in a cleaner way. The FLEX_ARRAY_LEN_DECL macro from utils.h ...François Revel2012-03-191-0/+6
* Move timeval_subtract to utils/log.c & make it static, as it's not used anywh...John Mark Bell2011-10-151-1/+0
* make nsurl__create_from_section correctly escape characters as per RFC3986Vincent Sanders2011-10-041-0/+10
* Stop win32 frontend using 100% cpu time when idleVincent Sanders2011-02-081-0/+25
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+8
* Fix windows url barVincent Sanders2010-10-171-0/+2
* Add a fallback for PRId64 as it's not defined on BeOS. It's only valid for 32...François Revel2010-08-021-0/+4
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-0/+1
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-301-0/+12
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-1/+1
* Add Windows frontendVincent Sanders2010-01-311-0/+5
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+1
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-4/+0
* OpenBSD 4.4 compilation fixes. Does not deal with lack of -Wextra or -Wstric...Rob Kendrick2009-03-021-2/+2
* 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
* Make nsgtk compile on Mac OS X.John Mark Bell2008-08-111-1/+2
* Really fix warnings.John Mark Bell2008-08-111-1/+1