This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository mbsystem.
commit c98aa9f2639934fcd43d40fd81e253dcfb99bd82 Merge: 2c9d5ae cd455aa Author: Andreas Tille <[email protected]> Date: Thu Aug 20 10:44:22 2015 +0200 Merge tag 'upstream/5.5.2252' Upstream version 5.5.2252 ChangeLog | 300 +- Makefile.in | 21 +- Makefile.template | 55 - configure | 3871 ++++++------ configure.ac | 1027 ++-- configure.ac => configure.ac.save | 172 +- configure.cmd | 197 +- configureGMT5.cmd | 15 + html/ChayesJul2003.gif | Bin 0 -> 19022 bytes html/MBTeamJul2003.gif | Bin 0 -> 146993 bytes html/ValJul2003.gif | Bin 0 -> 20392 bytes html/caress2001.gif | Bin 0 -> 14069 bytes html/gpl.html | 604 ++ {src/html => html}/index.html | 2 +- {src/html => html}/mbsystem.html | 8 +- html/mbsystem_capabilities.html | 254 + {src/html => html}/mbsystem_copyright.html | 0 html/mbsystem_faq.html | 433 ++ {src/html => html}/mbsystem_formats.html | 2 +- html/mbsystem_future.html | 122 + src/html/index.html => html/mbsystem_home.html | 2 +- {src/html => html}/mbsystem_how_to_get.html | 0 html/mbsystem_logo.gif | Bin 0 -> 66436 bytes html/mbsystem_logo_small.gif | Bin 0 -> 6158 bytes {src/html => html}/mbsystem_man_list.html | 0 {src/html => html}/mbsystem_whatsnew.html | 0 install_makefiles | 1020 ---- libtool | 6154 ++++++++++++-------- ltmain.sh | 5528 +++++++++++------- src/Makefile.am | 5 +- src/Makefile.in | 23 +- src/Makefile.template | 65 - src/bsio/Makefile.in | 18 +- src/bsio/Makefile.template | 109 - src/bsio/bs2asc.c | 4 +- src/bsio/mbbs.h | 4 +- src/bsio/mbbs_defines.h | 15 +- src/bsio/mbbs_io.c | 7 +- src/bsio/mbbs_iomrv1.c | 4 +- src/bsio/mbbs_iomrv2.c | 4 +- src/bsio/mbbs_mem.h | 6 +- src/bsio/mbbs_memalloc.c | 8 +- src/bsio/mbbs_misc.c | 18 +- src/bsio/mbbs_swapbytes.c | 4 +- src/bsio/mbbs_tm.c | 4 +- src/bsio/mbbs_utils.c | 12 +- src/bsio/mbbs_wrhdrfields.c | 4 +- src/bsio/mbbs_wrsampflags.c | 4 +- src/gmt/Makefile.am | 23 +- src/gmt/Makefile.in | 256 +- src/gmt/Makefile.template | 105 - src/gmt/common_byteswap.h | 135 + src/gmt/common_math.h | 107 + src/gmt/common_runpath.h | 59 + src/gmt/common_sighandler.h | 34 + src/gmt/common_string.h | 88 + src/gmt/gmt_calclock.h | 68 + src/gmt/gmt_colors.h | 60 + src/gmt/gmt_common.h | 187 + src/gmt/gmt_config.h | 0 src/gmt/gmt_constants.h | 224 + src/gmt/gmt_contour.h | 158 + src/gmt/gmt_core_module.h | 114 + src/gmt/gmt_crossing.h | 40 + src/gmt/gmt_customio.h | 55 + src/gmt/gmt_dcw.h | 55 + src/gmt/gmt_defaults.h | 170 + src/gmt/gmt_define.h | 45 + src/gmt/gmt_dev.h | 146 + src/gmt/gmt_dimensions.h | 29 + src/gmt/gmt_error.h | 139 + src/gmt/gmt_error_codes.h | 107 + src/gmt/gmt_fft.h | 102 + src/gmt/gmt_gdalread.h | 177 + src/gmt/gmt_grd.h | 193 + src/gmt/gmt_grdio.h | 157 + src/gmt/gmt_hash.h | 48 + src/gmt/gmt_init.h | 118 + src/gmt/gmt_internals.h | 282 + src/gmt/gmt_io.h | 350 ++ src/gmt/gmt_macros.h | 109 + src/gmt/gmt_map.h | 68 + src/gmt/gmt_media_name.h | 31 + src/gmt/gmt_media_size.h | 31 + src/gmt/gmt_memory.h | 92 + src/gmt/gmt_mgg_header2.h | 41 + src/gmt/gmt_nan.h | 50 + src/gmt/gmt_notposix.h | 570 ++ src/gmt/gmt_option.h | 87 + src/gmt/gmt_pennames.h | 12 + src/gmt/gmt_plot.h | 188 + src/gmt/gmt_private.h | 165 + src/gmt/gmt_project.h | 482 ++ src/gmt/gmt_prototypes.h | 448 ++ src/gmt/gmt_ps.h | 61 + src/gmt/gmt_resources.h | 678 +++ src/gmt/gmt_sharedlibs.h | 37 + src/gmt/gmt_shore.h | 240 + src/gmt/gmt_sph.h | 60 + src/gmt/gmt_stat.h | 77 + src/gmt/gmt_supplements_module.h | 73 + src/gmt/gmt_support.h | 61 + src/gmt/gmt_symbol.h | 113 + src/gmt/gmt_synopsis.h | 75 + src/gmt/gmt_texture.h | 67 + src/gmt/gmt_time.h | 48 + src/gmt/gmt_types.h | 216 + src/gmt/gmt_unique.h | 69 + src/gmt/gmt_version.h | 63 + src/gmt/mbcontour.c | 1419 +++-- src/gmt/mbgrdtiff.c | 1353 +++-- src/gmt/mbswath.c | 2539 ++++---- src/gmt/pslib.h | 405 ++ src/gsf/Makefile.in | 18 +- src/gsf/Makefile.template | 106 - src/gsf/gsf.c | 2 +- src/gsf/{gsf.c => gsf.c.orig} | 0 src/gsf/gsf.c.rej | 17 + src/gsf/gsf.h | 31 + src/gsf/{gsf.h => gsf.h.orig} | 0 src/gsf/gsf.h.rej | 65 + src/html/ChangeLog.txt | 299 +- src/html/Makefile.in | 18 +- src/html/Makefile.template | 45 - src/html/index.html | 2 +- src/html/man2html | Bin 0 -> 78440 bytes src/html/mbauvloglist.html | 65 +- src/html/mbclean.html | 19 +- src/html/mbcontour.html | 36 +- src/html/mbdumpesf.html | 67 +- src/html/mbgrdtiff.html | 43 +- src/html/mbm_grd3dplot.html | 38 +- src/html/mbm_grdplot.html | 37 +- src/html/mbm_histplot.html | 21 +- src/html/mbm_plot.html | 37 +- src/html/mbm_route2mission.html | 16 +- src/html/mbm_xyplot.html | 39 +- src/html/mbnavadjust.html | 46 +- src/html/mbnavadjustmerge.html | 56 +- src/html/mbswath.html | 50 +- src/html/mbsystem.html | 8 +- src/html/mbsystem_copyright.html | 4 +- src/html/mbsystem_formats.html | 2 +- src/html/mbsystem_how_to_get.html | 158 +- src/html/mbsystem_man_list.html | 28 +- src/html/mbsystem_version.txt | 4 +- src/html/mbsystem_whatsnew.html | 18 +- src/macros/Makefile.in | 18 +- src/macros/Makefile.template | 198 - src/macros/mbm_arc2grd | 8 +- src/macros/mbm_bpr | 15 +- src/macros/mbm_copy | 8 +- src/macros/mbm_dslnavfix | 8 +- src/macros/mbm_fmtvel | 8 +- src/macros/mbm_grd2arc | 8 +- src/macros/mbm_grd2geovrml | 6 +- src/macros/mbm_grd3dplot | 376 +- src/macros/mbm_grdcut | 8 +- src/macros/mbm_grdinfo | 8 +- src/macros/mbm_grdplot | 485 +- src/macros/mbm_grdtiff | 150 +- src/macros/mbm_grid | 8 +- src/macros/mbm_histplot | 119 +- src/macros/mbm_makedatalist | 8 +- src/macros/mbm_makesvp | 8 +- src/macros/mbm_multicopy | 22 +- src/macros/mbm_multidatalist | 11 +- src/macros/mbm_multiprocess | 17 +- src/macros/mbm_plot | 387 +- src/macros/mbm_rollerror | 6 +- src/macros/mbm_route2mission | 133 +- src/macros/mbm_stat | 8 +- src/macros/mbm_utm | 8 +- src/macros/mbm_vrefcheck | 6 +- src/macros/mbm_xbt | 8 +- src/macros/mbm_xyplot | 232 +- src/man/Makefile.in | 18 +- src/man/Makefile.template | 47 - src/man/man1/{Makefile.in => Makefile} | 340 +- src/man/man1/Makefile.in | 18 +- src/man/man1/mbauvloglist.1 | 57 +- src/man/man1/mbclean.1 | 17 +- src/man/man1/mbcontour.1 | 33 +- src/man/man1/mbdumpesf.1 | 61 +- src/man/man1/mbgrdtiff.1 | 41 +- src/man/man1/mbm_grd3dplot.1 | 36 +- src/man/man1/mbm_grdplot.1 | 35 +- src/man/man1/mbm_histplot.1 | 19 +- src/man/man1/mbm_plot.1 | 35 +- src/man/man1/mbm_route2mission.1 | 12 +- src/man/man1/mbm_xyplot.1 | 35 +- src/man/man1/mbnavadjust.1 | 44 +- src/man/man1/mbnavadjustmerge.1 | 48 +- src/man/man1/mbswath.1 | 47 +- src/man/man1/mbsystem.1 | 6 +- src/man/man3/{Makefile.in => Makefile} | 340 +- src/man/man3/Makefile.in | 18 +- src/mbaux/Makefile.am | 12 +- src/mbaux/Makefile.in | 51 +- src/mbaux/Makefile.template | 115 - src/mbaux/mb_aux.h | 67 +- src/mbaux/mb_cheb.c | 4 +- src/mbaux/mb_delaun.c | 44 +- src/mbaux/mb_intersectgrid.c | 4 +- src/mbaux/mb_pslibface.c | 389 -- src/mbaux/mb_readgrd.c | 436 -- src/mbaux/mb_readwritegrd.c | 629 ++ src/mbaux/mb_spline.c | 26 +- src/mbaux/mb_surface.c | 62 +- src/mbaux/mb_track.c | 65 +- src/mbaux/mb_truecont.c | 6 +- src/mbaux/mb_xgraphics.c | 60 +- src/mbaux/mb_xgraphics.h | 4 +- src/mbaux/mb_zgrid.c | 4 +- src/mbedit/Makefile.am | 14 +- src/mbedit/Makefile.in | 32 +- src/mbedit/Makefile.template | 91 - src/mbedit/mbedit.c | 2 +- src/mbedit/mbedit.h | 50 +- src/mbedit/mbedit_callbacks.c | 290 +- src/mbedit/mbedit_creation.c | 293 +- src/mbedit/mbedit_prog.c | 295 +- src/mbeditviz/Makefile.am | 9 +- src/mbeditviz/Makefile.in | 38 +- src/mbeditviz/Makefile.template | 110 - src/mbeditviz/mbeditviz.h | 37 +- src/mbeditviz/mbeditviz_callbacks.c | 53 +- src/mbeditviz/mbeditviz_creation.c | 95 +- src/mbeditviz/mbeditviz_main.c | 11 +- src/mbeditviz/mbeditviz_prog.c | 42 +- src/mbgrdviz/Makefile.am | 9 +- src/mbgrdviz/Makefile.in | 37 +- src/mbgrdviz/Makefile.template | 103 - src/mbgrdviz/mbgrdviz_callbacks.c | 515 +- src/mbgrdviz/mbgrdviz_creation.c | 141 +- src/mbgrdviz/mbgrdviz_main.c | 15 +- src/mbio/Makefile.am | 18 +- src/mbio/Makefile.in | 337 +- src/mbio/Makefile.template | 824 --- src/mbio/mb_absorption.c | 4 +- src/mbio/mb_access.c | 138 +- src/mbio/mb_angle.c | 88 +- src/mbio/mb_buffer.c | 6 +- src/mbio/mb_check_info.c | 6 +- src/mbio/mb_close.c | 114 +- src/mbio/mb_compare.c | 4 +- src/mbio/{mb_config.h.in => mb_config.h} | 83 +- src/mbio/mb_config.h.in | 18 +- src/mbio/mb_coor_scale.c | 6 +- src/mbio/mb_defaults.c | 14 +- src/mbio/mb_define.h | 80 +- src/mbio/mb_error.c | 6 +- src/mbio/mb_esf.c | 68 +- src/mbio/mb_fileio.c | 4 +- src/mbio/mb_format.c | 106 +- src/mbio/mb_format.h | 10 +- src/mbio/mb_get.c | 6 +- src/mbio/mb_get_all.c | 6 +- src/mbio/mb_get_value.c | 6 +- src/mbio/mb_info.h | 4 +- src/mbio/mb_io.h | 54 +- src/mbio/mb_mem.c | 179 +- src/mbio/mb_navint.c | 62 +- src/mbio/mb_platform.c | 1415 +++++ src/mbio/mb_process.c | 180 +- src/mbio/mb_process.h | 105 +- src/mbio/mb_proj.c | 33 +- src/mbio/mb_put_all.c | 6 +- src/mbio/mb_put_comment.c | 4 +- src/mbio/mb_read.c | 6 +- src/mbio/mb_read_init.c | 204 +- src/mbio/mb_read_ping.c | 6 +- src/mbio/mb_rt.c | 6 +- src/mbio/mb_segy.c | 6 +- src/mbio/mb_segy.h | 4 +- src/mbio/mb_status.h | 4 +- src/mbio/mb_swap.c | 62 +- src/mbio/mb_swap.h | 4 +- src/mbio/mb_time.c | 6 +- src/mbio/mb_write_init.c | 170 +- src/mbio/mb_write_ping.c | 6 +- src/mbio/mbf_bchrtunb.h | 4 +- src/mbio/mbf_bchrxunb.h | 4 +- src/mbio/mbf_cbat8101.h | 4 +- src/mbio/mbf_cbat9001.h | 4 +- src/mbio/mbf_dsl120pf.h | 4 +- src/mbio/mbf_dsl120sf.h | 4 +- src/mbio/mbf_elmk2unb.h | 4 +- src/mbio/mbf_em12darw.h | 4 +- src/mbio/mbf_em12ifrm.h | 4 +- src/mbio/mbf_gsfgenmb.h | 29 +- src/mbio/mbf_hs10jams.h | 4 +- src/mbio/mbf_hsatlraw.h | 4 +- src/mbio/mbf_hsldedmb.h | 4 +- src/mbio/mbf_hsldeoih.h | 4 +- src/mbio/mbf_hsmdaraw.h | 2 +- src/mbio/mbf_hsmdldih.h | 2 +- src/mbio/mbf_hsuricen.h | 4 +- src/mbio/mbf_hypc8101.h | 4 +- src/mbio/mbf_mbarirov.h | 4 +- src/mbio/mbf_mbarrov2.h | 4 +- src/mbio/mbf_mbpronav.h | 27 +- src/mbio/mbf_mgd77dat.h | 4 +- src/mbio/mbf_mr1aldeo.h | 4 +- src/mbio/mbf_mr1bldeo.h | 4 +- src/mbio/mbf_mr1prhig.h | 4 +- src/mbio/mbf_mstiffss.h | 4 +- src/mbio/mbf_oicgeoda.h | 4 +- src/mbio/mbf_oicmbari.h | 4 +- src/mbio/mbf_omghdcsj.h | 4 +- src/mbio/mbf_sb2100rw.h | 4 +- src/mbio/mbf_sb2120xs.h | 4 +- src/mbio/mbf_sbifremr.h | 4 +- src/mbio/mbf_sbsiocen.h | 4 +- src/mbio/mbf_sbsiolsi.h | 4 +- src/mbio/mbf_sbsiomrg.h | 4 +- src/mbio/mbf_sbsioswb.h | 4 +- src/mbio/mbf_sburicen.h | 4 +- src/mbio/mbf_xtfr8101.h | 4 +- src/mbio/mbr_3ddepthp.c | 15 +- src/mbio/mbr_asciixyz.c | 6 +- src/mbio/mbr_bchrtunb.c | 6 +- src/mbio/mbr_bchrxunb.c | 6 +- src/mbio/mbr_cbat8101.c | 6 +- src/mbio/mbr_cbat9001.c | 6 +- src/mbio/mbr_dsl120pf.c | 6 +- src/mbio/mbr_dsl120sf.c | 6 +- src/mbio/mbr_edgjstar.c | 6 +- src/mbio/mbr_elmk2unb.c | 6 +- src/mbio/mbr_em12darw.c | 6 +- src/mbio/mbr_em12ifrm.c | 56 +- src/mbio/mbr_em300mba.c | 6 +- src/mbio/mbr_em300raw.c | 6 +- src/mbio/mbr_em710mba.c | 8 +- src/mbio/mbr_em710raw.c | 6 +- src/mbio/mbr_emoldraw.c | 6 +- src/mbio/mbr_gsfgenmb.c | 75 +- src/mbio/mbr_hir2rnav.c | 2 +- src/mbio/mbr_hs10jams.c | 6 +- src/mbio/mbr_hsatlraw.c | 6 +- src/mbio/mbr_hsds2lam.c | 6 +- src/mbio/mbr_hsds2raw.c | 6 +- src/mbio/mbr_hsldedmb.c | 6 +- src/mbio/mbr_hsldeoih.c | 6 +- src/mbio/mbr_hsmdaraw.c | 4 +- src/mbio/mbr_hsmdldih.c | 4 +- src/mbio/mbr_hsunknwn.c | 6 +- src/mbio/mbr_hsuricen.c | 6 +- src/mbio/mbr_hsurivax.c | 6 +- src/mbio/mbr_hydrob93.c | 6 +- src/mbio/mbr_hypc8101.c | 6 +- src/mbio/mbr_hysweep1.c | 6 +- src/mbio/mbr_image83p.c | 6 +- src/mbio/mbr_imagemba.c | 6 +- src/mbio/mbr_l3xseraw.c | 6 +- src/mbio/mbr_mbarirov.c | 6 +- src/mbio/mbr_mbarrov2.c | 6 +- src/mbio/mbr_mbldeoih.c | 6 +- src/mbio/mbr_mbnetcdf.c | 6 +- src/mbio/mbr_mbpronav.c | 62 +- src/mbio/mbr_mgd77dat.c | 6 +- src/mbio/mbr_mgd77tab.c | 6 +- src/mbio/mbr_mgd77txt.c | 6 +- src/mbio/mbr_mr1aldeo.c | 6 +- src/mbio/mbr_mr1bldeo.c | 6 +- src/mbio/mbr_mr1prhig.c | 6 +- src/mbio/mbr_mr1prvr2.c | 6 +- src/mbio/mbr_mstiffss.c | 6 +- src/mbio/mbr_nvnetcdf.c | 6 +- src/mbio/mbr_oicgeoda.c | 6 +- src/mbio/mbr_oicmbari.c | 6 +- src/mbio/mbr_omghdcsj.c | 6 +- src/mbio/mbr_photgram.c | 6 +- src/mbio/mbr_reson7kr.c | 10 +- src/mbio/mbr_samesurf.c | 6 +- src/mbio/mbr_sb2000sb.c | 6 +- src/mbio/mbr_sb2000ss.c | 6 +- src/mbio/mbr_sb2100bi.c | 6 +- src/mbio/mbr_sb2100rw.c | 6 +- src/mbio/mbr_sbifremr.c | 6 +- src/mbio/mbr_sbsiocen.c | 6 +- src/mbio/mbr_sbsiolsi.c | 6 +- src/mbio/mbr_sbsiomrg.c | 6 +- src/mbio/mbr_sbsioswb.c | 6 +- src/mbio/mbr_sburicen.c | 6 +- src/mbio/mbr_sburivax.c | 6 +- src/mbio/mbr_segysegy.c | 6 +- src/mbio/mbr_swplssxi.c | 6 +- src/mbio/mbr_swplssxp.c | 6 +- src/mbio/mbr_tempform.c | 6 +- src/mbio/mbr_wasspenl.c | 554 +- src/mbio/mbr_xtfb1624.c | 6 +- src/mbio/mbr_xtfr8101.c | 6 +- src/mbio/mbsys_3datdepthlidar.c | 6 +- src/mbio/mbsys_3datdepthlidar.h | 4 +- src/mbio/mbsys_atlas.c | 6 +- src/mbio/mbsys_atlas.h | 4 +- src/mbio/mbsys_benthos.c | 6 +- src/mbio/mbsys_benthos.h | 4 +- src/mbio/mbsys_dsl.c | 6 +- src/mbio/mbsys_dsl.h | 4 +- src/mbio/mbsys_elac.c | 6 +- src/mbio/mbsys_elac.h | 4 +- src/mbio/mbsys_elacmk2.c | 6 +- src/mbio/mbsys_elacmk2.h | 4 +- src/mbio/mbsys_gsf.c | 13 +- src/mbio/mbsys_gsf.h | 4 +- src/mbio/mbsys_hdcs.c | 8 +- src/mbio/mbsys_hdcs.h | 40 +- src/mbio/mbsys_hs10.c | 6 +- src/mbio/mbsys_hs10.h | 4 +- src/mbio/mbsys_hsds.c | 6 +- src/mbio/mbsys_hsds.h | 4 +- src/mbio/mbsys_hsmd.c | 4 +- src/mbio/mbsys_hsmd.h | 2 +- src/mbio/mbsys_hysweep.c | 6 +- src/mbio/mbsys_hysweep.h | 9 +- src/mbio/mbsys_image83p.c | 6 +- src/mbio/mbsys_image83p.h | 4 +- src/mbio/mbsys_jstar.c | 6 +- src/mbio/mbsys_jstar.h | 4 +- src/mbio/mbsys_ldeoih.c | 6 +- src/mbio/mbsys_ldeoih.h | 4 +- src/mbio/mbsys_mr1.c | 6 +- src/mbio/mbsys_mr1.h | 4 +- src/mbio/mbsys_mr1b.c | 6 +- src/mbio/mbsys_mr1b.h | 4 +- src/mbio/mbsys_mr1v2001.c | 6 +- src/mbio/mbsys_mr1v2001.h | 4 +- src/mbio/mbsys_mstiff.c | 6 +- src/mbio/mbsys_mstiff.h | 4 +- src/mbio/mbsys_navnetcdf.c | 6 +- src/mbio/mbsys_navnetcdf.h | 4 +- src/mbio/mbsys_netcdf.c | 6 +- src/mbio/mbsys_netcdf.h | 4 +- src/mbio/mbsys_oic.c | 6 +- src/mbio/mbsys_oic.h | 4 +- src/mbio/mbsys_reson.c | 6 +- src/mbio/mbsys_reson.h | 4 +- src/mbio/mbsys_reson7k.c | 6 +- src/mbio/mbsys_reson7k.h | 8 +- src/mbio/mbsys_reson8k.c | 6 +- src/mbio/mbsys_reson8k.h | 4 +- src/mbio/mbsys_sb.c | 6 +- src/mbio/mbsys_sb.h | 4 +- src/mbio/mbsys_sb2000.c | 6 +- src/mbio/mbsys_sb2000.h | 4 +- src/mbio/mbsys_sb2100.c | 6 +- src/mbio/mbsys_sb2100.h | 4 +- src/mbio/mbsys_simrad.c | 6 +- src/mbio/mbsys_simrad.h | 4 +- src/mbio/mbsys_simrad2.c | 6 +- src/mbio/mbsys_simrad2.h | 4 +- src/mbio/mbsys_simrad3.c | 6 +- src/mbio/mbsys_simrad3.h | 4 +- src/mbio/mbsys_singlebeam.c | 6 +- src/mbio/mbsys_singlebeam.h | 4 +- src/mbio/mbsys_stereopair.c | 6 +- src/mbio/mbsys_stereopair.h | 14 +- src/mbio/mbsys_surf.c | 6 +- src/mbio/mbsys_surf.h | 4 +- src/mbio/mbsys_swathplus.c | 14 +- src/mbio/mbsys_swathplus.h | 4 +- src/mbio/mbsys_templatesystem.c | 6 +- src/mbio/mbsys_templatesystem.h | 4 +- src/mbio/mbsys_wassp.c | 63 +- src/mbio/mbsys_wassp.h | 542 +- src/mbio/mbsys_xse.c | 6 +- src/mbio/mbsys_xse.h | 4 +- src/mbio/stamp-h1 | 1 + src/mbnavadjust/Makefile.am | 11 +- src/mbnavadjust/Makefile.in | 31 +- src/mbnavadjust/Makefile.template | 94 - src/mbnavadjust/mbnavadjust.c | 7 +- src/mbnavadjust/mbnavadjust.h | 186 +- src/mbnavadjust/mbnavadjust_callbacks.c | 309 +- src/mbnavadjust/mbnavadjust_creation.c | 324 +- src/mbnavadjust/mbnavadjust_creation.h | 5 +- src/mbnavadjust/mbnavadjust_extrawidgets.h | 4 +- src/mbnavadjust/mbnavadjust_io.c | 229 +- src/mbnavadjust/mbnavadjust_io.h | 20 +- src/mbnavadjust/mbnavadjust_prog.c | 4387 ++++++++++---- ...{mbnavadjust_prog.c => mbnavadjust_prog.c.orig} | 4383 ++++++++++---- src/mbnavadjust/mbnavadjustmerge.c | 589 +- src/mbnavedit/Makefile.am | 11 +- src/mbnavedit/Makefile.in | 28 +- src/mbnavedit/Makefile.template | 94 - src/mbnavedit/mbnavedit.c | 2 +- src/mbnavedit/mbnavedit.h | 145 +- src/mbnavedit/mbnavedit_callbacks.c | 124 +- src/mbnavedit/mbnavedit_creation.c | 249 +- src/mbnavedit/mbnavedit_extrawidgets.h | 26 +- src/mbnavedit/mbnavedit_prog.c | 161 +- src/mbvelocitytool/Makefile.am | 8 +- src/mbvelocitytool/Makefile.in | 29 +- src/mbvelocitytool/Makefile.template | 93 - src/mbvelocitytool/mbvelocity.c | 7 +- src/mbvelocitytool/mbvelocity.h | 29 +- src/mbvelocitytool/mbvelocity_callbacks.c | 71 +- src/mbvelocitytool/mbvelocity_creation.c | 117 +- src/mbvelocitytool/mbvelocity_prog.c | 173 +- src/mbview/MB3DNavList.c | 23 +- src/mbview/MB3DRouteList.c | 23 +- src/mbview/MB3DSiteList.c | 24 +- src/mbview/MB3DView.c | 349 +- src/mbview/MBpedit.c | 169 +- src/mbview/Makefile.am | 10 +- src/mbview/Makefile.in | 35 +- src/mbview/Makefile.template | 174 - src/mbview/Mb3dsdg.c | 89 +- src/mbview/mb3dsoundings_callbacks.c | 15 +- src/mbview/mb3dsoundings_creation.c | 11 + src/mbview/mb3dsoundings_main.c | 2 +- src/mbview/mb3dsoundingsprivate.h | 59 +- src/mbview/mb_glwdrawa.c | 30 +- src/mbview/mb_glwdrawa.h | 26 +- src/mbview/mb_glwdrawap.h | 6 +- src/mbview/mbpingedit.c | 2 +- src/mbview/mbpingedit_callbacks.c | 15 +- src/mbview/mbpingedit_creation.c | 11 + src/mbview/mbpingeditprivate.h | 50 +- src/mbview/mbview.h | 86 +- src/mbview/mbview_callbacks.c | 106 +- src/mbview/mbview_nav.c | 15 +- src/mbview/mbview_pick.c | 15 +- src/mbview/mbview_plot.c | 15 +- src/mbview/mbview_primary.c | 48 +- src/mbview/mbview_process.c | 15 +- src/mbview/mbview_profile.c | 15 +- src/mbview/mbview_route.c | 15 +- src/mbview/mbview_secondary.c | 15 +- src/mbview/mbview_site.c | 15 +- src/mbview/mbview_vector.c | 15 +- src/mbview/mbviewprivate.h | 81 +- src/otps/Makefile.am | 7 +- src/otps/Makefile.in | 25 +- src/otps/Makefile.template | 76 - src/otps/mbotps.c | 6 +- src/otps/otps.h | 1 - src/proj/Makefile.in | 18 +- src/proj/Makefile.template | 1028 ---- src/ps/Makefile.in | 18 +- src/ps/Makefile.template | 40 - src/ps/mb7k2jstar.ps | 2 +- src/ps/mb7k2ss.ps | 4 +- src/ps/mb7kpreprocess.ps | 2 +- src/ps/mbabsorption.ps | 4 +- src/ps/mbareaclean.ps | 4 +- src/ps/mbauvloglist.ps | 677 ++- src/ps/mbauvnavusbl.ps | 2 +- src/ps/mbbackangle.ps | 6 +- src/ps/mbclean.ps | 404 +- src/ps/mbcontour.ps | 709 +-- src/ps/mbcopy.ps | 2 +- src/ps/mbctdlist.ps | 2 +- src/ps/mbdatalist.ps | 2 +- src/ps/mbdefaults.ps | 2 +- src/ps/mbdumpesf.ps | 151 +- src/ps/mbedit.ps | 2 +- src/ps/mbeditviz.ps | 2 +- src/ps/mbextractsegy.ps | 2 +- src/ps/mbfilter.ps | 2 +- src/ps/mbformat.ps | 2 +- src/ps/mbgetesf.ps | 2 +- src/ps/mbgrdtiff.ps | 281 +- src/ps/mbgrdviz.ps | 2 +- src/ps/mbgrid.ps | 4 +- src/ps/mbhistogram.ps | 2 +- src/ps/mbhsdump.ps | 2 +- src/ps/mbhysweeppreprocess.ps | 2 +- src/ps/mbinfo.ps | 2 +- src/ps/mbio.ps | 2 +- src/ps/mbkongsbergpreprocess.ps | 2 +- src/ps/mblevitus.ps | 2 +- src/ps/mblist.ps | 2 +- src/ps/mbm_arc2grd.ps | 2 +- src/ps/mbm_bpr.ps | 2 +- src/ps/mbm_copy.ps | 2 +- src/ps/mbm_dslnavfix.ps | 2 +- src/ps/mbm_fmtvel.ps | 2 +- src/ps/mbm_grd2arc.ps | 2 +- src/ps/mbm_grd2geovrml.ps | 2 +- src/ps/mbm_grd3dplot.ps | 1448 ++--- src/ps/mbm_grdcut.ps | 2 +- src/ps/mbm_grdinfo.ps | 2 +- src/ps/mbm_grdplot.ps | 1992 +++---- src/ps/mbm_grdtiff.ps | 2 +- src/ps/mbm_grid.ps | 2 +- src/ps/mbm_histplot.ps | 345 +- src/ps/mbm_makedatalist.ps | 2 +- src/ps/mbm_makesvp.ps | 2 +- src/ps/mbm_multicopy.ps | 2 +- src/ps/mbm_multidatalist.ps | 6 +- src/ps/mbm_multiprocess.ps | 6 +- src/ps/mbm_plot.ps | 1909 +++--- src/ps/mbm_route2mission.ps | 318 +- src/ps/mbm_stat.ps | 2 +- src/ps/mbm_utm.ps | 2 +- src/ps/mbm_vrefcheck.ps | 2 +- src/ps/mbm_xbt.ps | 2 +- src/ps/mbm_xyplot.ps | 959 +-- src/ps/mbmosaic.ps | 4 +- src/ps/mbnavadjust.ps | 2139 +++---- src/ps/mbnavadjustmerge.ps | 511 +- src/ps/mbnavedit.ps | 2 +- src/ps/mbnavlist.ps | 2 +- src/ps/mbneptune2esf.ps | 2 +- src/ps/mbotps.ps | 10 +- src/ps/mbpreprocess.ps | 2 +- src/ps/mbprocess.ps | 8 +- src/ps/mbps.ps | 2 +- src/ps/mbrollbias.ps | 4 +- src/ps/mbrolltimelag.ps | 2 +- src/ps/mbroutetime.ps | 2 +- src/ps/mbsegygrid.ps | 2 +- src/ps/mbsegyinfo.ps | 2 +- src/ps/mbsegylist.ps | 2 +- src/ps/mbsegypsd.ps | 4 +- src/ps/mbset.ps | 8 +- src/ps/mbstripnan.ps | 2 +- src/ps/mbsvplist.ps | 6 +- src/ps/mbsvpselect.ps | 2 +- src/ps/mbswath.ps | 725 +-- src/ps/mbswplspreprocess.ps | 2 +- src/ps/mbsystem.ps | 133 +- src/ps/mbtime.ps | 2 +- src/ps/mbvelocitytool.ps | 2 +- src/share/Makefile.in | 18 +- src/share/Makefile.template | 39 - src/surf/Makefile.in | 18 +- src/surf/Makefile.template | 110 - src/utilities/Makefile.am | 246 +- src/utilities/Makefile.in | 202 +- src/utilities/Makefile.template | 364 -- src/utilities/mb7k2jstar.c | 6 +- src/utilities/mb7k2ss.c | 26 +- src/utilities/mb7kpreprocess.c | 1095 +++- .../{mb7kpreprocess.c => mb7kpreprocess.c.new} | 1133 +++- src/utilities/mbabsorption.c | 6 +- src/utilities/mbareaclean.c | 6 +- src/utilities/mbauvloglist.c | 140 +- src/utilities/mbauvnavusbl.c | 6 +- src/utilities/mbbackangle.c | 316 +- src/utilities/mbclean.c | 534 +- src/utilities/mbcopy.c | 186 +- src/utilities/mbctdlist.c | 33 +- src/utilities/mbdatalist.c | 6 +- src/utilities/mbdefaults.c | 6 +- src/utilities/mbdumpesf.c | 240 +- src/utilities/mbextractsegy.c | 86 +- src/utilities/mbfilter.c | 104 +- src/utilities/mbformat.c | 6 +- src/utilities/mbgetesf.c | 6 +- src/utilities/mbgrid.c | 340 +- src/utilities/mbhistogram.c | 78 +- src/utilities/mbhsdump.c | 6 +- src/utilities/mbhysweeppreprocess.c | 6 +- src/utilities/mbinfo.c | 6 +- src/utilities/mbinsreprocess.c | 6 +- src/utilities/mbkongsbergpreprocess.c | 2 +- src/utilities/mblevitus.c | 143 +- src/utilities/mblist.c | 290 +- src/utilities/mbmosaic.c | 408 +- src/utilities/mbnavlist.c | 102 +- src/utilities/mbneptune2esf.c | 6 +- src/utilities/mbpreprocess.c | 63 +- src/utilities/mbprocess.c | 263 +- src/utilities/mbps.c | 6 +- src/utilities/mbrollbias.c | 87 +- src/utilities/mbrolltimelag.c | 8 +- src/utilities/mbroutetime.c | 6 +- src/utilities/mbrphsbias.c | 6 +- src/utilities/mbsegygrid.c | 219 +- src/utilities/mbsegyinfo.c | 34 +- src/utilities/mbsegylist.c | 63 +- src/utilities/mbsegypsd.c | 165 +- src/utilities/mbset.c | 6 +- src/utilities/mbsslayout.c | 12 +- src/utilities/mbstripnan.c | 4 +- src/utilities/mbsvplist.c | 6 +- src/utilities/mbsvpselect.c | 7 +- src/utilities/mbswplspreprocess.c | 4 +- src/utilities/mbtime.c | 6 +- 683 files changed, 49241 insertions(+), 35791 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mbsystem.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

