]> sjero.net Git - wget/history - src/sysdep.h
mass change: update copyright years.
[wget] / src / sysdep.h
2011-01-01 Giuseppe Scrivanomass change: update copyright years.
2010-05-31 Giuseppe ScrivanoRemove _SVID_SOURCE and _BSD_SOURCE definition.
2010-05-08 Giuseppe ScrivanoMass update copyright years.
2009-10-01 Micah CowanUnconditionally include stdbool.h.
2009-09-24 Micah CowanUse proper prototypes for snprintf, vsnprintf.
2009-09-04 Micah CowanRan update-copyright.
2009-07-04 Micah CowanAutomated merge.
2009-06-25 Micah CowanMerge with mainline.
2009-06-20 Micah CowanFix for building on Interix, from Jay Krell.
2009-06-13 Micah CowanMerge in gerel's url-parsing stuff.
2009-06-11 Micah CowanNeed NAMESPACE_TWEAKS on non-Linux glibc-based systems...
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 quote module stuff with current mainline.
2008-04-30 Steven SchubigerUse gnulib's getpass-gnu module for password prompting.
2008-04-22 Micah CowanMerging Ted Mielczarek's CSS changes with tip.
2008-04-16 stsAvoid redefined warnings caused by clashing defines.
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 CowanWorkaround for broken Tru64 inttypes.h.
2007-10-19 Micah CowanEschew config-post.h.
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-09-28 Micah CowanGisle's MS-DOS support
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...
2006-06-26 hniksic[svn] Allow 64-bit wgint without LFS.
2006-02-28 hniksic[svn] Parse Content-Disposition better. Implement...
2005-11-19 hniksic[svn] Use uintptr_t instead of unsigned long for intege...
2005-07-06 hniksic[svn] Fully declare fnmatch.h.
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-06-27 hniksic[svn] Use double quotes to include mswindows.h
2005-06-27 hniksic[svn] Use the system-provided fnmatch by default.
2005-06-27 hniksic[svn] Check for timegm and use it where available.
2005-06-25 hniksic[svn] Rename LARGE_INT to SUM_SIZE_INT, and simplify...
2005-06-23 hniksic[svn] Expect strpbrk and mktime to exist.
2005-06-23 hniksic[svn] Use struct_fstat when calling fstat because of...
2005-06-23 hniksic[svn] Remove support for Watcom's compiler.
2005-06-22 hniksic[svn] Check for the C99 bool type and define it if...
2005-06-20 hniksic[svn] Use #elif where appropriate to make chaining...
2005-06-19 hniksic[svn] Remove K&R support.
2005-03-22 hniksic[svn] Support human-readable file size printing.
2005-02-23 hniksic[svn] Large file support added. Published in <87psyr6j...
2003-11-06 hniksic[svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL...
2003-11-04 hniksic[svn] HAVE_FNMATCH_H is now HAVE_WORKING_FNMATCH_H.
2003-11-04 hniksic[svn] Only set a flag in the SIGWINCH handler.
2003-11-04 hniksic[svn] Enable SYSTEM_FNMATCH only if fnmatch.h is available.
2003-11-03 hniksic[svn] New function xsleep that resumes sleeps interrupt...
2003-10-31 hniksic[svn] Networking improvements: get rid of the MSOCK...
2003-10-30 hniksic[svn] Use `S >= 8' rather than `S == 8' when looking...
2003-10-26 hniksic[svn] Change u_int32_t to uint32_t.
2003-10-13 hniksic[svn] Don't define int32_t because we're not using it.
2003-10-11 hniksic[svn] Remove VERY_LONG_TYPE; use LARGE_INT instead...
2003-10-11 hniksic[svn] Also check for short for int32_t.
2003-10-11 hniksic[svn] Provide the support for int32_t and u_int32_t.
2003-10-07 hniksic[svn] Move fnmatch() to cmpt.c and don't use it under...
2003-09-20 hniksic[svn] Allow decimal values for --timeout, --wait, and...
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2001-11-29 hniksic[svn] Check for memmove and implement one if it's missing.
2001-11-29 hniksic[svn] Make the MD5 references even more generic.
2001-11-27 hniksic[svn] Use rand instead of random.
2001-11-27 hniksic[svn] Check for random.
2001-11-26 hniksic[svn] New option `--limit-rate'.
2001-11-18 hniksic[svn] Use Solaris's libmd5 when available.
2001-11-16 hniksic[svn] Applied Chris Seawood's patch for compilation...
2001-06-14 hniksic[svn] Docfix.
2001-06-14 hniksic[svn] Define MAP_FAILED if it's missing.
2001-05-27 hniksic[svn] Update copyright notices.
2001-04-06 hniksic[svn] Remove VERY_LONG_FORMAT. Instead, define functio...
2001-03-30 hniksic[svn] Applied Philipp Thomas's safe-ctype patch. Publi...
2001-01-03 hniksic[svn] Csaba's Watcom changes.
2000-12-17 hniksic[svn] Applied Csaba Raduly's patch from <802569B4.0043F...
2000-11-04 hniksic[svn] snprintf.c addition.
2000-11-02 hniksic[svn] Update copyright blurbs with the year 2000.
2000-11-01 hniksic[svn] Updated long_to_string(); enhanced opt.downloaded...
2000-03-21 hniksic[svn] Changes from <9t9pusol5a1.fsf@mraz.iskon.hr>.
1999-12-02 kwget[svn] Initial revision