- Apr 15, 2009
-
-
Yang Tse authored
the socklen_t issue on this platform.
-
- Nov 18, 2008
-
-
Yang Tse authored
-
- Oct 25, 2008
-
-
Yang Tse authored
Select ANSI C89 dialect plus GNU extensions, again.
-
- Oct 24, 2008
- Oct 23, 2008
-
-
Yang Tse authored
Enable more icc warnings. Optimization disabling options used only for icc 9.1
-
- Oct 22, 2008
-
-
Yang Tse authored
-
- Oct 21, 2008
-
-
Yang Tse authored
-
- Oct 20, 2008
-
-
Yang Tse authored
-
- Oct 19, 2008
-
-
Yang Tse authored
since these are extremely useful when compiler rejects a set of options.
-
- Oct 17, 2008
-
-
Yang Tse authored
-
- Oct 16, 2008
-
-
Yang Tse authored
-
- Oct 15, 2008
-
-
Yang Tse authored
to the shell echo command are not interpreted when trying to remove extra whitespace from shell variable content.
-
- Oct 14, 2008
-
-
Yang Tse authored
Disable warnings on structure members padding.
-
Yang Tse authored
Remove -b from debug-enabled configuration, as Tiny C might have been built without the memory and bounds checker support.
-
Yang Tse authored
Better disable following warnings when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers: -Wmissing-declarations -Wmissing-prototypes -Wunused -Wshadow
-
Yang Tse authored
-
Yang Tse authored
-
- Oct 13, 2008
-
-
Yang Tse authored
-
Yang Tse authored
Disable following warnings when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers: -Wmissing-prototypes -Wunused -Wshadow
-
Yang Tse authored
Do not enable -pedantic when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers.
-
- Oct 12, 2008
- Oct 11, 2008
- Oct 10, 2008
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
2) Disable SGI remark: controlling expression is constant
-
Yang Tse authored
-
Yang Tse authored
Due to the HP-UX socklen_t issue it is insane to use the +w1 warning level. It generates more than 1100 warnings on socklen_t related statements. Until the issue is somehow fixed we will just use the +w2 warning level.
-
Yang Tse authored
-
- Oct 09, 2008
- Oct 08, 2008