]> sjero.net Git - wget/history - src/html-parse.c
NEWS: cite --start-pos
[wget] / src / html-parse.c
2012-05-05 Tim RuehsenFix some compiler warnings.
2011-01-01 Giuseppe Scrivanomass change: update copyright years.
2010-05-31 Giuseppe ScrivanoFix condition for closed HTML tag.
2010-05-30 Giuseppe ScrivanoCope better with unclosed html tags.
2010-05-08 Giuseppe ScrivanoMass update copyright years.
2009-09-04 Micah CowanRan update-copyright.
2009-07-04 Micah CowanAutomated merge.
2008-07-20 Saint XavierAutomated merge.
2008-07-11 Micah CowanMerge current tip with CSS stuff.
2008-06-14 Micah CowanMerge build info with head.
2008-05-16 Micah CowanMerging heads.
2008-05-16 Micah CowanMerge getpass with quote, plus my NEWS entry.
2008-05-16 Micah CowanMerge quote module stuff with current mainline.
2008-04-22 Micah CowanMerging Ted Mielczarek's CSS changes with tip.
2008-04-22 Micah CowanTed Mielczarek's CSS wonder-patch, applied against...
2008-04-20 Steven SchubigerUndo the USE_GNULIB_ALLOC defines.
2008-04-18 Steven SchubigerUse Gnulib's alloc functions throughout the source.
2008-01-25 Micah CowanUpdated copyright year.
2007-12-08 Micah CowanMerge SFLC licensing changes for OpenSSL with tip.
2007-11-28 Micah CowanUpdated licensing exception for OpenSSL from the SFLC.
2007-10-19 Micah CowanEschew config-post.h.
2007-10-18 Micah CowanMerging to reinstate autoreconf.
2007-10-15 Micah CowanAutomated merge.
2007-10-14 Micah CowanISSPACE -> c_isspace
2007-10-06 Micah CowanMerging with previous Makefile.in updates.
2007-10-05 Micah CowanAutomated merge with file:/home/micah/devel/wget/eleven
2007-10-03 Micah CowanMerge with mainline
2007-09-28 Micah CowanMerge from mainline
2007-09-28 Micah CowanUpdate copyright lists, conforming to maintainer guidelines
2007-08-03 micah[svn] Make indentation consistent (all-spaces, no tabs).
2007-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-06-22 hniksic[svn] Use bool type for boolean variables and values.
2005-06-19 hniksic[svn] Don't cast return type of malloc/realloc. Assume...
2005-06-19 hniksic[svn] Remove K&R support.
2005-03-19 hniksic[svn] Documentation fix.
2003-11-26 hniksic[svn] Squash embedded newlines in links.
2003-11-02 hniksic[svn] Added undefs for FITS and SKIP_SEMI macros.
2003-11-02 hniksic[svn] Improved support for entities.
2003-10-23 hniksic[svn] Don't use trailing commas in enums.
2003-10-09 hniksic[svn] Use hash table for tag lookup in html-url.c and...
2003-10-08 hniksic[svn] Add FLAGS argument to map_html_tags.
2003-10-03 hniksic[svn] Fix compilation problem on non-Gcc compilers.
2003-10-02 hniksic[svn] Better document html-parse macros.
2003-10-02 hniksic[svn] Added support for hexadecimal numeric entities.
2003-09-19 hniksic[svn] Introduce non-strict comment parsing.
2002-05-27 hniksic[svn] Allow almost any character in attribute/tag names.
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2001-12-18 hniksic[svn] Allow standalone compilation of html-parse.c.
2001-11-16 hniksic[svn] Use 0x22 instead of '"' or '\"'.
2001-11-16 hniksic[svn] Support XML-style empty tags.
2001-05-27 hniksic[svn] Update copyright notices.
2001-04-25 hniksic[svn] Minor doc fix.
2001-03-30 hniksic[svn] Applied Philipp Thomas's safe-ctype patch. Publi...
2000-12-13 hniksic[svn] Use '"' rather than '\"' in assert.
2000-11-22 hniksic[svn] Make sure xfree is #define'd in standalone mode...
2000-11-22 hniksic[svn] Committed <sxsbsv854j9.fsf@florida.arsdigita...
2000-11-19 hniksic[svn] A bunch of new features: