Commit Graph

63 Commits

Author SHA1 Message Date
mtortonesi 8f0378df0b [svn] Removed string_t.c from the list of source files in Makefiles. 2005-04-05 11:46:44 -07:00
hniksic 145f3b20d9 [svn] Enable merging of duplicate strings. Turn off printing of
Borland compiler logo.
2005-03-06 09:46:00 -08:00
hniksic 3cb4f464c4 [svn] Reenable warnings under Borland C, disabling only specific warnings.
Generate Pentium Pro code by default.
2005-03-05 18:25:12 -08:00
hniksic 0c4e666cb6 [svn] Large file fixes for Borland C, published in
<87u0o0cgr1.fsf@xemacs.org>.
2005-02-25 16:23:24 -08:00
mtortonesi 87e0d2682b [svn]
Renamed src/string.{c,h} to src/string_t.{c,h} to solve a conflict with the
string.h standard C library header file.

Fixed a bug and triggered escape of backslashes in string_t.c to avoid
ambiguities in the result string.

Added Simone Piunno as new contributor.
2005-02-11 13:34:42 -08:00
mtortonesi ca13ffd249 [svn] Added string.c module. Updated copyright information and added names of new contributors to the documentation. 2005-01-01 13:29:11 -08:00
hniksic 713ecfdca6 [svn] Various fixes by David Fritz.
* windows/Makefile.src.bor: Fix broken build rule.  Add clean target.

	* windows/Makefile.top.bor: Use tabs instead of spaces.  Ignore
	errors in clean rules.  Use lowercase filenames when building
	distribution .zip archive.

	* windows/config.h.bor:  Don't define HAVE_UINT32_T.

	* windows/Makefile.doc: Fix remaining instance of build rules
	indented with spaces instead of tabs.

	* windows/Makefile.src: Update copyright year.

	* windows/Makefile.top: Update copyright year.

	* windows/config.h.mingw (WGET_USE_STDARG, HAVE_SIG_ATOMIC_T): Define.

	* windows/config.h.ms (HAVE_STRPBRK, HAVE_LIMITS_H)
	(HAVE_LOCALE_H): Define.

	* windows/Makefile.watcom: Add /I. to CFLAGS.  Remove reference to
	specific Wget version from linker flags.  Add missing
	dependencies.
