Commit Graph

10 Commits (master)

Author SHA1 Message Date
Caleb Fontenot 7ed05ee32f *internal screaming* 2023-10-25 10:12:49 +07:00
NishiOwO 2e9a6053fa
add NetBSD Makefiles (#22) 2023-01-30 03:24:54 +07:00
Robert Clausecker 22da6c5d7d add support to build on freebsd 2021-10-15 02:17:03 +07:00
Andras Tantos 075b2e4911 Modifications and bug-fixes to make Mosaic compile and run under UNICOS.
The changes mostly revolve around:
- Type changes and casts to make the picky C-compiler happy
- Fixed bug in XmxExtractToken where it would not zero out bits 16-31 on a non-32-bit system
- Added back old getline implementation as its missing on UNICOS
- Added some missing typedefs and conditional directives to turn on the relevant code pieces for UNICOS
2020-09-10 12:32:06 +07:00
Robert Clausecker c8ec2458a7 Restore makefiles/Makefile.linux
I accidentially committed some stuff that wasn't meant to be
committed.
2013-03-10 02:08:53 +07:00
Robert Clausecker 1446c97470 Automatically remove trailing whitespace 2013-03-10 01:59:42 +07:00
Robert Clausecker 62396c5250 Fix even more warnings in libwww2
Now that -Wall is turned on, it's possible to remove all sort of
unused / unread variables and even fix one case of a missing
initialization.
2013-03-10 01:49:39 +07:00
Robert Clausecker 0fbd9595a7 Make it possible to customize warnings
The code uses some constructs that cause compilers to spit out  warnings. As
they do no harm, one should be able to turn off such warnings and enable others
if needed.
2013-03-10 00:06:00 +07:00
Alan Dipert ecefd4e617 trimming down 2010-03-08 06:16:25 +07:00
Alan Dipert 29c82be0c2 init 2010-03-08 05:55:21 +07:00