Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-09 | Use Doxygen comments for C files | Rodrigo Arias Mallo | |
2015-04-03 | html5 (and css3) permit gr[ae]y in color names | corvid | |
2014-12-21 | more (and indentation in one spot) | corvid | |
2013-04-19 | trim some spaces | corvid | |
2012-12-30 | rm prehistoric 'subtag' wording | corvid | |
2012-12-30 | a_Color_parse: err val 2 requires successful parsing of 0[xX]... | corvid | |
2012-12-30 | document current behaviour of a_Color_parse | corvid | |
2012-05-26 | unify use of sizeof() when computing array length | Johannes Hofmann | |
Submitted by: 123 <p37sitdu@lavabit.com> | |||
2011-11-11 | locale-independent ASCII character case handling | corvid | |
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. | |||
2009-07-12 | Handle signed chars. Aadded dIsspace() and dIsalnum() to dlib | Jorge Arellano Cid | |
2009-05-31 | line length | Jorge Arellano Cid | |
2008-12-15 | fix parsing of 3-digit colors (#RGB) | Johannes Hofmann | |
Digits need to be replicated not filled with zeros. E.g #FFF is the same as #FFFFFF not #F0F0F0. | |||
2008-12-01 | fix #RGB color parsing | Johannes Hofmann | |
2008-12-01 | allow 3 digit hex color definitions | Johannes Hofmann | |
2008-09-28 | - Switched from DEBUG_MSG to MSG. | jcid | |
2007-11-05 | Updated copyright lines | jcid | |
2007-10-07 | Initial revision | jcid | |