Commit Graph

7 Commits

Author SHA1 Message Date
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 +02: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 +01:00
Robert Clausecker
1446c97470 Automatically remove trailing whitespace 2013-03-10 01:59:42 +01: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 +01: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 +01:00
Alan Dipert
ecefd4e617 trimming down 2010-03-08 06:16:25 -05:00
Alan Dipert
29c82be0c2 init 2010-03-08 05:55:21 -05:00