summaryrefslogtreecommitdiff
path: root/dlib/dlib.c
AgeCommit message (Collapse)Author
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2014-09-24handle irix's version of vsnprintf()corvid
thread: http://lists.dillo.org/pipermail/dillo-dev/2014-September/010230.html
2013-01-09Refactored FD close calls into a single new dClose() dlib function [p37sitdu]Jorge Arellano Cid
2012-09-24fix dlib commentcorvid
The functionality was removed in revision e17a4f9ee7e2 (July 2011).
2012-05-26remove NULL check in dFree()Johannes Hofmann
Submitted by: 123 <p37sitdu@lavabit.com>
2011-11-11locale-independent ASCII character case handlingcorvid
Basically, I and i are different letters in Turkic languages, and this causes problems for str(n)casecmp and toupper/tolower in these locales when dillo is dealing with ASCII.
2011-09-29password shreddingcorvid
Justus had written a patch for this, but the list archive didn't want to disgorge it, so I wrote one.
2011-07-10rm backslash line continuation from dGetline()corvid
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-June/008461.html and no one objected, so...
2009-07-28dStristr check for NULL argscorvid
2009-07-12Handle signed chars. Aadded dIsspace() and dIsalnum() to dlibJorge Arellano Cid
2009-05-17unset HOME defaults to /corvid
2009-05-17Added DLIB_MSG() macro for dlib's messagescorvid
2009-04-28Refactor the preferences parserTim Nieradzik, Jorge Arellano Cid
2009-02-08's/if(/if (/g' 's/for(/for (/g' 's/while(/while (/g', and indentation.Jorge Arellano Cid
2008-11-11- Allowed the rc parser to skip whitespace around the equal sign.jcid
2008-10-22- Allowed compilation with older machines by removing a few C99isms.jcid
- Added use of inttypes.h when stdint.h isn't found.
2008-08-27- Minor optimization in dlib's dStr_new().jcid
2008-05-22- Some s/free/dFree/ in dlib.jcid
2008-04-07- Added dStr_printable() to dlib.jcid
2008-04-06- Added dStr_memmem() to dlib.jcid
2008-03-29- Switched URL_DATA type from char* to a dStr.jcid
2007-12-06 - * Improved the dpi framework. Now dpi-programs can be specified in dpidrc,jcid
and there's no need to touch dillo's sources to add new dpi services. Just make your dpi program, add a dpidrc line and play with it!
2007-11-05Updated copyright linesjcid
2007-10-18Fix a typing bug in patch...jcid
2007-10-11+- Connected signals to <li> elements (fixes links within lists).jcid
- Enabled text and background color-choice in preferences. - Enabled clicking over image links. Patches: place +- Fixed a va_list-related SEGFAULT on 64bit-arch in dStr_vsprintfa(). Patch: Vincent Thomasset +- Fixed void to int conversions for 64bit-arch. Patch: Jorge Arellano, higuita +- Added a strndup() replacement in dw2 Patch: Alexander Becher, Johannes Hofmann, Jorge Arellano +- Fixed calcHashValue() to only return non-negative numbers (was SEGFAULT). - Improved scrolling performance on large pages by copying screen data instead of rendering. Patches: Johannes Hofmann
2007-10-07Initial revisionjcid