Earth Distances
-
earthdist.h and earthdist.c contain functions to compute the helmert rainsford inverse problem (calculate distances on earth surface). The code is effectively a translation of the fortran code at http://www.ngs.noaa.gov/PC_PROD/Inv_Fwd/.
Distcc
-
distcc #line pathnames (against distcc 2.18.3)
This is a forward-ported version of my original patch, done by Dan Kegel (email "daniel.r.kegel" at gmail about it). it apparently also fixes a bug in my original version which could cause duplicate directory entries in path names. -
OLD: distcc #line pathnames (against distcc 1.2cvs)
This version fixes handling of source code containing raw 0xff bytes (discovered by Alexander JOLK ). -
OLD: distcc #line pathnames (update)
Patch updated to apply against distcc 1.2cvs. -
OLD: distcc #line pathnames (against distcc 0.13cvs)
Patch against distcc 0.13cvs to alter #line directives to use only absolute pathnames. This fixes source file references in compiled object code, enabling gdb to correctly locate source files during debugging sessions.