2004-05-09 14:08:38 -07:00
hniksic 2bebfdb844 [svn] Cleanup Windows Makefiles and README.
Submitted by David Fritz.
2004-02-12 10:09:10 -08:00
hniksic 7736d5dc98 [svn] Remove headers.c and headers.h. 2003-11-21 00:48:45 -08:00
hniksic d9fea91a0a [svn] Remove the "rbuf" buffering layer. Provide peeking primitives instead. 2003-11-20 17:48:11 -08:00
hniksic 0f411ba0ce [svn] MSVC doesn't support uint32_t. 2003-11-05 07:44:20 -08:00
hniksic 370ff7a576 [svn] Moved malloc-related code to xmalloc.c. Defined new macros xnew, xnew0,
xnew_array, and xnew0_array.  Created xmalloc.h and log.h to unclutter
wget.h.
2003-10-31 06:31:56 -08:00
hniksic c81651f4c1 [svn] Change u_int32_t to uint32_t. 2003-10-25 18:41:56 -07:00
hniksic ac091896b6 [svn] Reenable compilation under Watcom C.
By Chin-yuan Kuo.
2003-10-25 17:35:15 -07:00
hniksic 62304c5611 [svn] Fix compilation under Borland.
By Chin-yuan Kuo.
2003-10-25 17:28:04 -07:00
hniksic 524cc47d84 [svn] Support for MINGW compilation.
By Chin-yuan Kuo.
2003-10-25 17:19:07 -07:00
hniksic 7487dbfa81 [svn] Don't define int32_t because we're not using it. 2003-10-13 07:20:51 -07:00
hniksic 0344e61d04 [svn] MSVC doesn't have u_int32_t. 2003-10-13 07:02:32 -07:00
hniksic a6f72ca66b [svn] Also check for short for int32_t. 2003-10-11 05:41:13 -07:00
hniksic 9a282c83d7 [svn] Add the new type definitions. 2003-10-10 20:28:05 -07:00
hniksic d0e36f1261 [svn] Remove references to fnmatch.c from Windows Makefiles. 2003-10-09 05:21:56 -07:00
hniksic 38ea4d5dad [svn] Renamed DEBUG to ENABLE_DEBUG. 2003-10-07 17:05:51 -07:00
hniksic 0e910a1f96 [svn] *** empty log message *** 2003-09-30 14:39:15 -07:00
hniksic c1f92cae25 [svn] Typo fix. By Herold Heiko. 2003-09-30 13:43:21 -07:00
hniksic a95b801f61 [svn] Windows fixes by Gisle Vanem. 2003-09-26 17:35:31 -07:00
hniksic 700df4394e [svn] Fixes to support out of the box compilation on various Windows compilers.
By Gisle Vanem.
2003-09-25 15:39:37 -07:00
hniksic d0c4347710 [svn] Commit Herold's Makefile.src OBJ list update. 2003-09-25 15:34:00 -07:00
abbotti c32cdd64ea [svn] Define WGET_USE_STDARG in windows/config.h.bor.
Published in <51q4fusuim84mvtj1btg9qv5spa4772939@farscape.privy.mev.co.uk>.
2002-05-27 10:17:40 -07:00
hniksic f97f3ef416 [svn] Don't #define __STDC__ against the compiler's will.
Published in <sxsptzr64ea.fsf@florida.munich.redhat.com>.
2002-05-19 17:38:14 -07:00
hniksic b2be7522c7 [svn] Update the license to include the OpenSSL exception. 2002-05-17 19:16:36 -07:00
abbotti 7a6bf2477d [svn] Fix broken MSVC compile.
Submitted by Ian Abbott in <3CC5D023.4305.2F710A@localhost>.
2002-04-23 13:25:52 -07:00
abbotti 56698ffd1d [svn] Updated dependencies of connect$o to include utils.h 2002-04-15 12:10:23 -07:00
abbotti c528253f96 [svn] Removed pre-compiled header options. 2002-04-12 09:18:23 -07:00
abbotti 4510858d9b [svn] Account for Borland not defining __STDC__ when Borland's extensions are
enabled and define it anyway.
2002-04-12 09:14:30 -07:00
abbotti c3c1c24f5c [svn] Fix for Borland's broken (on Win9X) `utime' function.
Submitted by Ian Abbott in <3CB33A8E.15259.1E52AF@localhost>.
(Based on original patch by Chin-yuan Kuo in
<20020321015049.16722.qmail@web16202.mail.tpe.yahoo.com>.)
2002-04-09 11:29:54 -07:00
abbotti 198eac4882 [svn] windows/wget.dep: Updated several dependencies for object files.
Submitted by Ian Abbott in <3C9F8D7B.29428.14C99E8@localhost>.
2002-03-26 11:02:46 -08:00
abbotti 199676dbcb [svn] Removed conditional cruft in windows/config.h.* that was there for
Unix-like systems.
Submitted by Ian Abbott in <3C98D4FD.23721.2823B6@localhost>.
2002-03-20 11:04:22 -08:00
abbotti 9f485af560 [svn] Dependcies update for src/mswindows.c.
Submitted by Ian Abbott in <3C98D8C6.31335.36EB6F@localhost>.
2002-03-20 10:56:45 -08:00
abbotti e3d711545b [svn] Migrated Borland compiler support to the free C++Builder compiler. 2002-03-19 10:20:01 -08:00
hniksic 33c0e509e0 [svn] Update Makefiles to work with the Watcom compiler.
Submitted by Csaba Raduly in
<OF3811C9F2.6A82D4BC-ON80256B27.005FC6F1@uk.sophos>.
2001-12-19 10:23:10 -08:00
hniksic 84e9851688 [svn] Windows update from Herold Heiko. 2001-12-12 03:33:04 -08:00
hniksic f70c9c6ede [svn] Windows update from Herold Heiko. 2001-12-04 02:33:18 -08:00
hniksic 9c1c7f27cd [svn] Windows fixes by Herold Heiko. 2001-11-29 06:15:11 -08:00
hniksic a3b678e416 [svn] More windows documentation updates.
Submitted by Herold Heiko.
2001-11-22 09:22:19 -08:00
hniksic fcee5d83a3 [svn] Update documentation generation under Windows.
Submitted by Herold Heiko in
<B11A7CEC1675D511A3890002A551AD7C15F8DC@srvnt08.previnet.it>.
2001-11-22 05:26:33 -08:00
hniksic 38279627b9 [svn] Update windows Makefiles and dependencies.
Submitted by Herold Heiko.
2001-11-19 07:13:38 -08:00
hniksic 71045a2853 [svn] Makefile.watcom update by Csaba Raduly. 2001-05-16 13:27:12 -07:00
hniksic a4f97e2965 [svn] Applied Herold's fixes for SSL to work under Windows.
Published in <412FC0AFD62ED31191B40008C7E9A11A2AAFE3@srvnt04.previnet.it>.
2001-05-14 08:29:55 -07:00
hniksic 87bdff25cf [svn] Another Watcom update by Csaba Raduly. 2001-05-14 08:19:12 -07:00
hniksic dc823e0604 [svn] Makefile.watcom rewrite by Csaba Raduly. 2001-05-14 02:21:27 -07:00