~roguescholar/grass/+git/trunk:releasebranch_7_6

Last commit made on 2020-12-22
Get this branch:
git clone -b releasebranch_7_6 https://git.launchpad.net/~roguescholar/grass/+git/trunk

Branch merges

Branch information

Name:
releasebranch_7_6
Repository:
lp:~roguescholar/grass/+git/trunk

Recent commits

d794f02... by Tomas Zigo <email address hidden>

wxGUI/tplot: fix export csv file (#1206)

d94e31c... by Denis Ovsienko

r.geomorphon: Fix an out-of-bounds read w/multires (#995)

There was a comma missing between array initializers, so the element at
index 3 ended up set to a longer string, and the element at index 4 did
not exist because the array is defined without an explicit size.

This squelches a warning from gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0:

main.c:504:47: warning: iteration 4 invokes undefined behavior
[-Waggressive-loop-optimizations]
  504 | strcat(multiple_output[i].name, postfixes[i]);
      | ~~~~~~~~~^~~
main.c:501:2: note: within this loop
  501 | for (i = 0; i < 5; ++i) {
      | ^~~

903b80f... by Markus Neteler <email address hidden>

AUTHORS: various updates

- temporal order fixed
- added GH ref
- added missing Google Summer of Code awards
- updated contact

91779af... by Markus Neteler <email address hidden>

v.surf.bspline: fix method selection (#727)

Fix oversight of d933668e889a264040ad2f3568994969261de9a3

8fe5f3f... by Markus Neteler <email address hidden>

t.rast.gapfill manual: example corrected

The output `t.rast.list` was lacking one missing map

2733cc3... by Markus Neteler <email address hidden>

r.kappa: better user msg; fix var (#341)

4c16c51... by mlennert <email address hidden>

r.kappa: maps[0] is the reference and maps[1] is the classified map (#290)

8c1bbf9... by Markus Metz <email address hidden>

Update gis.h

GRASS_VERSION_STRING is a macro not a literal string

66773c9... by Markus Metz <email address hidden>

Update gis.h

Replace SVN keyword $Revision$ with generic GRASS_VERSION_STRING

12839fc... by Markus Metz <email address hidden>

Update gisinit.c

re-enable the version check, it is there for a reason. TODO: adapt GIS_H_VERSION for git.
The version check is working for C modules, please fix ctypes if there are problems.