Darshit Shah
183fccdaad
Update Copyright years
2018-01-14 11:24:43 +01:00
Tim Rühsen
fd0f759597
Replace home-grown portability code by gnulib modules
...
* bootstrap.conf: Add intprops, inttypes, limits-h, signal-h,
stat, sys_types
* src/ftp.c: Replace 'struct_stat' by 'struct stat'
* src/hsts.c: Likewise
* src/http.c: Likewise
* src/main.c: Likewise
* src/netrc.c: Likewise
* src/retr.c: Likewise
* src/url.c: Likewise
* src/utils.c: Likewise
* src/sysdep.h: Remove old portability code
Further portability issues should be addressed by gnulib.
2017-01-13 15:38:15 +01:00
Tim Rühsen
2c736abb4c
Fix warning about redefinition of MAP_FAILED
...
* src/sysdep.h: Removed definition of MAP_FAILED
* src/utils.c: Check and define MAP_FAILED after including sys/mmap.h
2016-06-07 09:56:01 +02:00
Tim Rühsen
bf5d7e9236
Remove requesting X/Open 5, POSIX 1995
...
* src/sysdep.h: Remove #define _XOPEN_SOURCE 500
2015-12-17 12:11:53 +01:00
Giuseppe Scrivano
16f1fb1d1f
maint: update copyright year ranges to include 2015
2015-03-09 16:32:01 +01:00
Giuseppe Scrivano
ffccc7d3be
Do not depend on always defined macros
2014-06-12 18:49:15 +02:00
Darshit Shah
8624553a31
Whitespace and formatting changes.(Aesthetic only)
...
This commit makes lots of whitespace only changes. It has been ensured that this
commit does not make any changes to the functioning of the program. The only
changes that have been made are:
* Remove trailing whitespaces
* Convert tabs to spaces
* Fix indentation issues in the code
* Other aesthetic changes to the formatting of comments
2014-05-30 21:12:57 +05:30
Giuseppe Scrivano
2f6aa1d741
mass change: update copyright years.
2011-01-01 13:19:37 +01:00
Giuseppe Scrivano
f747e73445
Remove _SVID_SOURCE and _BSD_SOURCE definition.
2010-05-31 11:56:06 +02:00
Giuseppe Scrivano
293008f682
Mass update copyright years.
2010-05-08 21:56:15 +02:00
Micah Cowan
3648b91197
Unconditionally include stdbool.h.
2009-09-30 19:35:26 -07:00
Micah Cowan
5c3281ad89
Use proper prototypes for snprintf, vsnprintf.
2009-09-24 12:24:10 -07:00
Micah Cowan
b9e9ad65cc
Ran update-copyright.
2009-09-04 00:13:47 -07:00
Micah Cowan
789f7e1353
Fix for building on Interix, from Jay Krell.
2009-06-20 14:50:02 -07:00
Micah Cowan
d1e12d9e05
Need NAMESPACE_TWEAKS on non-Linux glibc-based systems, too.
2009-06-11 16:00:59 -07:00
sts
3b3c7db8df
Avoid redefined warnings caused by clashing defines.
2008-04-16 10:57:12 +02:00
Micah Cowan
bc8f473272
Updated copyright year.
2008-01-25 05:04:01 -08:00
Micah Cowan
462e643a7e
Merge SFLC licensing changes for OpenSSL with tip.
2007-12-07 17:37:07 -08:00
Micah Cowan
86395b297b
Updated licensing exception for OpenSSL from the SFLC.
2007-11-28 00:05:33 -08:00
Micah Cowan
cb155a6b5d
Workaround for broken Tru64 inttypes.h.
2007-10-18 22:55:39 -07:00
Micah Cowan
212396c7e1
Eschew config-post.h.
2007-10-18 20:50:40 -07:00
Micah Cowan
5dd09d9ba5
Update copyright lists, conforming to maintainer guidelines
2007-09-28 15:45:31 -07:00
Micah Cowan
df8b19a28e
Gisle's MS-DOS support
2007-09-28 14:47:46 -07:00
micah
4d7c5e087b
[svn] Merge of fix for bugs 20341 and 20410.
2007-07-09 22:53:22 -07:00
mtortonesi
1c7493b83e
[svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes for 64-bit platforms. Updated copyright and maintainer information.
2006-07-14 06:25:50 -07:00
hniksic
19c5c1d52f
[svn] Allow 64-bit wgint without LFS.
2006-06-26 11:31:28 -07:00
hniksic
c90e4f9c1a
[svn] Parse Content-Disposition better. Implement memrchr where missing.
2006-02-28 11:27:52 -08:00
hniksic
3e145c6018
[svn] Use uintptr_t instead of unsigned long for integer representation of pointers.
2005-11-19 11:35:02 -08:00
hniksic
0272acfc52
[svn] Fully declare fnmatch.h.
2005-07-06 16:06:35 -07:00
hniksic
db9de5b075
[svn] Update FSF's address and copyright years.
2005-07-01 19:26:52 -07:00
hniksic
6267a79939
[svn] Use double quotes to include mswindows.h
2005-06-27 12:08:16 -07:00
hniksic
b227a44f1a
[svn] Use the system-provided fnmatch by default.
2005-06-27 06:27:13 -07:00
hniksic
bb8a5f2eb9
[svn] Check for timegm and use it where available.
2005-06-27 06:22:30 -07:00
hniksic
002def87d2
[svn] Rename LARGE_INT to SUM_SIZE_INT, and simplify its handling.
2005-06-25 07:39:51 -07:00
hniksic
82b08f2daa
[svn] Expect strpbrk and mktime to exist.
2005-06-23 08:33:20 -07:00
hniksic
cb2cc3abf8
[svn] Use struct_fstat when calling fstat because of Borland's lack of 64-bit
...
fstat.
2005-06-23 07:29:42 -07:00
hniksic
4b3e1632db
[svn] Remove support for Watcom's compiler.
2005-06-23 07:11:48 -07:00
hniksic
19a1ffb2e9
[svn] Check for the C99 bool type and define it if missing.
2005-06-22 10:51:29 -07:00
hniksic
7d48e6d057
[svn] Use #elif where appropriate to make chaining of #if ... #else ...
...
more readable.
2005-06-19 18:37:23 -07:00
hniksic
277e840a0f
[svn] Remove K&R support.
2005-06-19 15:34:58 -07:00
hniksic
b9a31d78dd
[svn] Support human-readable file size printing.
...
Don't use persistent connection over proxies.
2005-03-22 05:20:02 -08:00
hniksic
ef22bf610a
[svn] Large file support added. Published in <87psyr6jn7.fsf@xemacs.org>.
2005-02-23 14:21:04 -08:00
hniksic
c8e92cdbd6
[svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL code register its
...
routines for reading and writing data.
2003-11-05 17:12:03 -08:00
hniksic
bc768ec88a
[svn] HAVE_FNMATCH_H is now HAVE_WORKING_FNMATCH_H.
2003-11-04 08:22:52 -08:00
hniksic
f4cbba565e
[svn] Only set a flag in the SIGWINCH handler.
2003-11-04 05:37:14 -08:00
hniksic
9af99f3b83
[svn] Enable SYSTEM_FNMATCH only if fnmatch.h is available.
2003-11-03 17:09:54 -08:00
hniksic
8cd9b4cd8a
[svn] New function xsleep that resumes sleeps interrupted by signals
...
on systems that support nanosleep.
2003-11-03 13:57:04 -08:00
hniksic
add61a2d9c
[svn] Networking improvements: get rid of the MSOCK global variable,
...
move the sockaddr handling to connect.c, make sure Wget refreshes
the DNS lookup after it becomes stale.
2003-10-30 16:18:08 -08:00
hniksic
3f8a70c227
[svn] Use S >= 8' rather than
S == 8' when looking for large integers.
2003-10-30 07:55:53 -08:00
hniksic
c81651f4c1
[svn] Change u_int32_t to uint32_t.
2003-10-25 18:41:56 -07:00