Loading
Commits on Source 6
-
Eric S. Raymond authored
...on NetBSD and FreeBSD and OpenBSD. No actual logic change.
-
Eric S. Raymond authored
-
Eric S. Raymond authored
The -Winline option produce two warnings that are (probably correctly) indicating that inlining normalize_tspec() and dtolfp() is inefficient. I judge that it's not worth the hassle of reorganizing the code to fix these, so we'll just tell the compiler to stifle.
-
Eric S. Raymond authored
-
Gary E. Miller authored
Instead of sweeping inconveniennt truths under the rug, put them in the closet. On my list to get fixed. -Winline now only with --enable-debug-warnings
-
Ian Bruene authored
Previous bugfix neglected to remove the column from the header. IfstatsSummary.summary() now properly handles missing values, previous version pretended to, but would have failed anyway.