1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00
Commit Graph

2251 Commits

Author SHA1 Message Date
hniksic
b01865d73a [svn] Doc fix: timegm is not only available on Linux. 2005-06-27 06:44:41 -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
0561a866c3 [svn] Remove obsolete comment. 2005-06-27 05:53:01 -07:00
hniksic
9468fba4f7 [svn] Correctly query the old locale value. 2005-06-27 04:50:04 -07:00
hniksic
f3f6af70ea [svn] Don't #define alloca under MinGW32. 2005-06-27 04:06:12 -07:00
hniksic
9b2fea6958 [svn] Docfix. 2005-06-27 04:04:08 -07:00
hniksic
a41d45a9f3 [svn] Don't explicitly include <malloc.h>, mswindows.h does it for us. 2005-06-27 04:02:47 -07:00
hniksic
1cd911a790 [svn] Doc fix. 2005-06-26 19:18:52 -07:00
hniksic
6655b5afee [svn] Force the use of separators in C locale. 2005-06-26 19:07:31 -07:00
hniksic
2254e5c4e4 [svn] Set all locale categories. 2005-06-26 19:06:52 -07:00
hniksic
aeafe847f3 [svn] Fix typo. 2005-06-26 18:24:31 -07:00
hniksic
e1fce0905d [svn] Updated Croatian translation. 2005-06-26 18:19:45 -07:00
hniksic
10afb07c42 [svn] Really remove translation of <n>s. 2005-06-26 18:15:46 -07:00
hniksic
68e27bf7e2 [svn] Improve "POST data file missing" error message. 2005-06-26 18:11:10 -07:00
hniksic
30a3c74557 [svn] Fix typo. Minor style improvements. 2005-06-26 16:12:51 -07:00
hniksic
2e7aa7f76d [svn] Constify variable. 2005-06-26 16:04:56 -07:00
hniksic
c9049f94d7 [svn] Handle negative numbers in with_thousand_seps. 2005-06-26 15:18:01 -07:00
hniksic
39e4262d12 [svn] Delete the obsolete commented-out line with SSL includes. 2005-06-26 14:57:33 -07:00
hniksic
48e00fb656 [svn] Use the proper GPL header. 2005-06-26 14:50:08 -07:00
hniksic
9d1c80944d [svn] Better document DEBUGP. 2005-06-26 14:48:39 -07:00
hniksic
c757ced83f [svn] Slightly more correct description of HAVE_SSL. 2005-06-26 14:43:50 -07:00
hniksic
39fbdba663 [svn] Mark the "eta" string for translation. 2005-06-26 14:05:52 -07:00
hniksic
fc532c9bee [svn] Don't explicitly set entry->next to NULL since entry is already zeroed out. 2005-06-26 13:29:39 -07:00
hniksic
5019227f61 [svn] Define gai_strerror under mingw. 2005-06-26 13:18:28 -07:00
hniksic
ab4abc4056 [svn] Correctly implement thousand seps of more than one character. 2005-06-26 11:06:11 -07:00
hniksic
c0b5603537 [svn] Changed text attr line. 2005-06-26 06:43:00 -07:00
hniksic
9c810d69ac [svn] Don't translate SI units. Print more exact duration information for very
short downloads.
2005-06-26 05:04:01 -07:00
hniksic
979f8ed7f0 [svn] Update alloca declaration. 2005-06-25 18:56:29 -07:00
hniksic
319f52d756 [svn] When the download is finished, print the time the download took.
Always invoke SIZE, not only when continuing the download.
2005-06-25 17:41:09 -07:00
hniksic
e24bc5db1b [svn] Rewrite with_thousand_seps to be size-agnostic. Remove printing of separators
from sizes.
2005-06-25 16:09:29 -07:00
hniksic
bc4c82c615 [svn] Divide with 1024 instead of shifting by ten places. 2005-06-25 14:16:51 -07:00
hniksic
da084a2979 [svn] New ETA display. 2005-06-25 14:08:04 -07:00
hniksic
d92cf8d560 [svn] Decrease buffer size of with_thousand_seps_sum. 2005-06-25 13:50:42 -07:00
hniksic
3735ecda38 [svn] Use %I64d, not %I64. 2005-06-25 09:08:35 -07:00
hniksic
bd74e419d6 [svn] Don't pattern-match server redirects. 2005-06-25 08:04:47 -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
b79e5bb0d3 [svn] Don't clean .libs, which is no longer being generated. 2005-06-25 07:31:03 -07:00
hniksic
c9ac1f52b4 [svn] AI_ADDRCONFIG is no longer used, modify docs accordingly. 2005-06-25 06:49:49 -07:00
hniksic
99f1a44ca4 [svn] Comment docfix. 2005-06-24 17:28:37 -07:00
hniksic
ac32102041 [svn] Remove warning under AIX. 2005-06-24 15:57:52 -07:00
hniksic
00196c4303 [svn] Don't split the sed invocation over multiple lines. 2005-06-24 15:52:59 -07:00
hniksic
d197a09c74 [svn] Don't generate configure.bat, just use it. 2005-06-24 15:39:56 -07:00
hniksic
68f8b83d63 [svn] Expanded and updated with the current options. 2005-06-24 14:53:01 -07:00
hniksic
db31c2f437 [svn] Mention that this file doesn't pertain to Cygwin. 2005-06-24 14:52:38 -07:00
mtortonesi
3c50d7ca9a [svn] Updated ChangeLog for config.rpath patch. 2005-06-24 09:34:06 -07:00
hniksic
a77218d705 [svn] Correctly spell Thomas Lussnig's name. 2005-06-24 09:07:09 -07:00
hniksic
d225cf6087 [svn] Move the large file check further up. Only check for endianness if GNU md5
is used (it being the only file that needs endianness information).
2005-06-24 08:49:37 -07:00
hniksic
b47ea7c8c4 [svn] Don't indent #include lines. 2005-06-24 08:10:44 -07:00
hniksic
9aff5d6cfd [svn] Enable turning off SSL. 2005-06-24 06:48:31 -07:00