[grass] 01/04: Merge branch 'experimental'

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Aug 23 23:21:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository grass.

commit 334d04032cdeb43a6b61a50806735c803b9af715
Merge: 66483d8 1cb7b2e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Aug 23 18:57:36 2015 +0200

    Merge branch 'experimental'
    
    Conflicts:
    	debian/changelog
    	debian/watch

 AUTHORS                                            |   103 +-
 CHANGES                                            |    73 +-
 ChangeLog_6.4.4.gz                                 |   Bin 577386 -> 0 bytes
 ChangeLog_7.0.1.gz                                 |   Bin 0 -> 798778 bytes
 INSTALL                                            |    63 +-
 Makefile                                           |   386 +-
 README                                             |    14 +-
 README.debian                                      |    78 +
 REQUIREMENTS.html                                  |   183 +-
 SUBMITTING                                         |   487 +-
 SUBMITTING_DOCS                                    |   124 -
 SUBMITTING_PYTHON                                  |   212 -
 SUBMITTING_SCRIPTS                                 |   247 -
 SUBMITTING_TCLTK                                   |   281 -
 TODO                                               |     8 +-
 aclocal.m4                                         |  1087 +-
 binaryInstall.src                                  |    25 +-
 config.guess                                       |    40 +-
 config.sub                                         |    40 +-
 configure                                          | 14741 ++---
 configure.in                                       |   733 +-
 contributors.csv                                   |     2 +-
 db/Makefile                                        |    22 +-
 db/base/Makefile                                   |    50 -
 db/base/columns.c                                  |   107 -
 db/base/connect.c                                  |   178 -
 db/base/copy.c                                     |   140 -
 db/base/createdb.c                                 |    79 -
 db/base/databases.c                                |    99 -
 db/base/db.columns.html                            |    47 -
 db/base/db.connect.html                            |   135 -
 db/base/db.copy.html                               |    76 -
 db/base/db.createdb.html                           |    39 -
 db/base/db.databases.html                          |    20 -
 db/base/db.describe.html                           |    58 -
 db/base/db.drivers.html                            |    19 -
 db/base/db.dropdb.html                             |    23 -
 db/base/db.droptable.html                          |    39 -
 db/base/db.execute.html                            |   115 -
 db/base/db.select.html                             |    82 -
 db/base/db.tables.html                             |    35 -
 db/base/describe.c                                 |   140 -
 db/base/drivers.c                                  |    80 -
 db/base/dropdb.c                                   |    79 -
 db/base/droptable.c                                |    87 -
 db/base/execute.c                                  |   181 -
 db/base/select.c                                   |   327 -
 db/base/tables.c                                   |   104 -
 db/databaseintro.html                              |    50 +-
 db/db.columns/Makefile                             |    12 +
 db/db.columns/db.columns.html                      |    60 +
 db/db.columns/main.c                               |   109 +
 db/db.connect/Makefile                             |    12 +
 db/db.connect/db.connect.html                      |   129 +
 db/db.connect/main.c                               |   259 +
 db/db.copy/Makefile                                |    12 +
 db/db.copy/db.copy.html                            |    82 +
 db/db.copy/main.c                                  |   140 +
 db/db.createdb/Makefile                            |    12 +
 db/db.createdb/db.createdb.html                    |    68 +
 db/db.createdb/main.c                              |    81 +
 db/db.databases/Makefile                           |    12 +
 db/db.databases/db.databases.html                  |    58 +
 db/db.databases/main.c                             |   106 +
 db/db.describe/Makefile                            |    12 +
 db/db.describe/db.describe.html                    |    79 +
 db/{base => db.describe}/local_proto.h             |     0
 db/db.describe/main.c                              |   140 +
 db/{base => db.describe}/printtab.c                |     0
 db/db.drivers/Makefile                             |    12 +
 db/db.drivers/db.drivers.html                      |    34 +
 db/db.drivers/main.c                               |    79 +
 db/db.dropdb/Makefile                              |    12 +
 db/db.dropdb/db.dropdb.html                        |    50 +
 db/db.dropdb/main.c                                |    81 +
 db/db.execute/Makefile                             |    12 +
 db/db.execute/db.execute.html                      |   114 +
 db/db.execute/main.c                               |   215 +
 db/db.login/Makefile                               |     2 +-
 db/db.login/db.login.html                          |    54 +
 db/db.login/description.html                       |    54 -
 db/db.login/main.c                                 |    81 +-
 db/db.select/Makefile                              |    12 +
 db/db.select/db.select.html                        |   105 +
 db/{base => db.select}/local_proto.h               |     0
 db/db.select/main.c                                |   337 +
 db/{base => db.select}/printtab.c                  |     0
 db/db.tables/Makefile                              |    12 +
 db/db.tables/db.tables.html                        |    45 +
 db/db.tables/main.c                                |   107 +
 db/drivers/Makefile                                |     4 +-
 db/drivers/README                                  |     8 +-
 db/drivers/dbf/Makefile                            |    42 +-
 db/drivers/dbf/column.c                            |     9 +-
 db/drivers/dbf/create_table.c                      |     5 +-
 db/drivers/dbf/cursor.c                            |     7 +-
 db/drivers/dbf/db.c                                |    20 +-
 db/drivers/dbf/dbdriver.h                          |     2 +-
 db/drivers/dbf/dbfexe.c                            |    83 +-
 db/drivers/dbf/describe.c                          |     9 +-
 db/drivers/dbf/driver.c                            |     2 +
 db/drivers/dbf/error.c                             |    35 +-
 db/drivers/dbf/execute.c                           |     5 +-
 db/drivers/dbf/grass-dbf.html                      |    33 +-
 db/drivers/dbf/main.c                              |     1 -
 db/drivers/dbf/proto.h                             |     2 -
 db/drivers/dbf/select.c                            |     5 +-
 db/drivers/dbf/table.c                             |    15 +-
 db/drivers/mk_dbdriver_h.sh                        |     3 +-
 db/drivers/mysql/Makefile                          |    84 +-
 db/drivers/mysql/create_table.c                    |    14 +-
 db/drivers/mysql/cursor.c                          |     6 +-
 db/drivers/mysql/db.c                              |   127 +-
 db/drivers/mysql/dbdriver.h                        |     2 +-
 db/drivers/mysql/dbe.c                             |    97 +
 db/drivers/mysql/describe.c                        |    21 +-
 db/drivers/mysql/error.c                           |    20 +-
 db/drivers/mysql/execute.c                         |    30 +-
 db/drivers/mysql/fetch.c                           |    49 +-
 db/drivers/mysql/globals.h                         |     5 -
 db/drivers/mysql/grass-mesql.html                  |    12 +-
 db/drivers/mysql/grass-mysql.html                  |    32 +-
 db/drivers/mysql/index.c                           |    11 +-
 db/drivers/mysql/listtab.c                         |     7 +-
 db/drivers/mysql/main.c                            |     4 +-
 db/drivers/mysql/parse.c                           |    17 +-
 db/drivers/mysql/proto.h                           |     7 +-
 db/drivers/mysql/replace.c                         |    71 +
 db/drivers/mysql/select.c                          |    24 +-
 db/drivers/odbc/Makefile                           |    39 +-
 db/drivers/odbc/connect.c                          |     9 +-
 db/drivers/odbc/create_table.c                     |     6 +-
 db/drivers/odbc/cursor.c                           |    16 +-
 db/drivers/odbc/db.c                               |     8 +-
 db/drivers/odbc/dbdriver.h                         |     2 +-
 db/drivers/odbc/describe.c                         |    10 +-
 db/drivers/odbc/driver.c                           |     5 +-
 db/drivers/odbc/error.c                            |    18 +-
 db/drivers/odbc/execute.c                          |     8 +-
 db/drivers/odbc/globals.h                          |     5 -
 db/drivers/odbc/grass-odbc.html                    |    35 +-
 db/drivers/odbc/listdb.c                           |    13 +-
 db/drivers/odbc/listtab.c                          |     3 +-
 db/drivers/odbc/main.c                             |     3 +-
 db/drivers/odbc/proto.h                            |     2 +-
 db/drivers/odbc/select.c                           |    11 +-
 db/drivers/odbc/table.c                            |    32 +-
 db/drivers/ogr/Makefile                            |    29 +-
 db/drivers/ogr/cursor.c                            |    68 +-
 db/drivers/ogr/db.c                                |    62 +-
 db/drivers/ogr/dbdriver.h                          |     4 +-
 db/drivers/ogr/describe.c                          |   144 +-
 db/drivers/ogr/driver.c                            |    41 +-
 db/drivers/ogr/error.c                             |    69 +-
 db/drivers/ogr/execute.c                           |   213 +
 db/drivers/ogr/fetch.c                             |   102 +-
 db/drivers/ogr/globals.h                           |    22 +-
 db/drivers/ogr/grass-ogr.html                      |    34 +-
 db/drivers/ogr/listtab.c                           |    47 +-
 db/drivers/ogr/main.c                              |    13 +-
 db/drivers/ogr/proto.h                             |    10 +-
 db/drivers/ogr/select.c                            |    57 +-
 db/drivers/postgres/Makefile                       |    29 +-
 db/drivers/postgres/README                         |     5 +-
 db/drivers/postgres/create_table.c                 |    36 +-
 db/drivers/postgres/cursor.c                       |    17 +-
 db/drivers/postgres/db.c                           |   187 +-
 db/drivers/postgres/dbdriver.h                     |     2 +-
 db/drivers/postgres/describe.c                     |    39 +-
 db/drivers/postgres/error.c                        |    33 +-
 db/drivers/postgres/execute.c                      |    64 +-
 db/drivers/postgres/fetch.c                        |    56 +-
 db/drivers/postgres/globals.h                      |    12 +-
 db/drivers/postgres/grass-pg.html                  |    39 +-
 db/drivers/postgres/index.c                        |    26 +-
 db/drivers/postgres/listdb.c                       |    79 +-
 db/drivers/postgres/listtab.c                      |    50 +-
 db/drivers/postgres/main.c                         |     6 +-
 db/drivers/postgres/parse.c                        |    45 +-
 db/drivers/postgres/priv.c                         |    22 +-
 db/drivers/postgres/proto.h                        |     2 -
 db/drivers/postgres/select.c                       |    33 +-
 db/drivers/sqlite/Makefile                         |    29 +-
 db/drivers/sqlite/create_table.c                   |    26 +-
 db/drivers/sqlite/cursor.c                         |     7 +-
 db/drivers/sqlite/db.c                             |    94 +-
 db/drivers/sqlite/dbdriver.h                       |     2 +-
 db/drivers/sqlite/describe.c                       |    33 +-
 db/drivers/sqlite/error.c                          |    22 +-
 db/drivers/sqlite/execute.c                        |    36 +-
 db/drivers/sqlite/fetch.c                          |    65 +-
 db/drivers/sqlite/grass-sqlite.html                |    29 +-
 db/drivers/sqlite/index.c                          |    20 +-
 db/drivers/sqlite/listdb.c                         |   176 +
 db/drivers/sqlite/listtab.c                        |    22 +-
 db/drivers/sqlite/proto.h                          |     2 -
 db/drivers/sqlite/select.c                         |    27 +-
 debian/changelog                                   |   100 +-
 debian/control                                     |    75 +-
 debian/control.in                                  |    75 +-
 debian/copyright                                   |   884 +-
 debian/fixscripts.sh                               |    98 -
 debian/grass-core.dirs                             |     3 +-
 debian/grass-core.dirs.in                          |     1 +
 debian/grass-core.docs                             |     4 -
 debian/grass-core.install                          |    21 +-
 debian/grass-core.install.in                       |     7 +-
 debian/grass-core.links                            |    20 +-
 debian/grass-core.links.in                         |     2 +
 debian/grass-core.lintian-overrides                |    75 +-
 debian/grass-core.manpages                         |     2 +-
 debian/grass-core.menu                             |     2 +-
 debian/grass-dev.dirs                              |     6 +-
 debian/grass-dev.install                           |     3 +-
 debian/grass-dev.install.in                        |     1 +
 debian/grass-dev.links                             |     2 +-
 debian/grass-doc.doc-base                          |     2 +-
 debian/grass-doc.install                           |     4 +-
 debian/grass-doc.install.in                        |     4 +-
 debian/grass-doc.links                             |     2 +-
 debian/grass-doc.lintian-overrides                 |     6 +
 debian/grass-gui.dirs                              |     2 +-
 debian/grass-gui.install                           |    18 +-
 debian/grass-gui.install.in                        |    18 +-
 debian/grass-gui.links                             |    63 +-
 debian/grass-gui.links.in                          |    63 +-
 debian/grass-gui.postinst                          |    16 +
 debian/grass-gui.postrm                            |    16 +
 debian/grass-gui.preinst                           |    16 +
 debian/grass.xpm                                   |     2 +-
 debian/patches/animate-wish.patch                  |    12 -
 debian/patches/appstream.patch                     |    15 +
 debian/patches/check4dev                           |    20 -
 debian/patches/desktop.patch                       |    16 +
 debian/patches/help_about_names                    |    14 -
 debian/patches/htmlgen-fakeroot                    |    14 -
 debian/patches/instdir                             |    33 +-
 debian/patches/no-fail-html.patch                  |    21 +
 debian/patches/pager                               |    41 +-
 debian/patches/python-ctypes-ternary.patch         |    54 +
 debian/patches/series                              |    11 +-
 debian/patches/www-browser                         |    65 -
 debian/patches/wxpy3.0-compat.patch                |   304 -
 debian/patches/xterm                               |    14 -
 debian/rules                                       |   395 +-
 debian/watch                                       |     8 +-
 debian/x-grass                                     |    19 -
 debian/x-grass7                                    |    19 +
 demolocation/Makefile                              |    29 +
 demolocation/PERMANENT/.bash_history               |    44 +
 demolocation/PERMANENT/.bashrc                     |    26 +
 demolocation/PERMANENT/PROJ_INFO                   |     3 +-
 demolocation/PERMANENT/VAR                         |     4 +-
 demolocation/PERMANENT/WIND                        |     4 +-
 demolocation/PERMANENT/sqlite/sqlite.db            |   Bin 0 -> 36864 bytes
 .../PERMANENT/vector/country_boundaries/cidx       |   Bin 0 -> 21277 bytes
 .../PERMANENT/vector/country_boundaries/coor       |   Bin 0 -> 153289 bytes
 .../PERMANENT/vector/country_boundaries/dbln       |     1 +
 .../PERMANENT/vector/country_boundaries/head       |    10 +
 .../PERMANENT/vector/country_boundaries/hist       |    12 +
 .../PERMANENT/vector/country_boundaries/sidx       |   Bin 0 -> 178613 bytes
 .../PERMANENT/vector/country_boundaries/topo       |   Bin 0 -> 53741 bytes
 demolocation/PERMANENT/vector/mysites/sidx         |   Bin 0 -> 2017 bytes
 demolocation/PERMANENT/vector/mysites/topo         |   Bin 179 -> 147 bytes
 demolocation/PERMANENT/vector/point/sidx           |   Bin 0 -> 2017 bytes
 demolocation/PERMANENT/vector/point/topo           |   Bin 179 -> 147 bytes
 demolocation/grassrc.tmpl                          |     4 +
 display/Makefile                                   |    31 +-
 display/d.ask/Makefile                             |    10 -
 display/d.ask/description.html                     |   155 -
 display/d.ask/main.c                               |    91 -
 display/d.barscale/Makefile                        |    16 +-
 display/d.barscale/d.barscale.html                 |    35 +
 display/d.barscale/description.html                |    33 -
 display/d.barscale/draw_scale.c                    |   740 +-
 display/d.barscale/main.c                          |   287 +-
 display/d.barscale/mouse.c                         |    48 -
 display/d.barscale/options.h                       |    35 +-
 display/d.barscale/thumbnails/README               |    21 +
 display/d.barscale/thumbnails/arrow_ends.png       |   Bin 0 -> 235 bytes
 display/d.barscale/thumbnails/both_ticks.png       |   Bin 0 -> 180 bytes
 display/d.barscale/thumbnails/classic.png          |   Bin 0 -> 226 bytes
 display/d.barscale/thumbnails/down_ticks.png       |   Bin 0 -> 177 bytes
 display/d.barscale/thumbnails/full_checker.png     |   Bin 0 -> 189 bytes
 display/d.barscale/thumbnails/hollow.png           |   Bin 0 -> 175 bytes
 display/d.barscale/thumbnails/line.png             |   Bin 0 -> 225 bytes
 display/d.barscale/thumbnails/mixed_checker.png    |   Bin 0 -> 191 bytes
 display/d.barscale/thumbnails/part_checker.png     |   Bin 0 -> 195 bytes
 display/d.barscale/thumbnails/solid.png            |   Bin 0 -> 166 bytes
 display/d.barscale/thumbnails/tail_checker.png     |   Bin 0 -> 188 bytes
 display/d.barscale/thumbnails/up_ticks.png         |   Bin 0 -> 177 bytes
 display/d.colorlist/Makefile                       |     4 +-
 display/d.colorlist/d.colorlist.html               |    15 +
 display/d.colorlist/description.html               |    15 -
 display/d.colorlist/main.c                         |    47 +-
 display/d.colors/Makefile                          |    10 -
 display/d.colors/Readme                            |     5 -
 display/d.colors/colors.h                          |    31 -
 display/d.colors/curses.c                          |   268 -
 display/d.colors/description.html                  |   205 -
 display/d.colors/externs.h                         |    10 -
 display/d.colors/get_info.c                        |    34 -
 display/d.colors/graphics.h                        |    11 -
 display/d.colors/interact.c                        |   331 -
 display/d.colors/main.c                            |    99 -
 display/d.colors/set_sigs.c                        |    23 -
 display/d.colors/sigint.c                          |     8 -
 display/d.colors/tbl_toggle.c                      |    48 -
 display/d.colortable/Makefile                      |     4 +-
 display/d.colortable/d.colortable.html             |    67 +
 display/d.colortable/description.html              |    79 -
 display/d.colortable/main.c                        |   166 +-
 display/d.erase/Makefile                           |     4 +-
 display/d.erase/d.erase.html                       |    21 +
 display/d.erase/description.html                   |    17 -
 display/d.erase/main.c                             |    67 +-
 display/d.extend/Makefile                          |    12 -
 display/d.extend/description.html                  |    25 -
 display/d.extend/main.c                            |   136 -
 display/d.extract/Makefile                         |     4 +-
 display/d.extract/d.extract.html                   |    25 +
 display/d.extract/description.html                 |    25 -
 display/d.extract/extract.c                        |    37 +-
 display/d.extract/main.c                           |    17 +-
 display/d.font.freetype/DEPRECATED                 |     2 -
 display/d.font.freetype/Makefile                   |    11 -
 display/d.font.freetype/description.html           |    74 -
 display/d.font.freetype/main.c                     |   274 -
 display/d.font/Makefile                            |     4 +-
 display/d.font/d.font.html                         |    73 +
 display/d.font/description.html                    |    79 -
 display/d.font/main.c                              |    31 +-
 display/d.fontlist/Makefile                        |    10 +
 display/d.fontlist/d.fontlist.html                 |    14 +
 display/d.fontlist/main.c                          |    74 +
 display/d.frame/Makefile                           |    31 -
 display/d.frame/create.c                           |    71 -
 display/d.frame/description.html                   |    56 -
 display/d.frame/dumper.c                           |    63 -
 display/d.frame/frame.c                            |   233 -
 display/d.frame/list.c                             |    86 -
 display/d.frame/select.c                           |    68 -
 display/d.geodesic/Makefile                        |     4 +-
 display/d.geodesic/d.geodesic.html                 |    56 +
 display/d.geodesic/d_geodesic.png                  |   Bin 16953 -> 86850 bytes
 display/d.geodesic/description.html                |    57 -
 display/d.geodesic/local_proto.h                   |     7 +-
 display/d.geodesic/main.c                          |   116 +-
 display/d.geodesic/mouse.c                         |    47 -
 display/d.geodesic/plot.c                          |   162 +-
 display/d.graph/Makefile                           |    10 +-
 display/d.graph/allocation.c                       |    37 -
 display/d.graph/d.graph.html                       |   233 +
 display/d.graph/description.html                   |   250 -
 display/d.graph/do_graph.c                         |   260 +-
 display/d.graph/local_proto.h                      |    22 +-
 display/d.graph/main.c                             |    59 +-
 display/d.graph/options.h                          |    14 +-
 display/d.grid/Makefile                            |     4 +-
 display/d.grid/d.grid.html                         |    99 +
 display/d.grid/description.html                    |    87 -
 display/d.grid/fiducial.c                          |     9 +-
 display/d.grid/local_proto.h                       |    10 +-
 display/d.grid/main.c                              |   154 +-
 display/d.grid/plot.c                              |   210 +-
 display/d.grid/plotborder.c                        |   150 +-
 display/d.his/Makefile                             |     4 +-
 display/d.his/d.his.html                           |   133 +
 display/d.his/description.html                     |   143 -
 display/d.his/his.c                                |     5 +-
 display/d.his/main.c                               |   143 +-
 display/d.histogram/Makefile                       |     4 +-
 display/d.histogram/bar.c                          |   183 +-
 display/d.histogram/d.histogram.html               |    37 +
 display/d.histogram/description.html               |    40 -
 display/d.histogram/dhist.h                        |    13 +-
 display/d.histogram/draw_slice.c                   |    32 +-
 display/d.histogram/get_stats.c                    |    70 +-
 display/d.histogram/main.c                         |    95 +-
 display/d.histogram/options.h                      |    23 +-
 display/d.histogram/pie.c                          |   221 +-
 display/d.info/Makefile                            |     4 +-
 display/d.info/d.info.html                         |    39 +
 display/d.info/description.html                    |    26 -
 display/d.info/main.c                              |   123 +-
 display/d.labels/Makefile                          |    12 +
 display/d.labels/color.c                           |   100 +
 display/d.labels/d.labels.html                     |    41 +
 display/d.labels/do_labels.c                       |   505 +
 display/{d.paint.labels => d.labels}/local_proto.h |     0
 display/d.labels/main.c                            |   127 +
 display/d.legend/Makefile                          |     4 +-
 display/d.legend/box.c                             |    47 -
 display/d.legend/d.legend.html                     |   116 +
 display/d.legend/d_legend.png                      |   Bin 0 -> 236883 bytes
 display/d.legend/description.html                  |   119 -
 display/d.legend/get_stats.c                       |   149 +
 display/d.legend/histogram.c                       |   141 +
 display/d.legend/local_proto.h                     |    37 +-
 display/d.legend/main.c                            |   651 +-
 display/d.linegraph/Makefile                       |     4 +-
 display/d.linegraph/d.linegraph.html               |    88 +
 display/d.linegraph/description.html               |    95 -
 display/d.linegraph/linegraph.c                    |   576 -
 display/d.linegraph/linegraph.h                    |     3 -
 display/d.linegraph/main.c                         |   592 +
 display/d.mapgraph/Makefile                        |    10 -
 display/d.mapgraph/description.html                |   187 -
 display/d.mapgraph/do_graph.c                      |   244 -
 display/d.mapgraph/graphics.c                      |    52 -
 display/d.mapgraph/local_proto.h                   |    18 -
 display/d.mapgraph/main.c                          |   170 -
 display/d.mapgraph/options.h                       |     8 -
 display/d.mapgraph/read_line.c                     |    25 -
 display/d.measure/Makefile                         |    10 -
 display/d.measure/description.html                 |    62 -
 display/d.measure/draw_line.c                      |    25 -
 display/d.measure/local_proto.h                    |     8 -
 display/d.measure/main.c                           |   106 -
 display/d.measure/msurements.c                     |   184 -
 display/d.menu/Makefile                            |    10 -
 display/d.menu/description.html                    |   240 -
 display/d.menu/main.c                              |   201 -
 display/d.mon/Makefile                             |    13 +-
 display/d.mon/cmd/Makefile                         |    15 -
 display/d.mon/cmd/description.html                 |   127 -
 display/d.mon/cmd/main.c                           |   171 -
 display/d.mon/d.mon.html                           |   133 +
 display/d.mon/list.c                               |    95 +
 display/d.mon/main.c                               |   219 +
 display/d.mon/pgms/Makefile                        |    44 -
 display/d.mon/pgms/list.c                          |    30 -
 display/d.mon/pgms/local_proto.h                   |    27 -
 display/d.mon/pgms/open.h                          |    15 -
 display/d.mon/pgms/release.c                       |    90 -
 display/d.mon/pgms/select.c                        |    58 -
 display/d.mon/pgms/start.c                         |    95 -
 display/d.mon/pgms/status.c                        |    44 -
 display/d.mon/pgms/stop.c                          |    89 -
 display/d.mon/pgms/which.c                         |    18 -
 display/d.mon/proto.h                              |    15 +
 display/d.mon/select.c                             |    33 +
 display/d.mon/start.c                              |   194 +
 display/d.mon/stop.c                               |    99 +
 display/d.northarrow/Makefile                      |    10 +
 display/d.northarrow/d.northarrow.html             |    33 +
 display/d.northarrow/draw_n_arrow.c                |   171 +
 display/d.northarrow/main.c                        |   139 +
 display/d.northarrow/options.h                     |     8 +
 display/d.nviz/Makefile                            |    11 -
 display/d.nviz/description.html                    |   146 -
 display/d.nviz/local.h                             |     9 -
 display/d.nviz/main.c                              |   616 -
 display/d.paint.labels/Makefile                    |    12 -
 display/d.paint.labels/color.c                     |    98 -
 display/d.paint.labels/description.html            |    45 -
 display/d.paint.labels/do_labels.c                 |   510 -
 display/d.paint.labels/main.c                      |   150 -
 display/d.path/Makefile                            |     8 +-
 display/d.path/d.path.html                         |    48 +
 display/d.path/description.html                    |    46 -
 display/d.path/main.c                              |    90 +-
 display/d.path/proto.h                             |     3 -
 display/d.path/select.c                            |   176 +-
 display/d.profile/DrawText.c                       |    54 -
 display/d.profile/DumpProfile.c                    |   117 -
 display/d.profile/ExtractProf.c                    |   357 -
 display/d.profile/InitProfile.c                    |    51 -
 display/d.profile/Makefile                         |     4 +-
 display/d.profile/PlotProfile.c                    |   172 -
 display/d.profile/Range.c                          |   111 -
 display/d.profile/What.c                           |    61 -
 display/d.profile/bnw_line.c                       |    24 -
 display/d.profile/d.profile.html                   |    21 +
 display/d.profile/description.html                 |   194 -
 display/d.profile/main.c                           |   629 +-
 display/d.profile/profile.h                        |   107 -
 display/d.profile/utils.c                          |    29 -
 display/d.rast.arrow/Makefile                      |     4 +-
 display/d.rast.arrow/arrow.c                       |   849 -
 display/d.rast.arrow/d.rast.arrow.html             |    91 +
 display/d.rast.arrow/description.html              |    96 -
 display/d.rast.arrow/main.c                        |   766 +
 display/d.rast.edit/DEPRECATED                     |     2 -
 display/d.rast.edit/Makefile                       |    10 -
 display/d.rast.edit/cell.c                         |   112 -
 display/d.rast.edit/description.html               |   216 -
 display/d.rast.edit/draw_grid.c                    |    57 -
 display/d.rast.edit/edit.c                         |   383 -
 display/d.rast.edit/edit.h                         |    92 -
 display/d.rast.edit/main.c                         |   220 -
 display/d.rast.edit/menu.c                         |   434 -
 display/d.rast.edit/mk_new_layer.c                 |    90 -
 display/d.rast.edit/mk_tmp_file.c                  |    76 -
 display/d.rast.num/Makefile                        |     4 +-
 display/d.rast.num/d.rast.num.html                 |    60 +
 display/d.rast.num/d_rast_num_zoom.png             |   Bin 0 -> 147085 bytes
 display/d.rast.num/description.html                |    46 -
 display/d.rast.num/main.c                          |   300 +
 display/d.rast.num/number.c                        |   365 -
 display/d.rast/Makefile                            |     3 +-
 display/d.rast/d.rast.html                         |    47 +
 display/d.rast/description.html                    |    22 -
 display/d.rast/display.c                           |    64 +-
 display/d.rast/local_proto.h                       |     2 +-
 display/d.rast/main.c                              |   109 +-
 display/d.rast/mask.c                              |     5 +-
 display/d.rast/mask.h                              |     5 -
 display/d.rgb/Makefile                             |     4 +-
 display/d.rgb/d.rgb.html                           |    69 +
 display/d.rgb/description.html                     |    94 -
 display/d.rgb/main.c                               |    69 +-
 display/d.rhumbline/Makefile                       |     4 +-
 display/d.rhumbline/d.rhumbline.html               |    57 +
 display/d.rhumbline/d_rhumbline.png                |   Bin 16831 -> 99711 bytes
 display/d.rhumbline/description.html               |    68 -
 display/d.rhumbline/local_proto.h                  |     7 +-
 display/d.rhumbline/main.c                         |   120 +-
 display/d.rhumbline/mouse.c                        |    53 -
 display/d.rhumbline/plot.c                         |    96 +-
 display/d.save/Makefile                            |    10 -
 display/d.save/description.html                    |    49 -
 display/d.save/locals.h                            |    16 -
 display/d.save/main.c                              |   565 -
 display/d.text.freetype/DEPRECATED                 |     2 -
 display/d.text.freetype/Makefile                   |    16 -
 display/d.text.freetype/description.html           |   159 -
 display/d.text.freetype/freetypecap                |    26 -
 display/d.text.freetype/main.c                     |  1063 -
 display/d.text.freetype/test.input                 |    57 -
 display/d.text.new/Makefile                        |    10 -
 display/d.text.new/description.html                |   118 -
 display/d.text.new/main.c                          |   759 -
 display/d.text.new/test.input                      |    39 -
 display/d.text/DEPRECATED                          |     2 -
 display/d.text/Makefile                            |     4 +-
 display/d.text/d.text.html                         |   112 +
 display/d.text/description.html                    |   109 -
 display/d.text/main.c                              |   781 +-
 display/{d.text.new => d.text}/test.pl             |     0
 display/d.thematic.area/Makefile                   |    13 -
 display/d.thematic.area/area.c                     |   182 -
 display/d.thematic.area/description.html           |    30 -
 display/d.thematic.area/local_proto.h              |    16 -
 display/d.thematic.area/main.c                     |   526 -
 display/d.thematic.area/plot.h                     |    24 -
 display/d.thematic.area/plot1.c                    |   512 -
 display/d.title/Makefile                           |     4 +-
 display/d.title/d.title.html                       |    60 +
 display/d.title/description.html                   |    63 -
 display/d.title/fancy.c                            |    10 +-
 display/d.title/local_proto.h                      |     6 +-
 display/d.title/main.c                             |    46 +-
 display/d.title/normal.c                           |     8 +-
 display/d.title/options.h                          |    14 +-
 display/d.vect.chart/Makefile                      |     4 +-
 display/d.vect.chart/bar.c                         |    23 +-
 display/d.vect.chart/d.vect.chart.html             |    86 +
 display/d.vect.chart/d_vect_chart_pie_2d.png       |   Bin 0 -> 91184 bytes
 display/d.vect.chart/description.html              |    54 -
 display/d.vect.chart/main.c                        |    66 +-
 display/d.vect.chart/pie.c                         |    29 +-
 display/d.vect.chart/plot.c                        |     4 +-
 display/d.vect.thematic/Makefile                   |    13 +
 display/d.vect.thematic/area.c                     |   181 +
 display/d.vect.thematic/d.vect.thematic.html       |    72 +
 display/d.vect.thematic/local_proto.h              |    14 +
 display/d.vect.thematic/main.c                     |   528 +
 display/d.vect.thematic/plot.h                     |    22 +
 display/d.vect.thematic/plot1.c                    |   423 +
 display/d.vect/Makefile                            |     5 +-
 display/d.vect/area.c                              |   421 +-
 display/d.vect/attr.c                              |    88 +-
 display/d.vect/d.vect.html                         |   126 +
 display/d.vect/description.html                    |   129 -
 display/d.vect/dir.c                               |    16 +-
 display/d.vect/label.c                             |   312 +-
 display/d.vect/lines.c                             |   395 +
 display/d.vect/local_proto.h                       |    80 +-
 display/d.vect/main.c                              |   533 +-
 display/d.vect/opt.c                               |   163 +
 display/d.vect/plot.h                              |    16 +-
 display/d.vect/plot1.c                             |   737 -
 display/d.vect/shape.c                             |   336 +
 display/d.vect/topo.c                              |   157 +-
 display/d.vect/vert.c                              |    44 +
 display/d.vect/zcoor.c                             |    97 +-
 display/d.what.rast/Makefile                       |    16 -
 display/d.what.rast/description.html               |   166 -
 display/d.what.rast/local_proto.h                  |    14 -
 display/d.what.rast/main.c                         |   175 -
 display/d.what.rast/opencell.c                     |    27 -
 display/d.what.rast/show.c                         |   180 -
 display/d.what.rast/what.c                         |    91 -
 display/d.what.rast/what.h                         |     8 -
 display/d.what.vect/Makefile                       |    19 -
 display/d.what.vect/description.html               |    67 -
 display/d.what.vect/flash.c                        |    82 -
 display/d.what.vect/main.c                         |   174 -
 display/d.what.vect/openvect.c                     |    13 -
 display/d.what.vect/what.c                         |   540 -
 display/d.what.vect/what.h                         |    23 -
 display/d.where/Makefile                           |     4 +-
 display/d.where/b_w_line.c                         |    41 -
 display/d.where/d.where.html                       |    67 +
 display/d.where/description.html                   |    61 -
 display/d.where/local_proto.h                      |     5 +-
 display/d.where/main.c                             |    55 +-
 display/d.where/where.c                            |   141 +-
 display/d.zoom/Makefile                            |    17 -
 display/d.zoom/box.c                               |   142 -
 display/d.zoom/center.c                            |    44 -
 display/d.zoom/description.html                    |    45 -
 display/d.zoom/graphics.h                          |    11 -
 display/d.zoom/local_proto.h                       |    52 -
 display/d.zoom/main.c                              |   354 -
 display/d.zoom/pan.c                               |    91 -
 display/d.zoom/print.c                             |   130 -
 display/d.zoom/quit.c                              |    72 -
 display/d.zoom/redraw.c                            |    43 -
 display/d.zoom/returns.c                           |   102 -
 display/d.zoom/set.c                               |   186 -
 display/d.zoom/zoom.c                              |    46 -
 display/displaydrivers.html                        |    23 +
 display/drivers/HTMLMAP/Graph_Clse.c               |   166 -
 display/drivers/HTMLMAP/Graph_Set.c                |   146 -
 display/drivers/HTMLMAP/Makefile                   |    34 -
 display/drivers/HTMLMAP/Polygn_abs.c               |   211 -
 display/drivers/HTMLMAP/README                     |   172 -
 display/drivers/HTMLMAP/Text.c                     |    30 -
 display/drivers/HTMLMAP/description.html           |   190 -
 display/drivers/HTMLMAP/htmlmap.h                  |    45 -
 display/drivers/HTMLMAP/main.c                     |    61 -
 display/drivers/HTMLMAP/moncap.entry               |     3 -
 display/drivers/Makefile                           |    29 -
 display/drivers/PNG/Makefile                       |    29 -
 display/drivers/PNG/README                         |    44 -
 display/drivers/PNG/description.html               |   128 -
 display/drivers/PNG/main.c                         |    29 -
 display/drivers/PNG/moncap.entry                   |    27 -
 display/drivers/PS/Makefile                        |    29 -
 display/drivers/PS/description.html                |   109 -
 display/drivers/PS/main.c                          |    24 -
 display/drivers/PS/moncap.entry                    |    24 -
 display/drivers/XDRIVER/Box.c                      |    22 -
 display/drivers/XDRIVER/Client.c                   |    49 -
 display/drivers/XDRIVER/Color.c                    |    30 -
 display/drivers/XDRIVER/Color_table.c              |   319 -
 display/drivers/XDRIVER/Draw_bitmap.c              |    56 -
 display/drivers/XDRIVER/Draw_line.c                |     8 -
 display/drivers/XDRIVER/Draw_point.c               |     8 -
 display/drivers/XDRIVER/Get_w_box.c                |   118 -
 display/drivers/XDRIVER/Get_w_line.c               |    92 -
 display/drivers/XDRIVER/Get_w_pointer.c            |    49 -
 display/drivers/XDRIVER/Graph_close.c              |    10 -
 display/drivers/XDRIVER/Graph_set.c                |   375 -
 display/drivers/XDRIVER/Line_width.c               |    10 -
 display/drivers/XDRIVER/Makefile                   |    83 -
 display/drivers/XDRIVER/Panel.c                    |   100 -
 display/drivers/XDRIVER/Polydots.c                 |    47 -
 display/drivers/XDRIVER/Polygon.c                  |    44 -
 display/drivers/XDRIVER/Polyline.c                 |    47 -
 display/drivers/XDRIVER/README                     |    80 -
 display/drivers/XDRIVER/Raster.c                   |   161 -
 display/drivers/XDRIVER/Respond.c                  |    10 -
 display/drivers/XDRIVER/Serve_Xevent.c             |   366 -
 display/drivers/XDRIVER/Set_window.c               |    12 -
 display/drivers/XDRIVER/Work.c                     |    27 -
 display/drivers/XDRIVER/XDRIVER.h                  |    33 -
 display/drivers/XDRIVER/alloc.c                    |    17 -
 display/drivers/XDRIVER/description.html           |    84 -
 display/drivers/XDRIVER/icon.bit                   |    33 -
 display/drivers/XDRIVER/icon.bit.3                 |    33 -
 display/drivers/XDRIVER/icon.bit.cerl              |    33 -
 display/drivers/XDRIVER/icon.bit.grass5            |    33 -
 display/drivers/XDRIVER/includes.h                 |    15 -
 display/drivers/XDRIVER/local_proto.h              |    10 -
 display/drivers/XDRIVER/local_vars.h               |    27 -
 display/drivers/XDRIVER/main.c                     |    61 -
 display/drivers/XDRIVER/moncap.entry               |    24 -
 display/drivers/cairo/Makefile                     |    29 -
 display/drivers/cairo/description.html             |   175 -
 display/drivers/cairo/main.c                       |    22 -
 display/drivers/cairo/moncap.entry                 |    24 -
 display/drivers/description.html                   |    34 -
 doc/.howto_release.txt.swp                         |   Bin 16384 -> 16384 bytes
 doc/Makefile                                       |     1 -
 doc/debugging.txt                                  |    50 +-
 doc/grass7_arch.png                                |   Bin 0 -> 35608 bytes
 doc/gui/wxpython/example/Makefile                  |     5 +
 doc/gui/wxpython/example/README                    |    69 +
 doc/gui/wxpython/example/dialogs.py                |    59 +
 doc/gui/wxpython/example/frame.py                  |   359 +
 doc/gui/wxpython/example/g.gui.example.html        |    76 +
 doc/gui/wxpython/example/g.gui.example.py          |    80 +
 doc/gui/wxpython/example/toolbars.py               |   113 +
 doc/help_loc_structure.odg                         |   Bin 0 -> 30719 bytes
 doc/howto_release.txt                              |    94 +-
 doc/infrastructure.txt                             |     2 +-
 doc/migration_50_51.txt                            |     1 +
 doc/parms_flags.txt                                |     2 +-
 doc/projectionintro.html                           |    50 +-
 doc/python/README                                  |    17 +
 doc/python/m.distance.py                           |     7 +-
 doc/python/raster_example_ctypes.py                |    17 +-
 doc/python/vector_example_ctypes.py                |     0
 doc/raster/r.example/Makefile                      |     4 +-
 doc/raster/r.example/description.html              |    21 -
 doc/raster/r.example/main.c                        |    64 +-
 doc/raster/r.example/r.example.html                |    20 +
 doc/vector/TODO                                    |    22 +-
 doc/vector/v.example/Makefile                      |     4 +-
 doc/vector/v.example/description.html              |    23 -
 doc/vector/v.example/main.c                        |    19 +-
 doc/vector/v.example/v.example.html                |    23 +
 doc/vector/v.modules.html                          |   273 -
 doc/vector/vector.html                             |   109 -
 gem/LICENSE                                        |   324 -
 gem/Makefile                                       |    64 -
 gem/NEWS                                           |    39 -
 gem/README                                         |   239 -
 gem/actions.c                                      |  1122 -
 gem/actions.h                                      |    62 -
 gem/at_exit_funcs.c                                |   239 -
 gem/at_exit_funcs.h                                |    36 -
 gem/docs/GEM-Manual.lyx                            |  4378 --
 gem/docs/GEM-Manual.tex                            |  1337 -
 gem/docs/GEM-Manual/GEM-Manual.css                 |    30 -
 gem/docs/GEM-Manual/GEM-Manual.html                |  2394 -
 gem/docs/GEM-Manual/WARNINGS                       |    10 -
 gem/docs/GEM-Manual/images.aux                     |     5 -
 gem/docs/GEM-Manual/images.log                     |   240 -
 gem/docs/GEM-Manual/images.pl                      |   180 -
 gem/docs/GEM-Manual/images.tex                     |   247 -
 gem/docs/GEM-Manual/img1.old                       |   Bin 7069 -> 0 bytes
 gem/docs/GEM-Manual/img1.png                       |   Bin 6987 -> 0 bytes
 gem/docs/GEM-Manual/img10.png                      |   Bin 1417 -> 0 bytes
 gem/docs/GEM-Manual/img11.png                      |   Bin 2384 -> 0 bytes
 gem/docs/GEM-Manual/img12.png                      |   Bin 4552 -> 0 bytes
 gem/docs/GEM-Manual/img13.png                      |   Bin 6852 -> 0 bytes
 gem/docs/GEM-Manual/img14.png                      |   Bin 5568 -> 0 bytes
 gem/docs/GEM-Manual/img15.png                      |   Bin 5736 -> 0 bytes
 gem/docs/GEM-Manual/img16.png                      |   Bin 6886 -> 0 bytes
 gem/docs/GEM-Manual/img17.png                      |   Bin 4852 -> 0 bytes
 gem/docs/GEM-Manual/img18.png                      |   Bin 4897 -> 0 bytes
 gem/docs/GEM-Manual/img2.png                       |   Bin 2938 -> 0 bytes
 gem/docs/GEM-Manual/img3.png                       |   Bin 9720 -> 0 bytes
 gem/docs/GEM-Manual/img4.png                       |   Bin 3555 -> 0 bytes
 gem/docs/GEM-Manual/img5.png                       |   Bin 13010 -> 0 bytes
 gem/docs/GEM-Manual/img6.png                       |   Bin 10302 -> 0 bytes
 gem/docs/GEM-Manual/img7.png                       |   Bin 3115 -> 0 bytes
 gem/docs/GEM-Manual/img8.png                       |   Bin 3844 -> 0 bytes
 gem/docs/GEM-Manual/img9.png                       |   Bin 5554 -> 0 bytes
 gem/docs/GEM-Manual/index.html                     |  2394 -
 gem/docs/GEM-Manual/internals.pl                   |    58 -
 gem/docs/GEM-Manual/labels.pl                      |   117 -
 gem/docs/make-html.sh                              |    18 -
 gem/error.c                                        |    73 -
 gem/error.h                                        |    35 -
 gem/globals.h                                      |   183 -
 gem/main.c                                         |   859 -
 gem/reg_deps.c                                     |   462 -
 gem/reg_deps.h                                     |    38 -
 gem/reg_entries.c                                  |   873 -
 gem/reg_entries.h                                  |    39 -
 gem/reg_html.c                                     |   549 -
 gem/reg_html.h                                     |    36 -
 gem/skeleton/README                                |    29 -
 gem/skeleton/authors                               |     6 -
 gem/skeleton/bugs                                  |     5 -
 gem/skeleton/commands                              |     3 -
 gem/skeleton/depends                               |    22 -
 gem/skeleton/description                           |     7 -
 gem/skeleton/entries-gisman                        |    20 -
 gem/skeleton/entries-gisman2                       |    29 -
 gem/skeleton/headers                               |     7 -
 gem/skeleton/id                                    |     2 -
 gem/skeleton/info                                  |     6 -
 gem/skeleton/libs                                  |     7 -
 gem/skeleton/license                               |   340 -
 gem/skeleton/name                                  |     6 -
 gem/skeleton/post                                  |    66 -
 gem/skeleton/uninstall                             |    56 -
 gem/skeleton/version                               |    13 -
 gem/tools.c                                        |   858 -
 gem/tools.h                                        |    69 -
 general/Makefile                                   |    16 +-
 general/g.access/Makefile                          |     4 +-
 general/g.access/description.html                  |    46 -
 general/g.access/g.access.html                     |    44 +
 general/g.access/get_perms.c                       |     1 +
 general/g.access/main.c                            |    19 +-
 general/g.ask/Makefile                             |    11 -
 general/g.ask/description.html                     |   162 -
 general/g.ask/main.c                               |   124 -
 general/g.cairocomp/Makefile                       |    18 +
 general/g.cairocomp/g.cairocomp.html               |    21 +
 general/g.cairocomp/main.c                         |   290 +
 general/g.copy/Makefile                            |    12 +
 general/g.copy/g.copy.html                         |    76 +
 general/g.copy/main.c                              |    91 +
 general/g.dirseps/Makefile                         |     4 +-
 general/g.dirseps/description.html                 |    11 -
 general/g.dirseps/g.dirseps.html                   |    11 +
 general/g.dirseps/main.c                           |     4 +-
 general/g.filename/Makefile                        |     4 +-
 general/g.filename/description.html                |    93 -
 general/g.filename/g.filename.html                 |    89 +
 general/g.filename/main.c                          |    14 +-
 general/g.findetc/Makefile                         |     4 +-
 general/g.findetc/description.html                 |    27 -
 general/g.findetc/g.findetc.html                   |    26 +
 general/g.findetc/main.c                           |     4 +-
 general/g.findfile/Makefile                        |     4 +-
 general/g.findfile/description.html                |   108 -
 general/g.findfile/element.c                       |    15 +
 general/g.findfile/g.findfile.html                 |    89 +
 general/g.findfile/local_proto.h                   |     3 +
 general/g.findfile/main.c                          |    52 +-
 general/g.gisenv/Makefile                          |     4 +-
 general/g.gisenv/description.html                  |   173 -
 general/g.gisenv/g.gisenv.html                     |   198 +
 general/g.gisenv/main.c                            |   216 +-
 general/g.gui/Makefile                             |     4 +-
 general/g.gui/description.html                     |    61 -
 general/g.gui/g.gui.html                           |    73 +
 general/g.gui/main.c                               |   145 +-
 general/g.list/Makefile                            |    14 +
 general/g.list/g.list.html                         |   204 +
 general/g.list/main.c                              |   549 +
 general/g.list/testsuite/test_g_list.py            |    55 +
 general/g.mapset/Makefile                          |     4 +-
 general/g.mapset/description.html                  |    34 -
 general/g.mapset/g.mapset.html                     |    32 +
 general/g.mapset/main.c                            |   185 +-
 general/g.mapsets/Makefile                         |    12 +-
 general/g.mapsets/description.html                 |   138 -
 general/g.mapsets/dsply_maps.c                     |    73 -
 general/g.mapsets/dsply_path.c                     |    98 -
 general/g.mapsets/g.mapsets.html                   |   183 +
 general/g.mapsets/g.mapsets.tcl                    |    94 -
 general/g.mapsets/g_mapsets_gui.png                |   Bin 0 -> 17263 bytes
 general/g.mapsets/get_maps.c                       |    32 +-
 general/g.mapsets/list.c                           |    53 +
 general/g.mapsets/local_proto.h                    |    36 +-
 general/g.mapsets/main.c                           |   389 +-
 general/g.message/Makefile                         |     4 +-
 general/g.message/description.html                 |    81 -
 general/g.message/g.message.html                   |   114 +
 general/g.message/main.c                           |    18 +-
 general/g.mkfontcap/Makefile                       |    12 +-
 general/g.mkfontcap/description.html               |    58 -
 general/g.mkfontcap/freetype_fonts.c               |     3 +-
 general/g.mkfontcap/g.mkfontcap.html               |    57 +
 general/g.mkfontcap/local_proto.h                  |    16 +-
 general/g.mkfontcap/main.c                         |    45 +-
 general/g.mkfontcap/stroke_fonts.c                 |     4 +-
 general/g.mlist/Makefile                           |    15 -
 general/g.mlist/description.html                   |    87 -
 general/g.mlist/global.h                           |    23 -
 general/g.mlist/main.c                             |   327 -
 general/g.mlist/read_list.c                        |   148 -
 general/g.mlist/wc2regex.c                         |    46 -
 general/g.mremove/Makefile                         |    16 -
 general/g.mremove/check_reclass.c                  |    62 -
 general/g.mremove/description.html                 |    26 -
 general/g.mremove/do_remove.c                      |   103 -
 general/g.mremove/global.h                         |    29 -
 general/g.mremove/main.c                           |   168 -
 general/g.mremove/read_list.c                      |   148 -
 general/g.mremove/wc2regex.c                       |    46 -
 general/g.parser/Makefile                          |    16 +-
 general/g.parser/description.html                  |   470 -
 general/g.parser/g.parser.html                     |   541 +
 general/g.parser/global.h                          |    25 +
 general/g.parser/main.c                            |   375 +-
 general/g.parser/parse.c                           |   262 +
 general/g.parser/proto.h                           |    22 +
 general/g.parser/revoke.c                          |    74 +
 general/g.parser/rules.c                           |    97 +
 general/g.parser/standard_option.c                 |   104 +
 general/g.parser/test.pl                           |    59 +-
 general/g.parser/test.py                           |    64 +-
 general/g.parser/test.sh                           |    56 +-
 general/g.parser/translate.c                       |    38 +
 general/g.pnmcomp/Makefile                         |     4 +-
 general/g.pnmcomp/description.html                 |    42 -
 general/g.pnmcomp/g.pnmcomp.html                   |    46 +
 general/g.pnmcomp/main.c                           |    96 +-
 general/g.ppmtopng/Makefile                        |    15 +
 general/g.ppmtopng/g.ppmtopng.html                 |    11 +
 general/g.ppmtopng/main.c                          |   132 +
 general/g.proj/Makefile                            |     4 +-
 general/g.proj/create.c                            |    55 +-
 general/g.proj/description.html                    |   251 -
 general/g.proj/g.proj.html                         |   231 +
 general/g.proj/local_proto.h                       |     3 +-
 general/g.proj/main.c                              |    31 +-
 general/g.proj/output.c                            |    10 +-
 general/g.region/Makefile                          |     4 +-
 general/g.region/adjust.c                          |    14 +-
 general/g.region/description.html                  |   497 -
 general/g.region/g.region.html                     |   465 +
 general/g.region/local_proto.h                     |     7 +-
 general/g.region/main.c                            |   226 +-
 general/g.region/printwindow.c                     |     6 +-
 general/g.region/zoom.c                            |    29 +-
 general/g.remove/Makefile                          |    14 +
 general/g.remove/check_reclass.c                   |    60 +
 general/g.remove/construct_pattern.c               |    61 +
 general/g.remove/g.remove.html                     |    37 +
 general/g.remove/main.c                            |   265 +
 general/g.remove/testsuite/test_g_remove.py        |   109 +
 general/g.rename/Makefile                          |    12 +
 general/g.rename/g.rename.html                     |    80 +
 general/g.rename/main.c                            |   211 +
 general/g.setproj/Makefile                         |     6 +-
 general/g.setproj/README                           |    10 +-
 general/g.setproj/description.html                 |    71 -
 general/g.setproj/g.setproj.html                   |    92 +
 general/g.setproj/get_stp.c                        |     6 +-
 general/g.setproj/local_proto.h                    |     4 +-
 general/g.setproj/main.c                           |    64 +-
 general/g.setproj/proj.c                           |    10 +-
 general/g.tempfile/Makefile                        |     4 +-
 general/g.tempfile/description.html                |    53 -
 general/g.tempfile/g.tempfile.html                 |    52 +
 general/g.tempfile/main.c                          |    47 +-
 general/g.transform/Makefile                       |    10 -
 general/g.transform/crs.c                          |   462 -
 general/g.transform/crs.h                          |    30 -
 general/g.transform/description.html               |    69 -
 general/g.transform/main.c                         |   399 -
 general/g.version/Makefile                         |    19 +-
 general/g.version/description.html                 |    18 -
 general/g.version/g.version.html                   |    88 +
 general/g.version/local_proto.h                    |    21 +
 general/g.version/main.c                           |   160 +-
 general/g.version/sed.script                       |     1 -
 general/manage/Makefile                            |     6 +-
 general/manage/cmd/Makefile                        |    33 -
 general/manage/cmd/copy.c                          |    99 -
 general/manage/cmd/g.copy.html                     |    82 -
 general/manage/cmd/g.list.html                     |    68 -
 general/manage/cmd/g.remove.html                   |    59 -
 general/manage/cmd/g.rename.html                   |    85 -
 general/manage/cmd/init.c                          |    11 -
 general/manage/cmd/list.c                          |   122 -
 general/manage/cmd/local_proto.h                   |    15 -
 general/manage/cmd/remove.c                        |   146 -
 general/manage/cmd/rename.c                        |   146 -
 general/manage/lib/Makefile                        |    15 -
 general/manage/lib/README                          |    25 -
 general/manage/lib/add_elem.c                      |    20 -
 general/manage/lib/ask.c                           |    16 -
 general/manage/lib/copy.sh                         |    36 -
 general/manage/lib/do_copy.c                       |    66 -
 general/manage/lib/do_list.c                       |     7 -
 general/manage/lib/do_remove.c                     |   108 -
 general/manage/lib/do_rename.c                     |   108 -
 general/manage/lib/empty.c                         |    25 -
 general/manage/lib/find.c                          |    16 -
 general/manage/lib/get_len.c                       |    17 -
 general/manage/lib/menu.c                          |   160 -
 general/manage/lib/read_list.c                     |   109 -
 general/manage/lib/show_elem.c                     |    17 -
 general/manage/lib/sighold.c                       |    21 -
 general/manage/list.h                              |    76 -
 general/manage/lister/Makefile                     |    24 +-
 general/manage/lister/cell.c                       |    13 +-
 general/manage/lister/vector.c                     |    16 +-
 grass.pc.in                                        |     4 +-
 grasslib.dox                                       |   455 +-
 gui/Makefile                                       |     6 +-
 gui/icons/Makefile                                 |    28 +-
 gui/icons/flags/README                             |     1 +
 gui/icons/flags/af.png                             |   Bin 0 -> 576 bytes
 gui/icons/flags/am.png                             |   Bin 0 -> 416 bytes
 gui/icons/flags/ar.png                             |   Bin 0 -> 309 bytes
 gui/icons/flags/bg.png                             |   Bin 0 -> 373 bytes
 gui/icons/flags/cs.png                             |   Bin 0 -> 420 bytes
 gui/icons/flags/da.png                             |   Bin 0 -> 405 bytes
 gui/icons/flags/de.png                             |   Bin 0 -> 417 bytes
 gui/icons/flags/el.png                             |   Bin 0 -> 444 bytes
 gui/icons/flags/es.png                             |   Bin 0 -> 397 bytes
 gui/icons/flags/et.png                             |   Bin 0 -> 429 bytes
 gui/icons/flags/fa.png                             |   Bin 0 -> 451 bytes
 gui/icons/flags/fi.png                             |   Bin 0 -> 421 bytes
 gui/icons/flags/fr.png                             |   Bin 0 -> 422 bytes
 gui/icons/flags/he.png                             |   Bin 0 -> 431 bytes
 gui/icons/flags/hr.png                             |   Bin 0 -> 439 bytes
 gui/icons/flags/hu.png                             |   Bin 0 -> 346 bytes
 gui/icons/flags/id.png                             |   Bin 0 -> 430 bytes
 gui/icons/flags/is.png                             |   Bin 0 -> 463 bytes
 gui/icons/flags/it.png                             |   Bin 0 -> 420 bytes
 gui/icons/flags/ja.png                             |   Bin 0 -> 420 bytes
 gui/icons/flags/ka.png                             |   Bin 0 -> 546 bytes
 gui/icons/flags/ko.png                             |   Bin 0 -> 561 bytes
 gui/icons/flags/lo.png                             |   Bin 0 -> 468 bytes
 gui/icons/flags/lt.png                             |   Bin 0 -> 398 bytes
 gui/icons/flags/lv.png                             |   Bin 0 -> 392 bytes
 gui/icons/flags/ml.png                             |   Bin 0 -> 295 bytes
 gui/icons/flags/mn.png                             |   Bin 0 -> 396 bytes
 gui/icons/flags/mr.png                             |   Bin 0 -> 295 bytes
 gui/icons/flags/nl.png                             |   Bin 0 -> 363 bytes
 gui/icons/flags/no.png                             |   Bin 0 -> 450 bytes
 gui/icons/flags/pl.png                             |   Bin 0 -> 374 bytes
 gui/icons/flags/pt.png                             |   Bin 0 -> 460 bytes
 gui/icons/flags/pt_br.png                          |   Bin 0 -> 539 bytes
 gui/icons/flags/ro.png                             |   Bin 0 -> 386 bytes
 gui/icons/flags/ru.png                             |   Bin 0 -> 352 bytes
 gui/icons/flags/sk.png                             |   Bin 0 -> 492 bytes
 gui/icons/flags/sl.png                             |   Bin 0 -> 436 bytes
 gui/icons/flags/sq.png                             |   Bin 0 -> 487 bytes
 gui/icons/flags/sr.png                             |   Bin 0 -> 413 bytes
 gui/icons/flags/sv.png                             |   Bin 0 -> 442 bytes
 gui/icons/flags/ta.png                             |   Bin 0 -> 430 bytes
 gui/icons/flags/th.png                             |   Bin 0 -> 380 bytes
 gui/icons/flags/tr.png                             |   Bin 0 -> 421 bytes
 gui/icons/flags/uk.png                             |   Bin 0 -> 357 bytes
 gui/icons/flags/vi.png                             |   Bin 0 -> 377 bytes
 gui/icons/flags/xh.png                             |   Bin 0 -> 576 bytes
 gui/icons/flags/zh.png                             |   Bin 0 -> 402 bytes
 gui/icons/flags/zh_tw.png                          |   Bin 0 -> 383 bytes
 gui/icons/grass.desktop                            |     5 +-
 gui/icons/grass.menu                               |     4 +-
 gui/icons/{grass2 => grass}/3d-help.png            |   Bin
 gui/icons/{grass2 => grass}/3d-rotate.png          |   Bin
 gui/icons/{grass2 => grass}/3d-settings.png        |   Bin
 gui/icons/grass/AUTHORS                            |    33 -
 gui/icons/{grass2 => grass}/LICENSE.TXT            |     0
 gui/icons/grass/README                             |    69 -
 gui/icons/grass/area-measure.png                   |   Bin 0 -> 490 bytes
 gui/icons/grass/aspect-arrow.png                   |   Bin 0 -> 916 bytes
 gui/icons/{grass2 => grass}/attributes-display.png |   Bin
 gui/icons/{grass2 => grass}/boundary-create.png    |   Bin
 gui/icons/{grass2 => grass}/cats-copy.png          |   Bin
 gui/icons/{grass2 => grass}/cats-display.png       |   Bin
 gui/icons/grass/cell-cats.png                      |   Bin 0 -> 702 bytes
 gui/icons/{grass2 => grass}/centroid-create.png    |   Bin
 gui/icons/grass/channel-blue.gif                   |   Bin 166 -> 0 bytes
 gui/icons/grass/channel-green.gif                  |   Bin 166 -> 0 bytes
 gui/icons/grass/channel-his.gif                    |   Bin 1137 -> 0 bytes
 gui/icons/grass/channel-hue.gif                    |   Bin 1046 -> 0 bytes
 gui/icons/grass/channel-intensity.gif              |   Bin 965 -> 0 bytes
 gui/icons/grass/channel-red.gif                    |   Bin 166 -> 0 bytes
 gui/icons/grass/channel-rgb.gif                    |   Bin 155 -> 0 bytes
 gui/icons/grass/channel-saturation.gif             |   Bin 968 -> 0 bytes
 gui/icons/{grass2 => grass}/check.png              |   Bin
 gui/icons/{grass2 => grass}/create.png             |   Bin
 gui/icons/{grass2 => grass}/data-add.png           |   Bin
 gui/icons/grass/db-columns.gif                     |   Bin 92 -> 0 bytes
 gui/icons/grass/db-values.gif                      |   Bin 92 -> 0 bytes
 gui/icons/grass/drawmode-explore.gif               |   Bin 267 -> 0 bytes
 gui/icons/grass/drawmode-strict.gif                |   Bin 223 -> 0 bytes
 gui/icons/grass/edit-color.gif                     |   Bin 151 -> 0 bytes
 gui/icons/grass/edit-copy.gif                      |   Bin 154 -> 0 bytes
 gui/icons/grass/edit-cut.gif                       |   Bin 139 -> 0 bytes
 gui/icons/{grass2 => grass}/edit.png               |   Bin
 gui/icons/grass/element-3d.view.gif                |   Bin 1165 -> 0 bytes
 gui/icons/grass/element-cell.gif                   |   Bin 250 -> 0 bytes
 gui/icons/grass/element-grid3.gif                  |   Bin 256 -> 0 bytes
 gui/icons/grass/element-group.gif                  |   Bin 152 -> 0 bytes
 gui/icons/grass/element-icons.gif                  |   Bin 179 -> 0 bytes
 gui/icons/grass/element-labels.gif                 |   Bin 169 -> 0 bytes
 gui/icons/grass/element-vector.gif                 |   Bin 223 -> 0 bytes
 gui/icons/grass/element-windows.gif                |   Bin 193 -> 0 bytes
 gui/icons/{grass2 => grass}/erase.png              |   Bin
 gui/icons/{grass2 => grass}/execute.png            |   Bin
 gui/icons/grass/file-new.gif                       |   Bin 135 -> 0 bytes
 gui/icons/grass/file-open.gif                      |   Bin 150 -> 0 bytes
 gui/icons/grass/file-print.gif                     |   Bin 154 -> 0 bytes
 gui/icons/grass/file-save.gif                      |   Bin 158 -> 0 bytes
 gui/icons/{grass2 => grass}/flythrough.png         |   Bin
 gui/icons/{grass2 => grass}/font.png               |   Bin
 gui/icons/{grass2 => grass}/gcp-add.png            |   Bin
 gui/icons/{grass2 => grass}/gcp-create.png         |   Bin
 gui/icons/{grass2 => grass}/gcp-delete.png         |   Bin
 gui/icons/{grass2 => grass}/gcp-remove.png         |   Bin
 gui/icons/{grass2 => grass}/gcp-rms.png            |   Bin
 gui/icons/{grass2 => grass}/gcp-save.png           |   Bin
 gui/icons/{grass2 => grass}/georectify.png         |   Bin
 gui/icons/grass/gui-cmd.gif                        |   Bin 232 -> 0 bytes
 gui/icons/grass/gui-display.gif                    |   Bin 258 -> 0 bytes
 gui/icons/grass/gui-erase.gif                      |   Bin 254 -> 0 bytes
 gui/icons/grass/gui-exit.gif                       |   Bin 1167 -> 0 bytes
 gui/icons/grass/gui-ff.gif                         |   Bin 195 -> 0 bytes
 gui/icons/grass/gui-filesave.gif                   |   Bin 166 -> 0 bytes
 gui/icons/grass/gui-font.gif                       |   Bin 145 -> 0 bytes
 gui/icons/grass/gui-gcperase.gif                   |   Bin 161 -> 0 bytes
 gui/icons/grass/gui-gcpset.gif                     |   Bin 146 -> 0 bytes
 gui/icons/grass/gui-georect.gif                    |   Bin 1177 -> 0 bytes
 gui/icons/grass/gui-group.gif                      |   Bin 141 -> 0 bytes
 gui/icons/grass/gui-help.gif                       |   Bin 415 -> 0 bytes
 gui/icons/grass/gui-layeroptions.gif               |   Bin 146 -> 0 bytes
 gui/icons/grass/gui-loop.gif                       |   Bin 741 -> 0 bytes
 gui/icons/grass/gui-maplabels.gif                  |   Bin 169 -> 0 bytes
 gui/icons/grass/gui-maptext.gif                    |   Bin 299 -> 0 bytes
 gui/icons/grass/gui-mapzoom.gif                    |   Bin 255 -> 0 bytes
 gui/icons/grass/gui-measure.gif                    |   Bin 134 -> 0 bytes
 gui/icons/grass/gui-mouse.gif                      |   Bin 447 -> 0 bytes
 gui/icons/grass/gui-overlay.gif                    |   Bin 529 -> 0 bytes
 gui/icons/grass/gui-pan.gif                        |   Bin 180 -> 0 bytes
 gui/icons/grass/gui-play.gif                       |   Bin 253 -> 0 bytes
 gui/icons/grass/gui-pointer.gif                    |   Bin 200 -> 0 bytes
 gui/icons/grass/gui-profile.gif                    |   Bin 247 -> 0 bytes
 gui/icons/grass/gui-profiledefine.gif              |   Bin 253 -> 0 bytes
 gui/icons/grass/gui-profiledraw.gif                |   Bin 153 -> 0 bytes
 gui/icons/grass/gui-profileopt.gif                 |   Bin 280 -> 0 bytes
 gui/icons/grass/gui-query.gif                      |   Bin 262 -> 0 bytes
 gui/icons/grass/gui-rabbit.gif                     |   Bin 1168 -> 0 bytes
 gui/icons/grass/gui-rastanalyze.gif                |   Bin 756 -> 0 bytes
 gui/icons/grass/gui-rastarrowsdir.gif              |   Bin 172 -> 0 bytes
 gui/icons/grass/gui-rastarrowsint.gif              |   Bin 133 -> 0 bytes
 gui/icons/grass/gui-redraw.gif                     |   Bin 740 -> 0 bytes
 gui/icons/grass/gui-rewind.gif                     |   Bin 388 -> 0 bytes
 gui/icons/grass/gui-rms.gif                        |   Bin 274 -> 0 bytes
 gui/icons/grass/gui-rplay.gif                      |   Bin 351 -> 0 bytes
 gui/icons/grass/gui-rv.info.gif                    |   Bin 92 -> 0 bytes
 gui/icons/grass/gui-snail.gif                      |   Bin 1104 -> 0 bytes
 gui/icons/grass/gui-startmon.gif                   |   Bin 137 -> 0 bytes
 gui/icons/grass/gui-stepb.gif                      |   Bin 392 -> 0 bytes
 gui/icons/grass/gui-stepf.gif                      |   Bin 396 -> 0 bytes
 gui/icons/grass/gui-stop.gif                       |   Bin 617 -> 0 bytes
 gui/icons/grass/gui-swing.gif                      |   Bin 418 -> 0 bytes
 gui/icons/grass/gui-zoom_back.gif                  |   Bin 191 -> 0 bytes
 gui/icons/grass/gui-zoom_current.gif               |   Bin 283 -> 0 bytes
 gui/icons/grass/gui-zoom_default.gif               |   Bin 254 -> 0 bytes
 gui/icons/grass/gui-zoom_in.gif                    |   Bin 184 -> 0 bytes
 gui/icons/grass/gui-zoom_map.gif                   |   Bin 256 -> 0 bytes
 gui/icons/grass/gui-zoom_out.gif                   |   Bin 180 -> 0 bytes
 gui/icons/grass/gui-zoom_region.gif                |   Bin 451 -> 0 bytes
 gui/icons/{grass2 => grass}/help.png               |   Bin
 gui/icons/grass/his.png                            |   Bin 0 -> 800 bytes
 gui/icons/{grass2 => grass}/image-add.png          |   Bin
 gui/icons/{grass2 => grass}/image-export.png       |   Bin
 gui/icons/{grass2 => grass}/info.png               |   Bin
 gui/icons/grass/label-add.png                      |   Bin 0 -> 1157 bytes
 gui/icons/grass/label.png                          |   Bin 0 -> 771 bytes
 gui/icons/{grass2 => grass}/layer-add.png          |   Bin
 .../{grass2 => grass}/layer-aspect-arrow-add.png   |   Bin
 gui/icons/grass/layer-bottom.png                   |   Bin 0 -> 608 bytes
 .../{grass2 => grass}/layer-cell-cats-add.png      |   Bin
 gui/icons/{grass2 => grass}/layer-command-add.png  |   Bin
 gui/icons/grass/layer-down.png                     |   Bin 0 -> 567 bytes
 gui/icons/grass/layer-edit.png                     |   Bin 0 -> 473 bytes
 gui/icons/grass/layer-export.png                   |   Bin 0 -> 350 bytes
 gui/icons/{grass2 => grass}/layer-grid-add.png     |   Bin
 gui/icons/{grass2 => grass}/layer-group-add.png    |   Bin
 gui/icons/{grass2 => grass}/layer-his-add.png      |   Bin
 gui/icons/{grass2 => grass}/layer-import.png       |   Bin
 gui/icons/grass/layer-info.png                     |   Bin 0 -> 746 bytes
 gui/icons/{grass2 => grass}/layer-label-add.png    |   Bin
 gui/icons/{grass2 => grass}/layer-more.png         |   Bin
 gui/icons/grass/layer-opacity.png                  |   Bin 0 -> 837 bytes
 gui/icons/{grass2 => grass}/layer-open.png         |   Bin
 gui/icons/{grass2 => grass}/layer-raster-add.png   |   Bin
 .../{grass2 => grass}/layer-raster-analyze.png     |   Bin
 .../{grass2 => grass}/layer-raster-histogram.png   |   Bin
 gui/icons/{grass2 => grass}/layer-raster-more.png  |   Bin
 .../{grass2 => grass}/layer-raster-profile.png     |   Bin
 gui/icons/{grass2 => grass}/layer-raster3d-add.png |   Bin
 gui/icons/{grass2 => grass}/layer-redraw.png       |   Bin
 gui/icons/{grass2 => grass}/layer-remove.png       |   Bin
 gui/icons/{grass2 => grass}/layer-rgb-add.png      |   Bin
 .../{grass2 => grass}/layer-shaded-relief-add.png  |   Bin
 gui/icons/grass/layer-up.png                       |   Bin 0 -> 606 bytes
 gui/icons/{grass2 => grass}/layer-vector-add.png   |   Bin
 .../{grass2 => grass}/layer-vector-chart-add.png   |   Bin
 gui/icons/{grass2 => grass}/layer-vector-more.png  |   Bin
 .../layer-vector-thematic-add.png                  |   Bin
 gui/icons/grass/layer-wms-add.png                  |   Bin 0 -> 755 bytes
 gui/icons/{grass2 => grass}/legend-add.png         |   Bin
 gui/icons/{grass2 => grass}/line-add.png           |   Bin
 gui/icons/{grass2 => grass}/line-create.png        |   Bin
 gui/icons/{grass2 => grass}/line-delete.png        |   Bin
 gui/icons/{grass2 => grass}/line-edit.png          |   Bin
 gui/icons/{grass2 => grass}/line-move.png          |   Bin
 gui/icons/{grass2 => grass}/line-split.png         |   Bin
 gui/icons/{grass2 => grass}/loop-add.png           |   Bin
 gui/icons/{grass2 => grass}/map-add.png            |   Bin
 gui/icons/{grass2 => grass}/map-export.png         |   Bin
 gui/icons/{grass2 => grass}/map-info.png           |   Bin
 gui/icons/{grass2 => grass}/map-settings.png       |   Bin
 gui/icons/grass/mapset-add.png                     |   Bin 0 -> 636 bytes
 gui/icons/{grass2 => grass}/measure-length.png     |   Bin
 gui/icons/{grass2 => grass}/modeler-main.png       |   Bin
 gui/icons/{grass2 => grass}/modeler-variables.png  |   Bin
 gui/icons/{grass2 => grass}/module-add.png         |   Bin
 gui/icons/grass/module-d.barscale.gif              |   Bin 167 -> 0 bytes
 gui/icons/grass/module-d.chart.gif                 |   Bin 171 -> 0 bytes
 gui/icons/grass/module-d.frame.gif                 |   Bin 269 -> 0 bytes
 gui/icons/grass/module-d.geodesic.gif              |   Bin 161 -> 0 bytes
 gui/icons/grass/module-d.gif                       |   Bin 240 -> 0 bytes
 gui/icons/grass/module-d.graph.gif                 |   Bin 173 -> 0 bytes
 gui/icons/grass/module-d.grid.gif                  |   Bin 273 -> 0 bytes
 gui/icons/grass/module-d.histogram.gif             |   Bin 149 -> 0 bytes
 gui/icons/grass/module-d.labels.gif                |   Bin 169 -> 0 bytes
 gui/icons/grass/module-d.legend.gif                |   Bin 263 -> 0 bytes
 gui/icons/grass/module-d.nviz.gif                  |   Bin 1418 -> 0 bytes
 gui/icons/grass/module-d.rast.arrow.gif            |   Bin 184 -> 0 bytes
 gui/icons/grass/module-d.rast.num.gif              |   Bin 267 -> 0 bytes
 gui/icons/grass/module-d.rgb.gif                   |   Bin 159 -> 0 bytes
 gui/icons/grass/module-d.rhumbline.gif             |   Bin 161 -> 0 bytes
 gui/icons/grass/module-d.shadedmap.gif             |   Bin 1317 -> 0 bytes
 gui/icons/grass/module-d.text.gif                  |   Bin 251 -> 0 bytes
 gui/icons/grass/module-d.thematic.gif              |   Bin 214 -> 0 bytes
 gui/icons/grass/module-d.vect.chart.gif            |   Bin 171 -> 0 bytes
 gui/icons/grass/module-d.vect.thematic.gif         |   Bin 214 -> 0 bytes
 gui/icons/grass/module-db.gif                      |   Bin 92 -> 0 bytes
 gui/icons/grass/module-g.gif                       |   Bin 424 -> 0 bytes
 gui/icons/grass/module-nviz.gif                    |   Bin 1414 -> 0 bytes
 gui/icons/grass/module-r.gif                       |   Bin 220 -> 0 bytes
 gui/icons/grass/module-r3.gif                      |   Bin 256 -> 0 bytes
 gui/icons/grass/module-v.digit.gif                 |   Bin 204 -> 0 bytes
 gui/icons/grass/module-v.gif                       |   Bin 190 -> 0 bytes
 gui/icons/grass/module-xganim.gif                  |   Bin 171 -> 0 bytes
 gui/icons/{grass2 => grass}/monitor-create.png     |   Bin
 gui/icons/{grass2 => grass}/move.png               |   Bin
 gui/icons/{grass2 => grass}/north-arrow-add.png    |   Bin
 gui/icons/{grass2 => grass}/open.png               |   Bin
 gui/icons/{grass2 => grass}/options.png            |   Bin
 gui/icons/{grass2 => grass}/overlay-add.png        |   Bin
 gui/icons/{grass2 => grass}/page-settings.png      |   Bin
 gui/icons/{grass2 => grass}/pan.png                |   Bin
 gui/icons/{grass2 => grass}/pdf-export.png         |   Bin
 gui/icons/grass/player-back.png                    |   Bin 0 -> 734 bytes
 gui/icons/grass/player-pause.png                   |   Bin 0 -> 479 bytes
 gui/icons/grass/player-repeat-back-forward.png     |   Bin 0 -> 929 bytes
 gui/icons/grass/player-stop.png                    |   Bin 0 -> 479 bytes
 gui/icons/{grass2 => grass}/point-add.png          |   Bin
 gui/icons/{grass2 => grass}/point-create.png       |   Bin
 gui/icons/{grass2 => grass}/pointer.png            |   Bin
 gui/icons/{grass2 => grass}/polygon-create.png     |   Bin
 gui/icons/grass/polygon-delete.png                 |   Bin 0 -> 1171 bytes
 gui/icons/grass/polygon.png                        |   Bin 0 -> 923 bytes
 gui/icons/{grass2 => grass}/print.png              |   Bin
 gui/icons/{grass2 => grass}/ps-export.png          |   Bin
 gui/icons/{grass2 => grass}/python-export.png      |   Bin
 gui/icons/{grass2 => grass}/quit.png               |   Bin
 gui/icons/grass/raster-calculator.png              |   Bin 0 -> 1263 bytes
 gui/icons/grass/raster-stats.png                   |   Bin 0 -> 684 bytes
 gui/icons/grass/raster.png                         |   Bin 0 -> 562 bytes
 gui/icons/grass/raster3d.png                       |   Bin 0 -> 761 bytes
 gui/icons/{grass2 => grass}/rectangle-add.png      |   Bin
 gui/icons/{grass2 => grass}/redo.png               |   Bin
 gui/icons/{grass2 => grass}/redraw.png             |   Bin
 gui/icons/grass/region.png                         |   Bin 0 -> 436 bytes
 gui/icons/{grass2 => grass}/relation-create.png    |   Bin
 gui/icons/{grass2 => grass}/reload.png             |   Bin
 gui/icons/grass/rgb.png                            |   Bin 0 -> 1002 bytes
 gui/icons/{grass2 => grass}/save.png               |   Bin
 gui/icons/{grass2 => grass}/scalebar-add.png       |   Bin
 gui/icons/{grass2 => grass}/script-load.png        |   Bin
 gui/icons/{grass2 => grass}/script-save.png        |   Bin
 gui/icons/{grass2 => grass}/settings.png           |   Bin
 gui/icons/grass/shaded-relief.png                  |   Bin 0 -> 956 bytes
 gui/icons/{grass2 => grass}/shortest-distance.png  |   Bin
 gui/icons/{grass2 => grass}/show.png               |   Bin
 gui/icons/grass/stats.png                          |   Bin 0 -> 782 bytes
 gui/icons/grass/status-error.gif                   |   Bin 197 -> 0 bytes
 gui/icons/grass/status-failure.gif                 |   Bin 135 -> 0 bytes
 gui/icons/grass/status-gism.gif                    |   Bin 190 -> 0 bytes
 gui/icons/grass/status-message.gif                 |   Bin 256 -> 0 bytes
 gui/icons/grass/status-out.gif                     |   Bin 1003 -> 0 bytes
 gui/icons/grass/status-running.gif                 |   Bin 142 -> 0 bytes
 gui/icons/grass/status-success.gif                 |   Bin 167 -> 0 bytes
 gui/icons/grass/status-warning.gif                 |   Bin 178 -> 0 bytes
 gui/icons/grass/table-manager.png                  |   Bin 0 -> 797 bytes
 gui/icons/{grass2 => grass}/table.png              |   Bin
 gui/icons/{grass2 => grass}/text-add.png           |   Bin
 gui/icons/{grass2 => grass}/tools.png              |   Bin
 gui/icons/{grass2 => grass}/undo.png               |   Bin
 gui/icons/grass/vdigit/add.vertex.gif              |   Bin 626 -> 0 bytes
 gui/icons/grass/vdigit/box.xbm                     |     5 -
 gui/icons/grass/vdigit/copy.cats.gif               |   Bin 172 -> 0 bytes
 gui/icons/grass/vdigit/cross.xbm                   |     5 -
 gui/icons/grass/vdigit/cross45.xbm                 |     5 -
 gui/icons/grass/vdigit/delete.line.gif             |   Bin 163 -> 0 bytes
 gui/icons/grass/vdigit/display.attributes.gif      |   Bin 626 -> 0 bytes
 gui/icons/grass/vdigit/display.cats.gif            |   Bin 626 -> 0 bytes
 gui/icons/grass/vdigit/edit.line.gif               |   Bin 138 -> 0 bytes
 gui/icons/grass/vdigit/exit.gif                    |   Bin 269 -> 0 bytes
 gui/icons/grass/vdigit/move.line.gif               |   Bin 180 -> 0 bytes
 gui/icons/grass/vdigit/move.vertex.gif             |   Bin 626 -> 0 bytes
 gui/icons/grass/vdigit/new.boundary.gif            |   Bin 626 -> 0 bytes
 gui/icons/grass/vdigit/new.centroid.gif            |   Bin 626 -> 0 bytes
 gui/icons/grass/vdigit/new.line.gif                |   Bin 626 -> 0 bytes
 gui/icons/grass/vdigit/new.point.gif               |   Bin 626 -> 0 bytes
 gui/icons/grass/vdigit/redraw.gif                  |   Bin 209 -> 0 bytes
 gui/icons/grass/vdigit/remove.gif                  |   Bin 126 -> 0 bytes
 gui/icons/grass/vdigit/rm.vertex.gif               |   Bin 626 -> 0 bytes
 gui/icons/grass/vdigit/settings.gif                |   Bin 772 -> 0 bytes
 gui/icons/grass/vdigit/split.line.gif              |   Bin 108 -> 0 bytes
 gui/icons/grass/vdigit/stop.gif                    |   Bin 659 -> 0 bytes
 gui/icons/grass/vdigit/zoom.default.gif            |   Bin 322 -> 0 bytes
 gui/icons/grass/vdigit/zoom.out.centre.gif         |   Bin 626 -> 0 bytes
 gui/icons/grass/vdigit/zoom.pan.gif                |   Bin 110 -> 0 bytes
 gui/icons/grass/vdigit/zoom.region.gif             |   Bin 322 -> 0 bytes
 gui/icons/grass/vdigit/zoom.window.gif             |   Bin 626 -> 0 bytes
 gui/icons/grass/vector-chart.png                   |   Bin 0 -> 997 bytes
 gui/icons/grass/vector-thematic.png                |   Bin 0 -> 715 bytes
 gui/icons/grass/vector-tools.png                   |   Bin 0 -> 1072 bytes
 gui/icons/grass/vector.png                         |   Bin 0 -> 735 bytes
 gui/icons/{grass2 => grass}/vertex-create.png      |   Bin
 gui/icons/{grass2 => grass}/vertex-delete.png      |   Bin
 gui/icons/{grass2 => grass}/vertex-move.png        |   Bin
 gui/icons/grass/wms.png                            |   Bin 0 -> 902 bytes
 gui/icons/{grass2 => grass}/zoom-extent.png        |   Bin
 gui/icons/{grass2 => grass}/zoom-in.png            |   Bin
 gui/icons/{grass2 => grass}/zoom-last.png          |   Bin
 gui/icons/grass/zoom-layer.png                     |   Bin 0 -> 709 bytes
 gui/icons/{grass2 => grass}/zoom-more.png          |   Bin
 gui/icons/{grass2 => grass}/zoom-out.png           |   Bin
 gui/icons/grass/zoom-region.png                    |   Bin 0 -> 667 bytes
 gui/icons/grass2/3d-fringe.png                     |   Bin 962 -> 0 bytes
 gui/icons/grass2/3d-light.png                      |   Bin 1197 -> 0 bytes
 gui/icons/grass2/3d-raster.png                     |   Bin 580 -> 0 bytes
 gui/icons/grass2/3d-vector.png                     |   Bin 1011 -> 0 bytes
 gui/icons/grass2/3d-view.png                       |   Bin 1306 -> 0 bytes
 gui/icons/grass2/3d-volume.png                     |   Bin 888 -> 0 bytes
 gui/icons/grass2/calculator.png                    |   Bin 871 -> 0 bytes
 gui/icons/grass2/print-compose.png                 |   Bin 349 -> 0 bytes
 gui/icons/grass_tcltk.ico                          |   Bin 17542 -> 0 bytes
 gui/icons/silk/README                              |     6 -
 gui/icons/silk/application.png                     |   Bin 464 -> 0 bytes
 gui/icons/silk/application_add.png                 |   Bin 619 -> 0 bytes
 gui/icons/silk/application_delete.png              |   Bin 610 -> 0 bytes
 gui/icons/silk/application_lightning.png           |   Bin 656 -> 0 bytes
 gui/icons/silk/application_view_columns.png        |   Bin 493 -> 0 bytes
 gui/icons/silk/application_view_icons.png          |   Bin 463 -> 0 bytes
 gui/icons/silk/arrow_inout.png                     |   Bin 551 -> 0 bytes
 gui/icons/silk/arrow_out.png                       |   Bin 594 -> 0 bytes
 gui/icons/silk/arrow_refresh.png                   |   Bin 685 -> 0 bytes
 gui/icons/silk/arrow_undo.png                      |   Bin 631 -> 0 bytes
 gui/icons/silk/bin_closed.png                      |   Bin 363 -> 0 bytes
 gui/icons/silk/bricks.png                          |   Bin 825 -> 0 bytes
 gui/icons/silk/bullet_add.png                      |   Bin 286 -> 0 bytes
 gui/icons/silk/bullet_delete.png                   |   Bin 308 -> 0 bytes
 gui/icons/silk/bullet_go.png                       |   Bin 410 -> 0 bytes
 gui/icons/silk/chart_bar.png                       |   Bin 541 -> 0 bytes
 gui/icons/silk/chart_line.png                      |   Bin 526 -> 0 bytes
 gui/icons/silk/chart_line_add.png                  |   Bin 655 -> 0 bytes
 gui/icons/silk/chart_line_delete.png               |   Bin 675 -> 0 bytes
 gui/icons/silk/chart_line_edit.png                 |   Bin 718 -> 0 bytes
 gui/icons/silk/chart_line_link.png                 |   Bin 749 -> 0 bytes
 gui/icons/silk/chart_organisation.png              |   Bin 444 -> 0 bytes
 gui/icons/silk/chart_organisation_add.png          |   Bin 551 -> 0 bytes
 gui/icons/silk/cog_add.png                         |   Bin 814 -> 0 bytes
 gui/icons/silk/color_swatch.png                    |   Bin 205 -> 0 bytes
 gui/icons/silk/cross.png                           |   Bin 655 -> 0 bytes
 gui/icons/silk/cursor.png                          |   Bin 351 -> 0 bytes
 gui/icons/silk/door_in.png                         |   Bin 693 -> 0 bytes
 gui/icons/silk/error.png                           |   Bin 666 -> 0 bytes
 gui/icons/silk/folder.png                          |   Bin 537 -> 0 bytes
 gui/icons/silk/folder_add.png                      |   Bin 668 -> 0 bytes
 gui/icons/silk/font.png                            |   Bin 567 -> 0 bytes
 gui/icons/silk/grid.png                            |   Bin 446 -> 0 bytes
 gui/icons/silk/his.png                             |   Bin 647 -> 0 bytes
 gui/icons/silk/image_add.png                       |   Bin 653 -> 0 bytes
 gui/icons/silk/image_edit.png                      |   Bin 783 -> 0 bytes
 gui/icons/silk/images.png                          |   Bin 661 -> 0 bytes
 gui/icons/silk/information.png                     |   Bin 778 -> 0 bytes
 gui/icons/silk/layout_content.png                  |   Bin 519 -> 0 bytes
 gui/icons/silk/map.png                             |   Bin 804 -> 0 bytes
 gui/icons/silk/map_add.png                         |   Bin 836 -> 0 bytes
 gui/icons/silk/map_edit.png                        |   Bin 876 -> 0 bytes
 gui/icons/silk/map_go.png                          |   Bin 842 -> 0 bytes
 gui/icons/silk/map_magnify.png                     |   Bin 797 -> 0 bytes
 gui/icons/silk/map_magnify_menu.png                |   Bin 820 -> 0 bytes
 gui/icons/silk/overlays.png                        |   Bin 716 -> 0 bytes
 gui/icons/silk/page_green.png                      |   Bin 621 -> 0 bytes
 gui/icons/silk/page_save.png                       |   Bin 774 -> 0 bytes
 gui/icons/silk/page_white.png                      |   Bin 294 -> 0 bytes
 gui/icons/silk/page_white_get.png                  |   Bin 516 -> 0 bytes
 gui/icons/silk/page_white_lightning.png            |   Bin 669 -> 0 bytes
 gui/icons/silk/page_white_picture.png              |   Bin 650 -> 0 bytes
 gui/icons/silk/picture_empty.png                   |   Bin 463 -> 0 bytes
 gui/icons/silk/picture_save.png                    |   Bin 755 -> 0 bytes
 gui/icons/silk/plugin.png                          |   Bin 591 -> 0 bytes
 gui/icons/silk/plugin_add.png                      |   Bin 691 -> 0 bytes
 gui/icons/silk/printer.png                         |   Bin 731 -> 0 bytes
 gui/icons/silk/rgb.png                             |   Bin 234 -> 0 bytes
 gui/icons/silk/shape_handles.png                   |   Bin 538 -> 0 bytes
 gui/icons/silk/shape_square_add.png                |   Bin 539 -> 0 bytes
 gui/icons/silk/sum.png                             |   Bin 289 -> 0 bytes
 gui/icons/silk/table.png                           |   Bin 566 -> 0 bytes
 gui/icons/silk/table_add.png                       |   Bin 663 -> 0 bytes
 gui/icons/silk/tag_blue_add.png                    |   Bin 671 -> 0 bytes
 gui/icons/silk/tag_green.png                       |   Bin 613 -> 0 bytes
 gui/icons/silk/textfield_add.png                   |   Bin 321 -> 0 bytes
 gui/icons/silk/thematic.png                        |   Bin 397 -> 0 bytes
 gui/icons/silk/vector_add.png                      |   Bin 616 -> 0 bytes
 gui/icons/silk/vector_delete.png                   |   Bin 635 -> 0 bytes
 gui/icons/silk/wand.png                            |   Bin 570 -> 0 bytes
 gui/icons/silk/zoom.png                            |   Bin 692 -> 0 bytes
 gui/icons/silk/zoom_back.png                       |   Bin 829 -> 0 bytes
 gui/icons/silk/zoom_extent.png                     |   Bin 933 -> 0 bytes
 gui/icons/silk/zoom_in.png                         |   Bin 725 -> 0 bytes
 gui/icons/silk/zoom_out.png                        |   Bin 708 -> 0 bytes
 gui/images/Makefile                                |    47 +-
 gui/images/grass_splash.xcf.bz2                    |   Bin 0 -> 509926 bytes
 gui/images/loc_wizard.png                          |   Bin 89357 -> 0 bytes
 gui/images/silesia_splash.png                      |   Bin 185936 -> 0 bytes
 gui/images/splash_screen.png                       |   Bin 0 -> 191280 bytes
 gui/images/startup_banner.gif                      |   Bin 46132 -> 0 bytes
 gui/images/startup_banner.png                      |   Bin 0 -> 13762 bytes
 gui/images/startup_banner.svg                      |   234 +
 gui/images/startup_banner.txt                      |    23 +
 gui/images/startup_banner_isis.png                 |   Bin 0 -> 82822 bytes
 gui/images/symbols/basic/arrow1.png                |   Bin 317 -> 644 bytes
 gui/images/symbols/basic/arrow2.png                |   Bin 644 -> 447 bytes
 gui/images/symbols/basic/arrow3.png                |   Bin 447 -> 317 bytes
 gui/images/symbols/basic/cross2.png                |   Bin 260 -> 243 bytes
 gui/images/symbols/basic/cross3.png                |   Bin 243 -> 260 bytes
 gui/images/symbols/geology/circle_cross.png        |   Bin 0 -> 476 bytes
 gui/images/symbols/geology/strike_cleavage.png     |   Bin 0 -> 175 bytes
 gui/images/symbols/geology/strike_parallel.png     |   Bin 0 -> 160 bytes
 .../compass.png => n_arrows/basic_compass.png}     |   Bin
 .../symbols/{extra => n_arrows}/fancy_compass.png  |   Bin
 .../{extra/n_arrow1.png => n_arrows/n_arrow1a.png} |   Bin
 .../symbols/{extra => n_arrows}/n_arrow1b.png      |   Bin
 .../symbols/{extra => n_arrows}/n_arrow2.png       |   Bin
 .../symbols/{extra => n_arrows}/n_arrow3.png       |   Bin
 .../symbols/{extra => n_arrows}/n_arrow4.png       |   Bin
 .../symbols/{extra => n_arrows}/n_arrow5.png       |   Bin
 .../symbols/{extra => n_arrows}/n_arrow6.png       |   Bin
 .../symbols/{extra => n_arrows}/n_arrow7a.png      |   Bin
 .../symbols/{extra => n_arrows}/n_arrow7b.png      |   Bin
 .../symbols/{extra => n_arrows}/n_arrow8a.png      |   Bin
 .../symbols/{extra => n_arrows}/n_arrow8b.png      |   Bin
 .../symbols/{extra => n_arrows}/n_arrow9.png       |   Bin
 gui/scripts/Makefile                               |    35 +-
 gui/scripts/d.colors.sh                            |    38 -
 gui/scripts/d.path.sh                              |   192 -
 gui/scripts/d.rast3d.py                            |     7 +-
 gui/scripts/d.wms.py                               |   211 +
 gui/scripts/g.change.gui.py                        |    48 -
 gui/scripts/g.change.gui.sh                        |    49 -
 gui/scripts/g.extension.py                         |   839 -
 gui/scripts/g.extension.rebuild.all.py             |    90 -
 gui/scripts/r.colors.rules                         |    54 -
 gui/scripts/r.mapcalc_wrapper                      |    65 -
 gui/scripts/r.reclass.file                         |    52 -
 gui/scripts/r.reclass.rules                        |    45 -
 gui/scripts/r.recode.file                          |    52 -
 gui/scripts/r.recode.rules                         |    43 -
 gui/scripts/r.support.sh                           |    38 -
 gui/scripts/v.type_wrapper.py                      |    91 -
 gui/scripts/v.type_wrapper.sh                      |    88 -
 gui/scripts/windows_launch.bat                     |     1 -
 gui/tcltk/Makefile                                 |    14 -
 gui/tcltk/d.m/Makefile                             |    24 -
 gui/tcltk/d.m/barscale.gif                         |   Bin 159 -> 0 bytes
 gui/tcltk/d.m/barscale.tcl                         |   249 -
 gui/tcltk/d.m/chart.gif                            |   Bin 173 -> 0 bytes
 gui/tcltk/d.m/chart.tcl                            |   321 -
 gui/tcltk/d.m/cmd.gif                              |   Bin 202 -> 0 bytes
 gui/tcltk/d.m/cmd.tcl                              |   117 -
 gui/tcltk/d.m/columns.gif                          |   Bin 92 -> 0 bytes
 gui/tcltk/d.m/copy.gif                             |   Bin 159 -> 0 bytes
 gui/tcltk/d.m/cut.gif                              |   Bin 141 -> 0 bytes
 gui/tcltk/d.m/d.m                                  |    27 -
 gui/tcltk/d.m/d.m.tcl                              |  1639 -
 gui/tcltk/d.m/description.html                     |   284 -
 gui/tcltk/d.m/dig.gif                              |   Bin 197 -> 0 bytes
 gui/tcltk/d.m/display.all.gif                      |   Bin 225 -> 0 bytes
 gui/tcltk/d.m/display.gif                          |   Bin 240 -> 0 bytes
 gui/tcltk/d.m/display.region.gif                   |   Bin 235 -> 0 bytes
 gui/tcltk/d.m/dtext.gif                            |   Bin 148 -> 0 bytes
 gui/tcltk/d.m/dtext.tcl                            |   218 -
 gui/tcltk/d.m/erase.gif                            |   Bin 245 -> 0 bytes
 gui/tcltk/d.m/fly.gif                              |   Bin 1418 -> 0 bytes
 gui/tcltk/d.m/frames.gif                           |   Bin 269 -> 0 bytes
 gui/tcltk/d.m/frames.tcl                           |   214 -
 gui/tcltk/d.m/fttext.gif                           |   Bin 172 -> 0 bytes
 gui/tcltk/d.m/fttext.tcl                           |   321 -
 gui/tcltk/d.m/grass.gif                            |   Bin 424 -> 0 bytes
 gui/tcltk/d.m/grassabout.tcl                       |    96 -
 gui/tcltk/d.m/grid.gif                             |   Bin 248 -> 0 bytes
 gui/tcltk/d.m/gridline.tcl                         |   300 -
 gui/tcltk/d.m/group.gif                            |   Bin 152 -> 0 bytes
 gui/tcltk/d.m/group.tcl                            |   111 -
 gui/tcltk/d.m/intro.gif                            |   Bin 237784 -> 0 bytes
 gui/tcltk/d.m/labels.gif                           |   Bin 178 -> 0 bytes
 gui/tcltk/d.m/labels.tcl                           |   187 -
 gui/tcltk/d.m/legend.gif                           |   Bin 188 -> 0 bytes
 gui/tcltk/d.m/legend.tcl                           |   343 -
 gui/tcltk/d.m/measure.gif                          |   Bin 152 -> 0 bytes
 gui/tcltk/d.m/menu.tcl                             |   582 -
 gui/tcltk/d.m/monitorsel.tcl                       |    70 -
 gui/tcltk/d.m/new.gif                              |   Bin 145 -> 0 bytes
 gui/tcltk/d.m/nviz.gif                             |   Bin 1414 -> 0 bytes
 gui/tcltk/d.m/open.gif                             |   Bin 153 -> 0 bytes
 gui/tcltk/d.m/pan.gif                              |   Bin 176 -> 0 bytes
 gui/tcltk/d.m/position.gif                         |   Bin 237 -> 0 bytes
 gui/tcltk/d.m/print.gif                            |   Bin 159 -> 0 bytes
 gui/tcltk/d.m/print.tcl                            |   415 -
 gui/tcltk/d.m/query.gif                            |   Bin 228 -> 0 bytes
 gui/tcltk/d.m/raster.gif                           |   Bin 220 -> 0 bytes
 gui/tcltk/d.m/raster.tcl                           |   333 -
 gui/tcltk/d.m/rgbhis.gif                           |   Bin 183 -> 0 bytes
 gui/tcltk/d.m/rgbhis.tcl                           |   287 -
 gui/tcltk/d.m/save.gif                             |   Bin 161 -> 0 bytes
 gui/tcltk/d.m/script/d.colors.sh                   |    38 -
 gui/tcltk/d.m/script/d.shadedmap                   |    46 -
 gui/tcltk/d.m/script/d.text.sh                     |    87 -
 gui/tcltk/d.m/script/d.title.sh                    |    88 -
 gui/tcltk/d.m/script/print.sh                      |    28 -
 gui/tcltk/d.m/script/r.colors.rules                |    38 -
 gui/tcltk/d.m/script/r.reclass.file                |    52 -
 gui/tcltk/d.m/script/r.reclass.rules               |    45 -
 gui/tcltk/d.m/script/r.recode.file                 |    51 -
 gui/tcltk/d.m/script/r.recode.rules                |    43 -
 gui/tcltk/d.m/script/r.support.sh                  |    38 -
 gui/tcltk/d.m/script/v.in.asciipoints              |   101 -
 gui/tcltk/d.m/thematic.gif                         |   Bin 196 -> 0 bytes
 gui/tcltk/d.m/thematic.tcl                         |   437 -
 gui/tcltk/d.m/tksys.tcl                            |   246 -
 gui/tcltk/d.m/tool1.tcl                            |   135 -
 gui/tcltk/d.m/tool2.tcl                            |   159 -
 gui/tcltk/d.m/tree.tcl                             |   132 -
 gui/tcltk/d.m/vector.gif                           |   Bin 190 -> 0 bytes
 gui/tcltk/d.m/vector.tcl                           |   747 -
 gui/tcltk/d.m/xganim.gif                           |   Bin 167 -> 0 bytes
 gui/tcltk/d.m/zoom.back.gif                        |   Bin 156 -> 0 bytes
 gui/tcltk/d.m/zoom.gif                             |   Bin 152 -> 0 bytes
 gui/tcltk/gis.m/Makefile                           |    24 -
 gui/tcltk/gis.m/animate.tcl                        |  1074 -
 gui/tcltk/gis.m/barscale.tcl                       |   409 -
 gui/tcltk/gis.m/chart.tcl                          |   476 -
 gui/tcltk/gis.m/cmd.tcl                            |   214 -
 gui/tcltk/gis.m/commonlayer.tcl                    |   119 -
 gui/tcltk/gis.m/description.html                   |   441 -
 gui/tcltk/gis.m/dnviz.tcl                          |   399 -
 gui/tcltk/gis.m/docs/gm_animate.html               |   144 -
 gui/tcltk/gis.m/docs/gm_animate1.png               |   Bin 12042 -> 0 bytes
 gui/tcltk/gis.m/docs/gm_animate2.jpg               |   Bin 60186 -> 0 bytes
 gui/tcltk/gis.m/docs/gm_animatetool.png            |   Bin 25510 -> 0 bytes
 gui/tcltk/gis.m/docs/gm_gcpmgr.jpg                 |   Bin 37552 -> 0 bytes
 gui/tcltk/gis.m/docs/gm_georect.html               |   220 -
 gui/tcltk/gis.m/docs/gm_georectdisp.jpg            |   Bin 49439 -> 0 bytes
 gui/tcltk/gis.m/docs/gm_georectstart.jpg           |   Bin 16125 -> 0 bytes
 gui/tcltk/gis.m/docs/gm_gismgr.jpg                 |   Bin 48607 -> 0 bytes
 gui/tcltk/gis.m/docs/gm_gismgrtools.png            |   Bin 53688 -> 0 bytes
 gui/tcltk/gis.m/docs/gm_gronsole.png               |   Bin 30976 -> 0 bytes
 gui/tcltk/gis.m/docs/gm_mapdisp.jpg                |   Bin 61298 -> 0 bytes
 gui/tcltk/gis.m/docs/gm_mapdisptools.png           |   Bin 42284 -> 0 bytes
 gui/tcltk/gis.m/docs/gm_profile.html               |    98 -
 gui/tcltk/gis.m/docs/gm_profile1.png               |   Bin 29898 -> 0 bytes
 gui/tcltk/gis.m/docs/gm_profile2.jpg               |   Bin 28860 -> 0 bytes
 gui/tcltk/gis.m/docs/gm_profile3.png               |   Bin 37557 -> 0 bytes
 gui/tcltk/gis.m/dtext.tcl                          |   415 -
 gui/tcltk/gis.m/frames.tcl                         |   283 -
 gui/tcltk/gis.m/georect.tcl                        |  2469 -
 gui/tcltk/gis.m/georecttool.tcl                    |   162 -
 gui/tcltk/gis.m/gis.m                              |    26 -
 gui/tcltk/gis.m/gis.m.bat                          |     1 -
 gui/tcltk/gis.m/gm.tcl                             |   615 -
 gui/tcltk/gis.m/gm_profile.html                    |    82 -
 gui/tcltk/gis.m/gmlib.tcl                          |   147 -
 gui/tcltk/gis.m/gmmenu.tcl                         |   675 -
 gui/tcltk/gis.m/gmtool1.tcl                        |   147 -
 gui/tcltk/gis.m/gmtool2.tcl                        |   134 -
 gui/tcltk/gis.m/gmtree.tcl                         |  1220 -
 gui/tcltk/gis.m/grassabout.tcl                     |    96 -
 gui/tcltk/gis.m/gridline.tcl                       |   424 -
 gui/tcltk/gis.m/group.tcl                          |   304 -
 gui/tcltk/gis.m/histogram.tcl                      |   378 -
 gui/tcltk/gis.m/intro.gif                          |   Bin 237784 -> 0 bytes
 gui/tcltk/gis.m/labels.tcl                         |   287 -
 gui/tcltk/gis.m/legend.tcl                         |   513 -
 gui/tcltk/gis.m/mapcanvas.tcl                      |  2384 -
 gui/tcltk/gis.m/maplabels.tcl                      |   638 -
 gui/tcltk/gis.m/mapprint.tcl                       |   493 -
 gui/tcltk/gis.m/maptext.tcl                        |   321 -
 gui/tcltk/gis.m/maptool.tcl                        |   452 -
 gui/tcltk/gis.m/pkgIndex.tcl                       |    34 -
 gui/tcltk/gis.m/profile.tcl                        |   733 -
 gui/tcltk/gis.m/rastarrows.tcl                     |   381 -
 gui/tcltk/gis.m/raster.tcl                         |   488 -
 gui/tcltk/gis.m/rastnums.tcl                       |   383 -
 gui/tcltk/gis.m/rgbhis.tcl                         |   390 -
 gui/tcltk/gis.m/rules.tcl                          |   259 -
 gui/tcltk/gis.m/runandoutput.tcl                   |   305 -
 gui/tcltk/gis.m/thematic.tcl                       |   858 -
 gui/tcltk/gis.m/tksys.tcl                          |   238 -
 gui/tcltk/gis.m/vector.tcl                         |   884 -
 gui/wxpython/Makefile                              |    64 +-
 gui/wxpython/README                                |    96 +-
 gui/wxpython/animation/Makefile                    |     5 +
 gui/wxpython/animation/__init__.py                 |    12 +
 gui/wxpython/animation/anim.py                     |   191 +
 gui/wxpython/animation/controller.py               |   583 +
 gui/wxpython/animation/data.py                     |   307 +
 gui/wxpython/animation/dialogs.py                  |  1654 +
 gui/wxpython/animation/frame.py                    |   589 +
 gui/wxpython/animation/g.gui.animation.html        |   100 +
 gui/wxpython/animation/g.gui.animation.py          |   136 +
 gui/wxpython/animation/mapwindow.py                |   214 +
 gui/wxpython/animation/nviztask.py                 |   307 +
 gui/wxpython/animation/provider.py                 |   814 +
 gui/wxpython/animation/temporal_manager.py         |   542 +
 gui/wxpython/animation/toolbars.py                 |   243 +
 gui/wxpython/animation/utils.py                    |   381 +
 gui/wxpython/animation/wxGUI_animation_tool.jpg    |   Bin 0 -> 87302 bytes
 gui/wxpython/compat/__init__.py                    |     5 -
 gui/wxpython/compat/subprocess.py                  |  1149 -
 gui/wxpython/core/__init__.py                      |    16 +
 gui/wxpython/core/debug.py                         |    21 +-
 gui/wxpython/core/gcmd.py                          |   282 +-
 gui/wxpython/core/gconsole.py                      |   708 +
 gui/wxpython/core/giface.py                        |   300 +
 gui/wxpython/core/globalvar.py                     |   231 +-
 gui/wxpython/core/gthread.py                       |   120 +
 gui/wxpython/core/layerlist.py                     |   376 +
 gui/wxpython/core/menudata.py                      |   233 -
 gui/wxpython/core/menutree.py                      |   262 +
 gui/wxpython/core/render.py                        |  1449 +-
 gui/wxpython/core/settings.py                      |   397 +-
 gui/wxpython/core/test.toolboxes_menu.xml          |    10 +
 gui/wxpython/core/test.toolboxes_menudata.xml      |    85 +
 .../core/test.toolboxes_user_toolboxes.xml         |    25 +
 gui/wxpython/core/toolboxes.py                     |   849 +
 gui/wxpython/core/treemodel.py                     |   212 +
 gui/wxpython/core/units.py                         |   137 +-
 gui/wxpython/core/utils.py                         |   814 +-
 gui/wxpython/core/workspace.py                     |   798 +-
 gui/wxpython/core/ws.py                            |   343 +
 gui/wxpython/create__init__.py                     |    33 -
 gui/wxpython/dbmgr/Makefile                        |     5 +
 gui/wxpython/dbmgr/__init__.py                     |     8 +
 gui/wxpython/dbmgr/base.py                         |  3561 ++
 gui/wxpython/dbmgr/dbmgr_frame.jpg                 |   Bin 0 -> 76570 bytes
 gui/wxpython/dbmgr/dialogs.py                      |   212 +-
 gui/wxpython/dbmgr/g.gui.dbmgr.html                |    77 +
 gui/wxpython/dbmgr/g.gui.dbmgr.py                  |    57 +
 gui/wxpython/dbmgr/manager.py                      |  3125 +-
 gui/wxpython/dbmgr/sqlbuilder.py                   |   731 +-
 gui/wxpython/dbmgr/vinfo.py                        |    47 +-
 gui/wxpython/docs/Makefile                         |    15 +-
 .../docs/wxGUI.Attribute_Table_Manager.html        |    56 -
 .../docs/wxGUI.Attribute_Table_Manager.tmp.html    |    73 -
 gui/wxpython/docs/wxGUI.Components.html            |    14 -
 gui/wxpython/docs/wxGUI.Components.tmp.html        |    31 -
 gui/wxpython/docs/wxGUI.GCP_Manager.html           |   314 -
 gui/wxpython/docs/wxGUI.GCP_Manager.tmp.html       |   331 -
 gui/wxpython/docs/wxGUI.Modeler.html               |    59 -
 gui/wxpython/docs/wxGUI.Modeler.tmp.html           |    76 -
 gui/wxpython/docs/wxGUI.Nviz.html                  |   440 -
 gui/wxpython/docs/wxGUI.Nviz.tmp.html              |   457 -
 gui/wxpython/docs/wxGUI.PsMap.html                 |   204 -
 gui/wxpython/docs/wxGUI.PsMap.tmp.html             |   221 -
 gui/wxpython/docs/wxGUI.Vector_Digitizer.html      |   260 -
 gui/wxpython/docs/wxGUI.Vector_Digitizer.tmp.html  |   277 -
 gui/wxpython/docs/wxGUI.components.html            |    32 +
 gui/wxpython/docs/wxGUI.html                       |   414 +-
 gui/wxpython/docs/wxGUI.iscatt.html                |    85 +
 gui/wxpython/docs/wxGUI.nviz.html                  |   443 +
 gui/wxpython/docs/wxGUI.tmp.html                   |   647 -
 gui/wxpython/docs/wxGUI.toolboxes.html             |   211 +
 gui/wxpython/docs/wxGUI.vnet.html                  |   107 +
 gui/wxpython/docs/wxGUI_iscatt.jpg                 |   Bin 0 -> 388986 bytes
 gui/wxpython/docs/wxGUI_layer_manager.jpg          |   Bin 61672 -> 61659 bytes
 gui/wxpython/docs/wxGUI_modeler.jpg                |   Bin 28499 -> 0 bytes
 gui/wxpython/docs/wxGUI_toolboxes.jpg              |   Bin 0 -> 52630 bytes
 gui/wxpython/docs/wxGUI_vnet.jpg                   |   Bin 0 -> 129772 bytes
 gui/wxpython/docs/wxgui_sphinx/Makefile            |   125 +
 gui/wxpython/docs/wxgui_sphinx/_static/pygrass.css |    74 +
 .../wxgui_sphinx/_templates/layout.html.template   |     9 +
 .../docs/wxgui_sphinx/_templates/oholosidebar.html |     9 +
 gui/wxpython/docs/wxgui_sphinx/conf.py             |   359 +
 gui/wxpython/docs/wxgui_sphinx/make.bat            |   242 +
 gui/wxpython/docs/wxgui_sphinx/src/index.rst       |    27 +
 .../docs/wxgui_sphinx/src/wxgui_libraries.rst      |    23 +
 .../docs/wxgui_sphinx/src/wxgui_toolboxes.rst      |   402 +
 gui/wxpython/docs/wxgui_sphinx/src/wxgui_tools.rst |    16 +
 gui/wxpython/gcp/Makefile                          |     5 +
 gui/wxpython/gcp/__init__.py                       |     5 +
 gui/wxpython/gcp/g.gui.gcp.html                    |   318 +
 gui/wxpython/gcp/g.gui.gcp.py                      |    70 +
 gui/wxpython/gcp/manager.py                        |   929 +-
 gui/wxpython/gcp/mapdisplay.py                     |   350 +-
 gui/wxpython/gcp/statusbar.py                      |   125 +
 gui/wxpython/gcp/toolbars.py                       |    38 +-
 .../wxGUI_gcp_frame.jpg}                           |   Bin
 gui/wxpython/gis_set.py                            |   708 +-
 gui/wxpython/gis_set_error.py                      |    37 +
 gui/wxpython/gmodeler/Makefile                     |     5 +
 gui/wxpython/gmodeler/__init__.py                  |    10 +
 gui/wxpython/gmodeler/dialogs.py                   |   538 +-
 gui/wxpython/gmodeler/frame.py                     |   569 +-
 gui/wxpython/gmodeler/g.gui.gmodeler.html          |    67 +
 gui/wxpython/gmodeler/g.gui.gmodeler.py            |    59 +
 gui/wxpython/gmodeler/giface.py                    |    38 +
 gui/wxpython/gmodeler/gmodeler_frame.png           |   Bin 0 -> 67162 bytes
 gui/wxpython/gmodeler/menudata.py                  |    16 +-
 gui/wxpython/gmodeler/model.py                     |  1118 +-
 gui/wxpython/gmodeler/preferences.py               |   135 +-
 gui/wxpython/gmodeler/toolbars.py                  |    19 +-
 gui/wxpython/gui_core/__init__.py                  |    16 +
 gui/wxpython/gui_core/dialogs.py                   |  2299 +-
 gui/wxpython/gui_core/forms.py                     |  1613 +-
 gui/wxpython/gui_core/ghelp.py                     |   768 +-
 gui/wxpython/gui_core/goutput.py                   |  1407 +-
 gui/wxpython/gui_core/gselect.py                   |  2808 +-
 gui/wxpython/gui_core/mapdisp.py                   |   574 +-
 gui/wxpython/gui_core/mapwindow.py                 |   240 -
 gui/wxpython/gui_core/menu.py                      |   226 +-
 gui/wxpython/gui_core/preferences.py               |   566 +-
 gui/wxpython/gui_core/prompt.py                    |   775 +-
 gui/wxpython/gui_core/pystc.py                     |   256 +
 gui/wxpython/gui_core/query.py                     |   259 +
 gui/wxpython/gui_core/simplelmgr.py                |   472 +
 gui/wxpython/gui_core/toolbars.py                  |   259 +-
 gui/wxpython/gui_core/treeview.py                  |   227 +
 gui/wxpython/gui_core/widgets.py                   |  1316 +-
 gui/wxpython/iclass/Makefile                       |     5 +
 gui/wxpython/iclass/__init__.py                    |     9 +
 gui/wxpython/iclass/dialogs.py                     |   769 +
 gui/wxpython/iclass/digit.py                       |   209 +
 gui/wxpython/iclass/frame.py                       |  1361 +
 gui/wxpython/iclass/g.gui.iclass.html              |    93 +
 gui/wxpython/iclass/g.gui.iclass.py                |   127 +
 gui/wxpython/iclass/iclass_frame.jpg               |   Bin 0 -> 92920 bytes
 gui/wxpython/iclass/plots.py                       |   323 +
 gui/wxpython/iclass/statistics.py                  |   216 +
 gui/wxpython/iclass/toolbars.py                    |   369 +
 gui/wxpython/icons/__init__.py                     |     5 +-
 gui/wxpython/icons/grass2_icons.py                 |    20 -
 gui/wxpython/icons/grass_icons.py                  |    93 +-
 gui/wxpython/icons/icon.py                         |    89 +-
 gui/wxpython/icons/silk_icons.py                   |    96 -
 gui/wxpython/iscatt/__init__.py                    |     9 +
 gui/wxpython/iscatt/controllers.py                 |  1111 +
 gui/wxpython/iscatt/core_c.py                      |   247 +
 gui/wxpython/iscatt/dialogs.py                     |   514 +
 gui/wxpython/iscatt/frame.py                       |   691 +
 gui/wxpython/iscatt/iscatt_core.py                 |   853 +
 gui/wxpython/iscatt/plots.py                       |   993 +
 gui/wxpython/iscatt/toolbars.py                    |   267 +
 gui/wxpython/lmgr/__init__.py                      |     8 +
 gui/wxpython/lmgr/frame.py                         |  1478 +-
 gui/wxpython/lmgr/giface.py                        |   226 +
 gui/wxpython/lmgr/layertree.py                     |  1535 +-
 gui/wxpython/lmgr/menudata.py                      |   104 +-
 gui/wxpython/lmgr/pyshell.py                       |    23 +-
 gui/wxpython/lmgr/toolbars.py                      |    75 +-
 gui/wxpython/location_wizard/__init__.py           |     5 +
 gui/wxpython/location_wizard/base.py               |    10 +-
 gui/wxpython/location_wizard/dialogs.py            |    49 +-
 gui/wxpython/location_wizard/wizard.py             |   270 +-
 gui/wxpython/mapdisp/__init__.py                   |     9 +
 gui/wxpython/mapdisp/frame.py                      |  1507 +-
 gui/wxpython/mapdisp/gprint.py                     |   151 +-
 gui/wxpython/mapdisp/main.py                       |   389 +-
 gui/wxpython/mapdisp/mapwindow.py                  |  1713 -
 gui/wxpython/mapdisp/overlays.py                   |   154 -
 gui/wxpython/mapdisp/statusbar.py                  |   561 +-
 gui/wxpython/mapdisp/test_mapdisp.py               |   332 +
 gui/wxpython/mapdisp/toolbars.py                   |   110 +-
 gui/wxpython/mapswipe/Makefile                     |     5 +
 gui/wxpython/mapswipe/__init__.py                  |     7 +
 gui/wxpython/mapswipe/dialogs.py                   |   299 +
 gui/wxpython/mapswipe/frame.py                     |   804 +
 gui/wxpython/mapswipe/g.gui.mapswipe.html          |    57 +
 gui/wxpython/mapswipe/g.gui.mapswipe.py            |    97 +
 gui/wxpython/mapswipe/mapswipe_tsunami.jpg         |   Bin 0 -> 62069 bytes
 gui/wxpython/mapswipe/mapwindow.py                 |   242 +
 gui/wxpython/mapswipe/toolbars.py                  |   181 +
 gui/wxpython/mapwin/__init__.py                    |     7 +
 gui/wxpython/mapwin/analysis.py                    |   367 +
 gui/wxpython/mapwin/base.py                        |   409 +
 gui/wxpython/mapwin/buffered.py                    |  2057 +
 gui/wxpython/mapwin/decorations.py                 |   460 +
 gui/wxpython/mapwin/graphics.py                    |   411 +
 gui/wxpython/modules/__init__.py                   |     7 +
 gui/wxpython/modules/colorrules.py                 |   518 +-
 gui/wxpython/modules/extensions.py                 |   436 +-
 gui/wxpython/modules/histogram.py                  |    93 +-
 gui/wxpython/modules/mapsets_picker.py             |    27 +
 gui/wxpython/modules/mcalc_builder.py              |   273 +-
 gui/wxpython/modules/ogc_services.py               |   312 -
 gui/wxpython/modules/vclean.py                     |   718 +-
 gui/wxpython/modules/vkrige.py                     |   511 +
 gui/wxpython/nviz/__init__.py                      |     9 +
 gui/wxpython/nviz/animation.py                     |   101 +-
 gui/wxpython/nviz/main.py                          |     4 +-
 gui/wxpython/nviz/mapwindow.py                     |   651 +-
 gui/wxpython/nviz/preferences.py                   |    36 +-
 gui/wxpython/nviz/tools.py                         |   791 +-
 gui/wxpython/nviz/workspace.py                     |   151 +-
 gui/wxpython/nviz/wxnviz.py                        |  1212 +-
 gui/wxpython/psmap/Makefile                        |     5 +
 gui/wxpython/psmap/__init__.py                     |     9 +
 gui/wxpython/psmap/dialogs.py                      |   287 +-
 gui/wxpython/psmap/frame.py                        |   360 +-
 gui/wxpython/psmap/g.gui.psmap.html                |   220 +
 gui/wxpython/psmap/g.gui.psmap.py                  |    57 +
 gui/wxpython/psmap/instructions.py                 |   176 +-
 gui/wxpython/psmap/menudata.py                     |    20 +-
 gui/wxpython/psmap/psmap_frame.jpg                 |   Bin 0 -> 37077 bytes
 gui/wxpython/psmap/toolbars.py                     |   118 +-
 gui/wxpython/psmap/utils.py                        |    78 +-
 gui/wxpython/rlisetup/Makefile                     |     5 +
 gui/wxpython/rlisetup/__init__.py                  |     7 +
 gui/wxpython/rlisetup/frame.py                     |   261 +
 gui/wxpython/rlisetup/functions.py                 |   148 +
 gui/wxpython/rlisetup/g.gui.rlisetup.html          |   354 +
 gui/wxpython/rlisetup/g.gui.rlisetup.py            |    50 +
 gui/wxpython/rlisetup/g_gui_rlisetup_1.png         |   Bin 0 -> 12308 bytes
 gui/wxpython/rlisetup/g_gui_rlisetup_2.png         |   Bin 0 -> 23815 bytes
 gui/wxpython/rlisetup/g_gui_rlisetup_3.png         |   Bin 0 -> 18763 bytes
 gui/wxpython/rlisetup/g_gui_rlisetup_4.png         |   Bin 0 -> 15951 bytes
 gui/wxpython/rlisetup/g_gui_rlisetup_5.png         |   Bin 0 -> 16309 bytes
 gui/wxpython/rlisetup/g_gui_rlisetup_6.png         |   Bin 0 -> 17793 bytes
 gui/wxpython/rlisetup/g_gui_rlisetup_7.png         |   Bin 0 -> 14307 bytes
 gui/wxpython/rlisetup/g_gui_rlisetup_8.png         |   Bin 0 -> 15925 bytes
 .../rlisetup/g_gui_rlisetup_sampleAreas.png        |   Bin 0 -> 30412 bytes
 gui/wxpython/rlisetup/sampling_frame.py            |   463 +
 gui/wxpython/rlisetup/wizard.py                    |  1819 +
 gui/wxpython/scripts/Makefile                      |    26 -
 gui/wxpython/scripts/p.cmd.py                      |    65 -
 gui/wxpython/scripts/p.db.py                       |    44 -
 gui/wxpython/scripts/p.mon.py                      |   107 -
 gui/wxpython/scripts/p.rast.py                     |   110 -
 gui/wxpython/scripts/p.vect.py                     |   367 -
 gui/wxpython/scripts/vkrige.py                     |   497 -
 gui/wxpython/timeline/Makefile                     |     5 +
 gui/wxpython/timeline/__init__.py                  |     4 +
 gui/wxpython/timeline/frame.py                     |   607 +
 gui/wxpython/timeline/g.gui.timeline.html          |    40 +
 gui/wxpython/timeline/g.gui.timeline.py            |    64 +
 gui/wxpython/timeline/timeline_2D.jpg              |   Bin 0 -> 55525 bytes
 gui/wxpython/tools/build_modules_xml.py            |   149 +
 gui/wxpython/tools/update_menudata.py              |    16 +-
 gui/wxpython/vdigit/Makefile                       |     5 +
 gui/wxpython/vdigit/__init__.py                    |    10 +
 gui/wxpython/vdigit/dialogs.py                     |    89 +-
 gui/wxpython/vdigit/g.gui.vdigit.html              |   310 +
 gui/wxpython/vdigit/g.gui.vdigit.py                |   109 +
 gui/wxpython/vdigit/main.py                        |    14 +-
 gui/wxpython/vdigit/mapwindow.py                   |   244 +-
 gui/wxpython/vdigit/preferences.py                 |   129 +-
 gui/wxpython/vdigit/toolbars.py                    |   795 +-
 .../vdigit_toolbar.jpg}                            |   Bin
 gui/wxpython/vdigit/wxdigit.py                     |  1353 +-
 gui/wxpython/vdigit/wxdisplay.py                   |   393 +-
 gui/wxpython/vnet/__init__.py                      |     8 +
 gui/wxpython/vnet/dialogs.py                       |  1780 +
 gui/wxpython/vnet/toolbars.py                      |   200 +
 gui/wxpython/vnet/vnet_core.py                     |  1107 +
 gui/wxpython/vnet/vnet_data.py                     |  1460 +
 gui/wxpython/vnet/vnet_utils.py                    |   154 +
 gui/wxpython/vnet/widgets.py                       |   660 +
 gui/wxpython/web_services/__init__.py              |     5 +
 gui/wxpython/web_services/cap_interface.py         |   403 +
 gui/wxpython/web_services/dialogs.py               |  1032 +
 gui/wxpython/web_services/widgets.py               |  1110 +
 gui/wxpython/wxgui.py                              |    68 +-
 gui/wxpython/wxplot/__init__.py                    |     7 +
 gui/wxpython/wxplot/base.py                        |   218 +-
 gui/wxpython/wxplot/dialogs.py                     |   605 +-
 gui/wxpython/wxplot/histogram.py                   |   286 +
 gui/wxpython/wxplot/profile.py                     |   181 +-
 gui/wxpython/wxplot/scatter.py                     |   309 +
 gui/wxpython/wxpythonlib.dox                       |   504 -
 gui/wxpython/xml/grass-gxm.dtd                     |     6 +-
 gui/wxpython/xml/grass-gxw.dtd                     |    49 +-
 gui/wxpython/xml/main_menu.dtd                     |    12 +
 gui/wxpython/xml/main_menu.xml                     |    17 +
 gui/wxpython/xml/menudata.README                   |     3 +
 gui/wxpython/xml/menudata.dtd                      |    14 +
 gui/wxpython/xml/menudata.xml                      |  3186 -
 gui/wxpython/xml/menudata_modeler.xml              |     6 +
 gui/wxpython/xml/module_items.dtd                  |    10 +
 gui/wxpython/xml/module_tree.xml                   |    19 +
 gui/wxpython/xml/toolboxes.dtd                     |    34 +
 gui/wxpython/xml/toolboxes.xml                     |  1966 +
 gui/wxpython/xml/wxgui_items.dtd                   |    14 +
 gui/wxpython/xml/wxgui_items.xml                   |   364 +
 gui/xml/Makefile                                   |    11 +-
 gui/xml/grass-interface.dtd                        |    26 +-
 imagery/Makefile                                   |    49 +-
 imagery/i.albedo/Makefile                          |    11 +
 imagery/i.albedo/bb_alb_aster.c                    |    16 +
 imagery/i.albedo/bb_alb_landsat.c                  |    13 +
 imagery/i.albedo/bb_alb_modis.c                    |    14 +
 imagery/i.albedo/bb_alb_noaa.c                     |    11 +
 imagery/i.albedo/functions.h                       |    13 +
 imagery/i.albedo/i.albedo.html                     |    28 +
 imagery/i.albedo/main.c                            |   399 +
 imagery/i.ask/Makefile                             |    13 -
 imagery/i.ask/local_proto.h                        |    13 -
 imagery/i.ask/main.c                               |    78 -
 imagery/i.ask/popup.c                              |   400 -
 imagery/i.aster.toar/Makefile                      |    10 +
 imagery/i.aster.toar/gain_aster.c                  |   152 +
 imagery/i.aster.toar/i.aster.toar.html             |    42 +
 imagery/i.aster.toar/main.c                        |   317 +
 imagery/i.aster.toar/rad2ref_aster.c               |    18 +
 imagery/i.atcorr/6s.cpp                            |    22 +-
 imagery/i.atcorr/Abstra.cpp                        | 10658 ----
 imagery/i.atcorr/AerosolConcentration.cpp          |   142 -
 imagery/i.atcorr/AerosolModel.cpp                  |  1169 -
 imagery/i.atcorr/Altitude.cpp                      |   423 -
 imagery/i.atcorr/AtmosModel.cpp                    |   470 -
 imagery/i.atcorr/GeomCond.cpp                      |   495 -
 imagery/i.atcorr/GeomCond.h                        |   115 -
 imagery/i.atcorr/Interp.cpp                        |   203 -
 imagery/i.atcorr/Iwave.cpp                         |  2667 -
 imagery/i.atcorr/Iwave.h                           |   183 -
 imagery/i.atcorr/Makefile                          |    13 +-
 imagery/i.atcorr/Output.cpp                        |     2 -
 imagery/i.atcorr/Transform.cpp                     |   189 -
 imagery/i.atcorr/abstra.cpp                        | 10658 ++++
 imagery/i.atcorr/{Abstra.h => abstra.h}            |     0
 imagery/i.atcorr/aerosolconcentration.cpp          |   142 +
 ...rosolConcentration.h => aerosolconcentration.h} |     0
 imagery/i.atcorr/aerosolmodel.cpp                  |  1169 +
 .../i.atcorr/{AerosolModel.h => aerosolmodel.h}    |     0
 imagery/i.atcorr/altitude.cpp                      |   423 +
 imagery/i.atcorr/{Altitude.h => altitude.h}        |     0
 imagery/i.atcorr/atmosmodel.cpp                    |   470 +
 imagery/i.atcorr/{AtmosModel.h => atmosmodel.h}    |     0
 imagery/i.atcorr/common.h                          |    25 +-
 imagery/i.atcorr/computations.cpp                  |    18 +-
 imagery/i.atcorr/create_iwave.py                   |     1 +
 imagery/i.atcorr/{Date.h => date.h}                |     0
 imagery/i.atcorr/description.html                  |   741 -
 imagery/i.atcorr/gauss.cpp                         |     2 +-
 imagery/i.atcorr/{Gauss.h => gauss.h}              |     0
 imagery/i.atcorr/geomcond.cpp                      |   501 +
 imagery/i.atcorr/geomcond.h                        |   120 +
 imagery/i.atcorr/i.atcorr.html                     |   781 +
 imagery/i.atcorr/interp.cpp                        |   203 +
 imagery/i.atcorr/{Interp.h => interp.h}            |     0
 imagery/i.atcorr/iwave.cpp                         |  3317 +
 imagery/i.atcorr/iwave.h                           |   209 +
 imagery/i.atcorr/main.cpp                          |   477 +-
 imagery/i.atcorr/output.cpp                        |     2 +
 imagery/i.atcorr/{Output.h => output.h}            |     0
 imagery/i.atcorr/rbtree.cpp                        |   552 -
 imagery/i.atcorr/rbtree.h                          |   112 -
 imagery/i.atcorr/sensors_csv/landsat_8.csv         |  1930 +
 imagery/i.atcorr/test_suite/README.txt             |     8 +-
 imagery/i.atcorr/transform.cpp                     |   189 +
 imagery/i.atcorr/{Transform.h => transform.h}      |     0
 imagery/i.biomass/Makefile                         |    11 +
 imagery/i.biomass/biomass.c                        |    21 +
 imagery/i.biomass/i.biomass.html                   |    45 +
 imagery/i.biomass/main.c                           |   198 +
 imagery/i.biomass/solar_day.c                      |    25 +
 imagery/i.cca/Makefile                             |     4 +-
 imagery/i.cca/description.html                     |    82 -
 imagery/i.cca/i.cca.html                           |    82 +
 imagery/i.cca/local_proto.h                        |    21 +-
 imagery/i.cca/main.c                               |   138 +-
 imagery/i.cca/matrix.c                             |    70 +-
 imagery/i.cca/stats.c                              |    76 +-
 imagery/i.cca/transform.c                          |    41 +-
 imagery/i.class/Makefile                           |    10 -
 imagery/i.class/add_point.c                        |    43 -
 imagery/i.class/analyze_sig.c                      |    48 -
 imagery/i.class/band_files.c                       |    43 -
 imagery/i.class/cellhd.c                           |    22 -
 imagery/i.class/complete_reg.c                     |    22 -
 imagery/i.class/conv.c                             |    41 -
 imagery/i.class/curses.c                           |   258 -
 imagery/i.class/define_reg.c                       |    32 -
 imagery/i.class/defs.h                             |   111 -
 imagery/i.class/del_point.c                        |    40 -
 imagery/i.class/description.html                   |   432 -
 imagery/i.class/draw_cell.c                        |    66 -
 imagery/i.class/draw_reg.c                         |   103 -
 imagery/i.class/driver.c                           |    54 -
 imagery/i.class/edge.c                             |    28 -
 imagery/i.class/edge_order.c                       |    19 -
 imagery/i.class/edge_point.c                       |    12 -
 imagery/i.class/erase_reg.c                        |    16 -
 imagery/i.class/g_init.c                           |    28 -
 imagery/i.class/globals.h                          |    93 -
 imagery/i.class/graphics.c                         |   112 -
 imagery/i.class/histograms.c                       |   235 -
 imagery/i.class/init_reg.c                         |    23 -
 imagery/i.class/input.c                            |   260 -
 imagery/i.class/input_color.c                      |   102 -
 imagery/i.class/input_std.c                        |   105 -
 imagery/i.class/local_proto.h                      |   185 -
 imagery/i.class/main.c                             |   269 -
 imagery/i.class/mouse.c                            |    66 -
 imagery/i.class/outline.c                          |   161 -
 imagery/i.class/point.h                            |    14 -
 imagery/i.class/readbands.c                        |    15 -
 imagery/i.class/redisplay.c                        |    64 -
 imagery/i.class/remove_mask.c                      |    18 -
 imagery/i.class/restore_reg.c                      |    28 -
 imagery/i.class/save_reg.c                         |    25 -
 imagery/i.class/set_signals.c                      |    33 -
 imagery/i.class/sigalarm.c                         |     8 -
 imagery/i.class/signature.c                        |   403 -
 imagery/i.class/title.c                            |    41 -
 imagery/i.class/view.c                             |    50 -
 imagery/i.class/zoom_box.c                         |   182 -
 imagery/i.cluster/Makefile                         |     4 +-
 imagery/i.cluster/checkpt.c                        |     2 +-
 imagery/i.cluster/description.html                 |   278 -
 imagery/i.cluster/i.cluster.html                   |   269 +
 imagery/i.cluster/main.c                           |    36 +-
 imagery/i.cluster/open_files.c                     |    10 +-
 imagery/i.eb.eta/Makefile                          |    11 +
 imagery/i.eb.eta/eta.c                             |    14 +
 imagery/i.eb.eta/i.eb.eta.html                     |    54 +
 imagery/i.eb.eta/main.c                            |   136 +
 imagery/i.eb.evapfr/Makefile                       |    11 +
 imagery/i.eb.evapfr/evap_fr.c                      |     7 +
 imagery/i.eb.evapfr/i.eb.evapfr.html               |    43 +
 imagery/i.eb.evapfr/main.c                         |   188 +
 imagery/i.eb.evapfr/soilmoisture.c                 |    13 +
 imagery/i.eb.hsebal01/Makefile                     |    10 +
 imagery/i.eb.hsebal01/i.eb.hsebal01.html           |    72 +
 imagery/i.eb.hsebal01/main.c                       |   652 +
 imagery/i.eb.netrad/Makefile                       |    10 +
 imagery/i.eb.netrad/i.eb.netrad.html               |    50 +
 imagery/i.eb.netrad/main.c                         |   251 +
 imagery/i.eb.netrad/r_net.c                        |    46 +
 imagery/i.eb.soilheatflux/Makefile                 |    11 +
 imagery/i.eb.soilheatflux/g0.c                     |    31 +
 imagery/i.eb.soilheatflux/i.eb.soilheatflux.html   |    74 +
 imagery/i.eb.soilheatflux/main.c                   |   180 +
 imagery/i.emissivity/Makefile                      |    11 +
 imagery/i.emissivity/emissivity_generic.c          |    21 +
 imagery/i.emissivity/i.emissivity.html             |    19 +
 imagery/i.emissivity/main.c                        |   114 +
 imagery/i.evapo.mh/Makefile                        |    10 +
 imagery/i.evapo.mh/i.evapo.mh.html                 |    31 +
 imagery/i.evapo.mh/main.c                          |   240 +
 imagery/i.evapo.mh/mh_eto.c                        |    19 +
 imagery/i.evapo.mh/mh_original.c                   |    17 +
 imagery/i.evapo.mh/mh_samani.c                     |    19 +
 imagery/i.evapo.pm/Makefile                        |    10 +
 imagery/i.evapo.pm/functions.c                     |   160 +
 imagery/i.evapo.pm/i.evapo.pm.html                 |    86 +
 imagery/i.evapo.pm/local_proto.h                   |     9 +
 imagery/i.evapo.pm/main.c                          |   206 +
 imagery/i.evapo.pt/Makefile                        |    10 +
 imagery/i.evapo.pt/i.evapo.pt.html                 |    40 +
 imagery/i.evapo.pt/main.c                          |   203 +
 imagery/i.evapo.pt/pt_daily_et.c                   |    24 +
 imagery/i.evapo.pt/pt_delta.c                      |    17 +
 imagery/i.evapo.pt/pt_ghamma.c                     |    17 +
 imagery/i.evapo.time/Makefile                      |    11 +
 imagery/i.evapo.time/i.evapo.time.html             |    67 +
 imagery/i.evapo.time/main.c                        |   382 +
 imagery/i.fft/Makefile                             |     6 +-
 imagery/i.fft/description.html                     |    83 -
 imagery/i.fft/fft_colors.c                         |    24 -
 imagery/i.fft/fftmain.c                            |   277 -
 imagery/i.fft/globals.h                            |    12 -
 imagery/i.fft/i.fft.html                           |    67 +
 imagery/i.fft/local_proto.h                        |    15 -
 imagery/i.fft/main.c                               |   203 +
 imagery/i.fft/orig_wind.c                          |    20 -
 imagery/i.fft/save_fft.c                           |    42 -
 imagery/i.find/Makefile                            |     9 +-
 imagery/i.find/main.c                              |    14 +-
 imagery/i.gensig/Makefile                          |     4 +-
 imagery/i.gensig/closefiles.c                      |     5 +-
 imagery/i.gensig/covariance.c                      |    15 +-
 imagery/i.gensig/description.html                  |   138 -
 imagery/i.gensig/files.h                           |     4 +-
 imagery/i.gensig/get_train.c                       |    30 +-
 imagery/i.gensig/i.gensig.html                     |   130 +
 imagery/i.gensig/labels.c                          |    15 +-
 imagery/i.gensig/local_proto.h                     |     5 +-
 imagery/i.gensig/lookup_class.c                    |     3 +-
 imagery/i.gensig/main.c                            |     7 +-
 imagery/i.gensig/means.c                           |    14 +-
 imagery/i.gensig/opencell.c                        |    15 -
 imagery/i.gensig/openfiles.c                       |    23 +-
 imagery/i.gensig/parse.c                           |     2 +-
 imagery/i.gensig/read_train.c                      |     7 +-
 imagery/i.gensigset/DIR                            |     1 -
 imagery/i.gensigset/Makefile                       |     4 +-
 imagery/i.gensigset/closefiles.c                   |     6 +-
 imagery/i.gensigset/description.html               |   241 -
 imagery/i.gensigset/files.h                        |     2 +-
 imagery/i.gensigset/get_train.c                    |    29 +-
 imagery/i.gensigset/i.gensigset.html               |   234 +
 imagery/i.gensigset/invert.c                       |     6 +-
 imagery/i.gensigset/labels.c                       |    16 +-
 imagery/i.gensigset/local_proto.h                  |     3 -
 imagery/i.gensigset/lookup_class.c                 |     3 +-
 imagery/i.gensigset/main.c                         |     6 +-
 imagery/i.gensigset/opencell.c                     |    14 -
 imagery/i.gensigset/openfiles.c                    |    23 +-
 imagery/i.gensigset/parms.h                        |     2 +-
 imagery/i.gensigset/parse.c                        |     4 +-
 imagery/i.gensigset/read_data.c                    |    19 +-
 imagery/i.gensigset/read_train.c                   |     7 +-
 imagery/i.gensigset/subcluster.c                   |    78 +-
 imagery/i.group/Makefile                           |     4 +-
 imagery/i.group/description.html                   |    51 -
 imagery/i.group/i.group.html                       |    49 +
 imagery/i.group/main.c                             |   147 +-
 imagery/i.his.rgb/Makefile                         |     4 +-
 imagery/i.his.rgb/closefiles.c                     |    57 +-
 imagery/i.his.rgb/description.html                 |    43 -
 imagery/i.his.rgb/globals.h                        |     1 +
 imagery/i.his.rgb/h2rmain.c                        |   113 -
 imagery/i.his.rgb/his2rgb.c                        |    12 +-
 imagery/i.his.rgb/i.his.rgb.html                   |    42 +
 imagery/i.his.rgb/main.c                           |   113 +
 imagery/i.his.rgb/openfiles.c                      |    40 +-
 imagery/i.ifft/Makefile                            |     6 +-
 imagery/i.ifft/description.html                    |    73 -
 imagery/i.ifft/globals.h                           |    12 -
 imagery/i.ifft/i.ifft.html                         |    55 +
 imagery/i.ifft/ifftmain.c                          |   256 -
 imagery/i.ifft/local_proto.h                       |     5 -
 imagery/i.ifft/main.c                              |   230 +
 imagery/i.ifft/orig_wind.c                         |    30 -
 imagery/i.landsat.acca/Makefile                    |     4 +-
 imagery/i.landsat.acca/algorithm.c                 |    73 +-
 imagery/i.landsat.acca/description.html            |    76 -
 imagery/i.landsat.acca/i.landsat.acca.html         |    61 +
 imagery/i.landsat.acca/main.c                      |    55 +-
 imagery/i.landsat.acca/tools.c                     |    51 +-
 imagery/i.landsat.toar/Makefile                    |     4 +-
 imagery/i.landsat.toar/description.html            |   258 -
 imagery/i.landsat.toar/i.landsat.toar.html         |   264 +
 imagery/i.landsat.toar/landsat.h                   |    10 +-
 imagery/i.landsat.toar/main.c                      |   338 +-
 imagery/i.maxlik/Makefile                          |     4 +-
 imagery/i.maxlik/classify.c                        |     7 +-
 imagery/i.maxlik/description.html                  |   191 -
 imagery/i.maxlik/hist.c                            |     9 +-
 imagery/i.maxlik/i.maxlik.html                     |   147 +
 imagery/i.maxlik/i_maxlik_classes.png              |   Bin 0 -> 61672 bytes
 imagery/i.maxlik/main.c                            |   108 +-
 imagery/i.maxlik/open.c                            |    22 +-
 imagery/i.modis.qc/description.html                |   277 -
 imagery/i.modis.qc/i.modis.qc.html                 |   423 +
 imagery/i.modis.qc/main.c                          |   550 +-
 imagery/i.modis.qc/mcd43B2a.c                      |    20 +
 imagery/i.modis.qc/mcd43B2b.c                      |    26 +
 imagery/i.modis.qc/mcd43B2c.c                      |    17 +
 imagery/i.modis.qc/mcd43B2qa.c                     |    25 +
 imagery/i.modis.qc/mod09A1a.c                      |     2 +-
 imagery/i.modis.qc/mod09A1c.c                      |     2 +-
 imagery/i.modis.qc/mod09A1d.c                      |     2 +-
 imagery/i.modis.qc/mod09A1e.c                      |     2 +-
 imagery/i.modis.qc/mod09A1sa.c                     |     2 +-
 imagery/i.modis.qc/mod09A1sb.c                     |     6 +-
 imagery/i.modis.qc/mod09A1sc.c                     |     2 +-
 imagery/i.modis.qc/mod09A1sd.c                     |     2 +-
 imagery/i.modis.qc/mod09A1se.c                     |     2 +-
 imagery/i.modis.qc/mod09A1sf.c                     |     6 +-
 imagery/i.modis.qc/mod09A1sg.c                     |     6 +-
 imagery/i.modis.qc/mod09A1sh.c                     |     6 +-
 imagery/i.modis.qc/mod09A1si.c                     |     6 +-
 imagery/i.modis.qc/mod09A1sj.c                     |     6 +-
 imagery/i.modis.qc/mod09A1sk.c                     |     6 +-
 imagery/i.modis.qc/mod09CMGa.c                     |    22 +
 imagery/i.modis.qc/mod09CMGc.c                     |    28 +
 imagery/i.modis.qc/mod09CMGd.c                     |    18 +
 imagery/i.modis.qc/mod09CMGe.c                     |    18 +
 imagery/i.modis.qc/mod09CMGia.c                    |    17 +
 imagery/i.modis.qc/mod09CMGib.c                    |    18 +
 imagery/i.modis.qc/mod09CMGic.c                    |    18 +
 imagery/i.modis.qc/mod09CMGid.c                    |    18 +
 imagery/i.modis.qc/mod09CMGie.c                    |    18 +
 imagery/i.modis.qc/mod09CMGif.c                    |    18 +
 imagery/i.modis.qc/mod09CMGig.c                    |    18 +
 imagery/i.modis.qc/mod09CMGih.c                    |    18 +
 imagery/i.modis.qc/mod09CMGii.c                    |    18 +
 imagery/i.modis.qc/mod09CMGij.c                    |    18 +
 imagery/i.modis.qc/mod09CMGik.c                    |    20 +
 imagery/i.modis.qc/mod09CMGil.c                    |    18 +
 imagery/i.modis.qc/mod09CMGim.c                    |    18 +
 imagery/i.modis.qc/mod09CMGin.c                    |    18 +
 imagery/i.modis.qc/mod09Q1a.c                      |     3 +-
 imagery/i.modis.qc/mod09Q1b.c                      |     2 +-
 imagery/i.modis.qc/mod09Q1c.c                      |     5 +-
 imagery/i.modis.qc/mod09Q1d.c                      |     2 +-
 imagery/i.modis.qc/mod09Q1e.c                      |     2 +-
 imagery/i.modis.qc/mod09Q1f.c                      |     2 +-
 imagery/i.modis.qc/mod11A1a.c                      |     2 +-
 imagery/i.modis.qc/mod11A1b.c                      |     2 +-
 imagery/i.modis.qc/mod11A1c.c                      |     2 +-
 imagery/i.modis.qc/mod11A1d.c                      |     2 +-
 imagery/i.modis.qc/mod11A2a.c                      |     3 +-
 imagery/i.modis.qc/mod11A2b.c                      |     2 +-
 imagery/i.modis.qc/mod11A2c.c                      |     2 +-
 imagery/i.modis.qc/mod11A2d.c                      |     2 +-
 imagery/i.modis.qc/mod13A2a.c                      |    18 +
 imagery/i.modis.qc/mod13A2b.c                      |    27 +
 imagery/i.modis.qc/mod13A2c.c                      |    20 +
 imagery/i.modis.qc/mod13A2d.c                      |    18 +
 imagery/i.modis.qc/mod13A2e.c                      |    18 +
 imagery/i.modis.qc/mod13A2f.c                      |    18 +
 imagery/i.modis.qc/mod13A2g.c                      |    24 +
 imagery/i.modis.qc/mod13A2h.c                      |    18 +
 imagery/i.modis.qc/mod13A2i.c                      |    18 +
 imagery/i.ortho.photo/BUGS                         |    22 -
 imagery/i.ortho.photo/Makefile                     |    16 +-
 imagery/i.ortho.photo/README                       |    67 +-
 imagery/i.ortho.photo/i.ortho.camera/Makefile      |    12 +
 .../i.ortho.camera/i.ortho.camera.html             |   114 +
 imagery/i.ortho.photo/i.ortho.camera/main.c        |   222 +
 .../photo.camera.png                               |   Bin
 imagery/i.ortho.photo/i.ortho.elev/Makefile        |    12 +
 .../i.ortho.photo/i.ortho.elev/i.ortho.elev.html   |    22 +
 imagery/i.ortho.photo/i.ortho.elev/main.c          |   201 +
 imagery/i.ortho.photo/i.ortho.init/Makefile        |    13 +
 .../i.ortho.photo/i.ortho.init/i.ortho.init.html   |   109 +
 imagery/i.ortho.photo/i.ortho.init/main.c          |   263 +
 imagery/i.ortho.photo/i.ortho.rectify/Makefile     |    13 +
 .../{i.photo.rectify => i.ortho.rectify}/README    |     0
 imagery/i.ortho.photo/i.ortho.rectify/angle.c      |   218 +
 .../{i.photo.rectify => i.ortho.rectify}/aver_z.c  |     0
 imagery/i.ortho.photo/i.ortho.rectify/bilinear.c   |    58 +
 imagery/i.ortho.photo/i.ortho.rectify/bilinear_f.c |    48 +
 .../{i.photo.rectify => i.ortho.rectify}/cp.c      |     0
 imagery/i.ortho.photo/i.ortho.rectify/cubic.c      |    66 +
 imagery/i.ortho.photo/i.ortho.rectify/cubic_f.c    |    53 +
 .../{i.photo.rectify => i.ortho.rectify}/defs.h    |     0
 imagery/i.ortho.photo/i.ortho.rectify/env.c        |    43 +
 imagery/i.ortho.photo/i.ortho.rectify/equ.c        |    60 +
 imagery/i.ortho.photo/i.ortho.rectify/exec.c       |   121 +
 imagery/i.ortho.photo/i.ortho.rectify/get_wind.c   |   216 +
 .../{i.photo.rectify => i.ortho.rectify}/global.h  |     0
 .../i.ortho.rectify/i.ortho.rectify.html           |   110 +
 imagery/i.ortho.photo/i.ortho.rectify/lanczos.c    |   109 +
 .../i.ortho.photo/i.ortho.rectify/local_proto.h    |    64 +
 imagery/i.ortho.photo/i.ortho.rectify/main.c       |   415 +
 imagery/i.ortho.photo/i.ortho.rectify/nearest.c    |    39 +
 imagery/i.ortho.photo/i.ortho.rectify/readcell.c   |   155 +
 imagery/i.ortho.photo/i.ortho.rectify/rectify.c    |   139 +
 .../{i.photo.rectify => i.ortho.rectify}/report.c  |     0
 imagery/i.ortho.photo/i.ortho.rectify/target.c     |    35 +
 imagery/i.ortho.photo/i.ortho.transform/Makefile   |    12 +
 .../i.ortho.transform/i.ortho.transform.html       |    63 +
 imagery/i.ortho.photo/i.ortho.transform/main.c     |   475 +
 imagery/i.ortho.photo/i.photo.2image/Makefile      |    16 -
 imagery/i.ortho.photo/i.photo.2image/analyze.c     |   591 -
 imagery/i.ortho.photo/i.photo.2image/ask.c         |   389 -
 imagery/i.ortho.photo/i.photo.2image/ask_mag.c     |   162 -
 imagery/i.ortho.photo/i.photo.2image/call.c        |    57 -
 imagery/i.ortho.photo/i.photo.2image/camera_ref.h  |    57 -
 imagery/i.ortho.photo/i.photo.2image/cell.c        |    64 -
 imagery/i.ortho.photo/i.photo.2image/cellhd.c      |    23 -
 imagery/i.ortho.photo/i.photo.2image/colors.c      |     7 -
 imagery/i.ortho.photo/i.photo.2image/conv.c        |    49 -
 imagery/i.ortho.photo/i.photo.2image/curses.c      |   265 -
 imagery/i.ortho.photo/i.photo.2image/defs.h        |    66 -
 .../i.ortho.photo/i.photo.2image/description.html  |   345 -
 imagery/i.ortho.photo/i.photo.2image/dot.c         |    57 -
 imagery/i.ortho.photo/i.photo.2image/drawcam.c     |   154 -
 imagery/i.ortho.photo/i.photo.2image/drawcell.c    |    72 -
 imagery/i.ortho.photo/i.photo.2image/driver.c      |    50 -
 imagery/i.ortho.photo/i.photo.2image/equ.c         |    12 -
 imagery/i.ortho.photo/i.photo.2image/find.c        |    49 -
 imagery/i.ortho.photo/i.photo.2image/globals.h     |   218 -
 imagery/i.ortho.photo/i.photo.2image/graphics.c    |   132 -
 imagery/i.ortho.photo/i.photo.2image/group.c       |    72 -
 imagery/i.ortho.photo/i.photo.2image/input.c       |   259 -
 imagery/i.ortho.photo/i.photo.2image/local_proto.h |     6 -
 imagery/i.ortho.photo/i.photo.2image/main.c        |   206 -
 imagery/i.ortho.photo/i.photo.2image/mark.c        |   455 -
 imagery/i.ortho.photo/i.photo.2image/mouse.c       |    56 -
 imagery/i.ortho.photo/i.photo.2image/points.c      |    58 -
 imagery/i.ortho.photo/i.photo.2image/target.c      |    74 -
 imagery/i.ortho.photo/i.photo.2image/title.c       |    51 -
 imagery/i.ortho.photo/i.photo.2image/use_camera.c  |   342 -
 imagery/i.ortho.photo/i.photo.2image/view.c        |    49 -
 imagery/i.ortho.photo/i.photo.2image/where.c       |    72 -
 imagery/i.ortho.photo/i.photo.2image/zoom.c        |    24 -
 imagery/i.ortho.photo/i.photo.2image/zoom_box.c    |   190 -
 imagery/i.ortho.photo/i.photo.2image/zoom_pnt.c    |   195 -
 imagery/i.ortho.photo/i.photo.2target/Makefile     |    15 -
 imagery/i.ortho.photo/i.photo.2target/analyze.c    |   610 -
 imagery/i.ortho.photo/i.photo.2target/ask.c        |   386 -
 imagery/i.ortho.photo/i.photo.2target/ask_mag.c    |   164 -
 imagery/i.ortho.photo/i.photo.2target/call.c       |    58 -
 imagery/i.ortho.photo/i.photo.2target/cell.c       |   103 -
 imagery/i.ortho.photo/i.photo.2target/cellhd.c     |    45 -
 imagery/i.ortho.photo/i.photo.2target/colors.c     |     7 -
 imagery/i.ortho.photo/i.photo.2target/conv.c       |    49 -
 imagery/i.ortho.photo/i.photo.2target/curses.c     |   261 -
 imagery/i.ortho.photo/i.photo.2target/defs.h       |    52 -
 .../i.ortho.photo/i.photo.2target/description.html |   383 -
 imagery/i.ortho.photo/i.photo.2target/digit.c      |   119 -
 imagery/i.ortho.photo/i.photo.2target/dot.c        |    52 -
 imagery/i.ortho.photo/i.photo.2target/drawcell.c   |    76 -
 imagery/i.ortho.photo/i.photo.2target/driver.c     |    54 -
 imagery/i.ortho.photo/i.photo.2target/equ.c        |    55 -
 imagery/i.ortho.photo/i.photo.2target/find.c       |    48 -
 imagery/i.ortho.photo/i.photo.2target/globals.h    |    86 -
 imagery/i.ortho.photo/i.photo.2target/graphics.c   |   139 -
 imagery/i.ortho.photo/i.photo.2target/group.c      |    70 -
 imagery/i.ortho.photo/i.photo.2target/input.c      |   262 -
 .../i.ortho.photo/i.photo.2target/local_proto.h    |   142 -
 imagery/i.ortho.photo/i.photo.2target/main.c       |   313 -
 imagery/i.ortho.photo/i.photo.2target/mark.c       |   441 -
 imagery/i.ortho.photo/i.photo.2target/mouse.c      |    56 -
 imagery/i.ortho.photo/i.photo.2target/points.c     |    86 -
 imagery/i.ortho.photo/i.photo.2target/target.c     |   107 -
 imagery/i.ortho.photo/i.photo.2target/title.c      |    48 -
 imagery/i.ortho.photo/i.photo.2target/view.c       |    50 -
 imagery/i.ortho.photo/i.photo.2target/where.c      |    68 -
 imagery/i.ortho.photo/i.photo.2target/zoom.c       |   102 -
 imagery/i.ortho.photo/i.photo.2target/zoom_box.c   |   197 -
 imagery/i.ortho.photo/i.photo.2target/zoom_pnt.c   |   233 -
 imagery/i.ortho.photo/i.photo.camera/Makefile      |    16 -
 imagery/i.ortho.photo/i.photo.camera/camera.h      |     1 -
 .../i.ortho.photo/i.photo.camera/description.html  |   114 -
 imagery/i.ortho.photo/i.photo.camera/globals.h     |    22 -
 imagery/i.ortho.photo/i.photo.camera/main.c        |   117 -
 .../i.ortho.photo/i.photo.camera/mod_cam_info.c    |   111 -
 imagery/i.ortho.photo/i.photo.elev/Makefile        |    15 -
 imagery/i.ortho.photo/i.photo.elev/ask_elev.c      |    50 -
 imagery/i.ortho.photo/i.photo.elev/elev.h          |    16 -
 imagery/i.ortho.photo/i.photo.elev/local_proto.h   |     9 -
 imagery/i.ortho.photo/i.photo.elev/main.c          |   158 -
 imagery/i.ortho.photo/i.photo.elev/mod_elev.c      |    47 -
 imagery/i.ortho.photo/i.photo.init/Makefile        |    16 -
 .../i.ortho.photo/i.photo.init/description.html    |   109 -
 imagery/i.ortho.photo/i.photo.init/globals.h       |    26 -
 imagery/i.ortho.photo/i.photo.init/main.c          |    89 -
 imagery/i.ortho.photo/i.photo.init/mod_info.c      |    80 -
 imagery/i.ortho.photo/i.photo.rectify/Makefile     |    15 -
 imagery/i.ortho.photo/i.photo.rectify/angle.c      |   219 -
 imagery/i.ortho.photo/i.photo.rectify/bilinear.c   |    58 -
 imagery/i.ortho.photo/i.photo.rectify/bilinear_f.c |    48 -
 imagery/i.ortho.photo/i.photo.rectify/cubic.c      |    66 -
 imagery/i.ortho.photo/i.photo.rectify/cubic_f.c    |    53 -
 .../i.ortho.photo/i.photo.rectify/description.html |   110 -
 imagery/i.ortho.photo/i.photo.rectify/env.c        |    43 -
 imagery/i.ortho.photo/i.photo.rectify/equ.c        |    60 -
 imagery/i.ortho.photo/i.photo.rectify/exec.c       |   121 -
 imagery/i.ortho.photo/i.photo.rectify/get_wind.c   |   216 -
 .../i.ortho.photo/i.photo.rectify/local_proto.h    |    59 -
 imagery/i.ortho.photo/i.photo.rectify/main.c       |   412 -
 imagery/i.ortho.photo/i.photo.rectify/nearest.c    |    39 -
 imagery/i.ortho.photo/i.photo.rectify/readcell.c   |   153 -
 imagery/i.ortho.photo/i.photo.rectify/rectify.c    |   144 -
 imagery/i.ortho.photo/i.photo.rectify/target.c     |    35 -
 imagery/i.ortho.photo/i.photo.target/Makefile      |    15 -
 imagery/i.ortho.photo/i.photo.target/ask_target.c  |   144 -
 imagery/i.ortho.photo/i.photo.target/local_proto.h |     6 -
 imagery/i.ortho.photo/i.photo.target/main.c        |    70 -
 imagery/i.ortho.photo/lib/Makefile                 |    10 +
 imagery/i.ortho.photo/lib/TODO                     |    33 +
 imagery/i.ortho.photo/{libes => lib}/cam.c         |     0
 imagery/i.ortho.photo/lib/cam_info.c               |   134 +
 imagery/i.ortho.photo/{libes => lib}/camera.c      |     0
 imagery/i.ortho.photo/lib/conz_points.c            |   191 +
 imagery/i.ortho.photo/{libes => lib}/elev.c        |     0
 imagery/i.ortho.photo/{libes => lib}/error.c       |     0
 imagery/i.ortho.photo/{libes => lib}/find_camera.c |     0
 imagery/i.ortho.photo/{libes => lib}/find_init.c   |     0
 imagery/i.ortho.photo/lib/fopen_camera.c           |    52 +
 imagery/i.ortho.photo/{libes => lib}/funcdefs.h    |     0
 imagery/i.ortho.photo/lib/georef.c                 |   176 +
 imagery/i.ortho.photo/{libes => lib}/group_elev.c  |     0
 imagery/i.ortho.photo/{libes => lib}/init.c        |     0
 imagery/i.ortho.photo/{libes => lib}/init_info.c   |     0
 imagery/i.ortho.photo/{libes => lib}/isnull.c      |     0
 imagery/i.ortho.photo/{libes => lib}/local_proto.h |     0
 imagery/i.ortho.photo/{libes => lib}/m_add.c       |     0
 imagery/i.ortho.photo/{libes => lib}/m_copy.c      |     0
 imagery/i.ortho.photo/{libes => lib}/m_inverse.c   |     0
 imagery/i.ortho.photo/{libes => lib}/m_mult.c      |     0
 imagery/i.ortho.photo/{libes => lib}/m_transpose.c |     0
 imagery/i.ortho.photo/{libes => lib}/m_zero.c      |     0
 imagery/i.ortho.photo/{libes => lib}/mat.h         |     0
 imagery/i.ortho.photo/{libes => lib}/matrixdefs.h  |     0
 imagery/i.ortho.photo/{libes => lib}/open_camera.c |     0
 imagery/i.ortho.photo/lib/orthophoto.h             |   155 +
 imagery/i.ortho.photo/{libes => lib}/orthoref.c    |     0
 imagery/i.ortho.photo/{libes => lib}/ref_points.c  |     0
 .../i.ortho.photo/{libes => lib}/title_camera.c    |     0
 imagery/i.ortho.photo/libes/Makefile               |     9 -
 imagery/i.ortho.photo/libes/ask_camera.c           |    78 -
 imagery/i.ortho.photo/libes/cam_info.c             |   134 -
 imagery/i.ortho.photo/libes/conz_points.c          |   191 -
 imagery/i.ortho.photo/libes/fopen_camera.c         |    64 -
 imagery/i.ortho.photo/libes/georef.c               |   174 -
 imagery/i.ortho.photo/libes/ls_cameras.c           |    65 -
 imagery/i.ortho.photo/libes/ls_elev.c              |    59 -
 imagery/i.ortho.photo/libes/orthophoto.h           |   155 -
 imagery/i.ortho.photo/menu/Makefile                |    12 -
 imagery/i.ortho.photo/menu/description.html        |   209 -
 imagery/i.ortho.photo/menu/env.c                   |    45 -
 imagery/i.ortho.photo/menu/i.photo.rectify.c       |   317 -
 imagery/i.ortho.photo/menu/local_proto.h           |    13 -
 imagery/i.ortho.photo/menu/menu.c                  |   139 -
 imagery/i.ortho.photo/menu/run.c                   |    29 -
 imagery/i.ortho.photo/menu/target.c                |    38 -
 imagery/i.pca/Makefile                             |     4 +-
 imagery/i.pca/description.html                     |   109 -
 imagery/i.pca/i.pca.html                           |   110 +
 imagery/i.pca/local_proto.h                        |     2 +-
 imagery/i.pca/main.c                               |   227 +-
 imagery/i.pca/support.c                            |    44 +-
 imagery/i.points/Makefile                          |    10 -
 imagery/i.points/analyze.c                         |   568 -
 imagery/i.points/ask.c                             |   389 -
 imagery/i.points/ask_mag.c                         |   164 -
 imagery/i.points/call.c                            |    57 -
 imagery/i.points/cell.c                            |    93 -
 imagery/i.points/cellhd.c                          |    23 -
 imagery/i.points/colors.c                          |     6 -
 imagery/i.points/conv.c                            |    49 -
 imagery/i.points/curses.c                          |   267 -
 imagery/i.points/debug.c                           |    12 -
 imagery/i.points/defs.h                            |    62 -
 imagery/i.points/description.html                  |   425 -
 imagery/i.points/digit.c                           |   119 -
 imagery/i.points/dot.c                             |    56 -
 imagery/i.points/drawcell.c                        |    74 -
 imagery/i.points/driver.c                          |    51 -
 imagery/i.points/equ.c                             |    10 -
 imagery/i.points/find.c                            |    21 -
 imagery/i.points/globals.h                         |    63 -
 imagery/i.points/graphics.c                        |   137 -
 imagery/i.points/group.c                           |    71 -
 imagery/i.points/input.c                           |   263 -
 imagery/i.points/local_proto.h                     |   134 -
 imagery/i.points/main.c                            |   260 -
 imagery/i.points/mark.c                            |   197 -
 imagery/i.points/mouse.c                           |    56 -
 imagery/i.points/points.c                          |    58 -
 imagery/i.points/target.c                          |    66 -
 imagery/i.points/title.c                           |    49 -
 imagery/i.points/view.c                            |    50 -
 imagery/i.points/where.c                           |    68 -
 imagery/i.points/zoom.c                            |    26 -
 imagery/i.points/zoom_box.c                        |   182 -
 imagery/i.points/zoom_pnt.c                        |   191 -
 imagery/i.rectify/Makefile                         |     4 +-
 imagery/i.rectify/bilinear.c                       |    11 +-
 imagery/i.rectify/bilinear_f.c                     |    11 +-
 imagery/i.rectify/cp.c                             |    79 +-
 imagery/i.rectify/crs.c                            |   711 -
 imagery/i.rectify/crs.h                            |    47 -
 imagery/i.rectify/cubic.c                          |    13 +-
 imagery/i.rectify/cubic_f.c                        |    13 +-
 imagery/i.rectify/description.html                 |   265 -
 imagery/i.rectify/env.c                            |    14 +-
 imagery/i.rectify/exec.c                           |    25 +-
 imagery/i.rectify/get_wind.c                       |    21 +-
 imagery/i.rectify/global.h                         |     6 +
 imagery/i.rectify/i.rectify.html                   |   201 +
 imagery/i.rectify/lanczos.c                        |   109 +
 imagery/i.rectify/main.c                           |    66 +-
 imagery/i.rectify/nearest.c                        |     9 +-
 imagery/i.rectify/readcell.c                       |    11 +-
 imagery/i.rectify/rectify.c                        |    43 +-
 imagery/i.rectify/target.c                         |     6 +-
 imagery/i.rgb.his/Makefile                         |     4 +-
 imagery/i.rgb.his/closefiles.c                     |    57 +-
 imagery/i.rgb.his/description.html                 |    27 -
 imagery/i.rgb.his/globals.h                        |     2 +
 imagery/i.rgb.his/i.rgb.his.html                   |    26 +
 imagery/i.rgb.his/main.c                           |   113 +
 imagery/i.rgb.his/openfiles.c                      |    39 +-
 imagery/i.rgb.his/r2hmain.c                        |   111 -
 imagery/i.rgb.his/rgb2his.c                        |    12 +-
 imagery/i.segment/Makefile                         |    10 +
 imagery/i.segment/create_isegs.c                   |  1644 +
 imagery/i.segment/flag.c                           |    60 +
 imagery/i.segment/flag.h                           |    64 +
 imagery/i.segment/i.segment.html                   |   230 +
 imagery/i.segment/iseg.h                           |   135 +
 imagery/i.segment/main.c                           |    62 +
 imagery/i.segment/ngbrtree.c                       |   565 +
 imagery/i.segment/ngbrtree.h                       |   125 +
 imagery/i.segment/open_files.c                     |   567 +
 imagery/i.segment/ortho_segs_final.jpg             |   Bin 0 -> 95928 bytes
 imagery/i.segment/ortho_segs_l1.jpg                |   Bin 0 -> 128606 bytes
 imagery/i.segment/ortho_segs_l2_l5.jpg             |   Bin 0 -> 394258 bytes
 imagery/i.segment/outline                          |   339 +
 imagery/i.segment/parse_args.c                     |   263 +
 imagery/i.segment/rclist.c                         |    68 +
 imagery/i.segment/regtree.c                        |   586 +
 imagery/i.segment/regtree.h                        |   136 +
 imagery/i.segment/write_output.c                   |   244 +
 imagery/i.smap/Makefile                            |    15 +-
 imagery/i.smap/{bouman => }/alpha_max.c            |     0
 imagery/i.smap/bouman.h                            |    75 +
 imagery/i.smap/bouman/Makefile                     |     9 -
 imagery/i.smap/bouman/bouman.h                     |    74 -
 imagery/i.smap/bouman/decimate.c                   |   229 -
 imagery/i.smap/bouman/interp.c                     |   382 -
 imagery/i.smap/bouman/model.c                      |   162 -
 imagery/i.smap/bouman/read_block.c                 |    24 -
 imagery/i.smap/bouman/region.h                     |    41 -
 imagery/i.smap/bouman/segment.c                    |   310 -
 imagery/i.smap/closefiles.c                        |    31 +
 imagery/i.smap/decimate.c                          |   227 +
 imagery/i.smap/history.c                           |    13 +
 imagery/i.smap/i.smap.html                         |   225 +
 imagery/i.smap/interp.c                            |   384 +
 imagery/i.smap/{bouman => }/invert.c               |     0
 imagery/i.smap/labels.c                            |    20 +
 imagery/i.smap/local_proto.h                       |     6 +
 imagery/i.smap/main.c                              |    59 +
 imagery/i.smap/model.c                             |   169 +
 imagery/i.smap/{bouman => }/multialloc.c           |     0
 imagery/i.smap/opencell.c                          |    15 +
 imagery/i.smap/openfiles.c                         |    48 +
 imagery/i.smap/parse.c                             |    71 +
 imagery/i.smap/read_block.c                        |    24 +
 imagery/i.smap/{shapiro => }/read_sig.c            |     0
 imagery/i.smap/{bouman => }/reg_util.c             |     0
 imagery/i.smap/region.h                            |    41 +
 imagery/i.smap/segment.c                           |   317 +
 imagery/i.smap/shapiro/Makefile                    |    12 -
 imagery/i.smap/shapiro/closefiles.c                |    24 -
 imagery/i.smap/shapiro/description.html            |   227 -
 imagery/i.smap/shapiro/history.c                   |    14 -
 imagery/i.smap/shapiro/labels.c                    |    16 -
 imagery/i.smap/shapiro/local_proto.h               |     6 -
 imagery/i.smap/shapiro/main.c                      |    55 -
 imagery/i.smap/shapiro/opencell.c                  |    34 -
 imagery/i.smap/shapiro/openfiles.c                 |    39 -
 imagery/i.smap/shapiro/parse.c                     |    68 -
 imagery/i.smap/shapiro/write_img.c                 |    31 -
 imagery/i.smap/{bouman => }/solve.c                |     0
 imagery/i.smap/write_img.c                         |    39 +
 imagery/i.target/Makefile                          |     4 +-
 imagery/i.target/description.html                  |    53 -
 imagery/i.target/i.target.html                     |    50 +
 imagery/i.target/main.c                            |     5 +-
 imagery/i.topo.corr/Makefile                       |     8 +-
 imagery/i.topo.corr/correction.c                   |   147 +-
 imagery/i.topo.corr/description.html               |   122 -
 imagery/i.topo.corr/i.topo.corr.html               |   138 +
 imagery/i.topo.corr/illumination.c                 |   236 +-
 imagery/i.topo.corr/local_proto.h                  |    13 +-
 imagery/i.topo.corr/main.c                         |   172 +-
 imagery/i.topo.corr/terrain_correction.fig         |   180 +
 imagery/i.topo.corr/terrain_correction.png         |   Bin 0 -> 75106 bytes
 .../test_i.topo.corr_synthetic_DEM_NC.sh           |    93 +-
 imagery/i.vi/Makefile                              |    11 +
 imagery/i.vi/arvi.c                                |    26 +
 imagery/i.vi/dvi.c                                 |    19 +
 imagery/i.vi/evi.c                                 |    24 +
 imagery/i.vi/evi2.c                                |    25 +
 imagery/i.vi/gari.c                                |    15 +
 imagery/i.vi/gemi.c                                |    36 +
 imagery/i.vi/gvi.c                                 |    23 +
 imagery/i.vi/i.vi.html                             |   299 +
 imagery/i.vi/ipvi.c                                |    25 +
 imagery/i.vi/main.c                                |   547 +
 imagery/i.vi/msavi.c                               |    31 +
 imagery/i.vi/msavi2.c                              |    23 +
 imagery/i.vi/ndvi.c                                |    19 +
 imagery/i.vi/pvi.c                                 |    25 +
 imagery/i.vi/savi.c                                |    20 +
 imagery/i.vi/sr.c                                  |    19 +
 imagery/i.vi/vari.c                                |    20 +
 imagery/i.vi/wdvi.c                                |    21 +
 imagery/i.vpoints/Makefile                         |    47 -
 imagery/i.vpoints/analyze.c                        |   766 -
 imagery/i.vpoints/ask.c                            |   386 -
 imagery/i.vpoints/ask_lineclr.c                    |   356 -
 imagery/i.vpoints/ask_mag.c                        |   164 -
 imagery/i.vpoints/call.c                           |    57 -
 imagery/i.vpoints/cell.c                           |    93 -
 imagery/i.vpoints/cellhd.c                         |    31 -
 imagery/i.vpoints/colors.c                         |   236 -
 imagery/i.vpoints/conv.c                           |    49 -
 imagery/i.vpoints/crs.c                            |   711 -
 imagery/i.vpoints/crs.h                            |    39 -
 imagery/i.vpoints/curses.c                         |   267 -
 imagery/i.vpoints/debug.c                          |    11 -
 imagery/i.vpoints/defs.h                           |    71 -
 imagery/i.vpoints/description.html                 |   343 -
 imagery/i.vpoints/digit.c                          |   118 -
 imagery/i.vpoints/dot.c                            |    57 -
 imagery/i.vpoints/drawcell.c                       |   113 -
 imagery/i.vpoints/drawvect.c                       |   323 -
 imagery/i.vpoints/driver.c                         |    76 -
 imagery/i.vpoints/equ.c                            |    21 -
 imagery/i.vpoints/find.c                           |    21 -
 imagery/i.vpoints/globals.h                        |   219 -
 imagery/i.vpoints/graphics.c                       |   124 -
 imagery/i.vpoints/group.c                          |    69 -
 imagery/i.vpoints/input.c                          |   263 -
 imagery/i.vpoints/main.c                           |   267 -
 imagery/i.vpoints/mark.c                           |   197 -
 imagery/i.vpoints/mouse.c                          |    56 -
 imagery/i.vpoints/open.c                           |    26 -
 imagery/i.vpoints/plot.c                           |   183 -
 imagery/i.vpoints/points.c                         |    60 -
 imagery/i.vpoints/setup.c                          |    74 -
 imagery/i.vpoints/target.c                         |    69 -
 imagery/i.vpoints/title.c                          |    48 -
 imagery/i.vpoints/vectpoints.h                     |     4 -
 imagery/i.vpoints/view.c                           |    49 -
 imagery/i.vpoints/where.c                          |    73 -
 imagery/i.vpoints/zoom.c                           |    24 -
 imagery/i.vpoints/zoom_box.c                       |   197 -
 imagery/i.vpoints/zoom_pnt.c                       |   263 -
 imagery/i.zc/Makefile                              |     6 +-
 imagery/i.zc/description.html                      |   100 -
 imagery/i.zc/i.zc.html                             |    99 +
 imagery/i.zc/main.c                                |    43 +-
 imagery/imageryintro.html                          |    96 +-
 include/CC.h                                       |    78 -
 include/G3d.h                                      |   586 -
 include/Make/Compile.make                          |    60 +
 include/Make/DB.make                               |    18 +
 include/Make/Dir.make                              |    29 +-
 include/Make/Docs.make                             |    11 +-
 include/Make/Doxyfile_arch_html.in                 |    66 +-
 include/Make/Doxyfile_arch_latex.in                |    76 +-
 include/Make/Doxygen.make                          |     2 +-
 include/Make/Etc.make                              |    18 +
 include/Make/Grass.make                            |   288 +
 include/Make/Grass.make.in                         |   436 -
 include/Make/GuiScript.make                        |    46 +
 include/Make/Html.make                             |    63 +-
 include/Make/HtmlRules.make                        |    17 +
 include/Make/Install.make                          |   235 +
 include/Make/Lib.make                              |    20 +-
 include/Make/Man.make                              |    65 -
 include/Make/Module.make                           |    37 +-
 include/Make/Multi.make                            |    33 +-
 include/Make/NoHtml.make                           |     6 +
 include/Make/Other.make                            |     4 +
 include/Make/Platform.make.in                      |   128 +-
 include/Make/Python.make                           |    17 +-
 include/Make/Rules.make                            |    94 +-
 include/Make/Script.make                           |    58 +-
 include/Make/ScriptRules.make                      |    31 +
 include/Make/Shlib.make                            |    14 +-
 include/Make/Sphinx.make                           |    53 +
 include/Make/Vars.make                             |    30 +
 include/Makefile                                   |    49 +
 include/P_datetime.h                               |   107 -
 include/P_site.h                                   |    50 -
 include/Paintlib.h                                 |   136 -
 include/VERSION                                    |     8 +-
 include/V_.h                                       |    45 -
 include/Vect.h                                     |   495 -
 include/arraystats.h                               |    21 +-
 include/bdlg_bm.h                                  |    14 -
 include/bitmap.h                                   |    32 +-
 include/blas.h                                     |     4 +-
 include/btree.h                                    |    21 +-
 include/cdhc.h                                     |    39 +-
 include/cluster.h                                  |    61 +-
 include/codes.h                                    |     3 -
 include/colors.h                                   |     5 +-
 include/config.h.in                                |    60 +-
 include/datetime.h                                 |    20 +-
 include/dbmi.h                                     |    24 +-
 include/defs/Paintlib.h                            |   141 +
 include/defs/arraystats.h                          |    18 +
 include/defs/bitmap.h                              |    24 +
 include/defs/btree.h                               |    22 +
 include/defs/cdhc.h                                |    35 +
 include/defs/cluster.h                             |    53 +
 include/defs/colors.h                              |    10 +
 include/defs/datetime.h                            |   106 +
 include/defs/dbmi.h                                |   416 +
 include/{ => defs}/devlib.h                        |     0
 include/defs/dig_atts.h                            |    57 +
 include/defs/display.h                             |   171 +
 include/defs/form.h                                |    11 +
 include/defs/gis.h                                 |   781 +
 include/defs/glocale.h                             |     8 +
 include/defs/gmath.h                               |   182 +
 include/defs/gprojects.h                           |    51 +
 include/defs/imagery.h                             |   178 +
 include/defs/la.h                                  |    55 +
 include/defs/linkm.h                               |    28 +
 include/defs/manage.h                              |    46 +
 include/defs/neta.h                                |    87 +
 include/defs/nviz.h                                |   107 +
 include/defs/ogsf.h                                |   740 +
 include/defs/ortholib.h                            |    73 +
 include/defs/raster.h                              |   587 +
 include/defs/raster3d.h                            |   360 +
 include/defs/rbtree.h                              |    21 +
 include/defs/rowio.h                               |    13 +
 include/defs/segment.h                             |    16 +
 include/defs/spawn.h                               |     9 +
 include/defs/sqlp.h                                |    41 +
 include/defs/stats.h                               |    56 +
 include/defs/symbol.h                              |     7 +
 include/defs/vector.h                              |   608 +
 include/defs/vedit.h                               |    69 +
 include/dig_atts.h                                 |    59 -
 include/display.h                                  |   151 +-
 include/dlg.h                                      |   146 -
 include/dlg_bm.h                                   |    14 -
 include/edit.h                                     |    16 -
 include/fontcap.h                                  |    18 +
 include/form.h                                     |    12 +-
 include/freetypecap.h                              |    23 -
 include/geom.h                                     |     4 -
 include/gis.h                                      |   822 +-
 include/gisdefs.h                                  |  1267 -
 include/glocale.h                                  |     4 +-
 include/gmath.h                                    |   104 +-
 include/gprojects.h                                |    58 +-
 include/graphics.h                                 |    94 -
 include/gstypes.h                                  |   363 -
 include/gsurf.h                                    |   133 -
 include/help.h                                     |    22 -
 include/ibtree.h                                   |    27 -
 include/icon.h                                     |    27 -
 include/icon_bm.h                                  |    14 -
 include/imagedefs.h                                |   125 -
 include/imagery.h                                  |   117 +-
 include/iostream/ami.h                             |    29 +-
 include/iostream/ami_config.h                      |    29 +-
 include/iostream/ami_sort_impl.h                   |    29 +-
 include/iostream/ami_stream.h                      |    89 +-
 include/iostream/embuffer.h                        |    12 +-
 include/iostream/empq.h                            |    28 +-
 include/iostream/empq_adaptive.h                   |    29 +-
 include/iostream/empq_adaptive_impl.h              |    32 +-
 include/iostream/empq_impl.h                       |    18 +-
 include/iostream/imbuffer.h                        |    30 +-
 include/iostream/mem_stream.h                      |    30 +-
 include/iostream/minmaxheap.h                      |    13 +-
 include/iostream/mm.h                              |    28 +-
 include/iostream/mm_utils.h                        |    28 +-
 include/iostream/pqheap.h                          |    28 +-
 include/iostream/queue.h                           |    28 +-
 include/iostream/quicksort.h                       |    28 +-
 include/iostream/replacementHeap.h                 |    28 +-
 include/iostream/replacementHeapBlock.h            |    29 +-
 include/iostream/rtimer.h                          |    28 +-
 include/keyframe.h                                 |    27 -
 include/kftypes.h                                  |    36 -
 include/la.h                                       |    62 +-
 include/label_bm.h                                 |    14 -
 include/libtrans.h                                 |    27 -
 include/linkm.h                                    |    24 +-
 include/lock.h                                     |     2 -
 include/manage.h                                   |    25 +
 include/monitors.h                                 |    20 -
 include/neta.h                                     |    91 +-
 include/nviz.h                                     |   110 +-
 include/ogsf.h                                     |   556 +
 include/ogsf_proto.h                               |   764 -
 include/ortholib.h                                 |    71 +-
 include/patterns.h                                 |   104 -
 include/proto_dbmi.h                               |   406 -
 include/raster.h                                   |   355 +-
 include/raster3d.h                                 |   263 +
 include/rbtree.h                                   |   104 +
 include/readsites.h                                |    18 -
 include/region_bm.h                                |    14 -
 include/rowio.h                                    |     9 +-
 include/search.h                                   |     3 -
 include/segment.h                                  |    52 +-
 include/shhopt.h                                   |    62 -
 include/site.h                                     |   180 -
 include/sitelib.h                                  |   136 -
 include/spawn.h                                    |     6 +-
 include/sqlp.h                                     |    46 +-
 include/stats.h                                    |    49 +-
 include/std_incs.h                                 |    76 -
 include/symbol.h                                   |    10 +-
 include/temporal.h                                 |   243 +
 include/transform.h                                |    25 -
 include/vask.h                                     |    84 -
 include/vbuildlib.h                                |    58 -
 include/vect/dig_defines.h                         |   269 +-
 include/vect/dig_externs.h                         |   431 +-
 include/vect/dig_macros.h                          |    18 +-
 include/vect/dig_structs.h                         |  1972 +-
 include/vector.h                                   |    16 +
 include/vedit.h                                    |    65 +-
 include/winname.h.in                               |     1 -
 lib/Makefile                                       |    60 +-
 lib/README                                         |     3 +-
 lib/arraystats/Makefile                            |     7 +-
 lib/arraystats/arraystatslib.dox                   |    77 +
 lib/arraystats/basic.c                             |     4 +-
 lib/arraystats/class.c                             |    89 +-
 lib/arraystats/discont.README.txt                  |    14 -
 lib/bitmap/Makefile                                |    21 +-
 lib/bitmap/bitmap.c                                |    14 +-
 lib/bitmap/sparse.c                                |    10 +-
 lib/btree/Makefile                                 |    16 +-
 lib/btree/free.c                                   |     3 +-
 lib/btree/{ => test}/try.c                         |     0
 lib/btree2/Makefile                                |    11 +
 lib/btree2/README                                  |    75 +
 lib/btree2/rbtree.c                                |   636 +
 lib/cairodriver/Box.c                              |    13 -
 lib/cairodriver/Client.c                           |     8 -
 lib/cairodriver/Color.c                            |    30 -
 lib/cairodriver/Draw_bitmap.c                      |    57 -
 lib/cairodriver/Draw_line.c                        |    17 -
 lib/cairodriver/Draw_point.c                       |    14 -
 lib/cairodriver/Driver.c                           |    67 -
 lib/cairodriver/Erase.c                            |    14 -
 lib/cairodriver/Graph.c                            |   361 -
 lib/cairodriver/Line_width.c                       |    18 -
 lib/cairodriver/Makefile                           |    40 +-
 lib/cairodriver/Poly.c                             |    24 -
 lib/cairodriver/Raster.c                           |    93 -
 lib/cairodriver/Respond.c                          |     8 -
 lib/cairodriver/Set_window.c                       |    11 -
 lib/cairodriver/box.c                              |    31 +
 lib/cairodriver/cairodriver.dox                    |    80 +
 lib/cairodriver/cairodriver.h                      |   113 +-
 lib/cairodriver/cairodriver.html                   |   194 +
 lib/cairodriver/color.c                            |    36 +
 lib/cairodriver/draw.c                             |    61 +
 lib/cairodriver/draw_bitmap.c                      |    58 +
 lib/cairodriver/driver.c                           |    59 +
 lib/cairodriver/erase.c                            |    33 +
 lib/cairodriver/graph.c                            |   418 +
 lib/cairodriver/line_width.c                       |    39 +
 lib/cairodriver/raster.c                           |   198 +
 lib/cairodriver/read.c                             |    42 +-
 lib/cairodriver/read_bmp.c                         |    37 +-
 lib/cairodriver/read_ppm.c                         |    56 +-
 lib/cairodriver/read_xid.c                         |    27 +
 lib/cairodriver/set_window.c                       |    31 +
 lib/cairodriver/text.c                             |   343 +
 lib/cairodriver/write.c                            |    52 +-
 lib/cairodriver/write_bmp.c                        |    31 +-
 lib/cairodriver/write_ppm.c                        |    38 +-
 lib/cairodriver/write_xid.c                        |    24 +
 lib/cdhc/Makefile                                  |    34 +-
 lib/cdhc/README                                    |     4 +-
 lib/cdhc/andrsnde.c                                |     6 +-
 lib/cdhc/andrsndn.c                                |     8 +-
 lib/cdhc/as177.c                                   |    26 +-
 lib/cdhc/as181.c                                   |    26 +-
 lib/cdhc/as241.c                                   |     2 +-
 lib/cdhc/as66.c                                    |     2 +-
 lib/cdhc/c-drive.c                                 |    48 -
 lib/cdhc/cdhclib.dox                               |    67 +
 lib/cdhc/chisqe.c                                  |     6 +-
 lib/cdhc/chisqn.c                                  |     8 +-
 lib/cdhc/cvmw2e.c                                  |     6 +-
 lib/cdhc/cvmw2n.c                                  |     8 +-
 lib/cdhc/dagstndn.c                                |     4 +-
 lib/cdhc/dcmp.c                                    |     2 +-
 lib/cdhc/dmax.c                                    |     8 +-
 lib/cdhc/dmaxe.c                                   |     6 +-
 lib/cdhc/doc/goodness.bib                          |   469 +
 lib/cdhc/doc/goodness.pdf                          |   Bin 0 -> 422217 bytes
 lib/cdhc/doc/goodness.ps                           |  5211 ++
 lib/cdhc/doc/goodness.tex                          |  2302 +
 lib/cdhc/doc/index.sty                             |   661 +
 lib/cdhc/durbins.c                                 |    20 +-
 lib/cdhc/enormp.c                                  |     2 +-
 lib/cdhc/extreme.c                                 |     2 +-
 lib/cdhc/geary.c                                   |     2 +-
 lib/cdhc/kotz.c                                    |     2 +-
 lib/cdhc/kse.c                                     |     4 +-
 lib/cdhc/ksn.c                                     |     4 +-
 lib/cdhc/kuiprsve.c                                |     4 +-
 lib/cdhc/kuiprsvn.c                                |     4 +-
 lib/cdhc/local_proto.h                             |    34 +-
 lib/cdhc/normp.c                                   |     4 +-
 lib/cdhc/omnibus.c                                 |     2 +-
 lib/cdhc/royston.c                                 |     6 +-
 lib/cdhc/shapiro1.c                                |     6 +-
 lib/cdhc/shapiro2.c                                |    10 +-
 lib/cdhc/shapiroe.c                                |     2 +-
 lib/cdhc/test.c                                    |    98 +
 lib/cdhc/test_numbers.csv                          |    30 +
 lib/cdhc/watsonue.c                                |     6 +-
 lib/cdhc/watsonun.c                                |     8 +-
 lib/cdhc/weisberg.c                                |     8 +-
 lib/cdhc/xinormal.c                                |     2 +-
 lib/cluster/Makefile                               |     3 +-
 lib/cluster/c_assign.c                             |    30 +-
 lib/cluster/c_begin.c                              |    36 +-
 lib/cluster/c_clear.c                              |    21 +
 lib/cluster/c_distinct.c                           |    21 +
 lib/cluster/c_exec.c                               |    51 +-
 lib/cluster/c_execmem.c                            |    35 +-
 lib/cluster/c_means.c                              |    26 +-
 lib/cluster/c_merge.c                              |    20 +
 lib/cluster/c_nclasses.c                           |    21 +
 lib/cluster/c_point.c                              |    81 +-
 lib/cluster/c_reassign.c                           |    21 +
 lib/cluster/c_reclass.c                            |    22 +
 lib/cluster/c_sep.c                                |    20 +
 lib/cluster/c_sig.c                                |    21 +
 lib/cluster/c_sum2.c                               |    27 +-
 lib/cluster/clusterlib.dox                         |    86 +-
 lib/datetime/Makefile                              |    28 +-
 lib/datetime/change.c                              |     3 +-
 lib/datetime/incr3.c                               |     1 +
 lib/db/Makefile                                    |     1 -
 lib/db/README                                      |     2 +-
 lib/db/dbmi_base/Makefile                          |     3 +-
 lib/db/dbmi_base/alloc.c                           |    71 +-
 lib/db/dbmi_base/case.c                            |    58 +-
 lib/db/dbmi_base/column.c                          |   425 +-
 lib/db/dbmi_base/columnfmt.c                       |    74 +-
 lib/db/dbmi_base/connect.c                         |    68 +-
 lib/db/dbmi_base/cursor.c                          |   423 +-
 lib/db/dbmi_base/datetime.c                        |    71 +-
 lib/db/dbmi_base/dbmscap.c                         |    85 +-
 lib/db/dbmi_base/default_name.c                    |    25 +-
 lib/db/dbmi_base/dirent.c                          |    59 +-
 lib/db/dbmi_base/error.c                           |   178 +-
 lib/db/dbmi_base/handle.c                          |    91 +-
 lib/db/dbmi_base/index.c                           |   200 +-
 lib/db/dbmi_base/interval.c                        |    23 +-
 lib/db/dbmi_base/isdir.c                           |    27 +-
 lib/db/dbmi_base/legal_dbname.c                    |    51 +-
 lib/db/dbmi_base/login.c                           |   119 +-
 lib/db/dbmi_base/ret_codes.c                       |    33 +
 lib/db/dbmi_base/sqlCtype.c                        |    25 +-
 lib/db/dbmi_base/sqltype.c                         |    24 +-
 lib/db/dbmi_base/string.c                          |   181 +-
 lib/db/dbmi_base/strip.c                           |    32 +-
 lib/db/dbmi_base/table.c                           |   349 +-
 lib/db/dbmi_base/test/Makefile                     |     9 +
 lib/db/dbmi_base/test/test.dbmi_base.lib.html      |     1 +
 lib/db/dbmi_base/test/test_columns.c               |   154 +
 lib/db/dbmi_base/test/test_dbmi_base_lib.h         |    23 +
 lib/db/dbmi_base/test/test_main.c                  |   133 +
 lib/db/dbmi_base/test/test_table.c                 |   179 +
 lib/db/dbmi_base/token.c                           |    43 +-
 lib/db/dbmi_base/value.c                           |   337 +-
 lib/db/dbmi_base/valuefmt.c                        |    51 +-
 lib/db/dbmi_base/whoami.c                          |    31 +-
 lib/db/dbmi_base/xdr.c                             |    42 +-
 lib/db/dbmi_base/xdrchar.c                         |    26 +
 lib/db/dbmi_base/xdrcolumn.c                       |    53 +
 lib/db/dbmi_base/xdrdatetime.c                     |    27 +
 lib/db/dbmi_base/xdrdouble.c                       |    45 +-
 lib/db/dbmi_base/xdrfloat.c                        |    47 +-
 lib/db/dbmi_base/xdrhandle.c                       |    27 +
 lib/db/dbmi_base/xdrindex.c                        |    42 +
 lib/db/dbmi_base/xdrint.c                          |    48 +-
 lib/db/dbmi_base/xdrprocedure.c                    |    47 +-
 lib/db/dbmi_base/xdrshort.c                        |    48 +-
 lib/db/dbmi_base/xdrstring.c                       |    61 +-
 lib/db/dbmi_base/xdrtable.c                        |    44 +-
 lib/db/dbmi_base/xdrtoken.c                        |    27 +
 lib/db/dbmi_base/xdrvalue.c                        |    34 +-
 lib/db/dbmi_base/zero.c                            |    24 +-
 lib/db/dbmi_client/Makefile                        |     3 +-
 lib/db/dbmi_client/c_begin_work.x                  |    26 -
 lib/db/dbmi_client/c_bindupdate.c                  |    10 +-
 lib/db/dbmi_client/c_desc_table.c                  |     2 +-
 lib/db/dbmi_client/c_drop_col.c                    |     2 +-
 lib/db/dbmi_client/c_drop_tab.c                    |    25 +-
 lib/db/dbmi_client/c_execute.c                     |     2 +-
 lib/db/dbmi_client/c_fetch.c                       |     6 +-
 lib/db/dbmi_client/c_list_idx.c                    |     4 +-
 lib/db/dbmi_client/c_listdb.c                      |     2 +-
 lib/db/dbmi_client/c_opendb.c                      |     2 +-
 lib/db/dbmi_client/c_openselect.c                  |    38 +-
 lib/db/dbmi_client/c_openupdate.c                  |     1 -
 lib/db/dbmi_client/c_priv.c                        |     2 +-
 lib/db/dbmi_client/column.c                        |    76 +-
 lib/db/dbmi_client/copy_tab.c                      |   139 +-
 lib/db/dbmi_client/db.c                            |     4 +-
 lib/db/dbmi_client/delete_tab.c                    |     4 +-
 lib/db/dbmi_client/handler.c                       |    42 +
 lib/db/dbmi_client/printtab.c                      |     2 +-
 lib/db/dbmi_client/start.c                         |    12 +-
 lib/db/dbmi_driver/Makefile                        |     8 +-
 lib/db/dbmi_driver/d_begin_work.x                  |    57 -
 lib/db/dbmi_driver/d_error.c                       |    96 +
 lib/db/dbmi_driver/d_execute.c                     |     2 -
 lib/db/dbmi_driver/driver.c                        |    10 +-
 lib/db/dbmilib.dox                                 |   831 +-
 lib/db/sqlp/Makefile                               |    24 +-
 lib/db/sqlp/description.html                       |   195 -
 lib/db/sqlp/lex.l                                  |   268 -
 lib/db/sqlp/sql.c                                  |     4 +-
 lib/db/sqlp/sql.html                               |   204 +
 lib/db/sqlp/sqlp.l                                 |   280 +
 lib/db/sqlp/{yac.y => sqlp.y}                      |     0
 lib/db/sqlp/test/Makefile                          |    17 +-
 lib/db/stubs/Makefile                              |     3 +-
 lib/db/stubs/add_col.c                             |     5 +-
 lib/db/stubs/begin_work.x                          |     8 -
 lib/db/stubs/close_cursor.c                        |     5 +-
 lib/display/Makefile                               |     9 +-
 lib/display/clip.c                                 |   162 +
 lib/display/clip.h                                 |    27 +
 lib/display/cnversions.c                           |   489 +-
 lib/display/color_list.c                           |     6 -
 lib/display/displaylib.dox                         |   289 +-
 lib/display/draw.c                                 |   396 -
 lib/display/draw2.c                                |   921 +-
 lib/display/get_win.c                              |    49 -
 lib/display/icon.c                                 |    83 +
 lib/display/ident_win.c                            |    66 -
 lib/display/list.c                                 |   268 -
 lib/display/popup.c                                |   213 -
 lib/display/r_raster.c                             |   445 +
 lib/display/raster.c                               |   213 +-
 lib/display/raster2.c                              |    22 +-
 lib/display/setup.c                                |   222 +-
 lib/display/symbol.c                               |   223 +-
 lib/display/tran_colr.c                            |    79 +-
 lib/display/window.c                               |   521 +-
 lib/driver/Bitmap.c                                |     7 -
 lib/driver/Box.c                                   |    33 -
 lib/driver/Client.c                                |    14 -
 lib/driver/Color.c                                 |    33 -
 lib/driver/Cont.c                                  |    14 -
 lib/driver/Draw.c                                  |    22 -
 lib/driver/Erase.c                                 |    19 -
 lib/driver/Font.c                                  |   111 -
 lib/driver/Get_location.c                          |    41 -
 lib/driver/Get_t_box.c                             |    16 -
 lib/driver/Graph.c                                 |    15 -
 lib/driver/Line_width.c                            |     8 -
 lib/driver/Makefile                                |    45 +-
 lib/driver/Move.c                                  |    14 -
 lib/driver/Panel.c                                 |    21 -
 lib/driver/Polydots.c                              |    32 -
 lib/driver/Polygon.c                               |   160 -
 lib/driver/Polyline.c                              |    32 -
 lib/driver/Raster.c                                |    33 -
 lib/driver/Respond.c                               |     9 -
 lib/driver/Returns.c                               |    27 -
 lib/driver/Set_window.c                            |     8 -
 lib/driver/Text.c                                  |    17 -
 lib/driver/Text_size.c                             |    13 -
 lib/driver/Work.c                                  |    19 -
 lib/driver/box.c                                   |     9 +
 lib/driver/color.c                                 |    20 +
 lib/driver/command.c                               |   639 -
 lib/driver/connect_sock.c                          |    93 -
 lib/driver/draw.c                                  |    52 +
 lib/driver/driver.h                                |   216 +-
 lib/driver/driverlib.h                             |    34 +-
 lib/driver/erase.c                                 |     8 +
 lib/driver/font.c                                  |   159 +
 lib/driver/font_freetype.c                         |    16 -
 lib/driver/get_t_box.c                             |    19 +
 lib/driver/graph.c                                 |    24 +
 lib/driver/init.c                                  |    87 +-
 lib/driver/line_width.c                            |     8 +
 lib/driver/main.c                                  |   157 -
 lib/driver/move.c                                  |     9 +
 lib/driver/pad.c                                   |   226 -
 lib/driver/pad.h                                   |    34 -
 lib/driver/parse_ftcap.c                           |   103 +-
 lib/driver/path.c                                  |   111 +
 lib/driver/path.h                                  |    36 +
 lib/driver/raster.c                                |    33 +
 lib/driver/set_window.c                            |    25 +
 lib/driver/text.c                                  |    19 +
 lib/driver/text2.c                                 |   185 +-
 lib/driver/text3.c                                 |   155 +-
 lib/driver/text_size.c                             |    18 +
 lib/dspf/Makefile                                  |     2 +-
 lib/dspf/cell_table.c                              |  2309 +
 lib/dspf/cell_table.h                              |  2310 -
 lib/dspf/cube_io.c                                 |    19 +-
 lib/dspf/dspf_header.c                             |    15 +-
 lib/dspf/viz.h                                     |    10 +-
 lib/edit/Makefile                                  |    10 -
 lib/edit/edit_cats.c                               |   380 -
 lib/edit/edit_cellhd.c                             |   604 -
 lib/edit/edit_hist.c                               |   145 -
 lib/external/Makefile                              |     3 +-
 lib/external/README.license                        |    25 +-
 lib/external/bwidget/CHANGES.txt                   |   266 -
 lib/external/bwidget/LGPL-2.1.txt                  |   504 -
 lib/external/bwidget/LICENSE.txt                   |    16 -
 lib/external/bwidget/Makefile                      |    14 -
 lib/external/bwidget/README                        |   148 -
 lib/external/bwidget/README.grass                  |    38 -
 lib/external/bwidget/arrow.tcl                     |   548 -
 lib/external/bwidget/bitmap.tcl                    |    92 -
 lib/external/bwidget/button.tcl                    |   302 -
 lib/external/bwidget/buttonbox.tcl                 |   226 -
 lib/external/bwidget/color.tcl                     |   314 -
 lib/external/bwidget/combobox.tcl                  |   369 -
 lib/external/bwidget/dialog.tcl                    |   290 -
 lib/external/bwidget/dragsite.tcl                  |   190 -
 lib/external/bwidget/dropsite.tcl                  |   451 -
 lib/external/bwidget/dynhelp.tcl                   |   332 -
 lib/external/bwidget/entry.tcl                     |   426 -
 lib/external/bwidget/font.tcl                      |   379 -
 lib/external/bwidget/images/bold.gif               |   Bin 118 -> 0 bytes
 lib/external/bwidget/images/copy.gif               |   Bin 145 -> 0 bytes
 lib/external/bwidget/images/cut.gif                |   Bin 130 -> 0 bytes
 lib/external/bwidget/images/dragfile.gif           |   Bin 949 -> 0 bytes
 lib/external/bwidget/images/dragicon.gif           |   Bin 1012 -> 0 bytes
 lib/external/bwidget/images/error.gif              |   Bin 259 -> 0 bytes
 lib/external/bwidget/images/file.gif               |   Bin 860 -> 0 bytes
 lib/external/bwidget/images/folder.gif             |   Bin 139 -> 0 bytes
 lib/external/bwidget/images/hourglass.gif          |   Bin 211 -> 0 bytes
 lib/external/bwidget/images/info.gif               |   Bin 256 -> 0 bytes
 lib/external/bwidget/images/italic.gif             |   Bin 111 -> 0 bytes
 lib/external/bwidget/images/minus.xbm              |     5 -
 lib/external/bwidget/images/new.gif                |   Bin 131 -> 0 bytes
 lib/external/bwidget/images/opcopy.xbm             |     5 -
 lib/external/bwidget/images/open.gif               |   Bin 139 -> 0 bytes
 lib/external/bwidget/images/openfold.gif           |   Bin 146 -> 0 bytes
 lib/external/bwidget/images/oplink.xbm             |     5 -
 lib/external/bwidget/images/opmove.xbm             |     5 -
 lib/external/bwidget/images/overstrike.gif         |   Bin 119 -> 0 bytes
 lib/external/bwidget/images/palette.gif            |   Bin 151 -> 0 bytes
 lib/external/bwidget/images/passwd.gif             |   Bin 481 -> 0 bytes
 lib/external/bwidget/images/paste.gif              |   Bin 159 -> 0 bytes
 lib/external/bwidget/images/plus.xbm               |     5 -
 lib/external/bwidget/images/print.gif              |   Bin 140 -> 0 bytes
 lib/external/bwidget/images/question.gif           |   Bin 265 -> 0 bytes
 lib/external/bwidget/images/save.gif               |   Bin 138 -> 0 bytes
 lib/external/bwidget/images/underline.gif          |   Bin 119 -> 0 bytes
 lib/external/bwidget/images/undo.gif               |   Bin 115 -> 0 bytes
 lib/external/bwidget/images/warning.gif            |   Bin 254 -> 0 bytes
 lib/external/bwidget/init.tcl                      |    21 -
 lib/external/bwidget/label.tcl                     |   258 -
 lib/external/bwidget/labelentry.tcl                |   100 -
 lib/external/bwidget/labelframe.tcl                |   160 -
 lib/external/bwidget/lang/de.rc                    |    52 -
 lib/external/bwidget/lang/en.rc                    |    52 -
 lib/external/bwidget/lang/es.rc                    |    53 -
 lib/external/bwidget/lang/fr.rc                    |    52 -
 lib/external/bwidget/listbox.tcl                   |  1179 -
 lib/external/bwidget/mainframe.tcl                 |   517 -
 lib/external/bwidget/messagedlg.tcl                |   111 -
 lib/external/bwidget/notebook.tcl                  |   866 -
 lib/external/bwidget/pagesmgr.tcl                  |   298 -
 lib/external/bwidget/panedw.tcl                    |   303 -
 lib/external/bwidget/passwddlg.tcl                 |   176 -
 lib/external/bwidget/pkgIndex.tcl                  |    43 -
 lib/external/bwidget/progressbar.tcl               |   186 -
 lib/external/bwidget/progressdlg.tcl               |    89 -
 lib/external/bwidget/scrollframe.tcl               |   210 -
 lib/external/bwidget/scrollview.tcl                |   257 -
 lib/external/bwidget/scrollw.tcl                   |   254 -
 lib/external/bwidget/separator.tcl                 |    82 -
 lib/external/bwidget/spinbox.tcl                   |   353 -
 lib/external/bwidget/titleframe.tcl                |   152 -
 lib/external/bwidget/tree.tcl                      |  1389 -
 lib/external/bwidget/utils.tcl                     |   408 -
 lib/external/bwidget/widget.tcl                    |   972 -
 lib/external/bwidget/xpm2image.tcl                 |   115 -
 lib/external/ccmath/C01-matrix                     |  1280 +
 lib/external/ccmath/Makefile                       |    14 +
 lib/external/ccmath/README                         |     5 +
 lib/external/ccmath/atou1.c                        |    51 +
 lib/external/ccmath/atovm.c                        |    43 +
 lib/external/ccmath/ccmath.h                       |   181 +
 lib/external/ccmath/ccmathlib.dox                  |   158 +
 lib/external/ccmath/chouse.c                       |    96 +
 lib/external/ccmath/chousv.c                       |   123 +
 lib/external/ccmath/cmattr.c                       |    18 +
 lib/external/ccmath/cmcpy.c                        |    15 +
 lib/external/ccmath/cminv.c                        |   149 +
 lib/external/ccmath/cmmul.c                        |    28 +
 lib/external/ccmath/cmmult.c                       |    29 +
 lib/external/ccmath/cmprt.c                        |    20 +
 lib/external/ccmath/csolv.c                        |   102 +
 lib/external/ccmath/cvmul.c                        |    36 +
 lib/external/ccmath/eigen.c                        |    19 +
 lib/external/ccmath/eigval.c                       |    18 +
 lib/external/ccmath/evmax.c                        |    47 +
 lib/external/ccmath/hconj.c                        |    26 +
 lib/external/ccmath/heigval.c                      |    18 +
 lib/external/ccmath/heigvec.c                      |    19 +
 lib/external/ccmath/hevmax.c                       |    42 +
 lib/external/ccmath/hmgen.c                        |    29 +
 lib/external/ccmath/house.c                        |    73 +
 lib/external/ccmath/housev.c                       |    82 +
 lib/external/ccmath/ldumat.c                       |    57 +
 lib/external/ccmath/ldvmat.c                       |    46 +
 lib/external/ccmath/lgpl.license                   |   513 +
 lib/external/ccmath/matprt.c                       |    33 +
 lib/external/ccmath/mattr.c                        |    17 +
 lib/external/ccmath/mcopy.c                        |    16 +
 lib/external/ccmath/minv.c                         |   123 +
 lib/external/ccmath/mmul.c                         |    24 +
 lib/external/ccmath/ortho.c                        |    40 +
 lib/external/ccmath/otrma.c                        |    29 +
 lib/external/ccmath/otrsm.c                        |    31 +
 lib/external/ccmath/psinv.c                        |    45 +
 lib/external/ccmath/qrbdi.c                        |    77 +
 lib/external/ccmath/qrbdu1.c                       |    94 +
 lib/external/ccmath/qrbdv.c                        |    94 +
 lib/external/ccmath/qrecvc.c                       |    78 +
 lib/external/ccmath/qreval.c                       |    59 +
 lib/external/ccmath/qrevec.c                       |    75 +
 lib/external/ccmath/rmmult.c                       |    26 +
 lib/external/ccmath/ruinv.c                        |    31 +
 lib/external/ccmath/smgen.c                        |    19 +
 lib/external/ccmath/solv.c                         |    71 +
 lib/external/ccmath/solv.s                         |   387 +
 lib/external/ccmath/solvps.c                       |    39 +
 lib/external/ccmath/solvru.c                       |    28 +
 lib/external/ccmath/solvtd.c                       |    23 +
 lib/external/ccmath/sv2u1v.c                       |   136 +
 lib/external/ccmath/sv2uv.c                        |   134 +
 lib/external/ccmath/sv2val.c                       |   105 +
 lib/external/ccmath/svdu1v.c                       |    93 +
 lib/external/ccmath/svduv.c                        |    93 +
 lib/external/ccmath/svdval.c                       |    80 +
 lib/external/ccmath/trncm.c                        |    23 +
 lib/external/ccmath/trnm.c                         |    22 +
 lib/external/ccmath/unfl.c                         |    22 +
 lib/external/ccmath/unitary.c                      |    99 +
 lib/external/ccmath/utrncm.c                       |    36 +
 lib/external/ccmath/utrnhm.c                       |    40 +
 lib/external/ccmath/vmul.c                         |    30 +
 lib/external/shapelib/Makefile                     |    10 +-
 lib/external/shapelib/dbfopen.c                    |     4 +-
 lib/external/shapelib/shapefil.h                   |     2 +-
 lib/external/shapelib/shpopen.c                    |     4 +-
 lib/fonts/Makefile                                 |     1 -
 lib/fonts/fonts/Makefile                           |     4 +-
 lib/form/Makefile                                  |    66 -
 lib/form/form.c                                    |   311 -
 lib/form/form.tcl                                  |   158 -
 lib/form/generate.c                                |   277 -
 lib/form/html_library.tcl                          |  1417 -
 lib/form/html_library_grass.tcl                    |  1418 -
 lib/form/license.terms                             |    31 -
 lib/form/open.c                                    |   203 -
 lib/form/todo                                      |     3 -
 lib/g3d/G3d.h_unused                               |    99 -
 lib/g3d/G3d_intern.h                               |    84 -
 lib/g3d/Makefile                                   |    13 -
 lib/g3d/cache.c                                    |   701 -
 lib/g3d/cachehash.c                                |   124 -
 lib/g3d/cachehash.h                                |     1 -
 lib/g3d/changeprecision.c                          |    76 -
 lib/g3d/changetype.c                               |    81 -
 lib/g3d/filecompare.c                              |   493 -
 lib/g3d/filename.c                                 |    14 -
 lib/g3d/find_grid3.c                               |    24 -
 lib/g3d/fpcompress.c                               |   910 -
 lib/g3d/g3dalloc.c                                 |    74 -
 lib/g3d/g3dcache.c                                 |   330 -
 lib/g3d/g3dcats.c                                  |   212 -
 lib/g3d/g3dclose.c                                 |   193 -
 lib/g3d/g3dcolor.c                                 |   413 -
 lib/g3d/g3ddefaults.c                              |   556 -
 lib/g3d/g3ddoubleio.c                              |   122 -
 lib/g3d/g3derror.c                                 |    85 -
 lib/g3d/g3dfpxdr.c                                 |   264 -
 lib/g3d/g3dhistory.c                               |   195 -
 lib/g3d/g3dintio.c                                 |   121 -
 lib/g3d/g3dkeys.c                                  |   134 -
 lib/g3d/g3dlib.dox                                 |  1743 -
 lib/g3d/g3dlong.c                                  |    69 -
 lib/g3d/g3dmapset.c                                |    15 -
 lib/g3d/g3dmask.c                                  |   414 -
 lib/g3d/g3dmisc.c                                  |    99 -
 lib/g3d/g3dnull.c                                  |    40 -
 lib/g3d/g3dopen.c                                  |   330 -
 lib/g3d/g3dopen2.c                                 |    33 -
 lib/g3d/g3dparam.c                                 |   187 -
 lib/g3d/g3drange.c                                 |   238 -
 lib/g3d/g3dregion.c                                |   285 -
 lib/g3d/g3dresample.c                              |    93 -
 lib/g3d/g3dvolume.c                                |   265 -
 lib/g3d/g3dwindow.c                                |   211 -
 lib/g3d/g3dwindowio.c                              |   284 -
 lib/g3d/getblock.c                                 |   135 -
 lib/g3d/header.c                                   |   432 -
 lib/g3d/headerinfo.c                               |   277 -
 lib/g3d/index.c                                    |   224 -
 lib/g3d/retile.c                                   |   140 -
 lib/g3d/rle.c                                      |   270 -
 lib/g3d/tilealloc.c                                |    80 -
 lib/g3d/tileio.c                                   |   252 -
 lib/g3d/tilemath.c                                 |   370 -
 lib/g3d/tilenull.c                                 |    44 -
 lib/g3d/tileread.c                                 |   436 -
 lib/g3d/tilewrite.c                                |   555 -
 lib/g3d/writeascii.c                               |    54 -
 lib/gis/G.h                                        |    95 +-
 lib/gis/Makefile                                   |    73 +-
 lib/gis/README.GUI                                 |   183 -
 lib/gis/README.TYPE                                |     2 +-
 lib/gis/adj_cellhd.c                               |   142 +-
 lib/gis/align_window.c                             |    75 -
 lib/gis/alloc.c                                    |   100 +-
 lib/gis/alloc_cell.c                               |   177 -
 lib/gis/area.c                                     |   142 +-
 lib/gis/area_ellipse.c                             |    89 +-
 lib/gis/area_poly1.c                               |    98 +-
 lib/gis/area_poly2.c                               |    24 +-
 lib/gis/area_sphere.c                              |    66 +-
 lib/gis/ascii_chk.c                                |    14 +-
 lib/gis/ask.c                                      |   618 -
 lib/gis/ask_cell.c                                 |   114 -
 lib/gis/ask_vctrs.c                                |    86 -
 lib/gis/asprintf.c                                 |   155 +-
 lib/gis/auto_mask.c                                |   109 -
 lib/gis/basename.c                                 |   157 +-
 lib/gis/bres_line.c                                |    34 +-
 lib/gis/cats.c                                     |  1668 -
 lib/gis/cell_stats.c                               |   422 -
 lib/gis/cell_title.c                               |    50 -
 lib/gis/cellstats_eq.c                             |    74 -
 lib/gis/clear_scrn.c                               |    21 -
 lib/gis/clicker.c                                  |    27 +-
 lib/gis/closecell.c                                |   419 -
 lib/gis/color_compat.c                             |   189 -
 lib/gis/color_free.c                               |    78 -
 lib/gis/color_get.c                                |   204 -
 lib/gis/color_hist.c                               |   162 -
 lib/gis/color_init.c                               |    49 -
 lib/gis/color_insrt.c                              |   108 -
 lib/gis/color_invrt.c                              |     8 -
 lib/gis/color_look.c                               |   475 -
 lib/gis/color_org.c                                |   150 -
 lib/gis/color_rand.c                               |    47 -
 lib/gis/color_range.c                              |    65 -
 lib/gis/color_read.c                               |   401 -
 lib/gis/color_remove.c                             |    44 -
 lib/gis/color_rule.c                               |   458 -
 lib/gis/color_rule_get.c                           |   123 -
 lib/gis/color_rules.c                              |   375 +-
 lib/gis/color_set.c                                |    89 -
 lib/gis/color_shift.c                              |    14 -
 lib/gis/color_str.c                                |     6 +-
 lib/gis/color_write.c                              |   281 -
 lib/gis/color_xform.c                              |   322 -
 lib/gis/colors.desc                                |    10 +-
 lib/gis/colors/blues                               |     2 +
 lib/gis/colors/elevation                           |     2 +-
 lib/gis/colors/fahrenheit                          |   223 +
 lib/gis/colors/greens                              |     2 +
 lib/gis/colors/kelvin                              |   224 +
 lib/gis/colors/ndwi                                |     6 +
 lib/gis/colors/oranges                             |     2 +
 lib/gis/colors/population_dens                     |     4 -
 lib/gis/colors/precipitation_daily                 |    11 +
 lib/gis/colors/reds                                |     2 +
 lib/gis/colors/srtm_plus                           |    17 +
 lib/gis/commas.c                                   |    14 +-
 lib/gis/copy.c                                     |    34 -
 lib/gis/copy_dir.c                                 |    33 +-
 lib/gis/copy_file.c                                |     2 +-
 lib/gis/counter.c                                  |    84 +
 lib/gis/date.c                                     |    39 +-
 lib/gis/datum.c                                    |    85 +-
 lib/gis/datumtransform.table                       |     2 +-
 lib/gis/debug.c                                    |   110 +-
 lib/gis/dig_title.c                                |    36 -
 lib/gis/distance.c                                 |   168 +-
 lib/gis/dllmain.c                                  |     9 -
 lib/gis/done_msg.c                                 |    14 +-
 lib/gis/element_list                               |    32 -
 lib/gis/ellipse.table.solar.system                 |   144 +
 lib/gis/endian.c                                   |    13 +-
 lib/gis/env.c                                      |   608 +-
 lib/gis/error.c                                    |   233 +-
 lib/gis/file_name.c                                |    35 +-
 lib/gis/find_cell.c                                |    86 -
 lib/gis/find_etc.c                                 |     4 +-
 lib/gis/find_file.c                                |   201 +-
 lib/gis/find_rast.c                                |    80 +
 lib/gis/find_rast3d.c                              |    31 +
 lib/gis/find_vect.c                                |   109 +-
 lib/gis/flate.c                                    |    16 +-
 lib/gis/fork.c                                     |    43 -
 lib/gis/format.c                                   |   192 -
 lib/gis/fpreclass.c                                |   733 -
 lib/gis/gdal.c                                     |   287 -
 lib/gis/geodesic.c                                 |    34 +-
 lib/gis/geodist.c                                  |   154 +-
 lib/gis/get_cellhd.c                               |   117 -
 lib/gis/get_datum_name.c                           |   122 -
 lib/gis/get_ell_name.c                             |    79 -
 lib/gis/get_ellipse.c                              |   274 +-
 lib/gis/get_projinfo.c                             |   106 +-
 lib/gis/get_projname.c                             |    85 -
 lib/gis/get_row.c                                  |  1260 -
 lib/gis/get_row_colr.c                             |    59 -
 lib/gis/get_window.c                               |   214 +-
 lib/gis/getl.c                                     |    64 +-
 lib/gis/gets.c                                     |    99 -
 lib/gis/gis_local_proto.h                          |    14 +
 lib/gis/gisbase.c                                  |    37 +-
 lib/gis/gisdbase.c                                 |    11 +-
 lib/gis/gishelp.c                                  |    53 -
 lib/gis/gisinit.c                                  |   149 +-
 lib/gis/gislib.dox                                 |  3723 +-
 lib/gis/gislib_cmdline_parsing.dox                 |   917 +
 lib/gis/gisrasterlib.dox                           |  2801 -
 lib/gis/gisvectorlib.dox                           |   282 -
 lib/gis/gui.tcl                                    |   892 -
 lib/gis/handler.c                                  |   111 +
 lib/gis/histo_eq.c                                 |    78 -
 lib/gis/histogram.c                                |   466 -
 lib/gis/history.c                                  |   295 -
 lib/gis/home.c                                     |   101 +-
 lib/gis/icon.c                                     |   112 -
 lib/gis/ilist.c                                    |    89 +
 lib/gis/index.c                                    |    49 -
 lib/gis/init_map.c                                 |    86 -
 lib/gis/interp.c                                   |    36 -
 lib/gis/intersect.c                                |   111 +-
 lib/gis/intr_char.c                                |    48 -
 lib/gis/is.c                                       |     8 +-
 lib/gis/key_value1.c                               |   124 +-
 lib/gis/key_value2.c                               |    19 +-
 lib/gis/key_value3.c                               |    70 +-
 lib/gis/key_value4.c                               |    49 +-
 lib/gis/legal_name.c                               |    74 +-
 lib/gis/line_dist.c                                |     4 +-
 lib/gis/list.c                                     |   176 +-
 lib/gis/ll_format.c                                |    60 +-
 lib/gis/local_proto.h                              |    26 +
 lib/gis/locale.c                                   |    75 +-
 lib/gis/location.c                                 |   106 +-
 lib/gis/lrand48.c                                  |   185 +
 lib/gis/ls.c                                       |    43 +-
 lib/gis/ls_filter.c                                |   201 +
 lib/gis/mach_name.c                                |    40 +-
 lib/gis/make_colr.c                                |    94 -
 lib/gis/make_loc.c                                 |   202 +-
 lib/gis/make_mapset.c                              |   133 +-
 lib/gis/mapcase.c                                  |     8 +-
 lib/gis/mapset.c                                   |   136 +-
 lib/gis/mapset_msc.c                               |    17 +-
 lib/gis/mapset_nme.c                               |   230 +-
 lib/gis/mask_info.c                                |    69 -
 lib/gis/maskfd.c                                   |    33 -
 lib/gis/mkstemp.c                                  |   171 +
 lib/gis/myname.c                                   |    28 +-
 lib/gis/nme_in_mps.c                               |   156 +-
 lib/gis/null_val.c                                 |   764 -
 lib/gis/open.c                                     |    55 +-
 lib/gis/open_misc.c                                |    26 +-
 lib/gis/opencell.c                                 |  1197 -
 lib/gis/overwrite.c                                |    21 +-
 lib/gis/pager.c                                    |    69 +
 lib/gis/parser.c                                   |  3245 +-
 lib/gis/parser_dependencies.c                      |   488 +
 lib/gis/parser_help.c                              |   296 +
 lib/gis/parser_html.c                              |   373 +
 lib/gis/parser_interface.c                         |   358 +
 lib/gis/parser_local_proto.h                       |    65 +
 lib/gis/parser_rest.c                              |   297 +
 lib/gis/parser_script.c                            |   143 +
 lib/gis/parser_standard_options.c                  |   924 +
 lib/gis/parser_wps.c                               |  1161 +
 lib/gis/paths.c                                    |    89 +-
 lib/gis/percent.c                                  |   250 +-
 lib/gis/plot.c                                     |   559 +-
 lib/gis/pole_in_poly.c                             |    57 +-
 lib/gis/popen.c                                    |    78 +-
 lib/gis/progrm_nme.c                               |    52 +-
 lib/gis/proj1.c                                    |    53 +-
 lib/gis/proj2.c                                    |    67 +-
 lib/gis/proj3.c                                    |   271 +-
 lib/gis/put_cellhd.c                               |    35 -
 lib/gis/put_row.c                                  |   931 -
 lib/gis/put_title.c                                |    86 -
 lib/gis/put_window.c                               |    90 +-
 lib/gis/putenv.c                                   |    27 +-
 lib/gis/quant.c                                    |   947 -
 lib/gis/quant_io.c                                 |   320 -
 lib/gis/quant_rw.c                                 |   249 -
 lib/gis/radii.c                                    |   125 +-
 lib/gis/range.c                                    |   687 -
 lib/gis/raster.c                                   |   331 -
 lib/gis/raster_metadata.c                          |   153 -
 lib/gis/rd_cellhd.c                                |   187 +-
 lib/gis/reclass.c                                  |   377 -
 lib/gis/remove.c                                   |    53 +-
 lib/gis/rename.c                                   |    73 +-
 lib/gis/renamed_options                            |   694 +
 lib/gis/rhumbline.c                                |    51 +-
 lib/gis/rotate.c                                   |     4 +-
 lib/gis/sample.c                                   |   300 -
 lib/gis/seek.c                                     |     2 +-
 lib/gis/set_window.c                               |   179 +-
 lib/gis/short_way.c                                |    27 +-
 lib/gis/snprintf.c                                 |    14 +-
 lib/gis/spawn.c                                    |    20 +-
 lib/gis/squeeze.c                                  |    66 -
 lib/gis/store.c                                    |    40 -
 lib/gis/strings.c                                  |   589 +-
 lib/gis/system.c                                   |   103 -
 lib/gis/tempfile.c                                 |    80 +-
 lib/gis/testsuite/gis_lib_env_test.py              |    75 +
 lib/gis/timestamp.c                                |   589 +-
 lib/gis/token.c                                    |   193 +-
 lib/gis/trim_dec.c                                 |    24 +-
 lib/gis/unctrl.c                                   |    48 -
 lib/gis/units.c                                    |   369 +
 lib/gis/unix_socks.c                               |   394 -
 lib/gis/user_config.c                              |     7 +-
 lib/gis/verbose.c                                  |   101 +-
 lib/gis/view.c                                     |    17 +-
 lib/gis/whoami.c                                   |    67 +-
 lib/gis/wind_2_box.c                               |    18 +-
 lib/gis/wind_format.c                              |    71 +-
 lib/gis/wind_in.c                                  |     4 +-
 lib/gis/wind_limits.c                              |     8 +-
 lib/gis/wind_overlap.c                             |     8 +-
 lib/gis/wind_scan.c                                |   128 +-
 lib/gis/window_map.c                               |   393 +-
 lib/gis/worker.c                                   |   187 +
 lib/gis/wr_cellhd.c                                |    24 +-
 lib/gis/writ_zeros.c                               |    16 +-
 lib/gis/xdr.c                                      |    92 +
 lib/gis/yes.c                                      |    71 -
 lib/gis/zero.c                                     |    24 +-
 lib/gis/zero_cell.c                                |    67 -
 lib/gis/zone.c                                     |    17 +-
 lib/gmath/ATLAS_wrapper_blas_level_1.c             |   419 +
 lib/gmath/Makefile                                 |     8 +-
 lib/gmath/TODO                                     |    20 +-
 lib/gmath/blas_level_1.c                           |   675 +
 lib/gmath/blas_level_2.c                           |   388 +
 lib/gmath/blas_level_3.c                           |   231 +
 lib/gmath/ccmath_grass_wrapper.c                   |   479 +
 lib/gmath/dalloc.c                                 |     4 +-
 lib/gmath/del2g.c                                  |     2 +-
 lib/gmath/eigen.c                                  |   147 -
 lib/gmath/eigen_tools.c                            |   183 +-
 lib/gmath/gauss.c                                  |     8 +-
 lib/gmath/gmathlib.dox                             |   492 +-
 lib/gmath/ialloc.c                                 |     4 +-
 lib/gmath/jacobi.c                                 |    99 -
 lib/gmath/la.c                                     |   207 +-
 lib/gmath/lu.c                                     |    39 +-
 lib/gmath/mult.c                                   |     4 +-
 lib/gmath/rand1.c                                  |    34 +-
 lib/gmath/solvers_classic_iter.c                   |   281 +
 lib/gmath/solvers_direct.c                         |   328 +
 lib/gmath/solvers_direct_cholesky_band.c           |   208 +
 lib/gmath/solvers_krylov.c                         |   806 +
 lib/gmath/sparse_matrix.c                          |   378 +
 lib/gmath/svd.c                                    |   283 -
 lib/gmath/symmetric_band_matrix.c                  |   150 +
 lib/gmath/test/Makefile                            |    11 +
 lib/gmath/test/bench_blas2.c                       |   122 +
 lib/gmath/test/bench_blas3.c                       |    93 +
 lib/gmath/test/bench_solver_direct.c               |   109 +
 lib/gmath/test/bench_solver_krylov.c               |   122 +
 lib/gmath/test/test.gmath.lib.html                 |     3 +
 lib/gmath/test/test_blas1.c                        |   517 +
 lib/gmath/test/test_blas2.c                        |   316 +
 lib/gmath/test/test_blas3.c                        |   259 +
 lib/gmath/test/test_ccmath_wrapper.c               |   230 +
 lib/gmath/test/test_gmath_lib.h                    |   137 +
 lib/gmath/test/test_main.c                         |   200 +
 lib/gmath/test/test_matrix_conversion.c            |   167 +
 lib/gmath/test/test_solvers.c                      |   506 +
 lib/gmath/test/test_tools.c                        |   494 +
 lib/gmath/test/test_tools_les.c                    |   479 +
 lib/gpde/Makefile                                  |     7 +-
 lib/gpde/N_arrays.c                                |  1241 -
 lib/gpde/N_arrays_calc.c                           |   887 -
 lib/gpde/N_arrays_io.c                             |   490 -
 lib/gpde/N_geom.c                                  |   204 -
 lib/gpde/N_gradient_calc.c                         |   640 -
 lib/gpde/N_gwflow.c                                |   536 -
 lib/gpde/N_gwflow.h                                |     5 +
 lib/gpde/N_heatflow.c                              |    19 -
 lib/gpde/N_heatflow.h                              |     6 +-
 lib/gpde/N_les.c                                   |   428 -
 lib/gpde/N_les_assemble.c                          |  1395 -
 lib/gpde/N_les_pivot.c                             |    92 -
 lib/gpde/N_parse_options.c                         |   111 -
 lib/gpde/N_pde.h                                   |   259 +-
 lib/gpde/N_solute_transport.c                      |   772 -
 lib/gpde/N_solvers.c                               |   429 -
 lib/gpde/N_solvers_classic_iter.c                  |   241 -
 lib/gpde/N_solvers_krylov.c                        |   982 -
 lib/gpde/N_tools.c                                 |   200 -
 lib/gpde/N_upwind.c                                |    77 -
 lib/gpde/gpdelib.dox                               |    16 +-
 lib/gpde/n_arrays.c                                |  1244 +
 lib/gpde/n_arrays_calc.c                           |   889 +
 lib/gpde/n_arrays_io.c                             |   467 +
 lib/gpde/n_geom.c                                  |   204 +
 lib/gpde/{N_gradient.c => n_gradient.c}            |     0
 lib/gpde/n_gradient_calc.c                         |   657 +
 lib/gpde/n_gwflow.c                                |   720 +
 lib/gpde/n_heatflow.c                              |    19 +
 lib/gpde/n_les.c                                   |   335 +
 lib/gpde/n_les_assemble.c                          |  1397 +
 lib/gpde/n_parse_options.c                         |   111 +
 lib/gpde/n_solute_transport.c                      |   772 +
 lib/gpde/n_tools.c                                 |   200 +
 lib/gpde/n_upwind.c                                |    77 +
 lib/gpde/solvers_local_proto.h                     |    22 -
 lib/gpde/test/Makefile                             |     5 +-
 lib/gpde/test/test.gpde.lib.html                   |    11 +
 lib/gpde/test/test_arrays.c                        |    48 +-
 lib/gpde/test/test_assemble.c                      |    71 +-
 lib/gpde/test/test_geom.c                          |    24 +-
 lib/gpde/test/test_gpde_lib.h                      |    11 +-
 lib/gpde/test/test_gradient.c                      |   102 +-
 lib/gpde/test/test_gwflow.c                        |   243 +-
 lib/gpde/test/test_heat.c                          |    11 +-
 lib/gpde/test/test_les.c                           |    22 +-
 lib/gpde/test/test_main.c                          |    38 +-
 lib/gpde/test/test_solute_transport.c              |    96 +-
 lib/gpde/test/test_solvers.c                       |   235 -
 lib/gpde/test/test_tools.c                         |   235 +-
 lib/grass6_arch.png                                |   Bin 39216 -> 0 bytes
 lib/gtcltk/Makefile                                |    16 -
 lib/gtcltk/gmsg.tcl                                |    27 -
 lib/gtcltk/grocat.c                                |    50 -
 lib/gtcltk/gronsole.tcl                            |   552 -
 lib/gtcltk/options.tcl                             |   115 -
 lib/gtcltk/select.tcl                              |   318 -
 lib/htmldriver/Makefile                            |    10 +
 lib/htmldriver/README                              |   172 +
 lib/htmldriver/box.c                               |    12 +
 lib/htmldriver/draw.c                              |    37 +
 lib/htmldriver/driver.c                            |    57 +
 lib/htmldriver/graph_clse.c                        |   161 +
 lib/htmldriver/graph_set.c                         |   134 +
 lib/htmldriver/htmldriver.html                     |   196 +
 lib/htmldriver/htmlmap.h                           |    66 +
 lib/htmldriver/polygon.c                           |   208 +
 lib/htmldriver/text.c                              |    30 +
 lib/imagery/Makefile                               |     6 +-
 lib/imagery/ask_group.c                            |    67 -
 lib/imagery/georef.c                               |   569 +-
 lib/imagery/georef_tps.c                           |   494 +
 lib/imagery/group.c                                |     2 +-
 lib/imagery/iclass.c                               |   179 +
 lib/imagery/iclass_bands.c                         |    99 +
 lib/imagery/iclass_local_proto.h                   |   107 +
 lib/imagery/iclass_perimeter.c                     |   405 +
 lib/imagery/iclass_signatures.c                    |   128 +
 lib/imagery/iclass_statistics.c                    |   765 +
 lib/imagery/imagerylib.dox                         |     6 +-
 lib/imagery/iscatt_core.c                          |  1003 +
 lib/imagery/iscatt_structs.c                       |   290 +
 lib/imagery/list_subgp.c                           |    51 +-
 lib/imagery/loc_info.c                             |    15 +-
 lib/imagery/ls_groups.c                            |   137 -
 lib/imagery/sigfile.c                              |    25 +-
 lib/imagery/sigsetfile.c                           |    24 +-
 lib/imagery/target.c                               |     2 +-
 lib/init/Makefile                                  |   208 +-
 lib/init/README                                    |    81 +
 lib/init/chk_dbase.c                               |    38 -
 lib/init/clean_temp.c                              |     9 +-
 lib/init/epsg_option.tcl                           |   513 -
 lib/init/file_option.tcl                           |   274 -
 lib/init/gis_set.tcl                               |   947 -
 lib/init/grass-run.bat                             |    30 -
 lib/init/grass-run.src                             |    45 -
 lib/init/grass-xterm-mac                           |    75 +-
 lib/init/grass-xterm-wrapper                       |    21 -
 lib/init/grass.py                                  |  1493 +
 lib/init/grass.sh                                  |    31 +
 lib/init/grass.src                                 |    25 -
 lib/init/grass6.html                               |   428 -
 lib/init/grass7.html                               |   358 +
 lib/init/grass_intro.txt                           |    12 -
 lib/init/grass_start.png                           |   Bin 92617 -> 93650 bytes
 lib/init/help_loc_struct.png                       |   Bin 35526 -> 54377 bytes
 lib/init/helptext.html                             |    66 +-
 lib/init/init.bat                                  |   223 -
 lib/init/init.sh                                   |  1086 -
 lib/init/license.txt                               |     4 +-
 lib/init/lock.c                                    |     6 +-
 lib/init/mke_loc.c                                 |   195 -
 lib/init/mke_mapset.c                              |    45 -
 lib/init/other.c                                   |    57 -
 lib/init/prompt.sh                                 |     9 -
 lib/init/set_data.c                                |   348 -
 lib/init/variables.html                            |   518 +-
 lib/init/welcome.txt                               |     1 -
 lib/iostream/Makefile                              |     8 +-
 lib/iostream/ami_stream.cc                         |   165 -
 lib/iostream/ami_stream.cpp                        |   177 +
 lib/iostream/minmaxheap_test.cc                    |    44 -
 lib/iostream/mm.cc                                 |   464 -
 lib/iostream/mm.cpp                                |   486 +
 lib/iostream/mm_utils.cc                           |    48 -
 lib/iostream/mm_utils.cpp                          |    64 +
 lib/iostream/rtimer.cc                             |    46 -
 lib/iostream/rtimer.cpp                            |    64 +
 lib/lidar/InterpSpline.c                           |   683 +
 lib/lidar/Makefile                                 |    14 +
 lib/lidar/README                                   |    19 +
 lib/lidar/lidar.h                                  |   219 +
 lib/lidar/raster.c                                 |   311 +
 lib/lidar/zones.c                                  |   656 +
 lib/linkm/Makefile                                 |    15 +-
 lib/linkm/README                                   |    17 +-
 lib/linkm/destroy.c                                |    17 -
 lib/linkm/new.c                                    |     2 +-
 lib/linkm/{ => test}/linkm.c                       |     0
 lib/linkm/{ => test}/malloc.c                      |     0
 lib/linkm/{ => test}/speed.c                       |     0
 lib/linkm/{ => test}/speed2.c                      |     0
 lib/linkm/{ => test}/speed3.c                      |     0
 lib/linkm/{ => test}/try.c                         |     0
 lib/linkm/{ => test}/try2.c                        |     0
 lib/loc_struct.png                                 |   Bin 35526 -> 37444 bytes
 lib/manage/Makefile                                |    17 +
 lib/manage/add_elem.c                              |    38 +
 lib/manage/do_copy.c                               |    85 +
 lib/manage/do_list.c                               |    43 +
 lib/manage/do_remove.c                             |   124 +
 lib/manage/do_rename.c                             |   122 +
 lib/manage/element_list                            |    21 +
 lib/manage/empty.c                                 |    47 +
 lib/manage/find.c                                  |    41 +
 lib/manage/get_len.c                               |    38 +
 lib/manage/list.c                                  |    52 +
 lib/manage/manage_local_proto.h                    |     9 +
 lib/manage/managelib.dox                           |    29 +
 lib/manage/option.c                                |   140 +
 lib/manage/read_list.c                             |   136 +
 lib/manage/show_elem.c                             |    33 +
 lib/manage/sighold.c                               |    39 +
 lib/nviz/Makefile                                  |    21 +-
 lib/nviz/change_view.c                             |    10 +-
 lib/nviz/cplanes_obj.c                             |     4 +
 lib/nviz/draw.c                                    |     9 +-
 lib/nviz/map_obj.c                                 |    12 +-
 lib/nviz/nviz.c                                    |    42 +-
 lib/nviz/nvizlib.dox                               |     8 +-
 lib/nviz/render.c                                  |    18 +-
 lib/ogsf/GK2.c                                     |   628 -
 lib/ogsf/GP2.c                                     |   609 -
 lib/ogsf/GS2.c                                     |  3492 -
 lib/ogsf/GSX.c                                     |    70 -
 lib/ogsf/GS_util.c                                 |   486 -
 lib/ogsf/GV2.c                                     |   523 -
 lib/ogsf/GVL2.c                                    |  1478 -
 lib/ogsf/Gp3.c                                     |   218 -
 lib/ogsf/Gs3.c                                     |  1251 -
 lib/ogsf/Gv3.c                                     |   281 -
 lib/ogsf/Gvl3.c                                    |    88 -
 lib/ogsf/Makefile                                  |    19 +-
 lib/ogsf/gk.c                                      |     6 +-
 lib/ogsf/gk2.c                                     |   625 +
 lib/ogsf/gp.c                                      |   153 +-
 lib/ogsf/gp2.c                                     |   710 +
 lib/ogsf/gp3.c                                     |   292 +
 lib/ogsf/gpd.c                                     |   448 +-
 lib/ogsf/gs.c                                      |    11 +-
 lib/ogsf/gs2.c                                     |  3495 +
 lib/ogsf/gs3.c                                     |  1198 +
 lib/ogsf/gs_bm.c                                   |     4 +-
 lib/ogsf/gs_norms.c                                |     4 +-
 lib/ogsf/gs_query.c                                |     8 +-
 lib/ogsf/gs_util.c                                 |   486 +
 lib/ogsf/gsd_cplane.c                              |     4 +-
 lib/ogsf/gsd_fonts.c                               |     5 +-
 lib/ogsf/gsd_fringe.c                              |   167 +-
 lib/ogsf/gsd_img_mpeg.c                            |   510 -
 lib/ogsf/gsd_img_ppm.c                             |     9 +-
 lib/ogsf/gsd_img_tif.c                             |     8 +-
 lib/ogsf/gsd_label.c                               |     4 +-
 lib/ogsf/gsd_legend.c                              |    39 +-
 lib/ogsf/gsd_objs.c                                |    14 +-
 lib/ogsf/gsd_prim.c                                |    14 +-
 lib/ogsf/gsd_surf.c                                |     4 +-
 lib/ogsf/gsd_views.c                               |     4 +-
 lib/ogsf/gsd_wire.c                                |     6 +-
 lib/ogsf/gsdiff.c                                  |     4 +-
 lib/ogsf/gsdrape.c                                 |     4 +-
 lib/ogsf/gsds.c                                    |    43 +-
 lib/ogsf/gsget.c                                   |     4 +-
 lib/ogsf/gsget.h                                   |     2 +-
 lib/ogsf/gsx.c                                     |    70 +
 lib/ogsf/gv.c                                      |    82 +-
 lib/ogsf/gv2.c                                     |   601 +
 lib/ogsf/gv3.c                                     |   419 +
 lib/ogsf/gv_quick.c                                |     4 +-
 lib/ogsf/gvd.c                                     |    76 +-
 lib/ogsf/gvl.c                                     |    10 +-
 lib/ogsf/gvl2.c                                    |  1521 +
 lib/ogsf/gvl3.c                                    |    88 +
 lib/ogsf/gvl_calc.c                                |    48 +-
 lib/ogsf/gvl_calc2.c                               |     4 +-
 lib/ogsf/gvl_file.c                                |    69 +-
 lib/ogsf/gvld.c                                    |     6 +-
 lib/ogsf/mc33_table.h                              |     2 +-
 lib/ogsf/ogsflib.dox                               |   709 +-
 lib/ogsf/rowcol.h                                  |     2 +
 lib/ogsf/trans.c                                   |     4 +-
 lib/pngdriver/Box.c                                |    41 -
 lib/pngdriver/Client.c                             |     8 -
 lib/pngdriver/Color.c                              |    28 -
 lib/pngdriver/Color_table.c                        |   134 -
 lib/pngdriver/Draw_bitmap.c                        |    73 -
 lib/pngdriver/Draw_line.c                          |   125 -
 lib/pngdriver/Draw_point.c                         |    11 -
 lib/pngdriver/Driver.c                             |    67 -
 lib/pngdriver/Erase.c                              |    12 -
 lib/pngdriver/Graph_close.c                        |    40 -
 lib/pngdriver/Graph_set.c                          |   156 -
 lib/pngdriver/Line_width.c                         |     8 -
 lib/pngdriver/Makefile                             |    43 +-
 lib/pngdriver/Raster.c                             |   112 -
 lib/pngdriver/Respond.c                            |     8 -
 lib/pngdriver/Set_window.c                         |    28 -
 lib/pngdriver/box.c                                |    65 +
 lib/pngdriver/color.c                              |    35 +
 lib/pngdriver/color_table.c                        |   126 +
 lib/pngdriver/draw.c                               |    50 +
 lib/pngdriver/draw_bitmap.c                        |    86 +
 lib/pngdriver/draw_line.c                          |   104 +
 lib/pngdriver/draw_point.c                         |    15 +
 lib/pngdriver/driver.c                             |    58 +
 lib/pngdriver/erase.c                              |    29 +
 lib/pngdriver/graph_close.c                        |    58 +
 lib/pngdriver/graph_set.c                          |   183 +
 lib/pngdriver/line_width.c                         |    26 +
 lib/pngdriver/pngdriver.h                          |    89 +-
 lib/pngdriver/pngdriver.html                       |   116 +
 lib/pngdriver/pngdriverlib.dox                     |    29 +
 lib/pngdriver/point.c                              |    28 +
 lib/pngdriver/polygon.c                            |   147 +
 lib/pngdriver/raster.c                             |   147 +
 lib/pngdriver/read.c                               |    18 +-
 lib/pngdriver/read_bmp.c                           |    36 +-
 lib/pngdriver/read_png.c                           |    68 +-
 lib/pngdriver/read_ppm.c                           |    49 +-
 lib/pngdriver/set_window.c                         |    29 +
 lib/pngdriver/write.c                              |    22 +-
 lib/pngdriver/write_bmp.c                          |    30 +-
 lib/pngdriver/write_png.c                          |    79 +-
 lib/pngdriver/write_ppm.c                          |    34 +-
 lib/proj/Makefile                                  |    84 +-
 lib/proj/README.txt                                |     2 +
 lib/proj/convert.c                                 |   161 +-
 lib/proj/datum.c                                   |   152 +-
 .../proj-desc.table => lib/proj/desc.table         |     0
 lib/proj/do_proj.c                                 |     4 +-
 lib/proj/ellipse.c                                 |    54 +-
 lib/proj/get_proj.c                                |    14 +-
 lib/proj/local_proto.h                             |     2 +-
 .../proj-parms.table => lib/proj/parms.table       |     0
 lib/proj/pcs.csv                                   |     1 +
 lib/proj/projlib.dox                               |     4 +-
 .../proj-units.table => lib/proj/units.table       |     0
 lib/psdriver/Box.c                                 |     7 -
 lib/psdriver/Client.c                              |     7 -
 lib/psdriver/Color.c                               |    21 -
 lib/psdriver/Color_table.c                         |    28 -
 lib/psdriver/Draw_bitmap.c                         |    35 -
 lib/psdriver/Draw_line.c                           |     7 -
 lib/psdriver/Draw_point.c                          |     6 -
 lib/psdriver/Driver.c                              |    67 -
 lib/psdriver/Erase.c                               |    10 -
 lib/psdriver/Graph_close.c                         |    17 -
 lib/psdriver/Graph_set.c                           |   231 -
 lib/psdriver/Line_width.c                          |     9 -
 lib/psdriver/Makefile                              |    32 +-
 lib/psdriver/Polygon.c                             |    17 -
 lib/psdriver/Polyline.c                            |    17 -
 lib/psdriver/Raster.c                              |    65 -
 lib/psdriver/Respond.c                             |     7 -
 lib/psdriver/Set_window.c                          |    26 -
 lib/psdriver/box.c                                 |     7 +
 lib/psdriver/color.c                               |    11 +
 lib/psdriver/draw.c                                |    50 +
 lib/psdriver/draw_bitmap.c                         |    35 +
 lib/psdriver/driver.c                              |    59 +
 lib/psdriver/erase.c                               |     9 +
 lib/psdriver/graph_close.c                         |    17 +
 lib/psdriver/graph_set.c                           |   240 +
 lib/psdriver/line_width.c                          |     9 +
 lib/psdriver/psdriver.h                            |    53 +-
 lib/psdriver/psdriver.html                         |   100 +
 lib/psdriver/psdriver.ps                           |    45 +-
 lib/psdriver/psdriverlib.dox                       |    29 +
 lib/psdriver/raster.c                              |    65 +
 lib/psdriver/set_window.c                          |    26 +
 lib/python/Makefile                                |    44 +-
 lib/python/__init__.py                             |     8 +-
 lib/python/array.py                                |   142 -
 lib/python/core.py                                 |  1240 -
 lib/python/ctypes/Makefile                         |   110 +-
 lib/python/ctypes/__init__.py                      |     7 +-
 lib/python/ctypes/ctypesgencore/libraryloader.py   |     2 +-
 lib/python/ctypes/ctypesgencore/parser/lex.py      |     6 +-
 lib/python/ctypes/ctypesgencore/parser/pplexer.py  |     4 +-
 lib/python/ctypes/ctypesgencore/parser/yacc.py     |     8 +-
 .../ctypes/ctypesgencore/processor/operations.py   |     2 +-
 lib/python/ctypes/loader.py                        |     2 +-
 lib/python/db.py                                   |   147 -
 lib/python/docs/Makefile                           |   117 +
 lib/python/docs/_static/pygrass.css                |    74 +
 lib/python/docs/_templates/layout.html.template    |     9 +
 lib/python/docs/_templates/oholosidebar.html       |     9 +
 lib/python/docs/conf.py                            |   365 +
 lib/python/docs/make.bat                           |   242 +
 lib/python/docs/src/index.rst                      |    37 +
 lib/python/docs/src/pygrass_gis.rst                |    21 +
 lib/python/docs/src/pygrass_index.rst              |    58 +
 lib/python/docs/src/pygrass_messages.rst           |    50 +
 lib/python/docs/src/pygrass_modules.rst            |   209 +
 lib/python/docs/src/pygrass_raster.rst             |   215 +
 lib/python/docs/src/pygrass_vector.rst             |   331 +
 lib/python/docs/src/script_intro.rst               |   159 +
 lib/python/docs/src/temporal_framework.rst         |   423 +
 lib/python/exceptions/Makefile                     |    30 +
 lib/python/exceptions/__init__.py                  |    80 +
 .../exceptions/testsuite/test_ScriptError.py       |    20 +
 lib/python/grass__init__.py                        |     4 -
 lib/python/imaging/Makefile                        |    27 +
 lib/python/imaging/README                          |    40 +
 lib/python/imaging/__init__.py                     |     4 +
 lib/python/imaging/images2avi.py                   |   174 +
 lib/python/imaging/images2gif.py                   |  1052 +
 lib/python/imaging/images2ims.py                   |   238 +
 lib/python/imaging/images2swf.py                   |  1010 +
 lib/python/pydispatch/Makefile                     |    27 +
 lib/python/pydispatch/PKG-INFO                     |    27 +
 lib/python/pydispatch/__init__.py                  |    25 +
 lib/python/pydispatch/dispatcher.py                |   506 +
 lib/python/pydispatch/errors.py                    |    14 +
 lib/python/pydispatch/license.txt                  |    34 +
 lib/python/pydispatch/robust.py                    |    58 +
 lib/python/pydispatch/robustapply.py               |    60 +
 lib/python/pydispatch/saferef.py                   |   184 +
 lib/python/pydispatch/signal.py                    |   276 +
 lib/python/pygrass/Makefile                        |    36 +
 lib/python/pygrass/__init__.py                     |     1 +
 lib/python/pygrass/errors.py                       |    18 +
 lib/python/pygrass/gis/Makefile                    |    32 +
 lib/python/pygrass/gis/__init__.py                 |   444 +
 lib/python/pygrass/gis/region.py                   |   382 +
 lib/python/pygrass/messages/Makefile               |    32 +
 lib/python/pygrass/messages/__init__.py            |   358 +
 lib/python/pygrass/modules/Makefile                |    36 +
 lib/python/pygrass/modules/__init__.py             |     3 +
 lib/python/pygrass/modules/grid/Makefile           |    32 +
 lib/python/pygrass/modules/grid/__init__.py        |     3 +
 lib/python/pygrass/modules/grid/grid.py            |   601 +
 lib/python/pygrass/modules/grid/patch.py           |    97 +
 lib/python/pygrass/modules/grid/split.py           |   106 +
 lib/python/pygrass/modules/interface/Makefile      |    32 +
 lib/python/pygrass/modules/interface/__init__.py   |    13 +
 lib/python/pygrass/modules/interface/docstring.py  |    55 +
 lib/python/pygrass/modules/interface/env.py        |    36 +
 lib/python/pygrass/modules/interface/flag.py       |   123 +
 lib/python/pygrass/modules/interface/module.py     |   719 +
 lib/python/pygrass/modules/interface/parameter.py  |   279 +
 lib/python/pygrass/modules/interface/read.py       |   114 +
 lib/python/pygrass/modules/interface/typedict.py   |    63 +
 lib/python/pygrass/modules/shortcuts.py            |    72 +
 lib/python/pygrass/orderdict.py                    |   259 +
 lib/python/pygrass/raster/Makefile                 |    32 +
 lib/python/pygrass/raster/__init__.py              |   481 +
 lib/python/pygrass/raster/abstract.py              |   525 +
 lib/python/pygrass/raster/buffer.py                |    54 +
 lib/python/pygrass/raster/category.py              |   345 +
 lib/python/pygrass/raster/history.py               |   262 +
 lib/python/pygrass/raster/raster_type.py           |    28 +
 lib/python/pygrass/raster/rowio.py                 |    78 +
 lib/python/pygrass/raster/segment.py               |   129 +
 lib/python/pygrass/shell/Makefile                  |    32 +
 lib/python/pygrass/shell/__init__.py               |     2 +
 lib/python/pygrass/shell/conversion.py             |    87 +
 lib/python/pygrass/shell/show.py                   |    13 +
 lib/python/pygrass/tests/Makefile                  |    32 +
 lib/python/pygrass/tests/__init__.py               |     0
 lib/python/pygrass/tests/benchmark.py              |   438 +
 lib/python/pygrass/tests/set_mapset.py             |    84 +
 lib/python/pygrass/utils.py                        |   346 +
 lib/python/pygrass/vector/Makefile                 |    32 +
 lib/python/pygrass/vector/__init__.py              |   576 +
 lib/python/pygrass/vector/abstract.py              |   434 +
 lib/python/pygrass/vector/basic.py                 |   574 +
 lib/python/pygrass/vector/find.py                  |   203 +
 lib/python/pygrass/vector/geometry.py              |  1677 +
 lib/python/pygrass/vector/sql.py                   |    46 +
 lib/python/pygrass/vector/table.py                 |  1154 +
 .../pygrass/vector/testsuite/test_geometry.py      |   192 +
 .../pygrass/vector/testsuite/test_vector3d.py      |    68 +
 lib/python/pygrass/vector/vector_type.py           |    24 +
 lib/python/pythonlib.dox                           |   286 -
 lib/python/raster.py                               |   149 -
 lib/python/script/Makefile                         |    29 +
 lib/python/script/__init__.py                      |     9 +
 lib/python/script/array.py                         |   365 +
 lib/python/script/core.py                          |  1550 +
 lib/python/script/db.py                            |   198 +
 lib/python/script/raster.py                        |   201 +
 lib/python/script/raster3d.py                      |    85 +
 lib/python/script/setup.py                         |   191 +
 lib/python/script/task.py                          |   594 +
 lib/python/script/utils.py                         |   237 +
 lib/python/script/vector.py                        |   399 +
 lib/python/setup.py.sed                            |    72 -
 lib/python/task.py                                 |   545 -
 lib/python/temporal/Makefile                       |    31 +
 lib/python/temporal/__init__.py                    |    33 +
 lib/python/temporal/abstract_dataset.py            |   672 +
 lib/python/temporal/abstract_map_dataset.py        |  1043 +
 lib/python/temporal/abstract_space_time_dataset.py |  2462 +
 lib/python/temporal/aggregation.py                 |   319 +
 lib/python/temporal/base.py                        |  1066 +
 lib/python/temporal/c_libraries_interface.py       |  1297 +
 lib/python/temporal/core.py                        |  1321 +
 lib/python/temporal/datetime_math.py               |   866 +
 lib/python/temporal/extract.py                     |   276 +
 lib/python/temporal/factory.py                     |    50 +
 lib/python/temporal/gui_support.py                 |   121 +
 lib/python/temporal/list_stds.py                   |   283 +
 lib/python/temporal/mapcalc.py                     |   678 +
 lib/python/temporal/metadata.py                    |  1704 +
 lib/python/temporal/open_stds.py                   |   253 +
 lib/python/temporal/register.py                    |   504 +
 lib/python/temporal/sampling.py                    |   172 +
 lib/python/temporal/space_time_datasets.py         |  1220 +
 lib/python/temporal/spatial_extent.py              |  1850 +
 .../temporal/spatial_topology_dataset_connector.py |   374 +
 .../temporal/spatio_temporal_relationships.py      |  1095 +
 lib/python/temporal/stds_export.py                 |   399 +
 lib/python/temporal/stds_import.py                 |   479 +
 lib/python/temporal/temporal_algebra.py            |  2782 +
 lib/python/temporal/temporal_extent.py             |  1468 +
 lib/python/temporal/temporal_granularity.py        |   793 +
 lib/python/temporal/temporal_operator.py           |   615 +
 lib/python/temporal/temporal_raster3d_algebra.py   |   126 +
 lib/python/temporal/temporal_raster_algebra.py     |   163 +
 .../temporal/temporal_raster_base_algebra.py       |  1637 +
 .../temporal_topology_dataset_connector.py         |   590 +
 lib/python/temporal/temporal_vector_algebra.py     |   618 +
 lib/python/temporal/testsuite/test_doctests.py     |    50 +
 .../temporal/testsuite/test_register_function.py   |   304 +
 .../temporal/testsuite/unittests_register.py       |   307 +
 .../testsuite/unittests_temporal_algebra.py        |   354 +
 .../testsuite/unittests_temporal_algebra_grs.py    |   228 +
 .../testsuite/unittests_temporal_conditionals.py   |   356 +
 .../unittests_temporal_raster3d_algebra.py         |    83 +
 .../testsuite/unittests_temporal_raster_algebra.py |   711 +
 .../unittests_temporal_raster_algebra_grs.py       |   277 +
 .../unittests_temporal_raster_conditionals.py      |   498 +
 .../testsuite/unittests_temporal_vector_algebra.py |   209 +
 lib/python/temporal/unit_tests.py                  |  1668 +
 lib/python/temporal/univar_statistics.py           |   229 +
 lib/python/vector.py                               |   362 -
 lib/raster/Makefile                                |    32 +-
 lib/raster/R.h                                     |    93 +
 lib/raster/align_window.c                          |    75 +
 lib/raster/alloc_cell.c                            |   206 +
 lib/raster/auto_mask.c                             |   114 +
 lib/raster/cats.c                                  |  1325 +
 lib/raster/cell_stats.c                            |   392 +
 lib/raster/cell_title.c                            |    50 +
 lib/raster/cellstats_eq.c                          |    76 +
 lib/raster/close.c                                 |   495 +
 lib/raster/color_compat.c                          |   316 +
 lib/raster/color_free.c                            |   105 +
 lib/raster/color_get.c                             |   165 +
 lib/raster/color_hist.c                            |   161 +
 lib/raster/color_init.c                            |    32 +
 lib/raster/color_insrt.c                           |   110 +
 lib/raster/color_invrt.c                           |    20 +
 lib/raster/color_look.c                            |   444 +
 lib/raster/color_org.c                             |   147 +
 lib/raster/color_out.c                             |    87 +
 lib/raster/color_rand.c                            |    51 +
 lib/raster/color_range.c                           |    92 +
 lib/raster/color_read.c                            |   397 +
 lib/raster/color_remove.c                          |    48 +
 lib/raster/color_rule.c                            |   365 +
 lib/raster/color_rule_get.c                        |   122 +
 lib/raster/color_rules.c                           |   355 +
 lib/raster/color_set.c                             |   106 +
 lib/raster/color_shift.c                           |    25 +
 lib/raster/color_write.c                           |   277 +
 lib/raster/color_xform.c                           |   302 +
 lib/raster/com_get.c                               |    20 -
 lib/raster/com_io.c                                |   211 -
 lib/raster/com_pad.c                               |    72 -
 lib/raster/com_proto.c                             |   535 -
 lib/raster/common.c                                |    67 -
 lib/raster/format.c                                |   189 +
 lib/raster/fpreclass.c                             |   720 +
 lib/raster/gdal.c                                  |   635 +
 lib/raster/get_cellhd.c                            |    82 +
 lib/raster/get_row.c                               |  1022 +
 lib/raster/get_row_colr.c                          |    65 +
 lib/raster/histo_eq.c                              |    78 +
 lib/raster/histogram.c                             |   432 +
 lib/raster/history.c                               |   341 +
 lib/raster/init.c                                  |   111 +
 lib/raster/interp.c                                |   214 +
 lib/raster/io_sock.c                               |   126 -
 lib/raster/loc_get.c                               |    18 -
 lib/raster/loc_io.c                                |    96 -
 lib/raster/loc_pad.c                               |   178 -
 lib/raster/loc_proto.c                             |   558 -
 lib/raster/mask_info.c                             |    72 +
 lib/raster/maskfd.c                                |    31 +
 lib/raster/null_val.c                              |   515 +
 lib/raster/open.c                                  |   946 +
 lib/raster/open.h                                  |    15 -
 lib/raster/parse_mon.c                             |   166 -
 lib/raster/put_cellhd.c                            |    38 +
 lib/raster/put_row.c                               |   724 +
 lib/raster/put_title.c                             |    80 +
 lib/raster/quant.c                                 |   792 +
 lib/raster/quant_io.c                              |   299 +
 lib/raster/quant_rw.c                              |   190 +
 lib/raster/range.c                                 |   574 +
 lib/raster/raster.c                                |   286 +
 lib/raster/raster_metadata.c                       |   151 +
 lib/raster/rastergraphicslib.dox                   |   222 -
 lib/raster/rasterlib.dox                           |  2218 +
 lib/raster/reclass.c                               |   412 +
 lib/raster/rem_get.c                               |    98 -
 lib/raster/rem_io.c                                |   333 -
 lib/raster/rem_pad.c                               |   215 -
 lib/raster/rem_proto.c                             |   639 -
 lib/raster/sample.c                                |   333 +
 lib/raster/set_window.c                            |   177 +
 lib/raster/transport.h                             |   215 -
 lib/raster/window.c                                |   268 +
 lib/raster/window_map.c                            |   153 +
 lib/raster/zero_cell.c                             |    41 +
 lib/raster3d/G3d.h_unused                          |    99 +
 lib/raster3d/Makefile                              |    11 +
 lib/raster3d/README                                |     9 +
 lib/raster3d/alloc.c                               |    72 +
 lib/raster3d/cache.c                               |   332 +
 lib/raster3d/cache1.c                              |   700 +
 lib/raster3d/cachehash.c                           |   124 +
 lib/raster3d/cachehash.h                           |     1 +
 lib/raster3d/cats.c                                |   196 +
 lib/raster3d/changeprecision.c                     |    75 +
 lib/raster3d/changetype.c                          |    81 +
 lib/raster3d/close.c                               |   198 +
 lib/raster3d/color.c                               |   372 +
 lib/raster3d/defaults.c                            |   488 +
 lib/raster3d/doubleio.c                            |    89 +
 lib/raster3d/error.c                               |    81 +
 lib/raster3d/filecompare.c                         |   471 +
 lib/raster3d/filename.c                            |    14 +
 lib/raster3d/fpcompress.c                          |   769 +
 lib/raster3d/fpxdr.c                               |   264 +
 lib/raster3d/getblock.c                            |   137 +
 lib/raster3d/getvalue.c                            |   264 +
 lib/raster3d/header.c                              |   463 +
 lib/raster3d/headerinfo.c                          |   382 +
 lib/raster3d/history.c                             |   106 +
 lib/raster3d/index.c                               |   216 +
 lib/raster3d/intio.c                               |    89 +
 lib/raster3d/keys.c                                |   140 +
 lib/raster3d/long.c                                |    69 +
 lib/raster3d/mapset.c                              |    15 +
 lib/raster3d/mask.c                                |   411 +
 lib/raster3d/maskfn.c                              |   131 +
 lib/raster3d/misc.c                                |   100 +
 lib/raster3d/null.c                                |    43 +
 lib/raster3d/open.c                                |   326 +
 lib/raster3d/open2.c                               |   124 +
 lib/raster3d/param.c                               |   143 +
 lib/raster3d/putvalue.c                            |   103 +
 lib/raster3d/range.c                               |   210 +
 lib/raster3d/raster3d_intern.h                     |   122 +
 lib/raster3d/raster3d_layout.png                   |   Bin 0 -> 150244 bytes
 lib/raster3d/raster3d_layout.xcf                   |   Bin 0 -> 283082 bytes
 lib/raster3d/raster3d_tile_cell_generator.sh       |    13 +
 lib/raster3d/raster3dlib.dox                       |  1751 +
 lib/raster3d/region.c                              |   397 +
 lib/raster3d/resample.c                            |    93 +
 lib/raster3d/retile.c                              |   145 +
 lib/raster3d/rle.c                                 |   282 +
 lib/{g3d => raster3d}/snap.gif                     |   Bin
 lib/{g3d => raster3d}/snap.rgb                     |   Bin
 lib/raster3d/test/Makefile                         |    12 +
 lib/raster3d/test/test.raster3d.lib.html           |    11 +
 lib/raster3d/test/test_coordinate_transform.c      |   266 +
 lib/raster3d/test/test_main.c                      |   154 +
 lib/raster3d/test/test_put_get_value.c             |   578 +
 lib/raster3d/test/test_put_get_value_large_file.c  |   443 +
 lib/raster3d/test/test_raster3d_lib.h              |    31 +
 lib/raster3d/test/test_tools.c                     |    36 +
 lib/raster3d/testsuite/raster3d_lib_test.py        |    40 +
 lib/raster3d/tilealloc.c                           |    78 +
 lib/raster3d/tileio.c                              |   147 +
 lib/raster3d/tilemath.c                            |   398 +
 lib/raster3d/tilenull.c                            |    44 +
 lib/raster3d/tileread.c                            |   436 +
 lib/raster3d/tilewrite.c                           |   425 +
 lib/raster3d/volume.c                              |   260 +
 lib/raster3d/window.c                              |    96 +
 lib/raster3d/windowio.c                            |   279 +
 lib/raster3d/writeascii.c                          |    56 +
 lib/rowio/Makefile                                 |     6 +-
 lib/rowio/fileno.c                                 |    26 +-
 lib/rowio/forget.c                                 |    21 +-
 lib/rowio/get.c                                    |    57 +-
 lib/rowio/put.c                                    |    49 +-
 lib/rowio/release.c                                |     2 +-
 lib/rowio/rowiolib.dox                             |    28 +
 lib/rowio/setup.c                                  |    62 +-
 lib/rst/Makefile                                   |     1 -
 lib/rst/data/Makefile                              |     2 +-
 lib/rst/interp_float/BUGS                          |     3 -
 lib/rst/interp_float/Makefile                      |     5 +-
 lib/rst/interp_float/init2d.c                      |    82 +-
 lib/rst/interp_float/input2d.c                     |    27 +-
 lib/rst/interp_float/interp2d.c                    |    18 +-
 lib/rst/interp_float/interpf.h                     |    74 +-
 lib/rst/interp_float/matrix.c                      |    56 +-
 lib/rst/interp_float/output2d.c                    |   526 +-
 lib/rst/interp_float/point2d.c                     |     3 +-
 lib/rst/interp_float/resout2d.c                    |   436 +-
 lib/rst/interp_float/ressegm2d.c                   |    64 +-
 lib/rst/interp_float/segmen2d.c                    |    37 +-
 lib/rst/interp_float/vinput2d.c                    |   103 +-
 lib/rst/interp_float/write2d.c                     |   109 +-
 lib/rst/qtree/Makefile                             |     2 +-
 lib/segment/Makefile                               |    23 +-
 lib/segment/address.c                              |    99 +-
 lib/segment/close.c                                |    46 +
 lib/segment/debug.c                                |   128 -
 lib/segment/flush.c                                |    18 +-
 lib/segment/format.c                               |   117 +-
 lib/segment/get.c                                  |    18 +-
 lib/segment/get_row.c                              |    31 +-
 lib/segment/init.c                                 |    43 +-
 lib/segment/local_proto.h                          |    28 +
 lib/segment/open.c                                 |   104 +
 lib/segment/pagein.c                               |   107 +-
 lib/segment/pageout.c                              |    25 +-
 lib/segment/put.c                                  |    19 +-
 lib/segment/put_row.c                              |    48 +-
 lib/segment/release.c                              |    25 +-
 lib/segment/seek.c                                 |    42 +-
 lib/segment/segmentlib.dox                         |   160 +-
 lib/segment/setup.c                                |   112 +-
 lib/segment/try.c                                  |   111 -
 lib/sites/Makefile                                 |    12 -
 lib/sites/README                                   |    43 -
 lib/sites/sites.c                                  |  1324 -
 lib/stats/Makefile                                 |     4 +-
 lib/stats/c_ave.c                                  |     9 +-
 lib/stats/c_count.c                                |     5 +-
 lib/stats/c_intr.c                                 |     7 +-
 lib/stats/c_kurt.c                                 |    13 +-
 lib/stats/c_max.c                                  |    21 +-
 lib/stats/c_maxx.c                                 |    13 +-
 lib/stats/c_median.c                               |     5 +-
 lib/stats/c_min.c                                  |    21 +-
 lib/stats/c_minx.c                                 |    14 +-
 lib/stats/c_mode.c                                 |     5 +-
 lib/stats/c_percentile.c                           |     5 +-
 lib/stats/c_range.c                                |    15 +-
 lib/stats/c_reg.c                                  |    70 +-
 lib/stats/c_skew.c                                 |    14 +-
 lib/stats/c_stddev.c                               |    10 +-
 lib/stats/c_sum.c                                  |     9 +-
 lib/stats/c_thresh.c                               |    16 +-
 lib/stats/c_var.c                                  |    13 +-
 lib/stats/sort_cell.c                              |    51 +-
 lib/symbol/Makefile                                |    39 +-
 lib/symbol/README                                  |     2 +-
 lib/symbol/read.c                                  |     9 +-
 lib/symbol/stroke.c                                |    37 +-
 lib/symbol/symbol/basic/arrow1                     |    14 +-
 lib/symbol/symbol/basic/arrow2                     |    25 +-
 lib/symbol/symbol/basic/arrow3                     |    25 +-
 lib/symbol/symbol/basic/cross2                     |    26 +-
 lib/symbol/symbol/basic/cross3                     |    26 +-
 lib/symbol/symbol/extra/n_arrow2                   |    25 -
 lib/symbol/symbol/extra/n_arrow5                   |    34 -
 lib/symbol/symbol/geology/circle_cross             |    20 +
 lib/symbol/symbol/geology/strike_cleavage          |    10 +
 lib/symbol/symbol/geology/strike_parallel          |    14 +
 .../{extra/compass => n_arrows/basic_compass}      |     0
 .../symbol/{extra => n_arrows}/fancy_compass       |     0
 .../symbol/{extra/n_arrow1 => n_arrows/n_arrow1a}  |     0
 lib/symbol/symbol/{extra => n_arrows}/n_arrow1b    |     0
 lib/symbol/symbol/n_arrows/n_arrow2                |    25 +
 lib/symbol/symbol/{extra => n_arrows}/n_arrow3     |     0
 lib/symbol/symbol/{extra => n_arrows}/n_arrow4     |     0
 lib/symbol/symbol/n_arrows/n_arrow5                |    34 +
 lib/symbol/symbol/{extra => n_arrows}/n_arrow6     |     0
 lib/symbol/symbol/{extra => n_arrows}/n_arrow7a    |     0
 lib/symbol/symbol/{extra => n_arrows}/n_arrow7b    |     0
 lib/symbol/symbol/{extra => n_arrows}/n_arrow8a    |     0
 lib/symbol/symbol/{extra => n_arrows}/n_arrow8b    |     0
 lib/symbol/symbol/{extra => n_arrows}/n_arrow9     |     0
 lib/temporal/Makefile                              |    13 +
 lib/temporal/SQL/Makefile                          |    15 +
 lib/temporal/SQL/map_tables_template.sql           |    64 +
 lib/temporal/SQL/postgresql_delete_trigger.sql     |    77 +
 lib/temporal/SQL/postgresql_indexes.sql            |    14 +
 lib/temporal/SQL/raster3d_metadata_table.sql       |    28 +
 lib/temporal/SQL/raster3d_views.sql                |    44 +
 lib/temporal/SQL/raster_metadata_table.sql         |    25 +
 lib/temporal/SQL/raster_views.sql                  |    42 +
 lib/temporal/SQL/sqlite3_delete_trigger.sql        |    60 +
 lib/temporal/SQL/sqlite3_indexes.sql               |    51 +
 .../SQL/stds_map_register_table_template.sql       |    17 +
 lib/temporal/SQL/stds_tables_template.sql          |    54 +
 lib/temporal/SQL/str3ds_metadata_table.sql         |    28 +
 lib/temporal/SQL/str3ds_views.sql                  |    46 +
 lib/temporal/SQL/strds_metadata_table.sql          |    27 +
 lib/temporal/SQL/strds_views.sql                   |    44 +
 lib/temporal/SQL/stvds_metadata_table.sql          |    28 +
 lib/temporal/SQL/stvds_views.sql                   |    44 +
 ...pdate_stds_spatial_temporal_extent_template.sql |    67 +
 .../SQL/update_str3ds_metadata_template.sql        |    52 +
 .../SQL/update_strds_metadata_template.sql         |    43 +
 .../SQL/update_stvds_metadata_template.sql         |    59 +
 lib/temporal/SQL/vector_metadata_table.sql         |    31 +
 lib/temporal/SQL/vector_views.sql                  |    43 +
 lib/temporal/lib/Makefile                          |    14 +
 lib/temporal/lib/connect.c                         |   163 +
 lib/temporal/lib/default_name.c                    |    73 +
 lib/temporal/lib/map_list.c                        |   145 +
 lib/vask/Makefile                                  |    12 -
 lib/vask/README                                    |    36 -
 lib/vask/V_acc.c                                   |    52 -
 lib/vask/V_call.c                                  |   509 -
 lib/vask/V_clear.c                                 |    63 -
 lib/vask/V_const.c                                 |    90 -
 lib/vask/V_error.c                                 |    54 -
 lib/vask/V_exit.c                                  |    69 -
 lib/vask/V_init.c                                  |    66 -
 lib/vask/V_line.c                                  |    59 -
 lib/vask/V_ques.c                                  |   121 -
 lib/vask/V_support.c                               |   112 -
 lib/vask/V_trim_dec.c                              |    58 -
 lib/vector/Makefile                                |    12 +-
 lib/vector/Vlib/Makefile                           |    11 +-
 lib/vector/Vlib/README                             |     8 +-
 lib/vector/Vlib/area.c                             |   383 +-
 lib/vector/Vlib/area_pg.c                          |   121 +
 lib/vector/Vlib/array.c                            |    80 +-
 lib/vector/Vlib/ascii.c                            |   988 +
 lib/vector/Vlib/box.c                              |   218 +-
 lib/vector/Vlib/break_lines.c                      |   359 +-
 lib/vector/Vlib/break_polygons.c                   |   509 +-
 lib/vector/Vlib/bridges.c                          |   136 +-
 lib/vector/Vlib/buffer.c                           |    26 +-
 lib/vector/Vlib/buffer2.c                          |    39 +-
 lib/vector/Vlib/build.c                            |  1120 +-
 lib/vector/Vlib/build_nat.c                        |   585 +-
 lib/vector/Vlib/build_ogr.c                        |   473 +-
 lib/vector/Vlib/build_pg.c                         |  1026 +
 lib/vector/Vlib/build_sfa.c                        |   775 +
 lib/vector/Vlib/cats.c                             |   418 +-
 lib/vector/Vlib/cindex.c                           |   501 +-
 lib/vector/Vlib/clean_nodes.c                      |    34 +-
 lib/vector/Vlib/close.c                            |   320 +-
 lib/vector/Vlib/close_nat.c                        |    59 +-
 lib/vector/Vlib/close_ogr.c                        |   183 +-
 lib/vector/Vlib/close_pg.c                         |   150 +
 lib/vector/Vlib/color_read.c                       |    73 +
 lib/vector/Vlib/color_remove.c                     |    51 +
 lib/vector/Vlib/color_write.c                      |    96 +
 lib/vector/Vlib/constraint.c                       |   175 +-
 lib/vector/Vlib/copy.c                             |   768 +
 lib/vector/Vlib/dangles.c                          |    45 +-
 lib/vector/Vlib/dbcolumns.c                        |    49 +-
 lib/vector/Vlib/dgraph.c                           |    57 +-
 lib/vector/Vlib/dgraph.h                           |     6 +-
 lib/vector/Vlib/e_intersect.c                      |    79 +-
 lib/vector/Vlib/error.c                            |    56 -
 lib/vector/Vlib/field.c                            |   834 +-
 lib/vector/Vlib/find.c                             |   195 +-
 lib/vector/Vlib/geos.c                             |    30 +-
 lib/vector/Vlib/graph.c                            |    39 +-
 lib/vector/Vlib/handler.c                          |    67 +
 lib/vector/Vlib/header.c                           |   425 +-
 lib/vector/Vlib/header_finfo.c                     |   280 +
 lib/vector/Vlib/hist.c                             |    73 +-
 lib/vector/Vlib/init_head.c                        |    74 +-
 lib/vector/Vlib/intersect.c                        |   343 +-
 lib/vector/Vlib/intersect2.c                       |  1431 +
 lib/vector/Vlib/legal_vname.c                      |    87 +-
 lib/vector/Vlib/level.c                            |    18 +-
 lib/vector/Vlib/level_two.c                        |   364 +-
 lib/vector/Vlib/line.c                             |   614 +-
 lib/vector/Vlib/list.c                             |   256 +-
 lib/vector/Vlib/local_proto.h                      |    50 +
 lib/vector/Vlib/map.c                              |   856 +-
 lib/vector/Vlib/merge_lines.c                      |    45 +-
 lib/vector/Vlib/net.c                              |   208 +-
 lib/vector/Vlib/open.c                             |  1792 +-
 lib/vector/Vlib/open_nat.c                         |   155 +-
 lib/vector/Vlib/open_ogr.c                         |   294 +-
 lib/vector/Vlib/open_pg.c                          |  1779 +
 lib/vector/Vlib/overlap.c                          |    55 +-
 lib/vector/Vlib/overlay.c                          |    47 +-
 lib/vector/Vlib/pg_local_proto.h                   |    98 +
 lib/vector/Vlib/poly.c                             |   441 +-
 lib/vector/Vlib/read.c                             |   282 +-
 lib/vector/Vlib/read_nat.c                         |   353 +-
 lib/vector/Vlib/read_ogr.c                         |   660 +-
 lib/vector/Vlib/read_pg.c                          |  1678 +
 lib/vector/Vlib/read_sfa.c                         |   127 +
 lib/vector/Vlib/remove_areas.c                     |   466 +-
 lib/vector/Vlib/remove_duplicates.c                |   200 +-
 lib/vector/Vlib/rewind.c                           |    50 +-
 lib/vector/Vlib/rewind_nat.c                       |    59 +-
 lib/vector/Vlib/rewind_ogr.c                       |    78 +-
 lib/vector/Vlib/rewind_pg.c                        |    84 +
 lib/vector/Vlib/rtree_search.c                     |    46 +
 lib/vector/Vlib/select.c                           |   385 +-
 lib/vector/Vlib/simple_features.c                  |   396 +
 lib/vector/Vlib/sindex.c                           |   498 +-
 lib/vector/Vlib/snap.c                             |   462 +-
 lib/vector/Vlib/tin.c                              |    16 +-
 lib/vector/Vlib/type.c                             |    29 +-
 lib/vector/Vlib/window.c                           |    33 +-
 lib/vector/Vlib/write.c                            |   304 +-
 lib/vector/Vlib/write_nat.c                        |  1318 +-
 lib/vector/Vlib/write_ogr.c                        |   693 +
 lib/vector/Vlib/write_pg.c                         |  2916 +
 lib/vector/Vlib/write_sfa.c                        |   394 +
 lib/vector/dglib/Makefile                          |    27 +-
 lib/vector/dglib/dglib.dox                         |    49 +-
 lib/vector/dglib/examples/components.c             |     3 +-
 lib/vector/dglib/examples/cr_from_a.c              |     3 +-
 lib/vector/dglib/examples/cr_large_graph.c         |     3 +-
 lib/vector/dglib/examples/delnode.c                |     3 +-
 lib/vector/dglib/examples/minspan.c                |     3 +-
 lib/vector/dglib/examples/parse.c                  |    24 +-
 lib/vector/dglib/examples/shortest_path.c          |     3 +-
 lib/vector/dglib/examples/span.c                   |     3 +-
 lib/vector/dglib/examples/unflatten.c              |     3 +-
 lib/vector/dglib/examples/view.c                   |     3 +-
 lib/vector/dglib/graph.h                           |     4 +-
 lib/vector/dglib/graph_v1.h                        |     4 +-
 lib/vector/dglib/graph_v2.h                        |     4 +-
 lib/vector/dglib/misc-template.c                   |   970 +-
 lib/vector/dglib/sp-template.c                     |    14 +-
 lib/vector/diglib/Makefile                         |    62 +-
 lib/vector/diglib/allocation.c                     |    10 +-
 lib/vector/diglib/angle.c                          |    36 +-
 lib/vector/diglib/box.c                            |    15 +-
 lib/vector/diglib/cindex.c                         |    52 +-
 lib/vector/diglib/cindex_rw.c                      |   106 +-
 lib/vector/diglib/file.c                           |    91 +-
 lib/vector/diglib/frmt.c                           |   143 +-
 lib/vector/diglib/head.c                           |   102 +-
 lib/vector/diglib/inside.c                         |    48 +-
 lib/vector/diglib/line_dist.c                      |    33 +-
 lib/vector/diglib/linecros.c                       |   187 +-
 lib/vector/diglib/list.c                           |    39 +-
 lib/vector/diglib/plus.c                           |   116 +-
 lib/vector/diglib/plus_area.c                      |   330 +-
 lib/vector/diglib/plus_line.c                      |   297 +-
 lib/vector/diglib/plus_node.c                      |    41 +-
 lib/vector/diglib/plus_struct.c                    |   458 +-
 lib/vector/diglib/poly.c                           |   260 +-
 lib/vector/diglib/port_init.c                      |   162 +-
 lib/vector/diglib/port_test.c                      |    55 +-
 lib/vector/diglib/portable.c                       |   535 +-
 lib/vector/diglib/portable/i386-pc-mingw32msvc.h   |    34 -
 lib/vector/diglib/prune.c                          |     2 +-
 lib/vector/diglib/spindex.c                        |   750 +-
 lib/vector/diglib/spindex_rw.c                     |  1516 +-
 lib/vector/diglib/struct_alloc.c                   |   466 +-
 lib/vector/diglib/test.c                           |    57 +-
 lib/vector/diglib/test32.ok                        |   Bin 0 -> 1258 bytes
 lib/vector/diglib/test64.ok                        |   Bin 0 -> 1298 bytes
 lib/vector/diglib/type.c                           |     5 +-
 lib/vector/diglib/update.c                         |    66 +-
 lib/vector/neta/Makefile                           |     6 +-
 lib/vector/neta/allpairs.c                         |   102 -
 lib/vector/neta/articulation_point.c               |     7 +-
 lib/vector/neta/bridge.c                           |     9 +-
 lib/vector/neta/centrality.c                       |     6 +-
 lib/vector/neta/components.c                       |     2 +-
 lib/vector/neta/flow.c                             |     5 +-
 lib/vector/neta/netalib.dox                        |     6 +-
 lib/vector/neta/path.c                             |    16 +-
 lib/vector/neta/spanningtree.c                     |     2 +-
 lib/vector/neta/timetables.c                       |     2 +-
 lib/vector/neta/utils.c                            |    81 +-
 lib/vector/rtree/Makefile                          |    28 +-
 lib/vector/rtree/Makefile.alone                    |     2 +-
 lib/vector/rtree/card.c                            |    22 +-
 lib/vector/rtree/card.h                            |    17 +-
 lib/vector/rtree/docs/README.grass                 |     7 +-
 lib/vector/rtree/docs/README.txt                   |    10 +-
 lib/vector/rtree/docs/test.c                       |    63 +
 lib/vector/rtree/gammavol.c                        |     4 +-
 lib/vector/rtree/index.c                           |   604 +-
 lib/vector/rtree/index.h                           |   160 +-
 lib/vector/rtree/indexf.c                          |   461 +
 lib/vector/rtree/indexm.c                          |   406 +
 lib/vector/rtree/io.c                              |   232 +
 lib/vector/rtree/node.c                            |   645 +-
 lib/vector/rtree/rect.c                            |   567 +-
 lib/vector/rtree/rtree.h                           |   226 +-
 lib/vector/rtree/sphvol.c                          |    71 -
 lib/vector/rtree/split.c                           |   626 +
 lib/vector/rtree/split.h                           |    27 +
 lib/vector/rtree/split_q.c                         |   317 -
 lib/vector/rtree/split_q.h                         |    39 -
 lib/vector/rtree/test.c                            |    63 -
 lib/vector/rtree/test_suite/Makefile               |    13 +
 lib/vector/rtree/test_suite/test.rtree.lib.html    |     0
 lib/vector/rtree/test_suite/test_basics.c          |   205 +
 lib/vector/rtree/test_suite/test_main.c            |    87 +
 lib/vector/rtree/test_suite/test_rtree_lib.h       |    24 +
 lib/vector/transform/Makefile                      |    13 -
 lib/vector/transform/TODO                          |    58 -
 lib/vector/transform/inverse.c                     |   139 -
 lib/vector/transform/m_mult.c                      |    24 -
 lib/vector/transform/transform.c                   |   280 -
 lib/vector/vectorascii.html                        |   136 +
 lib/vector/vectorlib.dox                           |  2043 +-
 lib/vector/vectorlib_ascii.dox                     |   120 +
 lib/vector/vectorlib_faq.dox                       |   260 +
 lib/vector/vectorlib_files.dox                     |   220 +
 lib/vector/vectorlib_indices.dox                   |   226 +
 lib/vector/vectorlib_libraries.dox                 |   101 +
 lib/vector/vectorlib_lists.dox                     |   868 +
 lib/vector/vectorlib_ogr.dox                       |    67 +
 lib/vector/vectorlib_pg.dox                        |   103 +
 lib/vector/vectorlib_tin.dox                       |    15 +
 lib/vector/vectorlib_topology.dox                  |   450 +
 lib/vector/vedit/Makefile                          |     5 +-
 lib/vector/vedit/break.c                           |    10 +-
 lib/vector/vedit/cats.c                            |     4 +-
 lib/vector/vedit/delete.c                          |   138 +-
 lib/vector/vedit/distance.c                        |     3 +-
 lib/vector/vedit/merge.c                           |     9 +-
 lib/vector/vedit/render.c                          |    17 +-
 lib/vector/vedit/select.c                          |     1 -
 lib/vector/vedit/veditlib.dox                      |    25 +-
 lib/vector/vedit/vertex.c                          |    14 +-
 lib/vector/vedit/zbulk.c                           |     8 +-
 locale/Makefile                                    |    65 +-
 locale/README                                      |    60 +-
 locale/grass_po_stats.py                           |   154 +
 locale/po/grasslibs_ar.po                          | 11193 ++--
 locale/po/grasslibs_cs.po                          | 11760 ++--
 locale/po/grasslibs_de.po                          | 11877 ++--
 locale/po/grasslibs_el.po                          | 11770 ++--
 locale/po/grasslibs_es.po                          | 12429 ++--
 locale/po/grasslibs_fr.po                          | 11345 ++--
 locale/po/grasslibs_hi.po                          |  5285 --
 locale/po/grasslibs_it.po                          | 11826 ++--
 locale/po/grasslibs_ja.po                          | 11736 ++--
 locale/po/grasslibs_ko.po                          | 10412 ++-
 locale/po/grasslibs_lv.po                          | 11035 +++-
 locale/po/grasslibs_ml.po                          |  9924 ++-
 locale/po/grasslibs_mr.po                          |  4983 --
 locale/po/grasslibs_nl.po                          |  4748 --
 locale/po/grasslibs_pl.po                          | 11711 ++--
 locale/po/grasslibs_pt.po                          | 12003 ++--
 locale/po/grasslibs_pt_br.po                       | 11359 ++--
 locale/po/grasslibs_ro.po                          |  9819 ++-
 locale/po/grasslibs_ru.po                          | 11947 ++--
 locale/po/grasslibs_sl.po                          | 11546 ++--
 locale/po/grasslibs_th.po                          | 11811 ++--
 locale/po/grasslibs_tr.po                          | 11579 ++--
 locale/po/grasslibs_vi.po                          | 12008 ++--
 locale/po/grasslibs_zh.po                          | 11818 ++--
 locale/po/grassmods_ar.po                          | 56697 +++++++++--------
 locale/po/grassmods_cs.po                          | 60173 ++++++++++--------
 locale/po/grassmods_de.po                          | 62589 ++++++++++--------
 locale/po/grassmods_el.po                          | 47906 ++++++++------
 locale/po/grassmods_es.po                          | 63187 +++++++++---------
 locale/po/grassmods_fr.po                          | 62206 ++++++++++--------
 locale/po/grassmods_hi.po                          | 40268 ------------
 locale/po/grassmods_it.po                          | 57785 +++++++++--------
 locale/po/grassmods_ja.po                          | 60544 ++++++++++--------
 locale/po/grassmods_ko.po                          | 49920 ++++++++-------
 locale/po/grassmods_lv.po                          | 54119 +++++++++-------
 locale/po/grassmods_mr.po                          | 34994 ----------
 locale/po/grassmods_nl.po                          | 32422 ----------
 locale/po/grassmods_pl.po                          | 58028 +++++++++--------
 locale/po/grassmods_pt.po                          | 60586 +++++++++---------
 locale/po/grassmods_pt_br.po                       | 59706 +++++++++--------
 locale/po/grassmods_ro.po                          | 46849 ++++++++------
 locale/po/grassmods_ru.po                          | 62771 +++++++++---------
 locale/po/grassmods_sl.po                          | 57193 +++++++++--------
 locale/po/grassmods_th.po                          | 60878 ++++++++++--------
 locale/po/grassmods_tr.po                          | 57094 +++++++++--------
 locale/po/grassmods_vi.po                          | 63277 ++++++++++---------
 locale/po/grassmods_zh.po                          | 57950 +++++++++--------
 locale/po/grassnviz_de.po                          |  2501 -
 locale/po/grassnviz_fr.po                          |  2504 -
 locale/po/grassnviz_it.po                          |  2485 -
 locale/po/grassnviz_ja.po                          |  2484 -
 locale/po/grassnviz_lv.po                          |  2498 -
 locale/po/grassnviz_nl.po                          |  2478 -
 locale/po/grassnviz_pl.po                          |  2482 -
 locale/po/grassnviz_ro.po                          |  2484 -
 locale/po/grasstcl_am.po                           |  6877 --
 locale/po/grasstcl_ar.po                           |  6610 --
 locale/po/grasstcl_cs.po                           |  6785 --
 locale/po/grasstcl_de.po                           |  6760 --
 locale/po/grasstcl_el.po                           |  6610 --
 locale/po/grasstcl_es.po                           |  6811 --
 locale/po/grasstcl_fr.po                           |  6829 --
 locale/po/grasstcl_hi.po                           |  6610 --
 locale/po/grasstcl_id.po                           |  6857 --
 locale/po/grasstcl_it.po                           |  6743 --
 locale/po/grasstcl_ja.po                           |  6699 --
 locale/po/grasstcl_ko.po                           |  6609 --
 locale/po/grasstcl_lv.po                           |  6773 --
 locale/po/grasstcl_mr.po                           |  6609 --
 locale/po/grasstcl_nl.po                           |  6609 --
 locale/po/grasstcl_pl.po                           |  6783 --
 locale/po/grasstcl_pt.po                           |  7076 ---
 locale/po/grasstcl_pt_br.po                        |  6871 --
 locale/po/grasstcl_ru.po                           |  6852 --
 locale/po/grasstcl_sl.po                           |  6610 --
 locale/po/grasstcl_th.po                           |  6815 --
 locale/po/grasstcl_tr.po                           |  6779 --
 locale/po/grasstcl_vi.po                           |  7097 ---
 locale/po/grasstcl_zh.po                           |  6676 --
 locale/po/grasswxpy_cs.po                          | 26657 ++++----
 locale/po/grasswxpy_de.po                          | 26525 ++++----
 locale/po/grasswxpy_el.po                          | 21161 ++++---
 locale/po/grasswxpy_es.po                          | 27117 ++++----
 locale/po/grasswxpy_fr.po                          | 24151 ++++---
 locale/po/grasswxpy_id.po                          | 25982 ++++----
 locale/po/grasswxpy_it.po                          | 25344 ++++----
 locale/po/grasswxpy_ja.po                          | 25711 +++++---
 locale/po/grasswxpy_ko.po                          | 17234 +++++
 locale/po/grasswxpy_lv.po                          | 21025 +++---
 locale/po/grasswxpy_ml.po                          | 21836 ++++---
 locale/po/grasswxpy_nl.po                          | 12621 ----
 locale/po/grasswxpy_pl.po                          | 25048 +++++---
 locale/po/grasswxpy_pt.po                          | 25899 ++++----
 locale/po/grasswxpy_pt_br.po                       | 26160 ++++----
 locale/po/grasswxpy_ro.po                          | 26034 +++++---
 locale/po/grasswxpy_ru.po                          | 26376 ++++----
 locale/po/grasswxpy_th.po                          | 22904 ++++---
 locale/po/grasswxpy_tr.po                          | 25717 ++++----
 locale/po/grasswxpy_vi.po                          | 26507 ++++----
 locale/po/grasswxpy_zh.po                          | 24433 ++++---
 macosx/Makefile                                    |   120 +-
 macosx/ReadMe.rtf                                  |   100 +-
 macosx/app/Makefile                                |    65 +-
 macosx/app/build_gui_user_menu.sh                  |    15 +-
 macosx/app/build_html_user_index.sh                |    15 +-
 macosx/app/grass.sh.in                             |    71 +-
 macosx/modbuild/License.rtf                        |   375 -
 macosx/modbuild/Makefile                           |    64 -
 macosx/modbuild/Platform.make.in                   |    81 -
 macosx/modbuild/ReadMe.rtf                         |   169 -
 macosx/pkg/resources/ReadMe.rtf                    |   423 +-
 man/Makefile                                       |   112 +-
 man/build_check.py                                 |    22 +
 man/build_check_rest.py                            |    22 +
 man/build_class.py                                 |    50 +
 man/build_class_rest.py                            |    41 +
 man/build_full_index.py                            |    69 +
 man/build_full_index_rest.py                       |    54 +
 man/build_html.py                                  |   423 +
 man/build_index.py                                 |    25 +
 man/build_index_rest.py                            |    22 +
 man/build_keywords.py                              |    72 +
 man/build_rest.py                                  |   354 +
 man/build_topics.py                                |    63 +
 {tools => man}/grass_icon.png                      |   Bin
 {tools => man}/grass_logo.png                      |   Bin
 man/grassdocs.css                                  |   201 +
 {tools => man}/grasslogo_vector.eps                |     0
 {tools => man}/grasslogo_vector.pdf                |   Bin
 man/sphinx/Makefile                                |   153 +
 man/sphinx/conf.py                                 |   285 +
 man/sphinx/make.bat                                |   190 +
 misc/Makefile                                      |    13 +-
 misc/m.cogo/Makefile                               |     2 +-
 misc/m.cogo/description.html                       |   145 -
 misc/m.cogo/m.cogo.html                            |   160 +
 misc/m.cogo/main.c                                 |    21 +-
 misc/m.measure/Makefile                            |    10 +
 misc/m.measure/m.measure.html                      |    16 +
 misc/m.measure/main.c                              |   118 +
 misc/m.nviz.image/Makefile                         |    21 +-
 misc/m.nviz.image/args.c                           |   478 +-
 misc/m.nviz.image/description.html                 |    35 -
 misc/m.nviz.image/local_proto.h                    |    61 +-
 misc/m.nviz.image/m.nviz.image.html                |    34 +
 misc/m.nviz.image/main.c                           |    60 +-
 misc/m.nviz.image/surface.c                        |   158 +-
 misc/m.nviz.image/vector.c                         |   310 +-
 misc/m.nviz.image/volume.c                         |   239 +-
 misc/m.nviz.image/write_img.c                      |    45 +-
 misc/m.nviz.script/Makefile                        |    10 +
 misc/m.nviz.script/local.h                         |     4 +
 misc/m.nviz.script/m.nviz.script.html              |   142 +
 misc/m.nviz.script/main.c                          |   515 +
 misc/m.transform/Makefile                          |    10 +
 misc/m.transform/m.transform.html                  |    67 +
 misc/m.transform/main.c                            |   400 +
 mswindows/GRASS-Installer.nsi.tmpl                 |   330 +-
 mswindows/GRASS-Packager.bat.tmpl                  |    27 +-
 mswindows/Installer-Files/WinGRASS-README.url      |     2 +-
 mswindows/Makefile                                 |     4 +-
 mswindows/env.bat                                  |    14 +-
 mswindows/external/README.license                  |    21 +
 mswindows/external/rbatch/#Rscript2.bat            |    33 +
 mswindows/external/rbatch/ANNOUNCE                 |    83 +
 mswindows/external/rbatch/COPYING                  |   340 +
 mswindows/external/rbatch/LICENSE                  |     5 +
 mswindows/external/rbatch/NEWS                     |   320 +
 mswindows/external/rbatch/R.bat                    |   589 +
 mswindows/external/rbatch/README                   |     6 +
 mswindows/external/rbatch/README.grass             |    46 +
 mswindows/external/rbatch/README.html              |     9 +
 mswindows/external/rbatch/RESOURCES                |    43 +
 mswindows/external/rbatch/Rpathset.bat             |    92 +
 mswindows/external/rbatch/THANKS                   |    36 +
 mswindows/external/rbatch/batchfiles.md            |   406 +
 mswindows/external/rbatch/batchfiles.tex           |   322 +
 mswindows/external/rbatch/clip2r.js                |    13 +
 mswindows/external/rbatch/copydir.bat              |    19 +
 mswindows/external/rbatch/el.js                    |    18 +
 mswindows/external/rbatch/find-miktex.hta          |    31 +
 mswindows/external/rbatch/make-batchfiles-pdf.bat  |     6 +
 mswindows/external/rbatch/movedir.bat              |    16 +
 mswindows/generic.manifest                         |     2 +-
 mswindows/generic.manifest.rc                      |    45 +
 mswindows/grass.ico                                |   Bin 0 -> 17814 bytes
 mswindows/osgeo4w/config.h.vc                      |     3 -
 mswindows/osgeo4w/env.bat.tmpl                     |    16 +-
 mswindows/osgeo4w/gdal-config                      |     0
 mswindows/osgeo4w/geos-config                      |     0
 mswindows/osgeo4w/grass.bat.tmpl                   |    21 +-
 mswindows/osgeo4w/grass.tmpl                       |    11 +-
 mswindows/osgeo4w/liblas-config                    |   121 +
 mswindows/osgeo4w/mklibs.sh                        |     2 +-
 mswindows/osgeo4w/package.cmd                      |     2 +-
 mswindows/osgeo4w/package.sh                       |    17 +-
 mswindows/osgeo4w/postinstall.bat                  |    12 +-
 mswindows/osgeo4w/preremove.bat                    |    14 +-
 ps/Makefile                                        |     1 -
 ps/ps.map/Makefile                                 |    40 +-
 ps/ps.map/border.h                                 |     6 +-
 ps/ps.map/box.c                                    |     1 -
 ps/ps.map/catval.c                                 |     3 +-
 ps/ps.map/colortable.h                             |    16 +-
 ps/ps.map/comment.c                                |     1 -
 ps/ps.map/comment.h                                |     4 -
 ps/ps.map/decorate.h                               |     5 +-
 ps/ps.map/description.html                         |  1753 -
 ps/ps.map/distance.c                               |     4 +-
 ps/ps.map/do_geogrid.c                             |    12 +-
 ps/ps.map/do_grid.c                                |     3 +-
 ps/ps.map/do_header.c                              |    24 +-
 ps/ps.map/do_labels.c                              |     9 +-
 ps/ps.map/do_masking.c                             |     6 +-
 ps/ps.map/do_plt.c                                 |    46 +-
 ps/ps.map/do_scalebar.c                            |    45 +-
 ps/ps.map/do_vectors.c                             |    17 +-
 ps/ps.map/eps.c                                    |     3 +-
 ps/ps.map/error.c                                  |     2 +-
 ps/ps.map/get_scalebar.c                           |    27 +-
 ps/ps.map/getgrid.c                                |     2 +-
 ps/ps.map/group.h                                  |     4 -
 ps/ps.map/header.h                                 |     4 -
 ps/ps.map/labels.h                                 |     4 -
 ps/ps.map/local_proto.h                            |    38 +-
 ps/ps.map/main.c                                   |   634 +-
 ps/ps.map/map_info.c                               |     1 -
 ps/ps.map/map_info.h                               |     4 -
 ps/ps.map/map_setup.c                              |    12 +-
 ps/ps.map/outl_io.c                                |    25 +-
 ps/ps.map/parse_list.c                             |     2 +-
 ps/ps.map/ps.map.html                              |  1614 +
 ps/ps.map/ps_clrtbl.c                              |    49 +-
 ps/ps.map/ps_colors.c                              |     1 -
 ps/ps.map/ps_fclrtbl.c                             |   201 +-
 ps/ps.map/ps_header.c                              |     7 +-
 ps/ps.map/ps_info.h                                |    13 +-
 ps/ps.map/ps_map.c                                 |    12 +-
 ps/ps.map/ps_outline.c                             |    21 +-
 ps/ps.map/ps_raster.c                              |    48 +-
 ps/ps.map/ps_vareas.c                              |    12 +-
 ps/ps.map/ps_vlegend.c                             |     1 -
 ps/ps.map/ps_vlines.c                              |     7 +-
 ps/ps.map/ps_vpoints.c                             |    34 +-
 ps/ps.map/r_border.c                               |    21 +-
 ps/ps.map/r_cell.c                                 |    19 +-
 ps/ps.map/r_colortable.c                           |    21 +-
 ps/ps.map/r_group.c                                |    20 +-
 ps/ps.map/r_header.c                               |     2 +-
 ps/ps.map/r_info.c                                 |     2 +-
 ps/ps.map/r_instructions.c                         |   471 +
 ps/ps.map/r_labels.c                               |     2 +-
 ps/ps.map/r_paper.c                                |     1 -
 ps/ps.map/r_plt.c                                  |    33 +-
 ps/ps.map/r_rgb.c                                  |    20 +-
 ps/ps.map/r_text.c                                 |     9 +-
 ps/ps.map/r_vareas.c                               |     6 +-
 ps/ps.map/r_vlegend.c                              |     2 +-
 ps/ps.map/r_vlines.c                               |    10 +-
 ps/ps.map/r_vpoints.c                              |    19 +-
 ps/ps.map/r_wind.c                                 |    10 +-
 ps/ps.map/read_cfg.c                               |     3 +-
 ps/ps.map/scale.c                                  |    11 +-
 ps/ps.map/scan_gis.c                               |     2 +-
 ps/ps.map/session.c                                |     3 +
 ps/ps.map/show_scale.c                             |     1 +
 ps/ps.map/symbol.c                                 |     3 +-
 ps/ps.map/textbox.c                                |     5 +-
 ps/ps.map/vect.c                                   |     2 +-
 ps/ps.map/vector.h                                 |     4 -
 raster/Makefile                                    |   123 +-
 raster/r.average/Makefile                          |    10 -
 raster/r.average/description.html                  |   144 -
 raster/r.average/main.c                            |   175 -
 raster/r.basins.fill/Makefile                      |     4 +-
 raster/r.basins.fill/description.html              |    55 -
 raster/r.basins.fill/local_proto.h                 |     2 +-
 raster/r.basins.fill/main.c                        |    87 +-
 raster/r.basins.fill/r.basins.fill.html            |    56 +
 raster/r.basins.fill/read_map.c                    |    20 +-
 raster/r.bilinear/DEPRECATED                       |     2 -
 raster/r.bilinear/Makefile                         |    10 -
 raster/r.bilinear/description.html                 |    85 -
 raster/r.bilinear/main.c                           |   256 -
 raster/r.bitpattern/Makefile                       |    10 -
 raster/r.bitpattern/description.html               |    52 -
 raster/r.bitpattern/main.c                         |   160 -
 raster/r.buffer/Makefile                           |     4 +-
 raster/r.buffer/description.html                   |   123 -
 raster/r.buffer/local_proto.h                      |     6 +-
 raster/r.buffer/main.c                             |    47 +-
 raster/r.buffer/r.buffer.html                      |   126 +
 raster/r.buffer/read_map.c                         |    17 +-
 raster/r.buffer/support.c                          |    24 +-
 raster/r.buffer/write_map.c                        |    29 +-
 raster/r.carve/Makefile                            |     4 +-
 raster/r.carve/description.html                    |    48 -
 raster/r.carve/enforce.h                           |     5 +-
 raster/r.carve/enforce_ds.c                        |   135 +-
 raster/r.carve/main.c                              |    56 +-
 raster/r.carve/r.carve.html                        |    53 +
 raster/r.carve/raster.c                            |    13 +-
 raster/r.carve/support.c                           |    23 +-
 raster/r.carve/vect.c                              |     5 +-
 raster/r.category/Makefile                         |    10 +
 raster/r.category/cats.c                           |    75 +
 raster/r.category/local_proto.h                    |    32 +
 raster/r.category/main.c                           |   362 +
 raster/r.category/r.category.html                  |   170 +
 raster/r.category/test_rcategory_doctest.txt       |   239 +
 raster/r.cats/Makefile                             |    10 -
 raster/r.cats/cats.c                               |    80 -
 raster/r.cats/description.html                     |   190 -
 raster/r.cats/local_proto.h                        |    32 -
 raster/r.cats/main.c                               |   347 -
 raster/r.circle/Makefile                           |     4 +-
 raster/r.circle/description.html                   |    56 -
 raster/r.circle/dist.c                             |   187 -
 raster/r.circle/main.c                             |   185 +
 raster/r.circle/r.circle.html                      |    53 +
 raster/r.clump/Makefile                            |     4 +-
 raster/r.clump/clump.c                             |   409 +-
 raster/r.clump/description.html                    |    56 -
 raster/r.clump/local_proto.h                       |     2 +-
 raster/r.clump/main.c                              |   119 +-
 raster/r.clump/r.clump.html                        |    76 +
 raster/r.coin/Makefile                             |     4 +-
 raster/r.coin/check.c                              |    58 -
 raster/r.coin/coin.h                               |     1 -
 raster/r.coin/description.html                     |   204 -
 raster/r.coin/inter.c                              |   153 -
 raster/r.coin/main.c                               |    33 +-
 raster/r.coin/make_coin.c                          |    58 +-
 raster/r.coin/print_hdr.c                          |     6 +-
 raster/r.coin/r.coin.html                          |   206 +
 raster/r.colors.out/Makefile                       |    16 +-
 raster/r.colors.out/description.html               |    24 -
 raster/r.colors.out/main.c                         |   145 -
 raster/r.colors.out/r.colors.out.html              |    23 +
 raster/r.colors.out/r3.colors.out.html             |    28 +
 raster/r.colors.out/raster3d_main.c                |    87 +
 raster/r.colors.out/raster_main.c                  |    86 +
 raster/r.colors/Makefile                           |    30 +-
 raster/r.colors/description.html                   |   312 -
 raster/r.colors/edit_colors.c                      |   453 +
 raster/r.colors/local_proto.h                      |    27 +-
 raster/r.colors/main.c                             |   432 -
 raster/r.colors/r.colors.html                      |   313 +
 raster/r.colors/r3.colors.html                     |    36 +
 raster/r.colors/raster3d_main.c                    |    27 +
 raster/r.colors/raster_main.c                      |    27 +
 raster/r.colors/rules.c                            |    12 +-
 raster/r.colors/stats.c                            |   235 +-
 raster/r.colors/{ => tests}/example1               |     0
 raster/r.colors/{ => tests}/example2               |     0
 raster/r.colors/{ => tests}/example3               |     0
 raster/r.colors/{ => tests}/example4               |     0
 raster/r.colors/tests/test.r.colors.multiple.sh    |    73 +
 raster/r.colors/tests/test.r.colors.sh             |    68 +
 raster/r.colors/tests/test_elev_double_default.ref |     8 +
 .../r.colors/tests/test_elev_double_example1.ref   |     9 +
 .../tests/test_elev_double_example1_hist.ref       |    11 +
 .../r.colors/tests/test_elev_double_example2.ref   |     5 +
 .../tests/test_elev_double_example2_log.ref        |   103 +
 .../r.colors/tests/test_elev_double_example3.ref   |     9 +
 .../tests/test_elev_double_example3_logabs.ref     |   382 +
 .../r.colors/tests/test_elev_double_example4.ref   |    11 +
 .../tests/test_elev_double_example4_inv.ref        |    11 +
 .../tests/test_elev_double_maps_difference_1.ref   |     5 +
 .../test_elev_double_maps_difference_hist.ref      |   223 +
 .../test_elev_double_maps_difference_invert.ref    |     5 +
 ...est_elev_double_maps_difference_logabsscale.ref |   398 +
 .../test_elev_double_maps_difference_logscale.ref  |     2 +
 raster/r.colors/tests/test_elev_float_example1.ref |     9 +
 .../tests/test_elev_float_example1_hist.ref        |    11 +
 raster/r.colors/tests/test_elev_float_example2.ref |     5 +
 .../tests/test_elev_float_example2_log.ref         |   103 +
 raster/r.colors/tests/test_elev_float_example3.ref |     9 +
 .../tests/test_elev_float_example3_logabs.ref      |   382 +
 raster/r.colors/tests/test_elev_float_example4.ref |    11 +
 .../tests/test_elev_float_example4_inv.ref         |    11 +
 raster/r.colors/tests/test_elev_int_example1.ref   |     9 +
 .../r.colors/tests/test_elev_int_example1_hist.ref |    10 +
 .../r.colors/tests/test_elev_int_example1_perc.ref |     9 +
 raster/r.colors/tests/test_elev_int_example2.ref   |     5 +
 .../r.colors/tests/test_elev_int_example2_log.ref  |   103 +
 .../r.colors/tests/test_elev_int_example2_perc.ref |     5 +
 raster/r.colors/tests/test_elev_int_example3.ref   |     9 +
 .../tests/test_elev_int_example3_logabs.ref        |   382 +
 .../r.colors/tests/test_elev_int_example3_perc.ref |     9 +
 raster/r.colors/tests/test_elev_int_example4.ref   |    11 +
 .../r.colors/tests/test_elev_int_example4_inv.ref  |    11 +
 .../r.colors/tests/test_elev_int_example4_perc.ref |    11 +
 .../tests/test_elev_int_maps_difference_1.ref      |     5 +
 .../tests/test_elev_int_maps_difference_hist.ref   |    31 +
 .../tests/test_elev_int_maps_difference_invert.ref |     5 +
 .../test_elev_int_maps_difference_logabsscale.ref  |   398 +
 .../test_elev_int_maps_difference_logscale.ref     |     2 +
 .../r.colors/tests/test_elev_int_maps_grey_eq.ref  |    31 +
 .../r.colors/tests/test_elev_int_maps_grey_log.ref |     4 +
 .../r.colors/tests/test_elev_int_maps_random.ref   |    31 +
 .../r.colors/tests/test_volume_double_default.ref  |     8 +
 .../r.colors/tests/test_volume_double_example1.ref |     9 +
 .../tests/test_volume_double_example1_hist.ref     |    23 +
 .../r.colors/tests/test_volume_double_example2.ref |     5 +
 .../tests/test_volume_double_example2_log.ref      |   103 +
 .../r.colors/tests/test_volume_double_example3.ref |     9 +
 .../tests/test_volume_double_example3_logabs.ref   |   402 +
 .../r.colors/tests/test_volume_double_example4.ref |    11 +
 .../tests/test_volume_double_example4_inv.ref      |    11 +
 .../r.colors/tests/test_volume_double_example5.ref |    11 +
 raster/r.composite/Makefile                        |     4 +-
 raster/r.composite/description.html                |    45 -
 raster/r.composite/main.c                          |    61 +-
 raster/r.composite/r.composite.html                |    57 +
 raster/r.compress/Makefile                         |     4 +-
 raster/r.compress/description.html                 |   157 -
 raster/r.compress/main.c                           |   178 +-
 raster/r.compress/r.compress.html                  |   218 +
 raster/r.contour/Makefile                          |     4 +-
 raster/r.contour/cont.c                            |    20 +-
 raster/r.contour/description.html                  |    36 -
 raster/r.contour/main.c                            |   184 +-
 raster/r.contour/r.contour.html                    |    54 +
 raster/r.cost/Makefile                             |     4 +-
 raster/r.cost/btree.c                              |   445 -
 raster/r.cost/cost.h                               |    37 +-
 raster/r.cost/description.html                     |   283 -
 raster/r.cost/heap.c                               |   214 +
 raster/r.cost/local_proto.h                        |    34 -
 raster/r.cost/main.c                               |  1157 +-
 raster/r.cost/memory.c                             |   134 -
 raster/r.cost/memory.h                             |    34 -
 raster/r.cost/r.cost.html                          |   281 +
 raster/r.cost/stash.h                              |    57 +-
 raster/r.cost/test_suite/profile.sh                |    16 +
 raster/r.covar/Makefile                            |     4 +-
 raster/r.covar/description.html                    |    92 -
 raster/r.covar/main.c                              |    43 +-
 raster/r.covar/r.covar.html                        |   100 +
 raster/r.cross/Makefile                            |     4 +-
 raster/r.cross/cats.c                              |     5 +-
 raster/r.cross/cross.c                             |   152 +-
 raster/r.cross/description.html                    |   109 -
 raster/r.cross/glob.h                              |    22 +-
 raster/r.cross/local_proto.h                       |     7 -
 raster/r.cross/main.c                              |    79 +-
 raster/r.cross/r.cross.html                        |   105 +
 raster/r.cross/renumber.c                          |    12 +-
 raster/r.cross/tree.c                              |   122 -
 raster/r.describe/Makefile                         |     4 +-
 raster/r.describe/describe.c                       |    58 +-
 raster/r.describe/description.html                 |   109 -
 raster/r.describe/dumplist.c                       |    11 +-
 raster/r.describe/local_proto.h                    |     4 +-
 raster/r.describe/main.c                           |    40 +-
 raster/r.describe/r.describe.html                  |    98 +
 raster/r.describe/tree.c                           |     2 +-
 raster/r.digit/Makefile                            |    10 -
 raster/r.digit/TODO                                |     4 -
 raster/r.digit/bnw_line.c                          |    43 -
 raster/r.digit/create_map.c                        |    31 -
 raster/r.digit/description.html                    |    78 -
 raster/r.digit/digitize.c                          |    53 -
 raster/r.digit/get_area.c                          |    56 -
 raster/r.digit/get_circle.c                        |   141 -
 raster/r.digit/get_en.c                            |    32 -
 raster/r.digit/get_label.c                         |    74 -
 raster/r.digit/get_line.c                          |    50 -
 raster/r.digit/get_point.c                         |    56 -
 raster/r.digit/get_type.c                          |    58 -
 raster/r.digit/instruct.c                          |    48 -
 raster/r.digit/local_proto.h                       |    70 -
 raster/r.digit/main.c                              |   103 -
 raster/r.digit/setup_graph.c                       |    40 -
 raster/r.distance/Makefile                         |     4 +-
 raster/r.distance/defs.h                           |    33 +-
 raster/r.distance/description.html                 |    76 -
 raster/r.distance/distance.c                       |    81 +-
 raster/r.distance/edges.c                          |    35 +-
 raster/r.distance/labels.c                         |    20 +-
 raster/r.distance/main.c                           |    18 +-
 raster/r.distance/parse.c                          |    82 +-
 raster/r.distance/r.distance.html                  |    73 +
 raster/r.distance/report.c                         |   189 +-
 raster/r.drain/Makefile                            |     4 +-
 raster/r.drain/description.html                    |   202 -
 raster/r.drain/filldir.c                           |    16 +-
 raster/r.drain/main.c                              |   325 +-
 raster/r.drain/r.drain.html                        |   223 +
 raster/r.drain/resolve.c                           |     6 +-
 raster/r.drain/tests/test.r.drain.sh               |    24 +
 raster/r.drain/tests/testascii_nc.asc              |    13 +
 raster/r.drain/tinf.c                              |    67 +-
 raster/r.drain/tinf.h                              |    38 +-
 raster/r.external.out/Makefile                     |    13 +
 raster/r.external.out/main.c                       |   312 +
 raster/r.external.out/r.external.out.html          |    56 +
 raster/r.external/Makefile                         |     6 +-
 raster/r.external/description.html                 |    52 -
 raster/r.external/link.c                           |   237 +
 raster/r.external/list.c                           |    45 +
 raster/r.external/main.c                           |   580 +-
 raster/r.external/proj.c                           |   120 +
 raster/r.external/proto.h                          |    44 +
 raster/r.external/r.external.html                  |    60 +
 raster/r.external/window.c                         |    97 +
 raster/r.fill.dir/Makefile                         |     4 +-
 raster/r.fill.dir/description.html                 |   106 -
 raster/r.fill.dir/dopolys.c                        |     6 +-
 raster/r.fill.dir/filldir.c                        |     3 +-
 raster/r.fill.dir/main.c                           |   140 +-
 raster/r.fill.dir/ppupdate.c                       |     3 +-
 raster/r.fill.dir/r.fill.dir.html                  |   100 +
 raster/r.fill.dir/resolve.c                        |     9 +-
 raster/r.fill.dir/tinf.c                           |    59 +-
 raster/r.fill.dir/tinf.h                           |    33 +-
 raster/r.fill.dir/wtrshed.c                        |    19 +-
 raster/r.flow/Makefile                             |     4 +-
 raster/r.flow/calc.c                               |   579 -
 raster/r.flow/description.html                     |   193 -
 raster/r.flow/io.c                                 |   118 +-
 raster/r.flow/main.c                               |   585 +
 raster/r.flow/mem.c                                |    23 +-
 raster/r.flow/mem.h                                |    24 +-
 raster/r.flow/precomp.c                            |    23 +-
 raster/r.flow/r.flow.h                             |    20 +-
 raster/r.flow/r.flow.html                          |   239 +
 raster/r.flow/r_flow_accumulation.png              |   Bin 0 -> 169742 bytes
 raster/r.flow/r_flow_length.png                    |   Bin 0 -> 159149 bytes
 raster/r.flow/r_flow_line.png                      |   Bin 0 -> 186040 bytes
 raster/r.grow.distance/Makefile                    |     7 +-
 raster/r.grow.distance/description.html            |   102 -
 raster/r.grow.distance/main.c                      |   124 +-
 raster/r.grow.distance/r.grow.distance.html        |   114 +
 raster/r.grow.distance/r_grow_distance.png         |   Bin 0 -> 33629 bytes
 raster/r.grow.distance/r_grow_distance_zoom.png    |   Bin 0 -> 131869 bytes
 raster/r.grow2/Makefile                            |    10 -
 raster/r.grow2/description.html                    |   100 -
 raster/r.grow2/main.c                              |   312 -
 raster/r.gwflow/Makefile                           |     4 +-
 raster/r.gwflow/description.html                   |   120 -
 raster/r.gwflow/main.c                             |   283 +-
 raster/r.gwflow/r.gwflow.html                      |   155 +
 raster/r.gwflow/testsuite/validation_7x7_grid.py   |    89 +
 raster/r.gwflow/testsuite/validation_excavation.py |    87 +
 raster/r.gwflow/valid_calc_7x7.sh                  |    59 -
 raster/r.gwflow/valid_calc_excavation.sh           |    63 -
 raster/r.his/Makefile                              |     4 +-
 raster/r.his/description.html                      |   126 -
 raster/r.his/his.c                                 |     5 +-
 raster/r.his/main.c                                |   226 +-
 raster/r.his/r.his.html                            |   134 +
 raster/r.horizon/Makefile                          |     4 +-
 raster/r.horizon/TODO                              |     4 +-
 raster/r.horizon/description.html                  |   193 -
 raster/r.horizon/main.c                            |   416 +-
 raster/r.horizon/r.horizon.html                    |   231 +
 raster/r.horizon/rhorizon_shaded_dem_point.png     |   Bin 0 -> 64895 bytes
 raster/r.horizon/rhorizon_singlepoint_plot.png     |   Bin 0 -> 12531 bytes
 raster/r.horizon/rhorizon_testplot.sh              |    22 +
 raster/r.in.arc/Makefile                           |    14 -
 raster/r.in.arc/README                             |     7 -
 raster/r.in.arc/description.html                   |    52 -
 raster/r.in.arc/gethead.c                          |   175 -
 raster/r.in.arc/local_proto.h                      |     5 -
 raster/r.in.arc/main.c                             |   234 -
 raster/r.in.ascii/Makefile                         |     7 +-
 raster/r.in.ascii/description.html                 |   122 -
 raster/r.in.ascii/gethead.c                        |    19 +-
 raster/r.in.ascii/main.c                           |   152 +-
 raster/r.in.ascii/r.in.ascii.html                  |   112 +
 raster/r.in.bin/Makefile                           |     8 +-
 raster/r.in.bin/description.html                   |   134 -
 raster/r.in.bin/main.c                             |   246 +-
 raster/r.in.bin/r.in.bin.html                      |   138 +
 raster/r.in.gdal/Makefile                          |     6 +-
 raster/r.in.gdal/description.html                  |   287 -
 raster/r.in.gdal/main.c                            |   857 +-
 raster/r.in.gdal/r.in.gdal.html                    |   338 +
 raster/r.in.gridatb/Makefile                       |     4 +-
 raster/r.in.gridatb/adjcellhd.c                    |    10 +-
 raster/r.in.gridatb/description.html               |    16 -
 raster/r.in.gridatb/file_io.c                      |    16 +-
 raster/r.in.gridatb/local_proto.h                  |    16 +-
 raster/r.in.gridatb/main.c                         |    25 +-
 raster/r.in.gridatb/r.in.gridatb.html              |    15 +
 raster/r.in.lidar/Makefile                         |    16 +
 raster/r.in.lidar/local_proto.h                    |    56 +
 raster/r.in.lidar/main.c                           |  1386 +
 raster/r.in.lidar/r.in.lidar.html                  |   305 +
 raster/r.in.lidar/r_in_lidar_dem_mean3D.jpg        |   Bin 0 -> 98173 bytes
 raster/r.in.lidar/support.c                        |   130 +
 raster/r.in.mat/Makefile                           |     4 +-
 raster/r.in.mat/description.html                   |   135 -
 raster/r.in.mat/main.c                             |   102 +-
 raster/r.in.mat/r.in.mat.html                      |   137 +
 raster/r.in.png/Makefile                           |    13 +
 raster/r.in.png/main.c                             |   570 +
 raster/r.in.png/r.in.png.html                      |    19 +
 raster/r.in.poly/Makefile                          |     4 +-
 raster/r.in.poly/description.html                  |   116 -
 raster/r.in.poly/format.h                          |     2 +
 raster/r.in.poly/get_item.c                        |    42 +-
 raster/r.in.poly/getformat.c                       |    16 +-
 raster/r.in.poly/local_proto.h                     |    13 +-
 raster/r.in.poly/main.c                            |    43 +-
 raster/r.in.poly/poly2rast.c                       |    37 +-
 raster/r.in.poly/r.in.poly.html                    |   109 +
 raster/r.in.poly/raster.c                          |   191 +-
 raster/r.in.poly/testsuite/test_rinpoly.py         |   111 +
 raster/r.in.xyz/Makefile                           |     4 +-
 raster/r.in.xyz/description.html                   |   278 -
 raster/r.in.xyz/local_proto.h                      |     2 +-
 raster/r.in.xyz/main.c                             |   400 +-
 raster/r.in.xyz/r.in.xyz.html                      |   322 +
 raster/r.in.xyz/support.c                          |    39 +-
 raster/r.info/Makefile                             |     4 +-
 raster/r.info/description.html                     |   113 -
 raster/r.info/local_proto.h                        |     2 +
 raster/r.info/main.c                               |   237 +-
 raster/r.info/r.info.html                          |   146 +
 raster/r.kappa/Makefile                            |     4 +-
 raster/r.kappa/description.html                    |    79 -
 raster/r.kappa/kappa.h                             |    16 +-
 raster/r.kappa/main.c                              |    49 +-
 raster/r.kappa/mask.c                              |     7 +-
 raster/r.kappa/prt_hdr.c                           |     3 +-
 raster/r.kappa/prt_label.c                         |     3 +-
 raster/r.kappa/prt_mat.c                           |     2 +-
 raster/r.kappa/r.kappa.html                        |    72 +
 raster/r.kappa/stats.c                             |     8 +-
 raster/r.lake/Makefile                             |     4 +-
 raster/r.lake/description.html                     |   113 -
 raster/r.lake/main.c                               |   131 +-
 raster/r.lake/r.lake.html                          |   118 +
 raster/r.latlong/Makefile                          |    12 +
 raster/r.latlong/main.c                            |   154 +
 raster/r.latlong/r.latlong.html                    |    32 +
 raster/r.le/Makefile                               |    24 -
 raster/r.le/r.le.patch/Makefile                    |    10 -
 raster/r.le/r.le.patch/description.html            |    40 -
 raster/r.le/r.le.patch/driver.c                    |  2881 -
 raster/r.le/r.le.patch/input.c                     |   668 -
 raster/r.le/r.le.patch/main.c                      |   201 -
 raster/r.le/r.le.patch/patch.c                     |  2448 -
 raster/r.le/r.le.patch/patch.h                     |   173 -
 raster/r.le/r.le.patch/trace.c                     |  1828 -
 raster/r.le/r.le.pixel/Makefile                    |    10 -
 raster/r.le/r.le.pixel/cellclip.c                  |   489 -
 raster/r.le/r.le.pixel/description.html            |    39 -
 raster/r.le/r.le.pixel/driver.c                    |  1851 -
 raster/r.le/r.le.pixel/input.c                     |   415 -
 raster/r.le/r.le.pixel/local_proto.h               |     1 -
 raster/r.le/r.le.pixel/main.c                      |   157 -
 raster/r.le/r.le.pixel/pixel.h                     |   107 -
 raster/r.le/r.le.pixel/texture.c                   |  1371 -
 raster/r.le/r.le.setup/Makefile                    |    14 -
 raster/r.le/r.le.setup/ask_group.c                 |   366 -
 raster/r.le/r.le.setup/colors.h                    |    35 -
 raster/r.le/r.le.setup/description.html            |   469 -
 raster/r.le/r.le.setup/main.c                      |   143 -
 raster/r.le/r.le.setup/mv_wind.c                   |   373 -
 raster/r.le/r.le.setup/polytocell/Makefile         |    28 -
 raster/r.le/r.le.setup/polytocell/README           |     1 -
 raster/r.le/r.le.setup/polytocell/bmf.b            |   110 -
 raster/r.le/r.le.setup/polytocell/bmf_to_cll.c     |   138 -
 raster/r.le/r.le.setup/polytocell/do_dots.c        |    12 -
 raster/r.le/r.le.setup/polytocell/do_line.c        |   159 -
 raster/r.le/r.le.setup/polytocell/find_area.c      |   105 -
 raster/r.le/r.le.setup/polytocell/ply_t_bmif.c     |   142 -
 raster/r.le/r.le.setup/polytocell/ply_to_cll.h     |    32 -
 raster/r.le/r.le.setup/polytocell/save_area.c      |    32 -
 raster/r.le/r.le.setup/polytocell/wrte_recrd.c     |    48 -
 raster/r.le/r.le.setup/polytocell/yadjust.c        |    20 -
 raster/r.le/r.le.setup/sample.c                    |  1763 -
 raster/r.le/r.le.setup/setup.c                     |   815 -
 raster/r.le/r.le.setup/setup.h                     |    67 -
 raster/r.le/r.le.trace/Makefile                    |    10 -
 raster/r.le/r.le.trace/description.html            |    43 -
 raster/r.le/r.le.trace/local_proto.h               |     1 -
 raster/r.le/r.le.trace/main.c                      |  1662 -
 raster/r.le/r.le.trace/r.le.trace.h                |    75 -
 raster/r.le/r.le.trace/user_input.c                |    80 -
 raster/r.li/Makefile                               |     7 +-
 raster/r.li/TODO                                   |    52 +-
 raster/r.li/description.html                       |   217 -
 raster/r.li/r.li.cwed/Makefile                     |     6 +-
 raster/r.li/r.li.cwed/cwed.c                       |   104 +-
 raster/r.li/r.li.cwed/description.html             |    73 -
 raster/r.li/r.li.cwed/r.li.cwed.html               |    77 +
 raster/r.li/r.li.cwed/weight.csv                   |     4 -
 raster/r.li/r.li.daemon/GenericCell.h              |     2 +-
 raster/r.li/r.li.daemon/Makefile                   |    10 +-
 raster/r.li/r.li.daemon/avl.c                      |     7 +-
 raster/r.li/r.li.daemon/avl.h                      |     2 +-
 raster/r.li/r.li.daemon/daemon.c                   |    97 +-
 raster/r.li/r.li.daemon/daemon.h                   |    15 +-
 raster/r.li/r.li.daemon/description.html           |   102 -
 raster/r.li/r.li.daemon/r.li.daemon.html           |    99 +
 raster/r.li/r.li.daemon/worker.c                   |    41 +-
 raster/r.li/r.li.dominance/Makefile                |     6 +-
 raster/r.li/r.li.dominance/description.html        |    62 -
 raster/r.li/r.li.dominance/dominance.c             |    64 +-
 raster/r.li/r.li.dominance/r.li.dominance.html     |    76 +
 raster/r.li/r.li.edgedensity/Makefile              |     6 +-
 raster/r.li/r.li.edgedensity/description.html      |    81 -
 raster/r.li/r.li.edgedensity/edgedensity.c         |   335 +-
 raster/r.li/r.li.edgedensity/r.li.edgedensity.html |    97 +
 raster/r.li/r.li.html                              |   201 +
 raster/r.li/r.li.mpa/Makefile                      |     6 +-
 raster/r.li/r.li.mpa/description.html              |    65 -
 raster/r.li/r.li.mpa/mpa.c                         |    32 +-
 raster/r.li/r.li.mpa/r.li.mpa.html                 |    84 +
 raster/r.li/r.li.mps/Makefile                      |     6 +-
 raster/r.li/r.li.mps/description.html              |    73 -
 raster/r.li/r.li.mps/mps.c                         |    64 +-
 raster/r.li/r.li.mps/r.li.mps.html                 |    85 +
 raster/r.li/r.li.padcv/Makefile                    |     6 +-
 raster/r.li/r.li.padcv/description.html            |    63 -
 raster/r.li/r.li.padcv/padcv.c                     |    87 +-
 raster/r.li/r.li.padcv/r.li.padcv.html             |    75 +
 raster/r.li/r.li.padrange/Makefile                 |     6 +-
 raster/r.li/r.li.padrange/description.html         |    65 -
 raster/r.li/r.li.padrange/padrange.c               |    87 +-
 raster/r.li/r.li.padrange/r.li.padrange.html       |    77 +
 raster/r.li/r.li.padsd/Makefile                    |     6 +-
 raster/r.li/r.li.padsd/description.html            |    65 -
 raster/r.li/r.li.padsd/padsd.c                     |    89 +-
 raster/r.li/r.li.padsd/r.li.padsd.html             |    77 +
 raster/r.li/r.li.patchdensity/Makefile             |     6 +-
 raster/r.li/r.li.patchdensity/description.html     |    79 -
 raster/r.li/r.li.patchdensity/main.c               |    87 +-
 .../r.li/r.li.patchdensity/r.li.patchdensity.html  |    88 +
 raster/r.li/r.li.patchnum/Makefile                 |     6 +-
 raster/r.li/r.li.patchnum/description.html         |    59 -
 raster/r.li/r.li.patchnum/main.c                   |    67 +-
 raster/r.li/r.li.patchnum/r.li.patchnum.html       |    71 +
 raster/r.li/r.li.pielou/Makefile                   |     9 +-
 raster/r.li/r.li.pielou/description.html           |    61 -
 raster/r.li/r.li.pielou/pielou.c                   |    64 +-
 raster/r.li/r.li.pielou/r.li.pielou.html           |    74 +
 raster/r.li/r.li.renyi/Makefile                    |     9 +-
 raster/r.li/r.li.renyi/description.html            |    64 -
 raster/r.li/r.li.renyi/r.li.renyi.html             |    78 +
 raster/r.li/r.li.renyi/renyi.c                     |    64 +-
 raster/r.li/r.li.richness/Makefile                 |     6 +-
 raster/r.li/r.li.richness/description.html         |    67 -
 raster/r.li/r.li.richness/r.li.richness.html       |    79 +
 raster/r.li/r.li.richness/richness.c               |    40 +-
 raster/r.li/r.li.setup/Makefile                    |    22 -
 raster/r.li/r.li.setup/area_query                  |    46 -
 raster/r.li/r.li.setup/circle.txt                  |     5 -
 raster/r.li/r.li.setup/description.html            |   260 -
 raster/r.li/r.li.setup/masked_area_selection.sh    |   216 -
 raster/r.li/r.li.setup/polygon.txt                 |     5 -
 raster/r.li/r.li.setup/r.li.setup                  |    57 -
 raster/r.li/r.li.setup/r.li.setup.main             |   409 -
 raster/r.li/r.li.setup/r.li.setup.procedures.tcl   |   756 -
 raster/r.li/r.li.setup/r.li.windows.tcl            |   457 -
 raster/r.li/r.li.setup/sampleAreas.jpg             |   Bin 55696 -> 0 bytes
 raster/r.li/r.li.setup/sample_area_vector.sh       |   201 -
 raster/r.li/r.li.setup/square_mouse_selection.sh   |   190 -
 raster/r.li/r.li.setup/square_query                |    28 -
 raster/r.li/r.li.shannon/Makefile                  |     6 +-
 raster/r.li/r.li.shannon/description.html          |    63 -
 raster/r.li/r.li.shannon/r.li.shannon.html         |    75 +
 raster/r.li/r.li.shannon/shannon.c                 |    64 +-
 raster/r.li/r.li.shape/Makefile                    |     6 +-
 raster/r.li/r.li.shape/description.html            |    57 -
 raster/r.li/r.li.shape/main.c                      |   120 +-
 raster/r.li/r.li.shape/r.li.shape.html             |    77 +
 raster/r.li/r.li.simpson/Makefile                  |     6 +-
 raster/r.li/r.li.simpson/description.html          |    62 -
 raster/r.li/r.li.simpson/r.li.simpson.html         |    74 +
 raster/r.li/r.li.simpson/simpson.c                 |    64 +-
 raster/r.li/r.li.testing_nc_asc.sh                 |    43 +-
 raster/r.li/r.li.testing_sp_mov.sh                 |    11 +-
 raster/r.los/Makefile                              |    11 -
 raster/r.los/cmd_line.h                            |    23 -
 raster/r.los/color_rnge.c                          |    26 -
 raster/r.los/delete.c                              |    96 -
 raster/r.los/description.html                      |    98 -
 raster/r.los/local_proto.h                         |    10 -
 raster/r.los/main.c                                |   421 -
 raster/r.los/make_list.c                           |    56 -
 raster/r.los/make_point.c                          |    40 -
 raster/r.los/mark_pts.c                            |    49 -
 raster/r.los/point.h                               |    64 -
 raster/r.los/pts_elim.c                            |   308 -
 raster/r.los/radians.h                             |    20 -
 raster/r.los/segment.c                             |    90 -
 raster/r.mapcalc/Makefile                          |   107 +-
 raster/r.mapcalc/check.c                           |    16 +
 raster/r.mapcalc/column_shift.c                    |     1 +
 raster/r.mapcalc/evaluate.c                        |   117 +-
 raster/r.mapcalc/expression.c                      |    13 +-
 raster/r.mapcalc/expression.h                      |    13 +-
 raster/r.mapcalc/func_proto.h                      |     9 +-
 raster/r.mapcalc/function.c                        |    19 +-
 raster/r.mapcalc/globals.h                         |     3 +
 raster/r.mapcalc/globals3.h                        |     4 +-
 raster/r.mapcalc/main.c                            |   130 +-
 raster/r.mapcalc/map.c                             |   389 +-
 raster/r.mapcalc/map3.c                            |   102 +-
 raster/r.mapcalc/mapcalc.h                         |     2 +
 raster/r.mapcalc/mapcalc.l                         |     7 +-
 raster/r.mapcalc/mapcalc.y                         |     1 +
 raster/r.mapcalc/r.mapcalc.html                    |   592 +-
 raster/r.mapcalc/r3.mapcalc.html                   |   599 +-
 raster/r.mapcalc/test_suite/README                 |    46 +
 raster/r.mapcalc/testsuite/const_map_test.sh       |   177 +
 raster/r.mapcalc/testsuite/test_r3_mapcalc.py      |    56 +
 raster/r.mapcalc/testsuite/test_r_mapcalc.py       |   223 +
 raster/r.mapcalc/xabs.c                            |     1 +
 raster/r.mapcalc/xacos.c                           |     1 +
 raster/r.mapcalc/xadd.c                            |    59 +-
 raster/r.mapcalc/xand.c                            |    32 +-
 raster/r.mapcalc/xand2.c                           |    36 +-
 raster/r.mapcalc/xasin.c                           |     1 +
 raster/r.mapcalc/xatan.c                           |     1 +
 raster/r.mapcalc/xbitand.c                         |    31 +-
 raster/r.mapcalc/xbitnot.c                         |     1 +
 raster/r.mapcalc/xbitor.c                          |    31 +-
 raster/r.mapcalc/xbitxor.c                         |    31 +-
 raster/r.mapcalc/xcoor.c                           |     5 +-
 raster/r.mapcalc/xcoor3.c                          |     8 +-
 raster/r.mapcalc/xcos.c                            |     1 +
 raster/r.mapcalc/xdiv.c                            |     1 +
 raster/r.mapcalc/xdouble.c                         |     1 +
 raster/r.mapcalc/xeq.c                             |     8 +
 raster/r.mapcalc/xeval.c                           |     1 +
 raster/r.mapcalc/xexp.c                            |     1 +
 raster/r.mapcalc/xfloat.c                          |     1 +
 raster/r.mapcalc/xge.c                             |     1 +
 raster/r.mapcalc/xgraph.c                          |    80 +
 raster/r.mapcalc/xgt.c                             |     1 +
 raster/r.mapcalc/xif.c                             |     1 +
 raster/r.mapcalc/xint.c                            |     1 +
 raster/r.mapcalc/xisnull.c                         |     1 +
 raster/r.mapcalc/xle.c                             |     1 +
 raster/r.mapcalc/xlog.c                            |     1 +
 raster/r.mapcalc/xlt.c                             |     1 +
 raster/r.mapcalc/xmax.c                            |     5 +
 raster/r.mapcalc/xmedian.c                         |    19 +-
 raster/r.mapcalc/xmin.c                            |     5 +
 raster/r.mapcalc/xmod.c                            |    15 +-
 raster/r.mapcalc/xmode.c                           |     8 +
 raster/r.mapcalc/xmul.c                            |    57 +-
 raster/r.mapcalc/xne.c                             |     1 +
 raster/r.mapcalc/xneg.c                            |     1 +
 raster/r.mapcalc/xnmax.c                           |   100 +
 raster/r.mapcalc/xnmedian.c                        |   152 +
 raster/r.mapcalc/xnmin.c                           |   100 +
 raster/r.mapcalc/xnmode.c                          |   141 +
 raster/r.mapcalc/xnot.c                            |     1 +
 raster/r.mapcalc/xnull.c                           |     1 +
 raster/r.mapcalc/xor.c                             |    32 +-
 raster/r.mapcalc/xor2.c                            |    36 +-
 raster/r.mapcalc/xpow.c                            |     1 +
 raster/r.mapcalc/xrand.c                           |    14 +-
 raster/r.mapcalc/xres.c                            |     1 +
 raster/r.mapcalc/xres3.c                           |     2 +-
 raster/r.mapcalc/xround.c                          |   226 +-
 raster/r.mapcalc/xrowcol.c                         |     1 +
 raster/r.mapcalc/xshiftl.c                         |     1 +
 raster/r.mapcalc/xshiftr.c                         |     1 +
 raster/r.mapcalc/xshiftru.c                        |     1 +
 raster/r.mapcalc/xsin.c                            |     1 +
 raster/r.mapcalc/xsqrt.c                           |     1 +
 raster/r.mapcalc/xsub.c                            |     1 +
 raster/r.mapcalc/xtan.c                            |     1 +
 raster/r.median/Makefile                           |    10 -
 raster/r.median/description.html                   |    68 -
 raster/r.median/local_proto.h                      |     8 -
 raster/r.median/main.c                             |   141 -
 raster/r.median/median.c                           |    25 -
 raster/r.median/read_stats.c                       |    17 -
 raster/r.median/stats.h                            |    10 -
 raster/r.median/write_rec.c                        |    16 -
 raster/r.mfilter.fp/Makefile                       |    10 -
 raster/r.mfilter.fp/apply.c                        |    50 -
 raster/r.mfilter.fp/description.html               |   152 -
 raster/r.mfilter.fp/execute.c                      |   120 -
 raster/r.mfilter.fp/filter                         |     9 -
 raster/r.mfilter.fp/filter.ave                     |     6 -
 raster/r.mfilter.fp/filter.h                       |    30 -
 raster/r.mfilter.fp/getfilt.c                      |   162 -
 raster/r.mfilter.fp/getrow.c                       |    25 -
 raster/r.mfilter.fp/glob.h                         |     6 -
 raster/r.mfilter.fp/local_proto.h                  |     6 -
 raster/r.mfilter.fp/main.c                         |   156 -
 raster/r.mfilter.fp/perform.c                      |   103 -
 raster/r.mfilter.fp/uppercase.c                    |     8 -
 raster/r.mfilter/Makefile                          |     4 +-
 raster/r.mfilter/TODO                              |     5 -
 raster/r.mfilter/apply.c                           |    65 +-
 raster/r.mfilter/description.html                  |   158 -
 raster/r.mfilter/execute.c                         |    20 +-
 raster/r.mfilter/filter.h                          |    16 +-
 raster/r.mfilter/getfilt.c                         |    22 +-
 raster/r.mfilter/getrow.c                          |     6 +-
 raster/r.mfilter/glob.h                            |    15 +-
 raster/r.mfilter/main.c                            |    52 +-
 raster/r.mfilter/perform.c                         |    34 +-
 raster/r.mfilter/r.mfilter.html                    |   149 +
 raster/r.mode/Makefile                             |     4 +-
 raster/r.mode/description.html                     |    67 -
 raster/r.mode/main.c                               |    69 +-
 raster/r.mode/r.mode.html                          |    61 +
 raster/r.neighbors/Makefile                        |     4 +-
 raster/r.neighbors/bufs.c                          |     5 +-
 raster/r.neighbors/description.html                |   292 -
 raster/r.neighbors/divr_cats.c                     |     5 +-
 raster/r.neighbors/gather.c                        |    35 +-
 raster/r.neighbors/intr_cats.c                     |     5 +-
 raster/r.neighbors/local_proto.h                   |     4 +-
 raster/r.neighbors/main.c                          |   418 +-
 raster/r.neighbors/ncb.h                           |    10 +-
 raster/r.neighbors/null_cats.c                     |     8 +-
 raster/r.neighbors/r.neighbors.html                |   392 +
 raster/r.neighbors/readcell.c                      |     5 +-
 raster/r.null/Makefile                             |     4 +-
 raster/r.null/description.html                     |    63 -
 raster/r.null/local_proto.h                        |     4 +-
 raster/r.null/main.c                               |   347 +
 raster/r.null/mask.c                               |    16 +-
 raster/r.null/null.c                               |   362 -
 raster/r.null/r.null.html                          |    59 +
 raster/r.out.arc/Makefile                          |    14 -
 raster/r.out.arc/description.html                  |    59 -
 raster/r.out.arc/main.c                            |   222 -
 raster/r.out.ascii/Makefile                        |     7 +-
 raster/r.out.ascii/description.html                |    63 -
 raster/r.out.ascii/formspecific.c                  |    38 +-
 raster/r.out.ascii/localproto.h                    |     2 +-
 raster/r.out.ascii/main.c                          |    45 +-
 raster/r.out.ascii/r.out.ascii.html                |    56 +
 raster/r.out.bin/Makefile                          |     4 +-
 raster/r.out.bin/description.html                  |    43 -
 raster/r.out.bin/main.c                            |    47 +-
 raster/r.out.bin/r.out.bin.html                    |    43 +
 raster/r.out.bin/swab.h                            |    21 -
 raster/r.out.bin/tif_swab.c                        |   240 -
 raster/r.out.gdal/Makefile                         |     7 +-
 raster/r.out.gdal/attr.c                           |   140 +
 raster/r.out.gdal/description.html                 |   258 -
 raster/r.out.gdal/export_band.c                    |   116 +-
 raster/r.out.gdal/local_proto.h                    |     8 +-
 raster/r.out.gdal/main.c                           |   122 +-
 raster/r.out.gdal/r.out.gdal.html                  |   249 +
 raster/r.out.gridatb/Makefile                      |     4 +-
 raster/r.out.gridatb/adjcellhd.c                   |    18 -
 raster/r.out.gridatb/check_ready.c                 |    24 -
 raster/r.out.gridatb/description.html              |    16 -
 raster/r.out.gridatb/file_io.c                     |   106 -
 raster/r.out.gridatb/local_proto.h                 |    19 -
 raster/r.out.gridatb/main.c                        |    75 +-
 raster/r.out.gridatb/r.out.gridatb.html            |    15 +
 raster/r.out.mat/Makefile                          |     4 +-
 raster/r.out.mat/description.html                  |    99 -
 raster/r.out.mat/main.c                            |    65 +-
 raster/r.out.mat/r.out.mat.html                    |    99 +
 raster/r.out.mpeg/Makefile                         |     4 +-
 raster/r.out.mpeg/description.html                 |   104 -
 raster/r.out.mpeg/main.c                           |   359 +-
 raster/r.out.mpeg/r.out.mpeg.html                  |   102 +
 raster/r.out.mpeg/write.c                          |    14 +-
 raster/r.out.png/Makefile                          |     6 +-
 raster/r.out.png/description.html                  |    31 -
 raster/r.out.png/main.c                            |   440 +
 raster/r.out.png/pngfunc.h                         |     1 -
 raster/r.out.png/r.out.png.c                       |   470 -
 raster/r.out.png/r.out.png.html                    |    28 +
 raster/r.out.pov/Makefile                          |     4 +-
 raster/r.out.pov/description.html                  |    64 -
 raster/r.out.pov/main.c                            |    48 +-
 raster/r.out.pov/r.out.pov.html                    |    63 +
 raster/r.out.ppm/Makefile                          |     4 +-
 raster/r.out.ppm/description.html                  |    61 -
 raster/r.out.ppm/main.c                            |   134 +-
 raster/r.out.ppm/r.out.ppm.html                    |    59 +
 raster/r.out.ppm3/Makefile                         |     4 +-
 raster/r.out.ppm3/description.html                 |    36 -
 raster/r.out.ppm3/main.c                           |    59 +-
 raster/r.out.ppm3/r.out.ppm3.html                  |    34 +
 raster/r.out.tiff/Makefile                         |    12 -
 raster/r.out.tiff/description.html                 |    45 -
 raster/r.out.tiff/r.out.tiff.c                     |   433 -
 raster/r.out.tiff/rasterfile.h                     |    42 -
 raster/r.out.vrml/Makefile                         |     4 +-
 raster/r.out.vrml/description.html                 |    69 -
 raster/r.out.vrml/main.c                           |    95 +-
 raster/r.out.vrml/put_grid.c                       |    13 +-
 raster/r.out.vrml/pv.h                             |     7 +-
 raster/r.out.vrml/r.out.vrml.html                  |    63 +
 raster/r.out.vtk/Makefile                          |     4 +-
 raster/r.out.vtk/description.html                  |   132 -
 raster/r.out.vtk/globaldefs.h                      |     5 -
 raster/r.out.vtk/main.c                            |   164 +-
 raster/r.out.vtk/parameters.c                      |    37 +-
 raster/r.out.vtk/parameters.h                      |     8 +-
 raster/r.out.vtk/r.out.vtk.html                    |   132 +
 raster/r.out.vtk/writeascii.c                      |    94 +-
 raster/r.param.scale/Makefile                      |     4 +-
 raster/r.param.scale/close_down.c                  |    77 +-
 raster/r.param.scale/description.html              |   119 -
 raster/r.param.scale/find_normal.c                 |     4 +-
 raster/r.param.scale/interface.c                   |    42 +-
 raster/r.param.scale/main.c                        |    36 +-
 raster/r.param.scale/open_files.c                  |    18 +-
 raster/r.param.scale/param.h                       |    65 +-
 raster/r.param.scale/process.c                     |    77 +-
 raster/r.param.scale/r.param.scale.html            |   120 +
 raster/r.param.scale/write_cats.c                  |    30 +-
 raster/r.param.scale/write_cols.c                  |    50 +-
 raster/r.patch/Makefile                            |     4 +-
 raster/r.patch/description.html                    |   115 -
 raster/r.patch/do_patch.c                          |    35 +-
 raster/r.patch/main.c                              |   110 +-
 raster/r.patch/r.patch.html                        |   133 +
 raster/r.patch/support.c                           |    36 +-
 raster/r.profile/Makefile                          |     4 +-
 raster/r.profile/description.html                  |   146 -
 raster/r.profile/input.c                           |     5 +-
 raster/r.profile/local_proto.h                     |    13 +-
 raster/r.profile/main.c                            |   301 +-
 raster/r.profile/r.profile.html                    |   169 +
 raster/r.profile/read_rast.c                       |   123 +-
 raster/r.profile/testsuite/test_profile_ncspm.py   |   190 +
 raster/r.proj.seg/Makefile                         |    15 -
 raster/r.proj.seg/bilinear.c                       |    59 -
 raster/r.proj.seg/bordwalk.c                       |   211 -
 raster/r.proj.seg/cubic.c                          |    69 -
 raster/r.proj.seg/description.html                 |   302 -
 raster/r.proj.seg/main.c                           |   556 -
 raster/r.proj.seg/nearest.c                        |    40 -
 raster/r.proj.seg/r.proj.h                         |    84 -
 raster/r.proj.seg/readcell.c                       |   132 -
 raster/r.proj/COMMENT                              |    54 -
 raster/r.proj/DEPRECATED                           |     2 -
 raster/r.proj/Makefile                             |    10 +-
 raster/r.proj/bilinear.c                           |   115 +-
 raster/r.proj/bilinear_f.c                         |    48 +
 raster/r.proj/bordwalk.c                           |   351 +-
 raster/r.proj/cubic.c                              |   138 +-
 raster/r.proj/cubic_f.c                            |    53 +
 raster/r.proj/description.html                     |   240 -
 raster/r.proj/lanczos.c                            |   108 +
 raster/r.proj/local_proto.h                        |     2 -
 raster/r.proj/main.c                               |   313 +-
 raster/r.proj/nearest.c                            |    44 +-
 raster/r.proj/r.proj.h                             |    82 +-
 raster/r.proj/r.proj.html                          |   320 +
 raster/r.proj/readcell.c                           |   156 +-
 raster/r.quant/Makefile                            |     4 +-
 raster/r.quant/description.html                    |    36 -
 raster/r.quant/global.h                            |    18 +-
 raster/r.quant/main.c                              |   149 +-
 raster/r.quant/r.quant.html                        |    32 +
 raster/r.quant/read_rules.c                        |    88 +-
 raster/r.quantile/Makefile                         |     4 +-
 raster/r.quantile/description.html                 |    34 -
 raster/r.quantile/main.c                           |    40 +-
 raster/r.quantile/r.quantile.html                  |    43 +
 raster/r.random.cells/Makefile                     |     4 +-
 raster/r.random.cells/description.html             |    91 -
 raster/r.random.cells/flag.c                       |     1 -
 raster/r.random.cells/gasdev.c                     |     1 -
 raster/r.random.cells/indep.c                      |    17 +-
 raster/r.random.cells/init.c                       |    59 +-
 raster/r.random.cells/local_proto.h                |     2 +-
 raster/r.random.cells/main.c                       |    41 +-
 raster/r.random.cells/r.random.cells.html          |   101 +
 raster/r.random.cells/random.c                     |     1 -
 raster/r.random.cells/ransurf.h                    |    29 +-
 raster/r.random.surface/Makefile                   |     4 +-
 raster/r.random.surface/calcsd.c                   |     1 -
 raster/r.random.surface/calcsurf.c                 |     4 +-
 raster/r.random.surface/cpfilter.c                 |     1 -
 raster/r.random.surface/dd.c                       |     1 -
 raster/r.random.surface/decay.c                    |     1 -
 raster/r.random.surface/description.html           |   163 -
 raster/r.random.surface/digits.c                   |     1 -
 raster/r.random.surface/gasdev.c                   |     1 -
 raster/r.random.surface/gennorm.c                  |     3 +-
 raster/r.random.surface/init.c                     |   134 +-
 raster/r.random.surface/local_proto.h              |     2 +-
 raster/r.random.surface/main.c                     |   101 +-
 raster/r.random.surface/makebigf.c                 |     1 -
 raster/r.random.surface/makepp.c                   |     3 +-
 raster/r.random.surface/r.random.surface.html      |   157 +
 raster/r.random.surface/random.c                   |     2 -
 raster/r.random.surface/ransurf.h                  |    33 +-
 raster/r.random.surface/save.c                     |    46 +-
 raster/r.random.surface/zero.c                     |     1 -
 raster/r.random/Makefile                           |     4 +-
 raster/r.random/count.c                            |    56 +-
 raster/r.random/creat_rand.c                       |    37 +-
 raster/r.random/description.html                   |   135 -
 raster/r.random/local_proto.h                      |     4 +-
 raster/r.random/main.c                             |    43 +-
 raster/r.random/r.random.html                      |   122 +
 raster/r.random/random.c                           |    87 +-
 raster/r.random/support.c                          |    57 +-
 raster/r.reclass/Makefile                          |     4 +-
 raster/r.reclass/description.html                  |   218 -
 raster/r.reclass/main.c                            |    49 +-
 raster/r.reclass/parse.c                           |    31 +-
 raster/r.reclass/r.reclass.html                    |   205 +
 raster/r.reclass/range.c                           |     7 +-
 raster/r.reclass/reclass.c                         |    74 +-
 raster/r.reclass/rule.h                            |    12 +-
 raster/r.reclass/stats.c                           |    17 +-
 raster/r.recode/Makefile                           |     4 +-
 raster/r.recode/description.html                   |    85 -
 raster/r.recode/global.h                           |    17 +-
 raster/r.recode/main.c                             |    39 +-
 raster/r.recode/r.recode.html                      |    80 +
 raster/r.recode/read_rules.c                       |    60 +-
 raster/r.recode/recode.c                           |   124 +-
 raster/r.recode/testsuite/test_rrecode_ncspm.py    |    95 +
 raster/r.region/Makefile                           |     4 +-
 raster/r.region/description.html                   |    59 -
 raster/r.region/main.c                             |   171 +-
 raster/r.region/r.region.html                      |    56 +
 raster/r.regression.line/description.html          |    48 -
 raster/r.regression.line/main.c                    |    81 +-
 raster/r.regression.line/r.regression.line.html    |    47 +
 raster/r.regression.multi/Makefile                 |    10 +
 raster/r.regression.multi/main.c                   |   572 +
 raster/r.regression.multi/r.regression.multi.html  |    84 +
 raster/r.relief/Makefile                           |    10 +
 raster/r.relief/main.c                             |   477 +
 raster/r.relief/r.relief.html                      |   145 +
 raster/r.relief/r_relief.png                       |   Bin 0 -> 167789 bytes
 raster/r.report/Makefile                           |     4 +-
 raster/r.report/description.html                   |   111 -
 raster/r.report/global.h                           |    19 +-
 raster/r.report/header.c                           |    17 +-
 raster/r.report/main.c                             |    26 +-
 raster/r.report/maskinfo.c                         |     7 +-
 raster/r.report/parse.c                            |   146 +-
 raster/r.report/prt_report.c                       |    15 +-
 raster/r.report/r.report.html                      |   152 +
 raster/r.report/stats.c                            |    83 +-
 raster/r.resamp.bspline/Makefile                   |    13 +
 raster/r.resamp.bspline/README                     |    13 +
 raster/r.resamp.bspline/bspline.h                  |    69 +
 raster/r.resamp.bspline/crosscorr.c                |   376 +
 raster/r.resamp.bspline/main.c                     |   787 +
 raster/r.resamp.bspline/r.resamp.bspline.html      |   154 +
 raster/r.resamp.bspline/resamp.c                   |   397 +
 raster/r.resamp.filter/Makefile                    |    10 +
 raster/r.resamp.filter/main.c                      |   563 +
 raster/r.resamp.filter/r.resamp.filter.html        |    46 +
 raster/r.resamp.interp/Makefile                    |     4 +-
 raster/r.resamp.interp/description.html            |    66 -
 raster/r.resamp.interp/main.c                      |   229 +-
 raster/r.resamp.interp/r.resamp.interp.html        |    64 +
 raster/r.resamp.rst/BUGS                           |     2 +-
 raster/r.resamp.rst/Makefile                       |     8 +-
 raster/r.resamp.rst/description.html               |   166 -
 raster/r.resamp.rst/local_proto.h                  |     3 -
 raster/r.resamp.rst/main.c                         |   513 +-
 raster/r.resamp.rst/r.resamp.rst.html              |   149 +
 raster/r.resamp.stats/Makefile                     |     4 +-
 raster/r.resamp.stats/description.html             |    58 -
 raster/r.resamp.stats/main.c                       |   140 +-
 raster/r.resamp.stats/r.resamp.stats.html          |    58 +
 raster/r.resamp.stats/r_resamp_stats_6m_20m.png    |   Bin 0 -> 28351 bytes
 raster/r.resample/Makefile                         |     4 +-
 raster/r.resample/description.html                 |    49 -
 raster/r.resample/diff.sh                          |    17 -
 raster/r.resample/main.c                           |   107 +-
 raster/r.resample/r.resample.html                  |    49 +
 raster/r.rescale.eq/Makefile                       |     4 +-
 raster/r.rescale.eq/description.html               |    63 -
 raster/r.rescale.eq/get_range.c                    |     7 +-
 raster/r.rescale.eq/get_stats.c                    |    23 +-
 raster/r.rescale.eq/local_proto.h                  |     2 +-
 raster/r.rescale.eq/main.c                         |   105 +-
 raster/r.rescale.eq/r.rescale.eq.html              |    65 +
 raster/r.rescale/Makefile                          |     4 +-
 raster/r.rescale/description.html                  |    62 -
 raster/r.rescale/get_range.c                       |    30 +-
 raster/r.rescale/local_proto.h                     |     2 +-
 raster/r.rescale/main.c                            |   100 +-
 raster/r.rescale/r.rescale.html                    |    64 +
 raster/r.ros/Makefile                              |    10 +
 raster/{wildfire => }/r.ros/local_proto.h          |     0
 raster/r.ros/main.c                                |   875 +
 raster/r.ros/r.ros.html                            |   149 +
 raster/r.ros/spot_dist.c                           |   167 +
 raster/r.series.accumulate/Makefile                |    13 +
 raster/r.series.accumulate/main.c                  |   452 +
 .../r.series.accumulate/r.series.accumulate.html   |   151 +
 .../test_suite/test.r.series.accumulate.sh         |    66 +
 .../r.series.accumulate/test_suite/test_accu_0.ref |    14 +
 .../r.series.accumulate/test_suite/test_accu_1.ref |    14 +
 .../r.series.accumulate/test_suite/test_accu_2.ref |    14 +
 .../r.series.accumulate/test_suite/test_accu_3.ref |    14 +
 .../r.series.accumulate/test_suite/test_accu_4.ref |    14 +
 .../r.series.accumulate/test_suite/test_accu_5.ref |    14 +
 .../r.series.accumulate/test_suite/test_accu_6.ref |    14 +
 .../r.series.accumulate/test_suite/test_accu_7.ref |    14 +
 .../r.series.accumulate/test_suite/test_accu_8.ref |    14 +
 .../r.series.accumulate/test_suite/test_accu_9.ref |    14 +
 raster/r.series.interp/Makefile                    |    10 +
 raster/r.series.interp/main.c                      |   429 +
 raster/r.series.interp/r.series.interp.html        |    65 +
 raster/r.series.interp/testsuite/data/infile_2.txt |     4 +
 .../r.series.interp/testsuite/data/outfile_1.txt   |     9 +
 .../r.series.interp/testsuite/data/outfile_2.txt   |     6 +
 .../testsuite/data/outfile_corrupt.txt             |     3 +
 raster/r.series.interp/testsuite/interp_test.py    |    87 +
 raster/r.series/Makefile                           |     4 +-
 raster/r.series/description.html                   |   117 -
 raster/r.series/main.c                             |   256 +-
 raster/r.series/r.series.html                      |   216 +
 raster/r.series/test_suite/test.r.series.sh        |   124 +
 raster/r.series/test_suite/test_1_prec_count.ref   |    14 +
 .../test_suite/test_1_prec_count_weight.ref        |    14 +
 raster/r.series/test_suite/test_1_prec_max.ref     |    14 +
 .../r.series/test_suite/test_1_prec_max_weight.ref |    14 +
 raster/r.series/test_suite/test_1_prec_mean.ref    |    14 +
 .../test_suite/test_1_prec_mean_weight.ref         |    14 +
 raster/r.series/test_suite/test_1_prec_min.ref     |    14 +
 .../r.series/test_suite/test_1_prec_min_weight.ref |    14 +
 raster/r.series/test_suite/test_1_prec_range.ref   |    14 +
 .../test_suite/test_1_prec_range_weight.ref        |    14 +
 raster/r.series/test_suite/test_1_prec_sum.ref     |    14 +
 .../r.series/test_suite/test_1_prec_sum_weight.ref |    14 +
 raster/r.series/test_suite/test_2_prec_count.ref   |    14 +
 .../test_suite/test_2_prec_count_weight.ref        |    14 +
 raster/r.series/test_suite/test_2_prec_max.ref     |    14 +
 .../r.series/test_suite/test_2_prec_max_weight.ref |    14 +
 raster/r.series/test_suite/test_2_prec_mean.ref    |    14 +
 .../test_suite/test_2_prec_mean_weight.ref         |    14 +
 raster/r.series/test_suite/test_2_prec_min.ref     |    14 +
 .../r.series/test_suite/test_2_prec_min_weight.ref |    14 +
 raster/r.series/test_suite/test_2_prec_range.ref   |    14 +
 .../test_suite/test_2_prec_range_weight.ref        |    14 +
 raster/r.series/test_suite/test_2_prec_sum.ref     |    14 +
 .../r.series/test_suite/test_2_prec_sum_weight.ref |    14 +
 raster/r.series/test_suite/test_3_prec_max.ref     |    14 +
 raster/r.series/test_suite/test_3_prec_mean.ref    |    14 +
 raster/r.series/test_suite/test_3_prec_min.ref     |    14 +
 raster/r.series/test_suite/test_4_prec_max.ref     |    14 +
 raster/r.series/test_suite/test_4_prec_mean.ref    |    14 +
 raster/r.series/test_suite/test_4_prec_min.ref     |    14 +
 raster/r.sim/Makefile                              |    16 +
 raster/{simwe => r.sim}/README                     |     0
 raster/r.sim/r.sim.sediment/Makefile               |    17 +
 raster/r.sim/r.sim.sediment/main.c                 |   386 +
 raster/r.sim/r.sim.sediment/r.sim.sediment.html    |   100 +
 raster/r.sim/r.sim.water/Makefile                  |    17 +
 raster/r.sim/r.sim.water/main.c                    |   476 +
 raster/r.sim/r.sim.water/r.sim.water.html          |   233 +
 .../{simwe => r.sim}/r.sim.water/r_sim_water.png   |   Bin
 raster/r.sim/r.sim.water/spearfish.sh              |    61 +
 raster/r.sim/simlib/Makefile                       |    15 +
 raster/r.sim/simlib/erod.c                         |    68 +
 raster/r.sim/simlib/hydro.c                        |   475 +
 raster/r.sim/simlib/input.c                        |   498 +
 raster/r.sim/simlib/observation_points.c           |   133 +
 raster/r.sim/simlib/output.c                       |   764 +
 raster/r.sim/simlib/random.c                       |    47 +
 raster/r.sim/simlib/utils.c                        |    60 +
 raster/r.sim/simlib/waterglobs.h                   |   135 +
 raster/r.slope.aspect/Makefile                     |     4 +-
 raster/r.slope.aspect/aspect_diagram.dia           |   Bin 0 -> 1272 bytes
 raster/r.slope.aspect/aspect_diagram.png           |   Bin 0 -> 10466 bytes
 raster/r.slope.aspect/description.html             |   183 -
 raster/r.slope.aspect/local_proto.h                |     2 -
 raster/r.slope.aspect/main.c                       |   825 +-
 raster/r.slope.aspect/opennew.c                    |    22 -
 raster/r.slope.aspect/r.slope.aspect.html          |   227 +
 raster/r.slope.aspect/r_slope_aspect_aspect.png    |   Bin 0 -> 145079 bytes
 raster/r.slope.aspect/r_slope_aspect_pcurv.png     |   Bin 0 -> 179415 bytes
 raster/r.slope.aspect/r_slope_aspect_slope.png     |   Bin 0 -> 107595 bytes
 raster/r.slope.aspect/r_slope_aspect_tcurv.png     |   Bin 0 -> 182325 bytes
 .../testsuite/data/fractal_surf.ascii              |    16 +
 .../r.slope.aspect/testsuite/data/gdal_aspect.grd  |    25 +
 .../testsuite/data/gdal_aspect.grd.aux.xml         |     5 +
 .../r.slope.aspect/testsuite/data/gdal_slope.grd   |    25 +
 .../testsuite/data/gdal_slope.grd.aux.xml          |     5 +
 .../testsuite/test_r_slope_aspect.py               |   163 +
 raster/r.solute.transport/Makefile                 |    10 +
 raster/r.solute.transport/example.py               |    52 +
 raster/r.solute.transport/main.c                   |   547 +
 raster/r.solute.transport/r.solute.transport.html  |   157 +
 raster/r.solute.transport/seguin_verify.py         |   102 +
 raster/r.solute.transport/seguin_verify_well.py    |   101 +
 raster/r.spread/Makefile                           |    16 +
 raster/{wildfire => }/r.spread/cell_ptrHa.h        |     0
 raster/r.spread/cmd_line.h                         |    33 +
 raster/r.spread/collect_ori.c                      |   116 +
 raster/{wildfire => }/r.spread/costHa.h            |     0
 raster/{wildfire => }/r.spread/deleteHa.c          |     0
 raster/r.spread/display.c                          |   199 +
 raster/{wildfire => }/r.spread/fixHa.c             |     0
 raster/{wildfire => }/r.spread/get_minHa.c         |     0
 raster/{wildfire => }/r.spread/insert2Ha.c         |     0
 raster/{wildfire => }/r.spread/insertHa.c          |     0
 raster/r.spread/local_proto.h                      |    48 +
 raster/r.spread/main.c                             |   618 +
 raster/r.spread/pick_dist.c                        |    36 +
 raster/r.spread/pick_ignite.c                      |    26 +
 raster/r.spread/r.spread.html                      |   141 +
 raster/r.spread/ram2out.c                          |    55 +
 raster/{wildfire => }/r.spread/replaceHa.c         |     0
 raster/r.spread/select_linksB.c                    |   181 +
 raster/r.spread/spot.c                             |   131 +
 raster/r.spread/spread.c                           |   289 +
 raster/r.spreadpath/Makefile                       |    10 +
 raster/r.spreadpath/drawline.c                     |    79 +
 raster/{wildfire => }/r.spreadpath/insert.c        |     0
 raster/{wildfire => }/r.spreadpath/local_proto.h   |     0
 raster/r.spreadpath/main.c                         |   321 +
 raster/r.spreadpath/path_finder.c                  |    46 +
 raster/{wildfire => }/r.spreadpath/point.h         |     0
 raster/r.spreadpath/r.spreadpath.html              |    67 +
 raster/r.spreadpath/stash.h                        |    26 +
 raster/r.statistics/Makefile                       |     4 +-
 raster/r.statistics/description.html               |    98 -
 raster/r.statistics/main.c                         |   153 +-
 raster/r.statistics/method.h                       |   102 +-
 raster/r.statistics/o_adev.c                       |    26 +-
 raster/r.statistics/o_average.c                    |    62 +-
 raster/r.statistics/o_distrib.c                    |   100 -
 raster/r.statistics/o_divr.c                       |    33 +-
 raster/r.statistics/o_kurt.c                       |    25 +-
 raster/r.statistics/o_max.c                        |    27 +-
 raster/r.statistics/o_median.c                     |    32 +-
 raster/r.statistics/o_min.c                        |    26 +-
 raster/r.statistics/o_mode.c                       |    24 +-
 raster/r.statistics/o_sdev.c                       |    26 +-
 raster/r.statistics/o_skew.c                       |    26 +-
 raster/r.statistics/o_sum.c                        |    65 +-
 raster/r.statistics/o_var.c                        |    25 +-
 raster/r.statistics/r.statistics.html              |    67 +
 raster/r.statistics/run_cmd.c                      |    54 +
 raster/r.stats.quantile/Makefile                   |    10 +
 raster/r.stats.quantile/main.c                     |   523 +
 raster/r.stats.quantile/r.stats.quantile.html      |    23 +
 raster/r.stats.zonal/Makefile                      |    10 +
 raster/r.stats.zonal/main.c                        |   525 +
 raster/r.stats.zonal/r.stats.zonal.html            |    18 +
 raster/r.stats/Makefile                            |     4 +-
 raster/r.stats/cell_stats.c                        |    10 +-
 raster/r.stats/description.html                    |    89 -
 raster/r.stats/global.h                            |    13 +-
 raster/r.stats/main.c                              |   206 +-
 raster/r.stats/r.stats.html                        |   173 +
 raster/r.stats/raw_stats.c                         |    56 +-
 raster/r.stats/stats.c                             |    56 +-
 raster/r.stats/test_suite/profile.sh               |    16 +
 raster/r.stream.extract/Makefile                   |    12 +
 raster/r.stream.extract/bseg.c                     |   159 +
 raster/r.stream.extract/close.c                    |   328 +
 raster/r.stream.extract/cseg.c                     |   154 +
 raster/r.stream.extract/del_streams.c              |   197 +
 raster/r.stream.extract/do_astar.c                 |   288 +
 raster/r.stream.extract/dseg.c                     |   154 +
 raster/r.stream.extract/flag.h                     |    36 +
 raster/r.stream.extract/init_search.c              |   122 +
 raster/r.stream.extract/load.c                     |   165 +
 raster/r.stream.extract/local_proto.h              |    95 +
 raster/r.stream.extract/main.c                     |   437 +
 raster/r.stream.extract/r.stream.extract.html      |   254 +
 raster/r.stream.extract/seg.c                      |   112 +
 raster/r.stream.extract/seg.h                      |    78 +
 raster/r.stream.extract/streams.c                  |   713 +
 raster/r.stream.extract/thin.c                     |   172 +
 raster/r.sum/Makefile                              |    10 -
 raster/r.sum/description.html                      |    14 -
 raster/r.sum/main.c                                |   104 -
 raster/r.sun/DEPRECATED                            |     2 -
 raster/r.sun/Makefile                              |     8 +-
 raster/{r.sun2 => r.sun}/README                    |     0
 raster/r.sun/TODO                                  |    25 +
 raster/r.sun/description.html                      |   275 -
 raster/r.sun/local_proto.h                         |    83 +-
 raster/r.sun/main.c                                |  2253 +-
 raster/r.sun/r.sun.html                            |   383 +
 raster/r.sun/rsunglobals.h                         |    61 +
 raster/r.sun/rsunlib.c                             |   697 +
 raster/r.sun/sunradstruct.h                        |   109 +
 raster/r.sun2/Makefile                             |    11 -
 raster/r.sun2/TODO                                 |    10 -
 raster/r.sun2/description.html                     |   374 -
 raster/r.sun2/local_proto.h                        |    69 -
 raster/r.sun2/main.c                               |  2106 -
 raster/r.sun2/rsunglobals.h                        |    60 -
 raster/r.sun2/rsunlib.c                            |   708 -
 raster/r.sun2/sunradstruct.h                       |   108 -
 raster/r.sunhours/Makefile                         |    12 +
 raster/r.sunhours/main.c                           |   524 +
 raster/r.sunhours/r.sunhours.html                  |    72 +
 raster/r.sunhours/r_sunhours.png                   |   Bin 0 -> 39428 bytes
 raster/r.sunhours/solpos00.c                       |  1040 +
 raster/r.sunhours/solpos00.h                       |   376 +
 raster/r.sunmask/Makefile                          |     4 +-
 raster/r.sunmask/description.html                  |   114 -
 raster/r.sunmask/g_solposition.c                   |     2 +-
 raster/r.sunmask/global.h                          |    10 +-
 raster/r.sunmask/main.c                            |   112 +-
 raster/r.sunmask/r.sunmask.html                    |   117 +
 raster/r.support.stats/Makefile                    |     4 +-
 raster/r.support.stats/check.c                     |    33 +-
 raster/r.support.stats/description.html            |    22 -
 raster/r.support.stats/histo.c                     |    30 +-
 raster/r.support.stats/local_proto.h               |     4 +-
 raster/r.support.stats/main.c                      |    10 +-
 raster/r.support.stats/r.support.stats.html        |    22 +
 raster/r.support/Makefile                          |    16 +-
 raster/r.support/check.c                           |    78 +
 raster/r.support/front/Makefile                    |    12 -
 raster/r.support/front/check.c                     |    86 -
 raster/r.support/front/description.html            |    42 -
 raster/r.support/front/front.c                     |   371 -
 raster/r.support/front/histo.c                     |    49 -
 raster/r.support/front/hitreturn.c                 |    19 -
 raster/r.support/front/local_proto.h               |    12 -
 raster/r.support/front/run.c                       |    39 -
 raster/r.support/histo.c                           |    47 +
 raster/r.support/local_proto.h                     |     5 +
 raster/r.support/main.c                            |   320 +
 raster/r.support/modcats/Makefile                  |    13 -
 raster/r.support/modcats/modcats.c                 |    95 -
 raster/r.support/modcolr/Makefile                  |    14 -
 raster/r.support/modcolr/modcolr.c                 |    61 -
 raster/r.support/modhead/Makefile                  |    14 -
 raster/r.support/modhead/ask_format.c              |    83 -
 raster/r.support/modhead/check_un.c                |    70 -
 raster/r.support/modhead/factors.c                 |    53 -
 raster/r.support/modhead/hitreturn.c               |    16 -
 raster/r.support/modhead/local_proto.h             |    16 -
 raster/r.support/modhead/modhead.c                 |   311 -
 raster/r.support/modhead/row_addr.c                |    34 -
 raster/r.support/modhist/Makefile                  |    14 -
 raster/r.support/modhist/modhist.c                 |    57 -
 raster/r.support/r.support.html                    |    40 +
 raster/r.surf.area/Makefile                        |     4 +-
 raster/r.surf.area/area.c                          |   124 +
 raster/r.surf.area/description.html                |    66 -
 raster/r.surf.area/local_proto.h                   |    10 +
 raster/r.surf.area/main.c                          |   250 +-
 raster/r.surf.area/r.surf.area.html                |    78 +
 raster/r.surf.contour/Makefile                     |     4 +-
 raster/r.surf.contour/add_in.c                     |    27 -
 raster/r.surf.contour/addpts.c                     |    28 -
 raster/r.surf.contour/bseg_close.c                 |    19 -
 raster/r.surf.contour/bseg_get.c                   |    18 -
 raster/r.surf.contour/bseg_open.c                  |    60 -
 raster/r.surf.contour/bseg_put.c                   |    28 -
 raster/r.surf.contour/bseg_read.c                  |    51 -
 raster/r.surf.contour/bseg_write.c                 |    38 -
 raster/r.surf.contour/contour.h                    |    40 +-
 raster/r.surf.contour/description.html             |   119 -
 raster/r.surf.contour/dseg_close.c                 |    19 -
 raster/r.surf.contour/dseg_get.c                   |    11 -
 raster/r.surf.contour/dseg_open.c                  |    60 -
 raster/r.surf.contour/dseg_put.c                   |    11 -
 raster/r.surf.contour/dseg_read.c                  |    51 -
 raster/r.surf.contour/dseg_write.c                 |    36 -
 raster/r.surf.contour/find_con.c                   |    86 +-
 raster/r.surf.contour/main.c                       |   180 +-
 raster/r.surf.contour/r.surf.contour.html          |   114 +
 raster/r.surf.contour/read_cell.c                  |    33 +
 raster/r.surf.contour/seg.h                        |    55 -
 raster/r.surf.fractal/Makefile                     |     6 +-
 raster/r.surf.fractal/description.html             |    78 -
 raster/r.surf.fractal/frac.h                       |    17 +-
 raster/r.surf.fractal/main.c                       |    40 +-
 raster/r.surf.fractal/process.c                    |     5 +-
 raster/r.surf.fractal/r.surf.fractal.html          |   112 +
 raster/r.surf.fractal/r_surf_fractal_simple.png    |   Bin 0 -> 398672 bytes
 raster/r.surf.fractal/spec_syn.c                   |    15 +-
 raster/r.surf.fractal/write_rast.c                 |    24 +-
 raster/r.surf.gauss/Makefile                       |     4 +-
 raster/r.surf.gauss/description.html               |    27 -
 raster/r.surf.gauss/gaussurf.c                     |    27 +-
 raster/r.surf.gauss/main.c                         |    39 +-
 raster/r.surf.gauss/r.surf.gauss.html              |    39 +
 raster/r.surf.idw/Makefile                         |     4 +-
 raster/r.surf.idw/description.html                 |   110 -
 raster/r.surf.idw/main.c                           |   108 +-
 raster/r.surf.idw/main.h                           |    41 +-
 raster/r.surf.idw/r.surf.idw.html                  |   102 +
 raster/r.surf.idw2/Makefile                        |    10 -
 raster/r.surf.idw2/description.html                |    68 -
 raster/r.surf.idw2/local_proto.h                   |     5 -
 raster/r.surf.idw2/main.c                          |   212 -
 raster/r.surf.idw2/read_cell.c                     |    60 -
 raster/r.surf.random/Makefile                      |     4 +-
 raster/r.surf.random/description.html              |    41 -
 raster/r.surf.random/main.c                        |    29 +-
 raster/r.surf.random/r.surf.random.html            |    48 +
 raster/r.surf.random/randsurf.c                    |    32 +-
 raster/r.terraflow/3scan.h                         |     1 -
 raster/r.terraflow/Makefile                        |    53 +-
 raster/r.terraflow/ccforest.cc                     |   342 -
 raster/r.terraflow/ccforest.cpp                    |   360 +
 raster/r.terraflow/ccforest.h                      |     1 -
 raster/r.terraflow/common.cc                       |   145 -
 raster/r.terraflow/common.cpp                      |   144 +
 raster/r.terraflow/common.h                        |     1 -
 raster/r.terraflow/description.html                |   252 -
 raster/r.terraflow/{direction.cc => direction.cpp} |     0
 raster/r.terraflow/direction.h                     |     1 -
 raster/r.terraflow/fill.cc                         |   670 -
 raster/r.terraflow/fill.cpp                        |   703 +
 raster/r.terraflow/filldepr.cc                     |   258 -
 raster/r.terraflow/filldepr.cpp                    |   259 +
 raster/r.terraflow/flow.cc                         |   234 -
 raster/r.terraflow/flow.cpp                        |   249 +
 .../{genericWindow.cc => genericWindow.cpp}        |     0
 raster/r.terraflow/grass2str.h                     |   127 +-
 raster/r.terraflow/{grid.cc => grid.cpp}           |     0
 raster/r.terraflow/main.cc                         |   630 -
 raster/r.terraflow/main.cpp                        |   619 +
 raster/r.terraflow/nodata.cc                       |   349 -
 raster/r.terraflow/nodata.cpp                      |   359 +
 raster/r.terraflow/plateau.cc                      |   469 -
 raster/r.terraflow/plateau.cpp                     |   480 +
 raster/r.terraflow/r.terraflow.html                |   259 +
 raster/r.terraflow/rterraflow_accumulation.png     |   Bin 0 -> 196663 bytes
 raster/r.terraflow/sortutils.h                     |    19 +-
 raster/r.terraflow/{stats.cc => stats.cpp}         |     0
 raster/r.terraflow/stats.h                         |     1 -
 raster/r.terraflow/streamutils.h                   |     7 +-
 raster/r.terraflow/sweep.cc                        |   398 -
 raster/r.terraflow/sweep.cpp                       |   407 +
 raster/r.terraflow/types.cc                        |    45 -
 raster/r.terraflow/types.cpp                       |    45 +
 raster/r.terraflow/types.h                         |     3 +-
 raster/r.terraflow/unionFind.h                     |     1 -
 raster/r.terraflow/water.cc                        |   587 -
 raster/r.terraflow/water.cpp                       |   591 +
 .../{weightWindow.cc => weightWindow.cpp}          |     0
 raster/r.texture/Makefile                          |     4 +-
 raster/r.texture/description.html                  |   166 -
 raster/r.texture/h_measure.c                       |  1024 +-
 raster/r.texture/h_measure.h                       |    28 +-
 raster/r.texture/main.c                            |   579 +-
 raster/r.texture/r.texture.html                    |   163 +
 raster/r.thin/Makefile                             |     4 +-
 raster/r.thin/description.html                     |    84 -
 raster/r.thin/io.c                                 |   115 +-
 raster/r.thin/local_proto.h                        |     2 +
 raster/r.thin/main.c                               |    19 +-
 raster/r.thin/r.thin.html                          |   130 +
 raster/r.thin/r_thin_network.png                   |   Bin 0 -> 8318 bytes
 raster/r.thin/r_thin_vectorized.png                |   Bin 0 -> 357853 bytes
 raster/r.thin/thin_lines.c                         |    52 +-
 raster/r.tile/Makefile                             |    10 +
 raster/r.tile/main.c                               |   206 +
 raster/r.tile/r.tile.html                          |    42 +
 raster/r.timestamp/Makefile                        |     4 +-
 raster/r.timestamp/description.html                |   136 -
 raster/r.timestamp/main.c                          |    31 +-
 raster/r.timestamp/r.timestamp.html                |   134 +
 raster/r.timestamp/test_suite/test.r.timestamp.sh  |    57 +
 raster/r.to.rast3/Makefile                         |     4 +-
 raster/r.to.rast3/description.html                 |    56 -
 raster/r.to.rast3/main.c                           |   374 +-
 raster/r.to.rast3/r.to.rast3.html                  |    61 +
 raster/r.to.rast3/test_suite/test.r.to.rast3.sh    |    42 +
 .../r.to.rast3/test_suite/test_volume_3_raster.ref |    51 +
 .../r.to.rast3/test_suite/test_volume_6_raster.ref |    51 +
 .../test_suite/test_volume_double_raster.ref       |    51 +
 .../test_suite/test_volume_double_raster_res.ref   |    51 +
 .../test_suite/test_volume_float_raster.ref        |    51 +
 raster/r.to.rast3elev/Makefile                     |     4 +-
 raster/r.to.rast3elev/description.html             |    84 -
 raster/r.to.rast3elev/main.c                       |   555 +-
 raster/r.to.rast3elev/r.to.rast3elev.html          |    86 +
 raster/r.to.rast3elev/test.r.to.rast3elev.sh       |    48 +
 .../r.to.rast3elev/test_elev_volume_double_1.ref   |    51 +
 .../r.to.rast3elev/test_elev_volume_double_2.ref   |    51 +
 .../r.to.rast3elev/test_elev_volume_double_3.ref   |    51 +
 .../r.to.rast3elev/test_elev_volume_double_4.ref   |    51 +
 .../r.to.rast3elev/test_elev_volume_double_5.ref   |    51 +
 .../r.to.rast3elev/test_elev_volume_double_6.ref   |    51 +
 .../r.to.rast3elev/test_elev_volume_double_7.ref   |    51 +
 .../r.to.rast3elev/test_elev_volume_double_8.ref   |    51 +
 raster/r.to.rast3elev/test_elev_volume_float_1.ref |    51 +
 raster/r.to.rast3elev/test_elev_volume_float_2.ref |    51 +
 raster/r.to.rast3elev/test_elev_volume_float_3.ref |    51 +
 raster/r.to.rast3elev/test_elev_volume_float_4.ref |    51 +
 raster/r.to.rast3elev/test_elev_volume_float_5.ref |    51 +
 raster/r.to.rast3elev/test_elev_volume_float_6.ref |    51 +
 raster/r.to.rast3elev/test_elev_volume_float_7.ref |    51 +
 raster/r.to.rast3elev/test_elev_volume_float_8.ref |    51 +
 raster/r.to.vect/Makefile                          |     4 +-
 raster/r.to.vect/areas.c                           |    22 +-
 raster/r.to.vect/areas_io.c                        |    41 +-
 raster/r.to.vect/description.html                  |   154 -
 raster/r.to.vect/global.h                          |    48 +-
 raster/r.to.vect/lines.c                           |    65 +-
 raster/r.to.vect/lines_io.c                        |     8 +-
 raster/r.to.vect/main.c                            |   140 +-
 raster/r.to.vect/points.c                          |    39 +-
 raster/r.to.vect/r.to.vect.html                    |   150 +
 raster/r.to.vect/util.c                            |    13 +-
 raster/r.topidx/Makefile                           |     4 +-
 raster/r.topidx/check_ready.c                      |    16 -
 raster/r.topidx/description.html                   |    42 -
 raster/r.topidx/file_io.c                          |    54 +-
 raster/r.topidx/global.h                           |    37 +-
 raster/r.topidx/main.c                             |    40 +-
 raster/r.topidx/r.topidx.html                      |    45 +
 raster/r.topidx/topidx.c                           |    88 +-
 raster/r.topmodel/Makefile                         |     4 +-
 raster/r.topmodel/REFERENCE                        |     5 -
 raster/r.topmodel/check_ready.c                    |   413 -
 raster/r.topmodel/description.html                 |    76 -
 raster/r.topmodel/file_io.c                        |   425 +-
 raster/r.topmodel/global.h                         |   163 +-
 raster/r.topmodel/infiltration.c                   |    99 +-
 raster/r.topmodel/main.c                           |   317 +-
 raster/r.topmodel/misc.c                           |   100 -
 raster/r.topmodel/r.topmodel.html                  |   164 +
 raster/r.topmodel/topmodel.c                       |   386 +-
 raster/r.transect/Makefile                         |     2 +-
 raster/r.transect/description.html                 |    46 -
 raster/r.transect/main.c                           |   157 +-
 raster/r.transect/r.transect.html                  |    43 +
 raster/r.univar/Makefile                           |    18 +
 raster/r.univar/globals.h                          |    74 +
 raster/r.univar/r.univar.html                      |    86 +
 raster/r.univar/r.univar_main.c                    |   367 +
 raster/r.univar/r3.univar.html                     |    77 +
 raster/r.univar/r3.univar_main.c                   |   324 +
 raster/{r.univar2 => r.univar}/sort.c              |     0
 raster/r.univar/stats.c                            |   494 +
 raster/r.univar2/Makefile                          |    23 -
 raster/r.univar2/globals.h                         |    78 -
 raster/r.univar2/r.univar.html                     |   141 -
 raster/r.univar2/r.univar_main.c                   |   372 -
 raster/r.univar2/r3.univar.html                    |    69 -
 raster/r.univar2/r3.univar_main.c                  |   328 -
 raster/r.univar2/stats.c                           |   490 -
 raster/r.uslek/Makefile                            |    10 +
 raster/r.uslek/main.c                              |   173 +
 raster/r.uslek/prct2tex.c                          |   692 +
 raster/r.uslek/r.uslek.html                        |    68 +
 raster/r.uslek/tex2usle_k.c                        |   152 +
 raster/r.usler/Makefile                            |    10 +
 raster/r.usler/elswaify85.c                        |    13 +
 raster/r.usler/foster81.c                          |    13 +
 raster/r.usler/main.c                              |   147 +
 raster/r.usler/morgan74.c                          |    13 +
 raster/r.usler/r.usler.html                        |    26 +
 raster/r.usler/roose75.c                           |    13 +
 raster/r.viewshed/BUGS                             |     5 +
 raster/r.viewshed/Makefile                         |    17 +
 raster/r.viewshed/distribute.cpp                   |  1170 +
 raster/r.viewshed/distribute.h                     |   184 +
 raster/r.viewshed/eventlist.cpp                    |   784 +
 raster/r.viewshed/eventlist.h                      |   144 +
 raster/r.viewshed/grass.cpp                        |  1015 +
 raster/r.viewshed/grass.h                          |   154 +
 raster/r.viewshed/grid.cpp                         |   175 +
 raster/r.viewshed/grid.h                           |   111 +
 raster/r.viewshed/main.cpp                         |   701 +
 raster/r.viewshed/r.viewshed.html                  |   240 +
 raster/r.viewshed/r.viewshed.png                   |   Bin 0 -> 96867 bytes
 raster/r.viewshed/rbbst.cpp                        |   851 +
 raster/r.viewshed/rbbst.h                          |   160 +
 raster/r.viewshed/statusstructure.cpp              |   309 +
 raster/r.viewshed/statusstructure.h                |   111 +
 raster/r.viewshed/sweep1.png                       |   Bin 0 -> 43781 bytes
 raster/r.viewshed/sweep2.png                       |   Bin 0 -> 44850 bytes
 raster/r.viewshed/testsuite/data/elevation.ascii   |   153 +
 .../r.viewshed/testsuite/data/lake_viewshed.ascii  |   153 +
 raster/r.viewshed/testsuite/test_r_viewshed.py     |   123 +
 raster/r.viewshed/viewshed.cpp                     |   692 +
 raster/r.viewshed/viewshed.h                       |   104 +
 raster/r.viewshed/visibility.cpp                   |   419 +
 raster/r.viewshed/visibility.h                     |   261 +
 raster/r.volume/Makefile                           |     4 +-
 raster/r.volume/centroids.c                        |    17 +-
 raster/r.volume/description.html                   |   108 -
 raster/r.volume/local_proto.h                      |     3 +
 raster/r.volume/main.c                             |   372 +-
 raster/r.volume/r.volume.html                      |   122 +
 raster/r.walk/Makefile                             |     4 +-
 raster/r.walk/btree.c                              |   446 -
 raster/r.walk/cost.h                               |    23 +-
 raster/r.walk/description.html                     |   152 -
 raster/r.walk/heap.c                               |   214 +
 raster/r.walk/local_proto.h                        |     6 -
 raster/r.walk/main.c                               |  1670 +-
 raster/r.walk/memory.c                             |   131 -
 raster/r.walk/memory.h                             |    23 -
 raster/r.walk/r.walk.html                          |   199 +
 raster/r.walk/stash.h                              |    37 +-
 raster/r.water.outlet/Makefile                     |     4 +-
 raster/r.water.outlet/TODO                         |     3 -
 raster/r.water.outlet/basin.h                      |    53 +-
 raster/r.water.outlet/description.html             |    84 -
 raster/r.water.outlet/legal.c                      |    27 -
 raster/r.water.outlet/main.c                       |   141 +-
 raster/r.water.outlet/outletP.h                    |     3 -
 raster/r.water.outlet/r.water.outlet.html          |    70 +
 raster/r.water.outlet/r_water_outlet.png           |   Bin 234817 -> 326356 bytes
 raster/r.water.outlet/ramseg.h                     |     2 +-
 raster/r.watershed/Makefile                        |     1 -
 raster/r.watershed/front/Makefile                  |     4 +-
 raster/r.watershed/front/description.html          |   488 -
 raster/r.watershed/front/main.c                    |   416 +-
 raster/r.watershed/front/r.watershed.html          |   530 +
 raster/r.watershed/ram/Gwater.h                    |    50 +-
 raster/r.watershed/ram/Makefile                    |    16 +-
 raster/r.watershed/ram/close_maps.c                |   362 +-
 raster/r.watershed/ram/close_maps2.c               |    64 +-
 raster/r.watershed/ram/def_basin.c                 |    15 +-
 raster/r.watershed/ram/do_astar.c                  |   265 +-
 raster/r.watershed/ram/do_astar.h                  |     4 +-
 raster/r.watershed/ram/do_cum.c                    |   400 +-
 raster/r.watershed/ram/do_flatarea.c               |   438 +
 raster/r.watershed/ram/find_pour.c                 |    28 +-
 raster/r.watershed/ram/haf_side.c                  |     4 +-
 raster/r.watershed/ram/init_vars.c                 |   395 +-
 raster/r.watershed/ram/main.c                      |    27 +-
 raster/r.watershed/ram/no_stream.c                 |    61 +-
 raster/r.watershed/ram/over_cells.c                |    84 +-
 raster/r.watershed/ram/sg_factor.c                 |    11 +-
 raster/r.watershed/ram/slope_len.c                 |    34 +-
 raster/r.watershed/ram/split_str.c                 |    23 +-
 raster/r.watershed/ram/usage.c                     |    44 +-
 raster/r.watershed/seg/Gwater.h                    |   124 +-
 raster/r.watershed/seg/Makefile                    |    16 +-
 raster/r.watershed/seg/bseg_close.c                |     4 +-
 raster/r.watershed/seg/bseg_get.c                  |    15 +-
 raster/r.watershed/seg/bseg_open.c                 |     8 +-
 raster/r.watershed/seg/bseg_put.c                  |    26 +-
 raster/r.watershed/seg/bseg_read.c                 |    35 +-
 raster/r.watershed/seg/bseg_write.c                |    31 +-
 raster/r.watershed/seg/close_maps.c                |   242 +-
 raster/r.watershed/seg/close_maps2.c               |    53 +-
 raster/r.watershed/seg/cseg.h                      |    39 +-
 raster/r.watershed/seg/cseg_close.c                |     4 +-
 raster/r.watershed/seg/cseg_get.c                  |     6 +-
 raster/r.watershed/seg/cseg_open.c                 |     6 +-
 raster/r.watershed/seg/cseg_put.c                  |    15 +-
 raster/r.watershed/seg/cseg_read.c                 |    36 +-
 raster/r.watershed/seg/cseg_write.c                |    33 +-
 raster/r.watershed/seg/def_basin.c                 |    76 +-
 raster/r.watershed/seg/do_astar.c                  |   342 +-
 raster/r.watershed/seg/do_astar.h                  |     6 +-
 raster/r.watershed/seg/do_cum.c                    |   557 +-
 raster/r.watershed/seg/dseg_close.c                |     4 +-
 raster/r.watershed/seg/dseg_get.c                  |    12 +-
 raster/r.watershed/seg/dseg_open.c                 |     6 +-
 raster/r.watershed/seg/dseg_put.c                  |    15 +-
 raster/r.watershed/seg/dseg_read.c                 |    38 +-
 raster/r.watershed/seg/dseg_write.c                |    35 +-
 raster/r.watershed/seg/find_pour.c                 |    52 +-
 raster/r.watershed/seg/flag.h                      |    28 +
 raster/r.watershed/seg/haf_side.c                  |     4 +-
 raster/r.watershed/seg/init_vars.c                 |   708 +-
 raster/r.watershed/seg/main.c                      |    52 +-
 raster/r.watershed/seg/no_stream.c                 |    69 +-
 raster/r.watershed/seg/over_cells.c                |    96 +-
 raster/r.watershed/seg/sg_factor.c                 |    17 +-
 raster/r.watershed/seg/slope_len.c                 |    42 +-
 raster/r.watershed/seg/split_str.c                 |    35 +-
 raster/r.watershed/seg/sseg_close.c                |     4 +-
 raster/r.watershed/seg/sseg_get.c                  |    21 +-
 raster/r.watershed/seg/sseg_open.c                 |     8 +-
 raster/r.watershed/seg/sseg_put.c                  |    15 +-
 raster/r.watershed/seg/usage.c                     |    36 +-
 raster/r.watershed/shed/com_line.c                 |    22 +-
 raster/r.watershed/shed/print.c                    |     2 +-
 raster/r.watershed/shed/read.c                     |    52 +-
 raster/r.watershed/shed/valid.c                    |    15 +-
 raster/r.what.color/Makefile                       |     4 +-
 raster/r.what.color/description.html               |    76 -
 raster/r.what.color/main.c                         |    20 +-
 raster/r.what.color/r.what.color.html              |    68 +
 raster/r.what/Makefile                             |     6 +-
 raster/r.what/description.html                     |   145 -
 raster/r.what/die.c                                |    12 -
 raster/r.what/local_proto.h                        |     9 -
 raster/r.what/main.c                               |   431 +-
 raster/r.what/r.what.html                          |   179 +
 raster/rasterintro.html                            |    90 +-
 raster/simwe/Makefile                              |    17 -
 raster/simwe/r.sim.sediment/Makefile               |    19 -
 raster/simwe/r.sim.sediment/description.html       |   100 -
 raster/simwe/r.sim.sediment/main.c                 |   429 -
 raster/simwe/r.sim.water/Makefile                  |    19 -
 raster/simwe/r.sim.water/description.html          |   223 -
 raster/simwe/r.sim.water/main.c                    |   539 -
 raster/simwe/r.sim.water/spearfish.sh              |    45 -
 raster/simwe/simlib/Makefile                       |    15 -
 raster/simwe/simlib/erod.c                         |    69 -
 raster/simwe/simlib/hydro.c                        |   499 -
 raster/simwe/simlib/input.c                        |   769 -
 raster/simwe/simlib/output.c                       |   764 -
 raster/simwe/simlib/random.c                       |    98 -
 raster/simwe/simlib/waterglobs.h                   |   147 -
 raster/wildfire/Makefile                           |    13 -
 raster/wildfire/README                             |     7 -
 raster/wildfire/r.ros/Makefile                     |    10 -
 raster/wildfire/r.ros/description.html             |   161 -
 raster/wildfire/r.ros/main.c                       |   927 -
 raster/wildfire/r.ros/spot_dist.c                  |   152 -
 raster/wildfire/r.spread/Makefile                  |    10 -
 raster/wildfire/r.spread/cmd_line.h                |    34 -
 raster/wildfire/r.spread/collect_ori.c             |   104 -
 raster/wildfire/r.spread/description.html          |   223 -
 raster/wildfire/r.spread/display.c                 |   199 -
 raster/wildfire/r.spread/local_proto.h             |    48 -
 raster/wildfire/r.spread/main.c                    |   576 -
 raster/wildfire/r.spread/pick_dist.c               |    30 -
 raster/wildfire/r.spread/pick_ignite.c             |    25 -
 raster/wildfire/r.spread/ram2out.c                 |    54 -
 raster/wildfire/r.spread/select_linksB.c           |   180 -
 raster/wildfire/r.spread/spot.c                    |   130 -
 raster/wildfire/r.spread/spread.c                  |   279 -
 raster/wildfire/r.spreadpath/Makefile              |    10 -
 raster/wildfire/r.spreadpath/description.html      |    48 -
 raster/wildfire/r.spreadpath/drawline.c            |    79 -
 raster/wildfire/r.spreadpath/main.c                |   349 -
 raster/wildfire/r.spreadpath/path_finder.c         |    46 -
 raster/wildfire/r.spreadpath/stash.h               |    50 -
 raster3d/Makefile                                  |    16 +-
 raster3d/base/Makefile                             |    31 -
 raster3d/base/mask_functions.c                     |   143 -
 raster3d/base/mask_functions.h                     |    37 -
 raster3d/base/r3.info.html                         |    16 -
 raster3d/base/r3.info.main.c                       |   438 -
 raster3d/base/r3.mask.html                         |    21 -
 raster3d/base/r3.mask.main.c                       |   175 -
 raster3d/base/r3.null.html                         |    16 -
 raster3d/base/r3.null.main.c                       |   217 -
 raster3d/base/r3.timestamp.html                    |   105 -
 raster3d/base/r3.timestamp.main.c                  |    95 -
 raster3d/r3.cross.rast/Makefile                    |     4 +-
 raster3d/r3.cross.rast/description.html            |    72 -
 raster3d/r3.cross.rast/main.c                      |   429 +-
 raster3d/r3.cross.rast/r3.cross.rast.html          |    71 +
 raster3d/r3.cross.rast/test.r3.cross.rast.sh       |    45 +
 .../r3.cross.rast/test_cross_section_result.ref    |    14 +
 .../r3.cross.rast/test_cross_section_slice_0.ref   |    14 +
 .../r3.cross.rast/test_cross_section_slice_1.ref   |    14 +
 .../r3.cross.rast/test_cross_section_slice_2.ref   |    14 +
 .../r3.cross.rast/test_cross_section_slice_3.ref   |    14 +
 .../r3.cross.rast/test_cross_section_slice_4.ref   |    14 +
 .../r3.cross.rast/test_cross_section_slice_5.ref   |    14 +
 .../r3.cross.rast/test_cross_section_slice_NAN.ref |    14 +
 raster3d/r3.gwflow/Makefile                        |     4 +-
 raster3d/r3.gwflow/description.html                |   103 -
 raster3d/r3.gwflow/main.c                          |   261 +-
 raster3d/r3.gwflow/r3.gwflow.html                  |   140 +
 raster3d/r3.in.ascii/Makefile                      |     4 +-
 raster3d/r3.in.ascii/description.html              |   104 -
 raster3d/r3.in.ascii/main.c                        |   323 +-
 raster3d/r3.in.ascii/r3.in.ascii.html              |   109 +
 raster3d/r3.in.ascii/raster3d_layout.png           |   Bin 0 -> 150244 bytes
 raster3d/r3.in.bin/Makefile                        |    10 +
 raster3d/r3.in.bin/main.c                          |   483 +
 raster3d/r3.in.bin/r3.in.bin.html                  |    53 +
 raster3d/r3.in.bin/test_suite/test.r3.in.bin.sh    |   138 +
 .../r3.in.bin/test_suite/test_out_bin_double.ref   |   101 +
 .../r3.in.bin/test_suite/test_out_bin_float.ref    |   101 +
 raster3d/r3.in.v5d/Makefile                        |     4 +-
 raster3d/r3.in.v5d/description.html                |    25 -
 raster3d/r3.in.v5d/main.c                          |    62 +-
 raster3d/r3.in.v5d/r3.in.v5d.html                  |    24 +
 raster3d/r3.in.v5d/v5d.c                           |    18 +-
 raster3d/r3.in.v5d/v5d.h                           |     9 +-
 raster3d/r3.in.v5d/vis5d.h                         |     4 -
 raster3d/r3.info/Makefile                          |    10 +
 raster3d/r3.info/main.c                            |   496 +
 raster3d/r3.info/r3.info.html                      |    16 +
 raster3d/r3.mask/Makefile                          |    10 +
 raster3d/r3.mask/main.c                            |   172 +
 raster3d/r3.mask/r3.mask.html                      |    20 +
 raster3d/r3.mkdspf/Makefile                        |     6 +-
 raster3d/r3.mkdspf/calc_linefax.c                  |     8 +-
 raster3d/r3.mkdspf/description.html                |    68 -
 raster3d/r3.mkdspf/iso_surface.c                   |    22 +-
 raster3d/r3.mkdspf/local_proto.h                   |    10 +-
 raster3d/r3.mkdspf/main.c                          |    59 +-
 raster3d/r3.mkdspf/make_header.c                   |     4 +-
 raster3d/r3.mkdspf/r3.mkdspf.html                  |    68 +
 raster3d/r3.mkdspf/r3_data.c                       |    12 +-
 raster3d/r3.mkdspf/r3_find.c                       |    33 +-
 raster3d/r3.mkdspf/vizual.h                        |     6 +-
 raster3d/r3.neighbors/Makefile                     |    10 +
 raster3d/r3.neighbors/main.c                       |   318 +
 raster3d/r3.neighbors/r3.neighbors.html            |   116 +
 .../r3.neighbors/test_suite/test.r3.neighbors.sh   |    35 +
 .../test_suite/test_neighbor_double_average.ref    |    20 +
 .../test_suite/test_neighbor_double_sum.ref        |    20 +
 .../test_suite/test_neighbor_float_average.ref     |    20 +
 .../test_suite/test_neighbor_float_sum.ref         |    20 +
 .../test_suite/test_neighbor_null_sum.ref          |    20 +
 raster3d/r3.null/Makefile                          |    10 +
 raster3d/r3.null/main.c                            |   200 +
 raster3d/r3.null/r3.null.html                      |    16 +
 raster3d/r3.null/test.r3.null.sh                   |    41 +
 raster3d/r3.null/test_volume_double_1.ref          |    51 +
 raster3d/r3.null/test_volume_double_2.ref          |    51 +
 raster3d/r3.null/test_volume_double_null_1.ref     |    51 +
 raster3d/r3.null/test_volume_double_null_2.ref     |    51 +
 raster3d/r3.null/test_volume_float_1.ref           |    51 +
 raster3d/r3.null/test_volume_float_2.ref           |    51 +
 raster3d/r3.null/test_volume_float_null_1.ref      |    51 +
 raster3d/r3.null/test_volume_float_null_2.ref      |    51 +
 raster3d/r3.out.ascii/Makefile                     |     4 +-
 raster3d/r3.out.ascii/description.html             |    58 -
 raster3d/r3.out.ascii/main.c                       |   338 +-
 raster3d/r3.out.ascii/r3.out.ascii.html            |   195 +
 raster3d/r3.out.ascii/raster3d_layout.png          |   Bin 0 -> 150244 bytes
 raster3d/r3.out.ascii/test.r3.out.ascii.sh         |    86 +
 raster3d/r3.out.ascii/test_double_nsbt_null.ref    |    51 +
 .../test_double_nsbt_null_grass6_comp_1.ref        |    49 +
 .../test_double_nsbt_null_grass6_comp_2.ref        |    49 +
 .../test_double_nsbt_null_grass6_comp_3.ref        |    49 +
 .../test_double_nsbt_null_no_header.ref            |    40 +
 .../r3.out.ascii/test_double_nsbt_null_prec5.ref   |    51 +
 raster3d/r3.out.ascii/test_double_nstb_null.ref    |    51 +
 raster3d/r3.out.ascii/test_double_snbt_null.ref    |    51 +
 raster3d/r3.out.ascii/test_double_sntb_null.ref    |    51 +
 .../r3.out.ascii/test_double_sntb_null_prec8.ref   |    51 +
 raster3d/r3.out.ascii/test_float_nsbt_null.ref     |    51 +
 .../test_float_nsbt_null_grass6_comp_1.ref         |    49 +
 .../test_float_nsbt_null_grass6_comp_2.ref         |    49 +
 .../test_float_nsbt_null_grass6_comp_3.ref         |    49 +
 .../test_float_nsbt_null_no_header.ref             |    40 +
 .../r3.out.ascii/test_float_nsbt_null_prec5.ref    |    51 +
 raster3d/r3.out.ascii/test_float_nstb_null.ref     |    51 +
 raster3d/r3.out.ascii/test_float_snbt_null.ref     |    51 +
 raster3d/r3.out.ascii/test_float_sntb_null.ref     |    51 +
 .../r3.out.ascii/test_float_sntb_null_prec8.ref    |    51 +
 raster3d/r3.out.bin/Makefile                       |    10 +
 raster3d/r3.out.bin/main.c                         |   346 +
 raster3d/r3.out.bin/r3.out.bin.html                |    35 +
 raster3d/r3.out.netcdf/Makefile                    |    15 +
 raster3d/r3.out.netcdf/main.c                      |   656 +
 raster3d/r3.out.netcdf/r3.out.netcdf.html          |   265 +
 .../r3.out.netcdf/test_suite/test.r3.out.netcdf.sh |    34 +
 raster3d/r3.out.v5d/BUG                            |     8 +-
 raster3d/r3.out.v5d/Makefile                       |     4 +-
 raster3d/r3.out.v5d/description.html               |    26 -
 raster3d/r3.out.v5d/main.c                         |    46 +-
 raster3d/r3.out.v5d/r3.out.v5d.html                |    26 +
 raster3d/r3.out.v5d/v5d.c                          |    22 +-
 raster3d/r3.out.v5d/v5d.h                          |     9 +-
 raster3d/r3.out.v5d/vis5d.h                        |     4 -
 raster3d/r3.out.vtk/Makefile                       |     4 +-
 raster3d/r3.out.vtk/description.html               |   182 -
 raster3d/r3.out.vtk/errorHandling.c                |    18 +-
 raster3d/r3.out.vtk/errorHandling.h                |     2 +-
 raster3d/r3.out.vtk/globalDefs.h                   |     9 +-
 raster3d/r3.out.vtk/main.c                         |   728 +-
 raster3d/r3.out.vtk/parameters.c                   |    34 +-
 raster3d/r3.out.vtk/parameters.h                   |    10 +-
 raster3d/r3.out.vtk/r3.out.vtk.html                |   176 +
 raster3d/r3.out.vtk/test.r3.out.vtk.sh             |    44 +
 raster3d/r3.out.vtk/test_volume_null_1_cells.ref   |    50 +
 .../test_volume_null_1_cells_elevation.ref         |  4850 ++
 .../test_volume_null_1_cells_rgb_vect.ref          |  1012 +
 raster3d/r3.out.vtk/test_volume_null_1_points.ref  |    50 +
 .../test_volume_null_1_points_elevation.ref        |   529 +
 .../test_volume_null_1_points_rgb_vect.ref         |  1012 +
 raster3d/r3.out.vtk/writeVTKData.c                 |   709 +-
 raster3d/r3.out.vtk/writeVTKData.h                 |    12 +-
 raster3d/r3.out.vtk/writeVTKHead.c                 |   118 +-
 raster3d/r3.out.vtk/writeVTKHead.h                 |     8 +-
 raster3d/r3.retile/Makefile                        |    10 +
 raster3d/r3.retile/main.c                          |   153 +
 raster3d/r3.retile/r3.retile.html                  |    20 +
 raster3d/r3.retile/test.r3.retile.sh               |    47 +
 raster3d/r3.retile/test_retile_map_1.ref           |  1092 +
 raster3d/r3.retile/test_retile_map_10.ref          |  1092 +
 raster3d/r3.retile/test_retile_map_10_info.ref     |    19 +
 raster3d/r3.retile/test_retile_map_1_info.ref      |    19 +
 raster3d/r3.retile/test_retile_map_2.ref           |  1092 +
 raster3d/r3.retile/test_retile_map_2_info.ref      |    19 +
 raster3d/r3.retile/test_retile_map_3.ref           |  1092 +
 raster3d/r3.retile/test_retile_map_3_info.ref      |    19 +
 raster3d/r3.retile/test_retile_map_4.ref           |  1092 +
 raster3d/r3.retile/test_retile_map_4_info.ref      |    19 +
 raster3d/r3.retile/test_retile_map_5.ref           |  1092 +
 raster3d/r3.retile/test_retile_map_5_info.ref      |    19 +
 raster3d/r3.retile/test_retile_map_6.ref           |  1092 +
 raster3d/r3.retile/test_retile_map_6_info.ref      |    19 +
 raster3d/r3.retile/test_retile_map_7.ref           |  1092 +
 raster3d/r3.retile/test_retile_map_7_info.ref      |    19 +
 raster3d/r3.retile/test_retile_map_8.ref           |  1092 +
 raster3d/r3.retile/test_retile_map_8_info.ref      |    19 +
 raster3d/r3.retile/test_retile_map_9.ref           |  1092 +
 raster3d/r3.retile/test_retile_map_9_info.ref      |    19 +
 raster3d/r3.showdspf/Makefile                      |     4 +-
 raster3d/r3.showdspf/cap_data.c                    |    12 +-
 raster3d/r3.showdspf/cell_table.h                  |  1542 -
 raster3d/r3.showdspf/description.html              |   159 -
 raster3d/r3.showdspf/draw_cap_ogl.c                |     2 +-
 raster3d/r3.showdspf/init_caps.c                   |     4 +-
 raster3d/r3.showdspf/kns_globals.h                 |    16 +-
 raster3d/r3.showdspf/main_ogl.c                    |    32 +-
 raster3d/r3.showdspf/make_header.c                 |     4 +-
 raster3d/r3.showdspf/r3.showdspf.html              |   148 +
 raster3d/r3.showdspf/r3.showdspf_opengl_mods.html  |     6 +-
 raster3d/r3.showdspf/r3_data.c                     |     4 +-
 raster3d/r3.showdspf/r3_find.c                     |    13 +-
 raster3d/r3.showdspf/togif.c                       |     3 +-
 raster3d/r3.showdspf/vizual.h                      |    10 +-
 raster3d/r3.showdspf/vizual2.h                     |     9 +-
 raster3d/r3.stats/Makefile                         |     4 +-
 raster3d/r3.stats/description.html                 |   104 -
 raster3d/r3.stats/local_proto.h                    |    49 +
 raster3d/r3.stats/main.c                           |   582 +-
 raster3d/r3.stats/r3.stats.html                    |   101 +
 raster3d/r3.stats/support.c                        |   493 +
 raster3d/r3.stats/test.r3.stats.sh                 |    36 +
 raster3d/r3.stats/test_volume_double_stats_1.ref   |    13 +
 raster3d/r3.stats/test_volume_double_stats_18.ref  |    30 +
 raster3d/r3.stats/test_volume_double_stats_22.ref  |    34 +
 raster3d/r3.stats/test_volume_double_stats_3.ref   |    15 +
 raster3d/r3.stats/test_volume_double_stats_9.ref   |    21 +
 raster3d/r3.stats/test_volume_double_stats_e.ref   |    36 +
 raster3d/r3.stats/test_volume_float_stats_1.ref    |    13 +
 raster3d/r3.stats/test_volume_float_stats_14.ref   |    26 +
 raster3d/r3.stats/test_volume_float_stats_2.ref    |    14 +
 raster3d/r3.stats/test_volume_float_stats_21.ref   |    33 +
 raster3d/r3.stats/test_volume_float_stats_7.ref    |    19 +
 raster3d/r3.stats/test_volume_float_stats_e.ref    |    35 +
 raster3d/r3.support/Makefile                       |    12 +
 raster3d/r3.support/check.c                        |    42 +
 raster3d/r3.support/local_proto.h                  |     2 +
 raster3d/r3.support/main.c                         |   263 +
 raster3d/r3.support/r3.support.html                |    26 +
 raster3d/r3.timestamp/Makefile                     |    10 +
 raster3d/r3.timestamp/main.c                       |    93 +
 raster3d/r3.timestamp/r3.timestamp.html            |    94 +
 .../r3.timestamp/test_suite/test.r3.timestamp.sh   |    57 +
 raster3d/r3.to.rast/Makefile                       |     4 +-
 raster3d/r3.to.rast/description.html               |    37 -
 raster3d/r3.to.rast/main.c                         |   411 +-
 raster3d/r3.to.rast/r3.to.rast.html                |    37 +
 raster3d/r3.to.rast/test.r3.to.rast.sh             |    51 +
 raster3d/r3.to.rast/test_raster_slice_1_00001.ref  |    14 +
 raster3d/r3.to.rast/test_raster_slice_1_00002.ref  |    14 +
 raster3d/r3.to.rast/test_raster_slice_1_00003.ref  |    14 +
 raster3d/r3.to.rast/test_raster_slice_1_00004.ref  |    14 +
 raster3d/r3.to.rast/test_raster_slice_1_00005.ref  |    14 +
 raster3d/r3.to.rast/test_raster_slice_2_00001.ref  |    17 +
 raster3d/r3.to.rast/test_raster_slice_2_00002.ref  |    17 +
 raster3d/r3.to.rast/test_raster_slice_2_00003.ref  |    17 +
 raster3d/r3.to.rast/test_raster_slice_2_00004.ref  |    17 +
 raster3d/r3.to.rast/test_raster_slice_2_00005.ref  |    17 +
 raster3d/r3.to.rast/test_raster_slice_3_00001.ref  |    22 +
 raster3d/r3.to.rast/test_raster_slice_3_00002.ref  |    22 +
 raster3d/r3.to.rast/test_raster_slice_3_00003.ref  |    22 +
 raster3d/r3.to.rast/test_raster_slice_3_00004.ref  |    22 +
 raster3d/r3.to.rast/test_raster_slice_3_00005.ref  |    22 +
 .../r3.to.rast/test_raster_slice_float_00001.ref   |    14 +
 .../r3.to.rast/test_raster_slice_float_00002.ref   |    14 +
 .../r3.to.rast/test_raster_slice_float_00003.ref   |    14 +
 .../r3.to.rast/test_raster_slice_float_00004.ref   |    14 +
 .../r3.to.rast/test_raster_slice_float_00005.ref   |    14 +
 raster3d/raster3dintro.html                        |   187 +-
 rpm/README.txt                                     |    16 +
 rpm/fedora/INSTALL.TXT                             |    39 -
 rpm/fedora/gdal-ogr-grass-plugin.spec              |   101 -
 rpm/fedora/grass-readline.patch                    |    22 -
 rpm/fedora/grass_FC2.spec                          |    90 -
 rpm/fedora/grass_FC3.spec                          |   226 -
 rpm/fedora/grass_FC4.spec                          |   321 -
 rpm/fedora/grass_FC6.spec                          |   342 -
 rpm/fedora/grass_FC7.spec                          |   379 -
 rpm/mandriva/README.txt                            |     2 -
 rpm/mandriva/grass6-mdk2006.spec                   |   128 -
 rpm/mandriva/grass6-mdk2007.spec                   |   331 -
 rpm/opensuse/grass-6.3.0_wx-vdigit.patch           |    19 -
 rpm/opensuse/grass.spec                            |   258 -
 scripts/Makefile                                   |    63 +-
 scripts/d.correlate/d.correlate                    |   291 -
 scripts/d.correlate/d.correlate.html               |    42 +
 scripts/d.correlate/d.correlate.py                 |   104 +
 scripts/d.correlate/d_correlate.png                |   Bin 47984 -> 0 bytes
 scripts/d.correlate/description.html               |    64 -
 scripts/d.font.freetype/Makefile                   |     7 -
 scripts/d.font.freetype/d.font.freetype            |    10 -
 scripts/d.font.freetype/description.html           |    74 -
 scripts/d.monsize/Makefile                         |     7 -
 scripts/d.monsize/d.monsize                        |   100 -
 scripts/d.monsize/description.html                 |    15 -
 scripts/d.mvmon/Makefile                           |     7 -
 scripts/d.mvmon/d.mvmon                            |    99 -
 scripts/d.mvmon/description.html                   |    28 -
 scripts/d.out.file/Makefile                        |     2 +-
 scripts/d.out.file/d.out.file                      |   462 -
 scripts/d.out.file/d.out.file.html                 |    22 +
 scripts/d.out.file/d.out.file.py                   |    60 +
 scripts/d.out.file/description.html                |   105 -
 scripts/d.out.gpsdrive/Makefile                    |     7 -
 scripts/d.out.gpsdrive/d.out.gpsdrive              |   224 -
 scripts/d.out.gpsdrive/description.html            |   149 -
 scripts/d.out.png/Makefile                         |     7 -
 scripts/d.out.png/d.out.png                        |   124 -
 scripts/d.out.png/description.html                 |    26 -
 scripts/d.paint.labels/Makefile                    |     8 -
 scripts/d.paint.labels/d.paint.labels              |    11 -
 scripts/d.polar/Makefile                           |     9 +-
 scripts/d.polar/d.polar                            |   554 -
 scripts/d.polar/d.polar.html                       |    75 +
 scripts/d.polar/d.polar.py                         |   499 +
 scripts/d.polar/description.html                   |    80 -
 scripts/d.rast.edit/Makefile                       |     5 +-
 scripts/d.rast.edit/d.rast.edit                    |   102 -
 scripts/d.rast.edit/d.rast.edit.html               |   117 +
 scripts/d.rast.edit/d.rast.edit.py                 |   709 +
 scripts/d.rast.edit/d.rast.edit.tcl                |   559 -
 scripts/d.rast.edit/description.html               |   120 -
 scripts/d.rast.leg/d.rast.leg                      |   227 -
 scripts/d.rast.leg/d.rast.leg.html                 |    49 +
 scripts/d.rast.leg/d.rast.leg.py                   |   172 +
 scripts/d.rast.leg/description.html                |    52 -
 scripts/d.redraw/d.redraw                          |    63 -
 scripts/d.redraw/d.redraw.html                     |    20 +
 scripts/d.redraw/d.redraw.py                       |    73 +
 scripts/d.redraw/description.html                  |    21 -
 scripts/d.resize/Makefile                          |     7 -
 scripts/d.resize/d.resize                          |    83 -
 scripts/d.resize/description.html                  |    16 -
 scripts/d.shade/Makefile                           |     7 +
 scripts/d.shade/d.shade.html                       |    89 +
 scripts/d.shade/d.shade.py                         |    62 +
 scripts/d.shade/dshade.png                         |   Bin 0 -> 540929 bytes
 scripts/d.shadedmap/Makefile                       |     7 -
 scripts/d.shadedmap/d.shadedmap                    |    76 -
 scripts/d.shadedmap/description.html               |    59 -
 scripts/d.slide.show/Makefile                      |     7 -
 scripts/d.slide.show/d.slide.show                  |   263 -
 scripts/d.slide.show/description.html              |    55 -
 scripts/d.split.frame/Makefile                     |     7 -
 scripts/d.split.frame/d.split.frame                |   174 -
 scripts/d.split.frame/description.html             |    46 -
 scripts/d.split/Makefile                           |     7 -
 scripts/d.split/d.split                            |   116 -
 scripts/d.split/description.html                   |    33 -
 scripts/d.text.freetype/Makefile                   |     8 -
 scripts/d.text.freetype/d.text.freetype            |    10 -
 scripts/d.text.freetype/description.html           |   163 -
 scripts/d.text.freetype/freetypecap                |    26 -
 scripts/d.to.rast/Makefile                         |     7 +
 scripts/d.to.rast/d.to.rast.html                   |    51 +
 scripts/d.to.rast/d.to.rast.py                     |    47 +
 scripts/d.to.rast/d_to_rast_3D_example.jpg         |   Bin 0 -> 113641 bytes
 scripts/d.vect.thematic/Makefile                   |     7 -
 scripts/d.vect.thematic/d.vect.thematic            |  1202 -
 scripts/d.vect.thematic/description.html           |    97 -
 scripts/d.what.rast/Makefile                       |     7 +
 scripts/d.what.rast/d.what.rast.html               |    22 +
 scripts/d.what.rast/d.what.rast.py                 |    45 +
 scripts/d.what.vect/Makefile                       |     7 +
 scripts/d.what.vect/d.what.vect.html               |    22 +
 scripts/d.what.vect/d.what.vect.py                 |    45 +
 scripts/db.dropcol/Makefile                        |     7 -
 scripts/db.dropcol/db.dropcol                      |   161 -
 scripts/db.dropcol/description.html                |    42 -
 scripts/db.dropcolumn/Makefile                     |     7 +
 scripts/db.dropcolumn/db.dropcolumn.html           |    44 +
 scripts/db.dropcolumn/db.dropcolumn.py             |   113 +
 scripts/db.droptable/db.droptable                  |   108 -
 scripts/db.droptable/db.droptable.html             |    65 +
 scripts/db.droptable/db.droptable.py               |    99 +
 scripts/db.droptable/description.html              |    44 -
 scripts/db.in.ogr/db.in.ogr                        |   148 -
 scripts/db.in.ogr/db.in.ogr.html                   |    76 +
 scripts/db.in.ogr/db.in.ogr.py                     |   128 +
 scripts/db.in.ogr/description.html                 |    59 -
 scripts/db.out.ogr/db.out.ogr                      |   132 -
 scripts/db.out.ogr/db.out.ogr.html                 |    55 +
 scripts/db.out.ogr/db.out.ogr.py                   |   122 +
 scripts/db.out.ogr/description.html                |    40 -
 scripts/db.test/Makefile                           |    13 +-
 scripts/db.test/db.test                            |    90 -
 scripts/db.test/db.test.html                       |    26 +
 scripts/db.test/db.test.py                         |    88 +
 scripts/db.test/description.html                   |    27 -
 scripts/db.test/test1                              |    22 +-
 scripts/db.univar/Makefile                         |     7 +
 scripts/db.univar/db.univar.html                   |    43 +
 scripts/db.univar/db.univar.py                     |   266 +
 scripts/g.extension.all/Makefile                   |     7 +
 scripts/g.extension.all/g.extension.all.html       |    39 +
 scripts/g.extension.all/g.extension.all.py         |   124 +
 scripts/g.extension/description.html               |   164 -
 scripts/g.extension/g.extension                    |   455 -
 scripts/g.extension/g.extension.html               |    79 +
 scripts/g.extension/g.extension.py                 |  1109 +
 scripts/g.manual/description.html                  |    30 -
 scripts/g.manual/g.manual                          |   165 -
 scripts/g.manual/g.manual.html                     |    37 +
 scripts/g.manual/g.manual.py                       |   143 +
 scripts/g.mlist/Makefile                           |     7 -
 scripts/g.mlist/README                             |    34 -
 scripts/g.mlist/description.html                   |   121 -
 scripts/g.mlist/g.mlist                            |   142 -
 scripts/g.mremove/Makefile                         |     7 -
 scripts/g.mremove/description.html                 |    32 -
 scripts/g.mremove/g.mremove                        |   214 -
 scripts/i.colors.enhance/Makefile                  |     7 +
 scripts/i.colors.enhance/i.colors.enhance.html     |    75 +
 scripts/i.colors.enhance/i.colors.enhance.py       |   226 +
 .../i_col_enh_corr.jpg}                            |   Bin
 .../i_col_enh_uncorr.jpg}                          |   Bin
 scripts/i.fusion.brovey/Makefile                   |     7 -
 scripts/i.fusion.brovey/description.html           |   111 -
 scripts/i.fusion.brovey/i.fusion.brovey            |   239 -
 scripts/i.fusion.brovey/rgb_brovey.jpg             |   Bin 27258 -> 0 bytes
 scripts/i.fusion.brovey/rgb_originals.jpg          |   Bin 29753 -> 0 bytes
 scripts/i.image.mosaic/description.html            |    18 -
 scripts/i.image.mosaic/i.image.mosaic              |   155 -
 scripts/i.image.mosaic/i.image.mosaic.html         |    18 +
 scripts/i.image.mosaic/i.image.mosaic.py           |    98 +
 scripts/i.in.spotvgt/description.html              |    52 -
 scripts/i.in.spotvgt/i.in.spotvgt                  |   320 -
 scripts/i.in.spotvgt/i.in.spotvgt.html             |    51 +
 scripts/i.in.spotvgt/i.in.spotvgt.py               |   271 +
 scripts/i.landsat.rgb/Makefile                     |     7 -
 scripts/i.landsat.rgb/description.html             |    73 -
 scripts/i.landsat.rgb/i.landsat.rgb                |   176 -
 scripts/i.oif/Makefile                             |     2 -
 scripts/i.oif/description.html                     |    74 -
 scripts/i.oif/i.oif                                |   216 -
 scripts/i.oif/i.oif.html                           |    84 +
 scripts/i.oif/i.oif.py                             |   163 +
 scripts/i.oif/i.oifcalc                            |    63 -
 scripts/i.oif/m.cutmatrix                          |    24 -
 scripts/i.pansharpen/Makefile                      |     7 +
 scripts/i.pansharpen/i.pansharpen.html             |   221 +
 scripts/i.pansharpen/i.pansharpen.py               |   452 +
 scripts/i.pansharpen/rgb_brovey321.jpg             |   Bin 0 -> 157408 bytes
 scripts/i.pansharpen/rgb_ihs321.jpg                |   Bin 0 -> 152140 bytes
 scripts/i.pansharpen/rgb_landsat321.jpg            |   Bin 0 -> 105300 bytes
 scripts/i.pansharpen/rgb_pca321.jpg                |   Bin 0 -> 161207 bytes
 scripts/i.spectral/description.html                |    54 -
 scripts/i.spectral/i.spectral                      |   271 -
 scripts/i.spectral/i.spectral.html                 |    53 +
 scripts/i.spectral/i.spectral.py                   |   241 +
 scripts/i.spectral/i_spectral.png                  |   Bin 33272 -> 34155 bytes
 scripts/i.tasscap/description.html                 |   108 -
 scripts/i.tasscap/i.tasscap                        |   161 -
 scripts/i.tasscap/i.tasscap.html                   |   110 +
 scripts/i.tasscap/i.tasscap.py                     |   176 +
 scripts/m.proj/description.html                    |   189 -
 scripts/m.proj/m.proj                              |   283 -
 scripts/m.proj/m.proj.html                         |   207 +
 scripts/m.proj/m.proj.py                           |   285 +
 scripts/p.out.vrml/Makefile                        |     8 -
 scripts/p.out.vrml/p.out.vrml                      |    11 -
 scripts/r.blend/description.html                   |    36 -
 scripts/r.blend/r.blend                            |   112 -
 scripts/r.blend/r.blend.html                       |    39 +
 scripts/r.blend/r.blend.py                         |   115 +
 scripts/r.buffer.lowmem/Makefile                   |     7 +
 scripts/r.buffer.lowmem/r.buffer.lowmem.html       |    65 +
 scripts/r.buffer.lowmem/r.buffer.lowmem.py         |   136 +
 scripts/r.cats/Makefile                            |     8 -
 scripts/r.cats/r.cats                              |    11 -
 scripts/r.colors.stddev/description.html           |    41 -
 scripts/r.colors.stddev/r.colors.stddev            |   145 -
 scripts/r.colors.stddev/r.colors.stddev.html       |    38 +
 scripts/r.colors.stddev/r.colors.stddev.py         |   141 +
 scripts/r.fillnulls/description.html               |   106 -
 scripts/r.fillnulls/r.fillnulls                    |   303 -
 scripts/r.fillnulls/r.fillnulls.html               |   118 +
 scripts/r.fillnulls/r.fillnulls.py                 |   440 +
 scripts/r.grow/Makefile                            |     7 +
 scripts/r.grow/r.grow.html                         |    78 +
 scripts/r.grow/r.grow.py                           |   132 +
 scripts/r.in.aster/description.html                |    24 -
 scripts/r.in.aster/r.in.aster                      |   192 -
 scripts/r.in.aster/r.in.aster.html                 |    24 +
 scripts/r.in.aster/r.in.aster.py                   |   168 +
 scripts/r.in.srtm/description.html                 |    43 -
 scripts/r.in.srtm/r.in.srtm                        |   264 -
 scripts/r.in.srtm/r.in.srtm.html                   |    47 +
 scripts/r.in.srtm/r.in.srtm.py                     |   252 +
 scripts/r.in.wms/Makefile                          |     9 +-
 scripts/r.in.wms/description.html                  |   214 -
 scripts/r.in.wms/r.in.gdalwarp                     |   432 -
 scripts/r.in.wms/r.in.wms                          |   602 -
 scripts/r.in.wms/r.in.wms.html                     |   131 +
 scripts/r.in.wms/r.in.wms.py                       |   234 +
 scripts/r.in.wms/r_in_wms_nc_landcover_wms.jpg     |   Bin 69454 -> 0 bytes
 scripts/r.in.wms/srs.py                            |  1813 +
 scripts/r.in.wms/wms.download                      |   220 -
 scripts/r.in.wms/wms.request                       |   347 -
 scripts/r.in.wms/wms_base.py                       |   648 +
 scripts/r.in.wms/wms_cap_parsers.py                |   639 +
 scripts/r.in.wms/wms_drv.py                        |   910 +
 scripts/r.in.wms/wms_gdal_drv.py                   |   154 +
 scripts/r.mapcalculator/Makefile                   |     7 -
 scripts/r.mapcalculator/description.html           |    25 -
 scripts/r.mapcalculator/r.mapcalculator            |   203 -
 scripts/r.mask/description.html                    |   101 -
 scripts/r.mask/r.mask                              |   147 -
 scripts/r.mask/r.mask.html                         |   105 +
 scripts/r.mask/r.mask.py                           |   184 +
 scripts/r.out.gdal/Makefile                        |     7 -
 scripts/r.out.gdal/description.html                |    96 -
 scripts/r.out.gdal/r.out.gdal.sh                   |   157 -
 scripts/r.out.xyz/description.html                 |    73 -
 scripts/r.out.xyz/r.out.xyz                        |    65 -
 scripts/r.out.xyz/r.out.xyz.html                   |    70 +
 scripts/r.out.xyz/r.out.xyz.py                     |    59 +
 scripts/r.pack/description.html                    |    28 -
 scripts/r.pack/experiment/r.pack.mat               |    88 -
 scripts/r.pack/r.pack                              |   138 -
 scripts/r.pack/r.pack.html                         |    49 +
 scripts/r.pack/r.pack.py                           |   126 +
 scripts/r.plane/description.html                   |    38 -
 scripts/r.plane/r.plane                            |   263 -
 scripts/r.plane/r.plane.html                       |    43 +
 scripts/r.plane/r.plane.py                         |   128 +
 scripts/r.reclass.area/description.html            |    29 -
 scripts/r.reclass.area/r.reclass.area              |   187 -
 scripts/r.reclass.area/r.reclass.area.html         |    43 +
 scripts/r.reclass.area/r.reclass.area.py           |   233 +
 scripts/r.rgb/Makefile                             |     7 +
 scripts/r.rgb/r.rgb.html                           |    57 +
 scripts/r.rgb/r.rgb.py                             |    72 +
 scripts/r.rgb/r_rgb_elevation.png                  |   Bin 0 -> 283038 bytes
 scripts/r.shade/Makefile                           |     7 +
 scripts/r.shade/r.shade.html                       |   109 +
 scripts/r.shade/r.shade.py                         |   126 +
 scripts/r.shade/rshade.png                         |   Bin 0 -> 168829 bytes
 scripts/r.shaded.relief/Makefile                   |     7 -
 scripts/r.shaded.relief/description.html           |    98 -
 scripts/r.shaded.relief/r.shaded.relief            |   228 -
 scripts/r.tileset/description.html                 |   104 -
 scripts/r.tileset/r.tileset                        |   558 -
 scripts/r.tileset/r.tileset.html                   |   104 +
 scripts/r.tileset/r.tileset.py                     |   420 +
 scripts/r.univar.sh/Makefile                       |     7 -
 scripts/r.univar.sh/description.html               |    25 -
 scripts/r.univar.sh/r.univar.sh                    |   168 -
 scripts/r.unpack/description.html                  |    23 -
 scripts/r.unpack/experiment/r.unpack.mat           |   116 -
 scripts/r.unpack/r.unpack                          |   169 -
 scripts/r.unpack/r.unpack.html                     |    40 +
 scripts/r.unpack/r.unpack.py                       |   156 +
 scripts/r.unpack/test_suite/test.r.unpack.sh       |    46 +
 scripts/r.unpack/test_suite/test_double.ref        |    76 +
 .../test_suite/test_double_uncompressed.ref        |    76 +
 scripts/r.unpack/test_suite/test_float.ref         |    76 +
 .../test_suite/test_float_uncompressed.ref         |    76 +
 scripts/r.unpack/test_suite/test_int.ref           |    76 +
 .../r.unpack/test_suite/test_int_uncompressed.ref  |    76 +
 scripts/r3.in.xyz/Makefile                         |     7 +
 scripts/r3.in.xyz/r3.in.xyz.html                   |    90 +
 scripts/r3.in.xyz/r3.in.xyz.py                     |   316 +
 scripts/r3.mapcalculator/Makefile                  |     7 -
 scripts/r3.mapcalculator/description.html          |    24 -
 scripts/r3.mapcalculator/r3.mapcalculator          |   187 -
 scripts/v.build.all/description.html               |    10 -
 scripts/v.build.all/v.build.all                    |    42 -
 scripts/v.build.all/v.build.all.html               |    16 +
 scripts/v.build.all/v.build.all.py                 |    56 +
 scripts/v.centroids/description.html               |    34 -
 scripts/v.centroids/v.centroids                    |    99 -
 scripts/v.centroids/v.centroids.html               |    31 +
 scripts/v.centroids/v.centroids.py                 |    69 +
 scripts/v.colors/Makefile                          |     7 -
 scripts/v.colors/description.html                  |   120 -
 scripts/v.colors/v.colors                          |   352 -
 scripts/v.convert.all/Makefile                     |     7 -
 scripts/v.convert.all/description.html             |    46 -
 scripts/v.convert.all/v.convert.all                |    64 -
 scripts/v.db.addcol/Makefile                       |     7 -
 scripts/v.db.addcol/description.html               |    48 -
 scripts/v.db.addcol/v.db.addcol                    |   123 -
 scripts/v.db.addcolumn/Makefile                    |     7 +
 scripts/v.db.addcolumn/v.db.addcolumn.html         |    50 +
 scripts/v.db.addcolumn/v.db.addcolumn.py           |    88 +
 scripts/v.db.addtable/description.html             |    67 -
 scripts/v.db.addtable/v.db.addtable                |   197 -
 scripts/v.db.addtable/v.db.addtable.html           |    64 +
 scripts/v.db.addtable/v.db.addtable.py             |   150 +
 scripts/v.db.dropcol/Makefile                      |     7 -
 scripts/v.db.dropcol/description.html              |    44 -
 scripts/v.db.dropcol/v.db.dropcol                  |   163 -
 scripts/v.db.dropcolumn/Makefile                   |     7 +
 scripts/v.db.dropcolumn/v.db.dropcolumn.html       |    41 +
 scripts/v.db.dropcolumn/v.db.dropcolumn.py         |   120 +
 scripts/v.db.droprow/Makefile                      |     7 +
 scripts/v.db.droprow/v.db.droprow.html             |    53 +
 scripts/v.db.droprow/v.db.droprow.py               |    60 +
 scripts/v.db.droptable/description.html            |    42 -
 scripts/v.db.droptable/v.db.droptable              |   141 -
 scripts/v.db.droptable/v.db.droptable.html         |    40 +
 scripts/v.db.droptable/v.db.droptable.py           |   102 +
 scripts/v.db.join/description.html                 |    80 -
 scripts/v.db.join/v.db.join                        |   124 -
 scripts/v.db.join/v.db.join.html                   |    79 +
 scripts/v.db.join/v.db.join.py                     |   159 +
 scripts/v.db.reconnect.all/description.html        |    18 -
 scripts/v.db.reconnect.all/v.db.reconnect.all      |   103 -
 scripts/v.db.reconnect.all/v.db.reconnect.all.html |   130 +
 scripts/v.db.reconnect.all/v.db.reconnect.all.py   |   260 +
 scripts/v.db.renamecol/Makefile                    |     7 -
 scripts/v.db.renamecol/description.html            |    50 -
 scripts/v.db.renamecol/v.db.renamecol              |   150 -
 scripts/v.db.renamecolumn/Makefile                 |     7 +
 scripts/v.db.renamecolumn/v.db.renamecolumn.html   |    49 +
 scripts/v.db.renamecolumn/v.db.renamecolumn.py     |   109 +
 scripts/v.db.univar/description.html               |    43 -
 scripts/v.db.univar/v.db.univar                    |   212 -
 scripts/v.db.univar/v.db.univar.html               |    41 +
 scripts/v.db.univar/v.db.univar.py                 |   102 +
 scripts/v.db.update/description.html               |    76 -
 scripts/v.db.update/v.db.update                    |   145 -
 scripts/v.db.update/v.db.update.html               |    83 +
 scripts/v.db.update/v.db.update.py                 |   107 +
 scripts/v.dissolve/description.html                |    82 -
 scripts/v.dissolve/v.dissolve                      |   122 -
 scripts/v.dissolve/v.dissolve.html                 |    79 +
 scripts/v.dissolve/v.dissolve.py                   |   104 +
 scripts/v.in.e00/description.html                  |    25 -
 scripts/v.in.e00/v.in.e00                          |   242 -
 scripts/v.in.e00/v.in.e00.html                     |    25 +
 scripts/v.in.e00/v.in.e00.py                       |   165 +
 scripts/v.in.garmin/Makefile                       |     7 -
 scripts/v.in.garmin/description.html               |    70 -
 scripts/v.in.garmin/v.in.garmin                    |   865 -
 scripts/v.in.geonames/description.html             |    61 -
 scripts/v.in.geonames/v.in.geonames                |   162 -
 scripts/v.in.geonames/v.in.geonames.html           |    84 +
 scripts/v.in.geonames/v.in.geonames.py             |   146 +
 scripts/v.in.gns/Makefile                          |     7 -
 scripts/v.in.gns/description.html                  |    40 -
 scripts/v.in.gns/v.in.gns                          |   133 -
 scripts/v.in.gpsbabel/Makefile                     |     8 -
 scripts/v.in.gpsbabel/description.html             |   101 -
 scripts/v.in.gpsbabel/grass_write_ascii.style      |    31 -
 scripts/v.in.gpsbabel/v.in.gpsbabel                |   715 -
 scripts/v.in.lines/description.html                |    57 -
 scripts/v.in.lines/v.in.lines                      |   133 -
 scripts/v.in.lines/v.in.lines.html                 |    50 +
 scripts/v.in.lines/v.in.lines.py                   |   122 +
 scripts/v.in.mapgen/description.html               |    34 -
 scripts/v.in.mapgen/v.in.mapgen                    |   198 -
 scripts/v.in.mapgen/v.in.mapgen.html               |    30 +
 scripts/v.in.mapgen/v.in.mapgen.py                 |   208 +
 scripts/v.in.sites.all/Makefile                    |     7 -
 scripts/v.in.sites.all/description.html            |    39 -
 scripts/v.in.sites.all/v.in.sites.all              |    65 -
 scripts/v.in.wfs/description.html                  |    42 -
 scripts/v.in.wfs/v.in.wfs                          |   101 -
 scripts/v.in.wfs/v.in.wfs.html                     |    58 +
 scripts/v.in.wfs/v.in.wfs.py                       |   151 +
 scripts/v.krige/Makefile                           |     7 +
 scripts/v.krige/v.krige.html                       |   193 +
 scripts/v.krige/v.krige.py                         |   424 +
 scripts/v.out.gpsbabel/Makefile                    |     7 -
 scripts/v.out.gpsbabel/description.html            |   105 -
 scripts/v.out.gpsbabel/v.out.gpsbabel              |   350 -
 scripts/v.pack/Makefile                            |     7 +
 scripts/v.pack/v.pack.html                         |    46 +
 scripts/v.pack/v.pack.py                           |   123 +
 scripts/v.rast.stats/description.html              |    75 -
 scripts/v.rast.stats/v.rast.stats                  |   392 -
 scripts/v.rast.stats/v.rast.stats.html             |    69 +
 scripts/v.rast.stats/v.rast.stats.py               |   306 +
 scripts/v.report/description.html                  |    43 -
 scripts/v.report/v.report                          |   207 -
 scripts/v.report/v.report.html                     |    39 +
 scripts/v.report/v.report.py                       |   188 +
 scripts/v.to.lines/Makefile                        |     7 +
 scripts/v.to.lines/v.to.lines.html                 |    50 +
 scripts/v.to.lines/v.to.lines.py                   |   171 +
 scripts/v.univar.sh/Makefile                       |     7 -
 scripts/v.univar.sh/description.html               |    46 -
 scripts/v.univar.sh/v.univar.sh                    |   215 -
 scripts/v.unpack/Makefile                          |     7 +
 scripts/v.unpack/test_suite/test.v.unpack.sh       |    59 +
 scripts/v.unpack/v.unpack.html                     |    37 +
 scripts/v.unpack/v.unpack.py                       |   211 +
 scripts/v.what.strds/Makefile                      |     7 +
 scripts/v.what.strds/testsuite/test_what_strds.py  |    70 +
 scripts/v.what.strds/v.what.strds.html             |    28 +
 scripts/v.what.strds/v.what.strds.py               |   233 +
 scripts/v.what.vect/description.html               |    75 -
 scripts/v.what.vect/v.what.vect                    |    89 -
 scripts/v.what.vect/v.what.vect.html               |    71 +
 scripts/v.what.vect/v.what.vect.py                 |    80 +
 scripts/windows_launch.bat                         |     2 +-
 scripts/wxpyimgview/Makefile                       |    10 +
 scripts/wxpyimgview/wxpyimgview.html               |    25 +
 scripts/wxpyimgview/wxpyimgview.py                 |    51 +
 scripts/wxpyimgview/wxpyimgview_gui.py             |   169 +
 sites/Makefile                                     |    14 -
 sites/s.in.ascii/Makefile                          |    12 -
 sites/s.in.ascii/description.html                  |   148 -
 sites/s.in.ascii/get_site.c                        |   303 -
 sites/s.in.ascii/local_proto.h                     |     5 -
 sites/s.in.ascii/main.c                            |   255 -
 sites/s.out.ascii/Makefile                         |    12 -
 sites/s.out.ascii/description.html                 |   152 -
 sites/s.out.ascii/main.c                           |   141 -
 temporal/Makefile                                  |    59 +
 temporal/benchmark.sh                              |    61 +
 temporal/run_all_tests.sh                          |    27 +
 temporal/t.connect/Makefile                        |    11 +
 temporal/t.connect/main.c                          |   151 +
 temporal/t.connect/t.connect.html                  |    62 +
 .../testsuite/test_distr_tgis_db_raster.py         |   267 +
 .../testsuite/test_distr_tgis_db_raster3d.py       |   203 +
 .../testsuite/test_distr_tgis_db_vector.py         |   213 +
 temporal/t.create/Makefile                         |     7 +
 temporal/t.create/t.create.html                    |    55 +
 temporal/t.create/t.create.py                      |    84 +
 temporal/t.info/Makefile                           |     7 +
 temporal/t.info/t.info.html                        |   146 +
 temporal/t.info/t.info.py                          |   121 +
 temporal/t.info/testsuite/test.t.info.sh           |    79 +
 temporal/t.list/Makefile                           |     7 +
 temporal/t.list/t.list.html                        |    62 +
 temporal/t.list/t.list.py                          |   159 +
 temporal/t.merge/Makefile                          |     7 +
 temporal/t.merge/t.merge.html                      |   222 +
 temporal/t.merge/t.merge.py                        |   143 +
 temporal/t.merge/testsuite/test.t.merge.sh         |    52 +
 temporal/t.rast.accdetect/Makefile                 |     7 +
 temporal/t.rast.accdetect/t.rast.accdetect.html    |    83 +
 temporal/t.rast.accdetect/t.rast.accdetect.py      |   559 +
 .../testsuite/data/test_1_temp_accumulation.ref    |     7 +
 .../testsuite/data/test_1_temp_indi.ref            |     4 +
 .../testsuite/data/test_1_temp_occ_a.ref           |     4 +
 .../testsuite/data/test_1_temp_occ_b.ref           |     4 +
 .../testsuite/data/test_2_temp_accumulation.ref    |     7 +
 .../testsuite/data/test_2_temp_indi.ref            |     4 +
 .../testsuite/data/test_2_temp_occ.ref             |     4 +
 .../testsuite/test.t.rast.accdetect.reverse.sh     |    45 +
 .../testsuite/test.t.rast.accdetect.sh             |    65 +
 temporal/t.rast.accumulate/Makefile                |     7 +
 temporal/t.rast.accumulate/t.rast.accumulate.html  |   300 +
 temporal/t.rast.accumulate/t.rast.accumulate.py    |   508 +
 .../t.rast.accumulate/testsuite/data/acc_1.ref     |    39 +
 .../t.rast.accumulate/testsuite/data/acc_2.ref     |    39 +
 .../t.rast.accumulate/testsuite/data/acc_3.ref     |    39 +
 .../t.rast.accumulate/testsuite/data/acc_4.ref     |    39 +
 .../t.rast.accumulate/testsuite/data/acc_5.ref     |    40 +
 .../testsuite/test.t.rast.accumulate.sh            |    80 +
 temporal/t.rast.aggregate.ds/Makefile              |     7 +
 .../t.rast.aggregate.ds/t.rast.aggregate.ds.html   |   256 +
 .../t.rast.aggregate.ds/t.rast.aggregate.ds.py     |   177 +
 .../testsuite/test.t.rast.aggregate.ds.sh          |    52 +
 temporal/t.rast.aggregate/Makefile                 |     7 +
 temporal/t.rast.aggregate/t.rast.aggregate.html    |   142 +
 temporal/t.rast.aggregate/t.rast.aggregate.py      |   196 +
 .../testsuite/test_aggregation_absolute.py         |   179 +
 .../test_aggregation_absolute_parallel.py          |   165 +
 .../testsuite/test_aggregation_relative.py         |   163 +
 temporal/t.rast.algebra/Makefile                   |     7 +
 temporal/t.rast.algebra/t.rast.algebra.html        |   490 +
 temporal/t.rast.algebra/t.rast.algebra.py          |    99 +
 .../testsuite/test_raster_algebra.py               |   694 +
 .../testsuite/test_raster_algebra_fails.py         |    44 +
 .../testsuite/test_raster_algebra_granularity.py   |   227 +
 .../test_raster_algebra_granularity_fails.py       |    63 +
 temporal/t.rast.colors/Makefile                    |     7 +
 temporal/t.rast.colors/t.rast.colors.html          |    70 +
 temporal/t.rast.colors/t.rast.colors.py            |   176 +
 temporal/t.rast.colors/test.t.rast.colors.sh       |    29 +
 temporal/t.rast.export/Makefile                    |     7 +
 temporal/t.rast.export/t.rast.export.html          |   135 +
 temporal/t.rast.export/t.rast.export.py            |    86 +
 temporal/t.rast.export/test.t.rast.export.sh       |    47 +
 temporal/t.rast.extract/Makefile                   |     7 +
 temporal/t.rast.extract/t.rast.extract.html        |    69 +
 temporal/t.rast.extract/t.rast.extract.py          |    93 +
 temporal/t.rast.extract/testsuite/test_extract.py  |   178 +
 temporal/t.rast.gapfill/Makefile                   |     7 +
 temporal/t.rast.gapfill/t.rast.gapfill.html        |    80 +
 temporal/t.rast.gapfill/t.rast.gapfill.py          |   198 +
 temporal/t.rast.gapfill/test.t.rast.gapfill.sh     |    37 +
 temporal/t.rast.import/Makefile                    |     7 +
 temporal/t.rast.import/t.rast.import.html          |    40 +
 temporal/t.rast.import/t.rast.import.py            |   122 +
 .../t.rast.import/test.t.rast.import.relative.sh   |    85 +
 temporal/t.rast.import/test.t.rast.import.sh       |    84 +
 .../t.rast.import/test.t.rast.import_locations.sh  |    70 +
 temporal/t.rast.list/Makefile                      |     7 +
 temporal/t.rast.list/t.rast.list.html              |   170 +
 temporal/t.rast.list/t.rast.list.py                |   109 +
 temporal/t.rast.list/test.t.rast.list.sh           |   131 +
 temporal/t.rast.mapcalc/Makefile                   |     7 +
 temporal/t.rast.mapcalc/example.sh                 |    38 +
 temporal/t.rast.mapcalc/t.rast.mapcalc.html        |   170 +
 temporal/t.rast.mapcalc/t.rast.mapcalc.py          |   102 +
 .../test.t.rast.mapcalc.operators.sh               |    58 +
 temporal/t.rast.mapcalc/test.t.rast.mapcalc.sh     |    56 +
 temporal/t.rast.neighbors/Makefile                 |     7 +
 temporal/t.rast.neighbors/t.rast.neighbors.html    |   119 +
 temporal/t.rast.neighbors/t.rast.neighbors.py      |   197 +
 temporal/t.rast.neighbors/test.t.rast.neighbors.sh |    37 +
 temporal/t.rast.out.vtk/Makefile                   |     7 +
 temporal/t.rast.out.vtk/t.rast.out.vtk.html        |    48 +
 temporal/t.rast.out.vtk/t.rast.out.vtk.py          |   154 +
 temporal/t.rast.out.vtk/test.t.rast.out.vtk.sh     |    55 +
 temporal/t.rast.series/Makefile                    |     7 +
 temporal/t.rast.series/t.rast.series.html          |    53 +
 temporal/t.rast.series/t.rast.series.py            |   132 +
 temporal/t.rast.series/test.t.rast.series.sh       |    35 +
 temporal/t.rast.to.rast3/Makefile                  |     7 +
 temporal/t.rast.to.rast3/t.rast.to.rast3.html      |   143 +
 temporal/t.rast.to.rast3/t.rast.to.rast3.py        |   192 +
 temporal/t.rast.to.rast3/test.t.rast.to.rast3.sh   |    86 +
 .../testsuite/test_strds_to_rast3.py               |   408 +
 temporal/t.rast.univar/Makefile                    |     7 +
 temporal/t.rast.univar/t.rast.univar.html          |    42 +
 temporal/t.rast.univar/t.rast.univar.py            |    70 +
 .../t.rast.univar/testsuite/test.t.rast.univar.sh  |    27 +
 temporal/t.rast3d.algebra/Makefile                 |     7 +
 temporal/t.rast3d.algebra/t.rast3d.algebra.html    |    37 +
 temporal/t.rast3d.algebra/t.rast3d.algebra.py      |   100 +
 .../testsuite/test_raster3d_algebra.py             |   127 +
 temporal/t.rast3d.extract/Makefile                 |     7 +
 temporal/t.rast3d.extract/t.rast3d.extract.html    |    25 +
 temporal/t.rast3d.extract/t.rast3d.extract.py      |    89 +
 .../testsuite/test.t.rast3d.extract.sh             |    26 +
 .../t.rast3d.extract/testsuite/test_extract.py     |   146 +
 temporal/t.rast3d.list/Makefile                    |     7 +
 temporal/t.rast3d.list/t.rast3d.list.html          |    24 +
 temporal/t.rast3d.list/t.rast3d.list.py            |   100 +
 .../t.rast3d.list/testsuite/test.t.rast3d.list.sh  |   109 +
 temporal/t.rast3d.mapcalc/Makefile                 |     7 +
 temporal/t.rast3d.mapcalc/t.rast3d.mapcalc.html    |    23 +
 temporal/t.rast3d.mapcalc/t.rast3d.mapcalc.py      |   106 +
 temporal/t.rast3d.mapcalc/test.t.rast3d.mapcalc.sh |    38 +
 temporal/t.rast3d.univar/Makefile                  |     7 +
 temporal/t.rast3d.univar/t.rast3d.univar.html      |    21 +
 temporal/t.rast3d.univar/t.rast3d.univar.py        |    72 +
 .../testsuite/test.t.rast3d.univar.sh              |    29 +
 temporal/t.register/Makefile                       |     7 +
 temporal/t.register/t.register.html                |   157 +
 temporal/t.register/t.register.py                  |   136 +
 .../test.t.register.raster.file.reltime.sh         |   105 +
 temporal/t.register/test.t.register.raster.file.sh |    83 +
 .../test.t.register.raster.file.timezone.sh        |    61 +
 temporal/t.register/test.t.register.raster.sh      |   107 +
 .../t.register/test.t.register.raster.timestamp.sh |    38 +
 temporal/t.register/test.t.register.raster3d.sh    |    71 +
 .../test.t.register.vector.file.layer.sh           |    74 +
 temporal/t.register/test.t.register.vector.sh      |    68 +
 temporal/t.remove/Makefile                         |     7 +
 temporal/t.remove/t.remove.html                    |    59 +
 temporal/t.remove/t.remove.py                      |   164 +
 temporal/t.remove/test.t.remove.sh                 |    22 +
 temporal/t.rename/Makefile                         |     7 +
 temporal/t.rename/t.rename.html                    |    38 +
 temporal/t.rename/t.rename.py                      |   104 +
 temporal/t.rename/test.t.rename.sh                 |    52 +
 temporal/t.sample/Makefile                         |     7 +
 temporal/t.sample/t.sample.html                    |   179 +
 temporal/t.sample/t.sample.py                      |    88 +
 temporal/t.sample/testsuite/test.t.sample.sh       |    90 +
 temporal/t.select/Makefile                         |     7 +
 temporal/t.select/t.select.html                    |   376 +
 temporal/t.select/t.select.py                      |    72 +
 temporal/t.select/test.t.select.sh                 |   101 +
 temporal/t.shift/Makefile                          |     7 +
 temporal/t.shift/t.shift.html                      |   200 +
 temporal/t.shift/t.shift.py                        |    72 +
 temporal/t.shift/test.t.shift.absolue.sh           |    46 +
 temporal/t.shift/test.t.shift.relative.sh          |    32 +
 temporal/t.snap/Makefile                           |     7 +
 temporal/t.snap/t.snap.html                        |   201 +
 temporal/t.snap/t.snap.py                          |    57 +
 temporal/t.snap/test.t.snap.absolute.sh            |    53 +
 temporal/t.snap/test.t.snap.relative.sh            |    30 +
 temporal/t.support/Makefile                        |     7 +
 temporal/t.support/t.support.html                  |    45 +
 temporal/t.support/t.support.py                    |   160 +
 temporal/t.support/test.t.support.sh               |    66 +
 temporal/t.topology/Makefile                       |     7 +
 temporal/t.topology/t.topology.html                |    56 +
 temporal/t.topology/t.topology.py                  |   153 +
 temporal/t.topology/test.t.topology.abstime.sh     |   124 +
 temporal/t.topology/test.t.topology.reltime.sh     |   101 +
 temporal/t.unregister/Makefile                     |     7 +
 temporal/t.unregister/t.unregister.html            |    64 +
 temporal/t.unregister/t.unregister.py              |   178 +
 temporal/t.unregister/testsuite/test_unregister.py |   139 +
 temporal/t.vect.algebra/Makefile                   |     7 +
 temporal/t.vect.algebra/t.vect.algebra.html        |   463 +
 temporal/t.vect.algebra/t.vect.algebra.py          |    72 +
 .../testsuite/test_vector_algebra.py               |   194 +
 temporal/t.vect.db.select/Makefile                 |     7 +
 temporal/t.vect.db.select/t.vect.db.select.html    |    56 +
 temporal/t.vect.db.select/t.vect.db.select.py      |   115 +
 temporal/t.vect.db.select/test.t.vect.db.select.sh |    44 +
 temporal/t.vect.export/Makefile                    |     7 +
 temporal/t.vect.export/t.vect.export.html          |   127 +
 temporal/t.vect.export/t.vect.export.py            |    86 +
 temporal/t.vect.export/test.t.vect.export.sh       |    40 +
 temporal/t.vect.extract/Makefile                   |     7 +
 temporal/t.vect.extract/t.vect.extract.html        |    91 +
 temporal/t.vect.extract/t.vect.extract.py          |    97 +
 .../t.vect.extract/test.t.vect.extract.layer.sh    |    47 +
 temporal/t.vect.extract/test.t.vect.extract.sh     |    48 +
 temporal/t.vect.import/Makefile                    |     7 +
 temporal/t.vect.import/t.vect.import.html          |    64 +
 temporal/t.vect.import/t.vect.import.py            |   108 +
 .../t.vect.import/testsuite/test.t.vect.import.sh  |    71 +
 temporal/t.vect.list/Makefile                      |     7 +
 temporal/t.vect.list/t.vect.list.html              |    72 +
 temporal/t.vect.list/t.vect.list.py                |   100 +
 .../testsuite/test.t.vect.list.layer.sh            |   124 +
 temporal/t.vect.list/testsuite/test.t.vect.list.sh |   109 +
 temporal/t.vect.observe.strds/Makefile             |     7 +
 .../t.vect.observe.strds/t.vect.observe.strds.html |   145 +
 .../t.vect.observe.strds/t.vect.observe.strds.py   |   303 +
 .../test.t.vect.observe.strds.layer_bug.sh         |    40 +
 .../test.t.vect.observe.strds.relative.sh          |    35 +
 .../testsuite/test.t.vect.observe.strds.sh         |    49 +
 temporal/t.vect.univar/Makefile                    |     7 +
 temporal/t.vect.univar/t.vect.univar.html          |    36 +
 temporal/t.vect.univar/t.vect.univar.py            |    91 +
 .../t.vect.univar/testsuite/test.t.vect.univar.sh  |    31 +
 temporal/t.vect.what.strds/Makefile                |     7 +
 temporal/t.vect.what.strds/t.vect.what.strds.html  |    37 +
 temporal/t.vect.what.strds/t.vect.what.strds.py    |   206 +
 .../test.t.vect.what.strds.layer.sh                |    81 +
 .../t.vect.what.strds/test.t.vect.what.strds.sh    |    58 +
 .../test.t.vect.what.strds_relative.sh             |    59 +
 temporal/temporalintro.html                        |   198 +
 testsuite/Makefile                                 |     1 -
 testsuite/raster/raster_md5test.sh                 |    16 +-
 testsuite/raster/rhemisphere.sh                    |     6 +-
 testsuite/raster/rmapcalc_test.sh                  |    12 +-
 tools/Makefile                                     |    14 +-
 tools/build_html_index.sh                          |   389 -
 tools/create_python_init_file.py                   |    50 +
 tools/dep_tree2sql.sh                              |   582 +
 tools/g.html2man/Makefile                          |    13 +
 tools/g.html2man/g.html2man                        |   335 -
 tools/g.html2man/g.html2man.py                     |    64 +
 tools/g.html2man/groff.py                          |   265 +
 tools/g.html2man/html.py                           |   214 +
 tools/g.html2man/rest.py                           |   126 +
 tools/g51.extract_description.sh                   |    29 -
 tools/grass_indent.sh                              |    18 +-
 tools/grassdocs.css                                |    64 -
 tools/mkftcap/Makefile                             |    12 -
 tools/mkftcap/mkftcap                              |    43 -
 tools/mkhtml.py                                    |   276 +
 tools/mkhtml.sh                                    |    72 -
 tools/mkrest.py                                    |   127 +
 tools/module_synopsis.sh                           |   211 +-
 tools/pep8config.txt                               |    28 +
 tools/pylintrc.txt                                 |   288 +
 tools/sql.sh                                       |   573 -
 tools/thumbnails.py                                |   206 +
 tools/timer/Makefile                               |    12 +-
 translators.csv                                    |     5 +-
 vector/Makefile                                    |    69 +-
 vector/lidar/Makefile                              |    19 -
 vector/lidar/lidarlib/InterpSpline.c               |   684 -
 vector/lidar/lidarlib/Makefile                     |    15 -
 vector/lidar/lidarlib/PolimiFunct.h                |   222 -
 vector/lidar/lidarlib/TcholBand.c                  |   236 -
 vector/lidar/lidarlib/raster.c                     |   314 -
 vector/lidar/lidarlib/zones.c                      |   619 -
 vector/lidar/v.lidar.correction/Makefile           |    14 -
 vector/lidar/v.lidar.correction/correction.c       |   423 -
 vector/lidar/v.lidar.correction/correction.h       |    52 -
 vector/lidar/v.lidar.correction/description.html   |   107 -
 vector/lidar/v.lidar.correction/main.c             |   452 -
 vector/lidar/v.lidar.edgedetection/Makefile        |    14 -
 .../lidar/v.lidar.edgedetection/description.html   |   121 -
 vector/lidar/v.lidar.edgedetection/edgedetection.c |   539 -
 vector/lidar/v.lidar.edgedetection/edgedetection.h |    64 -
 vector/lidar/v.lidar.edgedetection/main.c          |   485 -
 vector/lidar/v.lidar.growing/ConvexHull.c          |   315 -
 vector/lidar/v.lidar.growing/Makefile              |    14 -
 vector/lidar/v.lidar.growing/description.html      |    92 -
 vector/lidar/v.lidar.growing/growing.c             |    68 -
 vector/lidar/v.lidar.growing/growing.h             |    55 -
 vector/lidar/v.lidar.growing/main.c                |   574 -
 vector/lidar/v.outlier/Makefile                    |    13 -
 vector/lidar/v.outlier/description.html            |    55 -
 vector/lidar/v.outlier/main.c                      |   449 -
 vector/lidar/v.outlier/outlier.c                   |   321 -
 vector/lidar/v.outlier/outlier.h                   |    27 -
 vector/lidar/v.surf.bspline/Makefile               |    13 -
 vector/lidar/v.surf.bspline/bspline.h              |    64 -
 vector/lidar/v.surf.bspline/crosscorr.c            |   455 -
 vector/lidar/v.surf.bspline/description.html       |   172 -
 vector/lidar/v.surf.bspline/main.c                 |   758 -
 vector/v.buffer/DEPRECATED                         |     2 -
 vector/v.buffer/Makefile                           |    10 +-
 vector/v.buffer/description.html                   |    76 -
 vector/v.buffer/geos.c                             |   176 +
 vector/{v.buffer2 => v.buffer}/local_proto.h       |     0
 vector/v.buffer/main.c                             |  1101 +-
 vector/v.buffer/v.buffer.html                      |   108 +
 vector/{v.buffer2 => v.buffer}/v_buffer_areas.png  |   Bin
 vector/{v.buffer2 => v.buffer}/v_buffer_lines.png  |   Bin
 vector/{v.buffer2 => v.buffer}/v_buffer_points.png |   Bin
 vector/v.buffer2/Makefile                          |    14 -
 vector/v.buffer2/description.html                  |   103 -
 vector/v.buffer2/geos.c                            |   176 -
 vector/v.buffer2/main.c                            |   960 -
 vector/v.build.polylines/Makefile                  |     4 +-
 vector/v.build.polylines/README                    |     2 +
 vector/v.build.polylines/description.html          |    88 -
 vector/v.build.polylines/global.h                  |    11 +-
 vector/v.build.polylines/main.c                    |    59 +-
 vector/v.build.polylines/v.build.polylines.html    |    84 +
 vector/v.build.polylines/walk.c                    |     3 +-
 vector/v.build/Makefile                            |     4 +-
 vector/v.build/description.html                    |    43 -
 vector/v.build/main.c                              |   113 +-
 vector/v.build/v.build.html                        |    92 +
 vector/v.category/Makefile                         |     4 +-
 vector/v.category/description.html                 |   120 -
 vector/v.category/main.c                           |   377 +-
 vector/v.category/v.category.html                  |   143 +
 vector/v.class/Makefile                            |     4 +-
 vector/v.class/description.html                    |    92 -
 vector/v.class/main.c                              |    85 +-
 vector/v.class/v.class.html                        |    92 +
 vector/v.clean/Makefile                            |     4 +-
 vector/v.clean/description.html                    |   288 -
 vector/v.clean/main.c                              |   397 +-
 vector/v.clean/proto.h                             |     1 +
 vector/v.clean/prune.c                             |    23 +-
 vector/v.clean/rmdac.c                             |     3 +-
 vector/v.clean/rmline.c                            |    11 +-
 vector/v.clean/split.c                             |   142 +
 vector/v.clean/test/Makefile                       |    20 +-
 vector/v.clean/test/description.html               |     6 +-
 vector/v.clean/test/topocheck.c                    |    10 +-
 vector/v.clean/test/v.clean.test                   |     0
 vector/v.clean/v.clean.html                        |   298 +
 vector/v.colors.out/Makefile                       |    12 +
 vector/v.colors.out/local_proto.h                  |     6 +
 vector/v.colors.out/main.c                         |   115 +
 vector/v.colors.out/make_colors.c                  |    80 +
 vector/v.colors.out/scan_cats.c                    |    63 +
 vector/v.colors.out/v.colors.out.html              |    28 +
 vector/v.colors/Makefile                           |    19 +
 vector/v.colors/local_proto.h                      |    28 +
 vector/v.colors/main.c                             |   370 +
 vector/v.colors/make_colors.c                      |    52 +
 vector/v.colors/read_rgb.c                         |    68 +
 vector/v.colors/scan_attr.c                        |   133 +
 vector/v.colors/scan_cats.c                        |    76 +
 vector/v.colors/scan_z.c                           |    91 +
 vector/v.colors/v.colors.html                      |   137 +
 vector/v.colors/write_rgb.c                        |    93 +
 vector/v.convert/Makefile                          |    14 -
 vector/v.convert/att.c                             |   120 -
 vector/v.convert/conv.h                            |    37 -
 vector/v.convert/description.html                  |    40 -
 vector/v.convert/dist.c                            |    27 -
 vector/v.convert/local_proto.h                     |     7 -
 vector/v.convert/main.c                            |    76 -
 vector/v.convert/old2new.c                         |   162 -
 vector/v.convert/read.c                            |   305 -
 vector/v.convert/type.c                            |    55 -
 vector/v.db.connect/Makefile                       |     4 +-
 vector/v.db.connect/description.html               |   209 -
 vector/v.db.connect/main.c                         |   139 +-
 vector/v.db.connect/v.db.connect.html              |   204 +
 vector/v.db.select/Makefile                        |     4 +-
 vector/v.db.select/description.html                |    54 -
 vector/v.db.select/main.c                          |   154 +-
 vector/v.db.select/v.db.select.html                |    80 +
 vector/v.delaunay/Makefile                         |    12 +
 vector/{v.delaunay2 => v.delaunay}/data_types.h    |     0
 vector/v.delaunay/defs.h                           |     5 +
 vector/{v.delaunay2 => v.delaunay}/edge.c          |     0
 vector/{v.delaunay2 => v.delaunay}/edge.h          |     0
 .../{v.delaunay2 => v.delaunay}/geom_primitives.h  |     0
 vector/{v.delaunay2 => v.delaunay}/geometry.c      |     0
 vector/{v.delaunay2 => v.delaunay}/geometry.h      |     0
 vector/v.delaunay/in_out.c                         |   259 +
 vector/v.delaunay/in_out.h                         |    12 +
 vector/v.delaunay/main.c                           |   191 +
 vector/{v.delaunay2 => v.delaunay}/memory.c        |     0
 vector/{v.delaunay2 => v.delaunay}/memory.h        |     0
 vector/v.delaunay/v.delaunay.html                  |    42 +
 vector/v.delaunay/v_delaunay.png                   |   Bin 0 -> 90119 bytes
 vector/v.delaunay2/Makefile                        |    12 -
 vector/v.delaunay2/defs.h                          |     6 -
 vector/v.delaunay2/description.html                |    68 -
 vector/v.delaunay2/in_out.c                        |   245 -
 vector/v.delaunay2/in_out.h                        |    13 -
 vector/v.delaunay2/main.c                          |   190 -
 vector/v.digit/Makefile                            |    32 -
 vector/v.digit/attr.c                              |   688 -
 vector/v.digit/background.c                        |    36 -
 vector/v.digit/c_face.c                            |   464 -
 vector/v.digit/cat.c                               |    92 -
 vector/v.digit/cats.tcl                            |    81 -
 vector/v.digit/centre.c                            |   184 -
 vector/v.digit/description.html                    |   104 -
 vector/v.digit/display.c                           |   274 -
 vector/v.digit/driver.c                            |   122 -
 vector/v.digit/form.c                              |   267 -
 vector/v.digit/form.tcl                            |   132 -
 vector/v.digit/generate.c                          |   278 -
 vector/v.digit/global.h                            |   193 -
 vector/v.digit/html_library.tcl                    |  1423 -
 vector/v.digit/i_face.c                            |   251 -
 vector/v.digit/license.terms                       |    31 -
 vector/v.digit/line.c                              |   737 -
 vector/v.digit/main.c                              |   197 -
 vector/v.digit/open.c                              |    58 -
 vector/v.digit/proto.h                             |   146 -
 vector/v.digit/settings.tcl                        |   354 -
 vector/v.digit/symb.c                              |   281 -
 vector/v.digit/toolbox.tcl                         |   300 -
 vector/v.digit/util.c                              |   162 -
 vector/v.digit/var.c                               |   233 -
 vector/v.digit/vertex.c                            |   700 -
 vector/v.digit/zoom.c                              |   261 -
 vector/v.distance/Makefile                         |     4 +-
 vector/v.distance/cmp.c                            |    46 +
 vector/v.distance/description.html                 |   150 -
 vector/v.distance/distance.c                       |   443 +
 vector/v.distance/local_proto.h                    |    76 +
 vector/v.distance/main.c                           |  1712 +-
 vector/v.distance/print.c                          |    79 +
 vector/v.distance/v.distance.html                  |   221 +
 vector/v.drape/Makefile                            |     4 +-
 vector/v.drape/description.html                    |    70 -
 vector/v.drape/local_proto.h                       |     2 +
 vector/v.drape/main.c                              |   527 +-
 vector/v.drape/sample.c                            |    35 +
 vector/v.drape/spearfish.pov                       |     2 +-
 vector/v.drape/v.drape.html                        |    78 +
 vector/v.edit/Makefile                             |     4 +-
 vector/v.edit/a2b.c                                |   339 -
 vector/v.edit/args.c                               |   192 +-
 vector/v.edit/close.c                              |    67 +
 vector/v.edit/description.html                     |   438 -
 vector/v.edit/global.h                             |     4 +-
 vector/v.edit/main.c                               |   328 +-
 vector/v.edit/proto.h                              |     4 +-
 vector/v.edit/select.c                             |    65 +-
 vector/v.edit/snap.c                               |     4 +-
 vector/v.edit/v.edit.html                          |   439 +
 vector/v.external.out/Makefile                     |    15 +
 vector/v.external.out/args.c                       |   103 +
 vector/v.external.out/format.c                     |    53 +
 vector/v.external.out/link.c                       |   124 +
 vector/v.external.out/list.c                       |   111 +
 vector/v.external.out/local_proto.h                |    33 +
 vector/v.external.out/main.c                       |    99 +
 vector/v.external.out/status.c                     |   166 +
 vector/v.external.out/v.external.out.html          |   208 +
 vector/v.external/Makefile                         |    12 +-
 vector/v.external/args.c                           |    62 +
 vector/v.external/description.html                 |    88 -
 vector/v.external/list.c                           |   345 +
 vector/v.external/local_proto.h                    |    21 +
 vector/v.external/main.c                           |   336 +-
 vector/v.external/v.external.html                  |   109 +
 vector/v.extract/Makefile                          |     4 +-
 vector/v.extract/copy_tab.c                        |   140 +
 vector/v.extract/description.html                  |   139 -
 vector/v.extract/extract.c                         |    93 +-
 vector/v.extract/local_proto.h                     |     9 +
 vector/v.extract/main.c                            |   511 +-
 vector/v.extract/v.extract.html                    |   138 +
 vector/v.extrude/Makefile                          |     4 +-
 vector/v.extrude/db.c                              |    43 +
 vector/v.extrude/description.html                  |    46 -
 vector/v.extrude/extrude.c                         |   191 +
 vector/v.extrude/local_proto.h                     |    10 +
 vector/v.extrude/main.c                            |   666 +-
 vector/v.extrude/v.extrude.html                    |    85 +
 vector/v.generalize/Makefile                       |     4 +-
 vector/v.generalize/description.html               |   285 -
 vector/v.generalize/displacement.c                 |    59 +-
 vector/v.generalize/main.c                         |   296 +-
 vector/v.generalize/matrix.c                       |    76 +-
 vector/v.generalize/matrix.h                       |    18 +-
 vector/v.generalize/misc.c                         |   110 +-
 vector/v.generalize/misc.h                         |     7 +-
 vector/v.generalize/network.c                      |    18 +-
 vector/v.generalize/operators.h                    |    14 +-
 vector/v.generalize/point.c                        |    12 +-
 vector/v.generalize/point.h                        |     9 +-
 vector/v.generalize/pq.h                           |     2 +-
 vector/v.generalize/simplification.c               |    15 +-
 vector/v.generalize/smoothing.c                    |   448 +-
 vector/v.generalize/v.generalize.html              |   329 +
 vector/v.hull/Makefile                             |     4 +-
 vector/v.hull/chull.c                              |    15 +-
 vector/v.hull/chull.h                              |     4 -
 vector/v.hull/description.html                     |    61 -
 vector/v.hull/hull.c                               |   114 +
 vector/v.hull/hull.h                               |    26 +
 vector/v.hull/main.c                               |   331 +-
 vector/v.hull/read.c                               |    58 +
 vector/v.hull/v.hull.html                          |    69 +
 vector/v.hull/v_hull_3d.png                        |   Bin 0 -> 49067 bytes
 vector/v.hull/write.c                              |    51 +
 vector/v.in.ascii/Makefile                         |     4 +-
 vector/v.in.ascii/a2b.c                            |   180 -
 vector/v.in.ascii/description.html                 |   385 -
 vector/v.in.ascii/head.c                           |    60 -
 vector/v.in.ascii/in.c                             |   557 -
 vector/v.in.ascii/local_proto.h                    |    17 +-
 vector/v.in.ascii/main.c                           |   567 +
 vector/v.in.ascii/points.c                         |   166 +-
 vector/v.in.ascii/v.in.ascii.html                  |   308 +
 vector/v.in.db/Makefile                            |     4 +-
 vector/v.in.db/description.html                    |    93 -
 vector/v.in.db/main.c                              |   229 +-
 vector/v.in.db/v.in.db.html                        |   136 +
 vector/v.in.dwg/Makefile                           |    29 +-
 vector/v.in.dwg/WARNING                            |     7 +
 vector/v.in.dwg/check                              |    12 -
 vector/v.in.dwg/description.html                   |    36 -
 vector/v.in.dwg/entity.c                           |     2 +-
 vector/v.in.dwg/global.h                           |    41 +-
 vector/v.in.dwg/main.c                             |    37 +-
 vector/v.in.dwg/v.in.dwg.html                      |    34 +
 vector/v.in.dxf/Makefile                           |     4 +-
 vector/v.in.dxf/add_3dface.c                       |    31 +-
 vector/v.in.dxf/add_arc.c                          |    30 +-
 vector/v.in.dxf/add_circle.c                       |    30 +-
 vector/v.in.dxf/add_line.c                         |    32 +-
 vector/v.in.dxf/add_lwpolyline.c                   |    41 +-
 vector/v.in.dxf/add_point.c                        |    30 +-
 vector/v.in.dxf/add_polyline.c                     |   121 +-
 vector/v.in.dxf/add_text.c                         |    34 +-
 vector/v.in.dxf/description.html                   |    48 -
 vector/v.in.dxf/dxf_to_vect.c                      |    23 +-
 vector/v.in.dxf/global.h                           |    40 +-
 vector/v.in.dxf/layer_list.c                       |    24 +-
 vector/v.in.dxf/main.c                             |   104 +-
 vector/v.in.dxf/make_arc.c                         |    50 +-
 vector/v.in.dxf/read_dxf.c                         |    10 +-
 vector/v.in.dxf/v.in.dxf.html                      |    72 +
 vector/v.in.dxf/write_vect.c                       |    28 +-
 vector/v.in.lidar/Makefile                         |    16 +
 vector/v.in.lidar/main.c                           |   909 +
 vector/v.in.lidar/v.in.lidar.html                  |    93 +
 vector/v.in.ogr/Makefile                           |     8 +-
 vector/v.in.ogr/description.html                   |   255 -
 vector/v.in.ogr/geom.c                             |    97 +-
 vector/v.in.ogr/global.h                           |     6 -
 vector/v.in.ogr/main.c                             |  1328 +-
 vector/v.in.ogr/v.in.ogr.html                      |   371 +
 vector/v.in.region/Makefile                        |     6 +-
 vector/v.in.region/description.html                |    14 -
 vector/v.in.region/main.c                          |    52 +-
 vector/v.in.region/v.in.region.html                |    25 +
 vector/v.in.sites/Makefile                         |    13 -
 vector/v.in.sites/description.html                 |    37 -
 vector/v.in.sites/main.c                           |   258 -
 vector/v.info/Makefile                             |     4 +-
 vector/v.info/description.html                     |    46 -
 vector/v.info/level1.c                             |    95 +
 vector/v.info/local_proto.h                        |    22 +
 vector/v.info/main.c                               |   446 +-
 vector/v.info/parse.c                              |    63 +
 vector/v.info/print.c                              |   535 +
 vector/v.info/v.info.html                          |   159 +
 vector/v.kcv/Makefile                              |     4 +-
 vector/v.kcv/description.html                      |    70 -
 vector/v.kcv/histo.c                               |    31 -
 vector/v.kcv/kcv.h                                 |    13 -
 vector/v.kcv/main.c                                |   388 +-
 vector/v.kcv/utils.c                               |    17 -
 vector/v.kcv/v.kcv.html                            |    70 +
 vector/v.kernel/Makefile                           |     4 +-
 vector/v.kernel/description.html                   |    47 -
 vector/v.kernel/function.c                         |   160 +-
 vector/v.kernel/global.h                           |    11 +-
 vector/v.kernel/main.c                             |   340 +-
 vector/v.kernel/v.kernel.html                      |    55 +
 vector/v.label.sa/Makefile                         |     4 +-
 vector/v.label.sa/description.html                 |    53 -
 vector/v.label.sa/font.c                           |    98 -
 vector/v.label.sa/labels.c                         |   296 +-
 vector/v.label.sa/labels.h                         |    64 +-
 vector/v.label.sa/main.c                           |   306 +-
 vector/v.label.sa/v.label.sa.html                  |    51 +
 vector/v.label/Makefile                            |     4 +-
 vector/v.label/description.html                    |   237 -
 vector/v.label/main.c                              |    38 +-
 vector/v.label/v.label.html                        |   224 +
 vector/v.lidar.correction/Makefile                 |    13 +
 vector/v.lidar.correction/README                   |    13 +
 vector/v.lidar.correction/correction.c             |   420 +
 vector/v.lidar.correction/correction.h             |    52 +
 vector/v.lidar.correction/main.c                   |   451 +
 vector/v.lidar.correction/v.lidar.correction.html  |   113 +
 vector/v.lidar.edgedetection/Makefile              |    13 +
 vector/v.lidar.edgedetection/README                |    13 +
 vector/v.lidar.edgedetection/edgedetection.c       |   535 +
 vector/v.lidar.edgedetection/edgedetection.h       |    65 +
 vector/v.lidar.edgedetection/main.c                |   482 +
 .../v.lidar.edgedetection.html                     |   121 +
 vector/v.lidar.growing/ConvexHull.c                |   315 +
 vector/v.lidar.growing/Makefile                    |    13 +
 vector/v.lidar.growing/README                      |    13 +
 vector/v.lidar.growing/growing.c                   |    65 +
 vector/v.lidar.growing/growing.h                   |    54 +
 vector/v.lidar.growing/main.c                      |   571 +
 vector/v.lidar.growing/v.lidar.growing.html        |    93 +
 vector/v.lrs/MAIL                                  |     2 +-
 vector/v.lrs/Makefile                              |     1 -
 vector/v.lrs/lib/Makefile                          |     3 +-
 vector/v.lrs/lrs.html                              |    25 +-
 vector/v.lrs/v.lrs.create/Makefile                 |     4 +-
 vector/v.lrs/v.lrs.create/description.html         |   157 -
 vector/v.lrs/v.lrs.create/main.c                   |    47 +-
 vector/v.lrs/v.lrs.create/v.lrs.create.html        |   157 +
 vector/v.lrs/v.lrs.label/Makefile                  |     4 +-
 vector/v.lrs/v.lrs.label/description.html          |    36 -
 vector/v.lrs/v.lrs.label/main.c                    |    75 +-
 vector/v.lrs/v.lrs.label/v.lrs.label.html          |    36 +
 vector/v.lrs/v.lrs.segment/Makefile                |     4 +-
 vector/v.lrs/v.lrs.segment/description.html        |    63 -
 vector/v.lrs/v.lrs.segment/main.c                  |    60 +-
 vector/v.lrs/v.lrs.segment/v.lrs.segment.html      |    63 +
 vector/v.lrs/v.lrs.where/Makefile                  |     4 +-
 vector/v.lrs/v.lrs.where/description.html          |    50 -
 vector/v.lrs/v.lrs.where/main.c                    |    44 +-
 vector/v.lrs/v.lrs.where/v.lrs.where.html          |    50 +
 vector/v.mapcalc/Makefile                          |    72 -
 vector/v.mapcalc/README                            |   255 -
 vector/v.mapcalc/any.c                             |   142 -
 vector/v.mapcalc/any.h                             |    17 -
 vector/v.mapcalc/list.c                            |   748 -
 vector/v.mapcalc/list.h                            |    54 -
 vector/v.mapcalc/map.c                             |   318 -
 vector/v.mapcalc/map.h                             |    22 -
 vector/v.mapcalc/mapcalc.c                         |   166 -
 vector/v.mapcalc/mapcalc.h                         |    46 -
 vector/v.mapcalc/number.c                          |   245 -
 vector/v.mapcalc/number.h                          |    12 -
 vector/v.mapcalc/plugin.c                          |   124 -
 vector/v.mapcalc/plugin.h                          |     6 -
 vector/v.mapcalc/plugins/Makefile                  |    14 -
 vector/v.mapcalc/plugins/testmod.c                 |    46 -
 vector/v.mapcalc/v.mapcalc.y                       |   136 -
 vector/v.mapcalc/vector.c                          |   604 -
 vector/v.mapcalc/vector.h                          |    41 -
 vector/v.mapcalc/yylex.c                           |   109 -
 vector/v.mapcalc/yylex.h                           |     7 -
 vector/v.mkgrid/Makefile                           |     4 +-
 vector/v.mkgrid/description.html                   |    50 -
 vector/v.mkgrid/grid_structs.h                     |    11 +-
 vector/v.mkgrid/hexgrid.c                          |   271 +
 vector/v.mkgrid/local_proto.h                      |     9 +-
 vector/v.mkgrid/main.c                             |   429 +-
 vector/v.mkgrid/rotate.c                           |    21 +-
 vector/v.mkgrid/v.mkgrid.html                      |   147 +
 vector/v.mkgrid/v_mkgrid_hexagons.png              |   Bin 0 -> 13042 bytes
 vector/v.mkgrid/v_mkgrid_ppattern.png              |   Bin 0 -> 39354 bytes
 vector/v.mkgrid/write_grid.c                       |   150 +-
 vector/v.neighbors/Makefile                        |     4 +-
 vector/v.neighbors/description.html                |    15 -
 vector/v.neighbors/main.c                          |   124 +-
 vector/v.neighbors/v.neighbors.html                |    35 +
 vector/v.net.alloc/Makefile                        |     4 +-
 vector/v.net.alloc/description.html                |   162 -
 vector/v.net.alloc/main.c                          |   233 +-
 vector/v.net.alloc/v.net.alloc.html                |   156 +
 vector/v.net.allpairs/Makefile                     |     4 +-
 vector/v.net.allpairs/description.html             |    68 -
 vector/v.net.allpairs/main.c                       |   210 +-
 vector/v.net.allpairs/v.net.allpairs.html          |    64 +
 vector/v.net.bridge/description.html               |    48 -
 vector/v.net.bridge/main.c                         |    66 +-
 vector/v.net.bridge/v.net.bridge.html              |    47 +
 vector/v.net.centrality/Makefile                   |     4 +-
 vector/v.net.centrality/description.html           |    50 -
 vector/v.net.centrality/main.c                     |    92 +-
 vector/v.net.centrality/v.net.centrality.html      |    49 +
 vector/v.net.components/Makefile                   |     4 +-
 vector/v.net.components/description.html           |    45 -
 vector/v.net.components/main.c                     |    81 +-
 vector/v.net.components/v.net.components.html      |    44 +
 vector/v.net.connectivity/Makefile                 |     2 +-
 vector/v.net.connectivity/description.html         |    45 -
 vector/v.net.connectivity/main.c                   |   103 +-
 vector/v.net.connectivity/v.net.connectivity.html  |    44 +
 vector/v.net.distance/Makefile                     |     4 +-
 vector/v.net.distance/description.html             |    64 -
 vector/v.net.distance/main.c                       |   169 +-
 vector/v.net.distance/v.net.distance.html          |    79 +
 vector/v.net.distance/vnetdistance.png             |   Bin 0 -> 184678 bytes
 vector/v.net.flow/Makefile                         |     4 +-
 vector/v.net.flow/description.html                 |    60 -
 vector/v.net.flow/main.c                           |   102 +-
 vector/v.net.flow/v.net.flow.html                  |    59 +
 vector/v.net.iso/Makefile                          |     4 +-
 vector/v.net.iso/description.html                  |   175 -
 vector/v.net.iso/main.c                            |   133 +-
 vector/v.net.iso/v.net.iso.html                    |   175 +
 vector/v.net.path/Makefile                         |     4 +-
 vector/v.net.path/description.html                 |   180 -
 vector/v.net.path/main.c                           |    46 +-
 vector/v.net.path/path.c                           |    21 +-
 vector/v.net.path/v.net.path.html                  |   180 +
 vector/v.net.salesman/Makefile                     |     4 +-
 vector/v.net.salesman/description.html             |   150 -
 vector/v.net.salesman/main.c                       |   421 +-
 vector/v.net.salesman/v.net.salesman.html          |   147 +
 vector/v.net.spanningtree/Makefile                 |     2 +-
 vector/v.net.spanningtree/description.html         |    37 -
 vector/v.net.spanningtree/main.c                   |    53 +-
 vector/v.net.spanningtree/v.net.spanningtree.html  |    36 +
 vector/v.net.steiner/Makefile                      |     4 +-
 vector/v.net.steiner/description.html              |   135 -
 vector/v.net.steiner/main.c                        |    95 +-
 vector/v.net.steiner/v.net.steiner.html            |   128 +
 vector/v.net.timetable/Makefile                    |     4 +-
 vector/v.net.timetable/description.html            |   155 -
 vector/v.net.timetable/main.c                      |   120 +-
 vector/v.net.timetable/v.net.timetable.html        |   154 +
 vector/v.net.visibility/Makefile                   |     6 +-
 vector/v.net.visibility/description.html           |   147 -
 vector/v.net.visibility/geometry.h                 |     2 +-
 vector/v.net.visibility/main.c                     |    54 +-
 vector/v.net.visibility/v.net.visibility.html      |   148 +
 vector/v.net.visibility/visibility.h               |     2 +-
 vector/v.net/Makefile                              |     4 +-
 vector/v.net/arcs.c                                |   103 +
 vector/v.net/args.c                                |   147 +
 vector/v.net/connect.c                             |   103 +-
 vector/v.net/description.html                      |   174 -
 vector/v.net/main.c                                |   249 +-
 vector/v.net/nodes.c                               |    55 +-
 vector/v.net/proto.h                               |    30 +-
 vector/v.net/report.c                              |   101 +-
 vector/v.net/v.net.html                            |   191 +
 vector/v.normal/Makefile                           |     4 +-
 vector/v.normal/description.html                   |    60 -
 vector/v.normal/main.c                             |   204 +-
 vector/v.normal/v.normal.html                      |    64 +
 vector/v.out.ascii/Makefile                        |     4 +-
 vector/v.out.ascii/args.c                          |   145 +
 vector/v.out.ascii/b2a.c                           |   347 -
 vector/v.out.ascii/description.html                |   197 -
 vector/v.out.ascii/head.c                          |    19 -
 vector/v.out.ascii/local_proto.h                   |    13 +-
 vector/v.out.ascii/main.c                          |   177 +
 vector/v.out.ascii/out.c                           |   204 -
 vector/v.out.ascii/v.out.ascii.html                |   153 +
 vector/v.out.dxf/Makefile                          |     4 +-
 vector/v.out.dxf/description.html                  |    30 -
 vector/v.out.dxf/global.h                          |    10 +-
 vector/v.out.dxf/main.c                            |    86 +-
 vector/v.out.dxf/v.out.dxf.html                    |    29 +
 vector/v.out.ogr/Makefile                          |     9 +-
 vector/v.out.ogr/args.c                            |   134 +
 vector/v.out.ogr/attrb.c                           |   148 +
 vector/v.out.ogr/create.c                          |    73 +
 vector/v.out.ogr/description.html                  |   140 -
 vector/v.out.ogr/export_areas.c                    |   321 +
 vector/v.out.ogr/export_lines.c                    |   340 +
 vector/v.out.ogr/list.c                            |    64 +
 vector/v.out.ogr/local_proto.h                     |    52 +
 vector/v.out.ogr/main.c                            |  1375 +-
 vector/v.out.ogr/v.out.ogr.html                    |   188 +
 vector/v.out.postgis/Makefile                      |    15 +
 vector/v.out.postgis/args.c                        |    82 +
 vector/v.out.postgis/create.c                      |   117 +
 vector/v.out.postgis/local_proto.h                 |    24 +
 vector/v.out.postgis/main.c                        |   224 +
 vector/v.out.postgis/table.c                       |    62 +
 vector/v.out.postgis/v.out.postgis.html            |   292 +
 vector/v.out.pov/Makefile                          |     6 +-
 vector/v.out.pov/description.html                  |    28 -
 vector/v.out.pov/main.c                            |    90 +-
 vector/v.out.pov/v.out.pov.html                    |    28 +
 vector/v.out.svg/Makefile                          |     4 +-
 vector/v.out.svg/description.html                  |    52 -
 vector/v.out.svg/main.c                            |    51 +-
 vector/v.out.svg/v.out.svg.html                    |    49 +
 vector/v.out.vtk/Makefile                          |     4 +-
 vector/v.out.vtk/description.html                  |    97 -
 vector/v.out.vtk/head.c                            |     4 +-
 vector/v.out.vtk/local_proto.h                     |     9 +-
 vector/v.out.vtk/main.c                            |   154 +-
 vector/v.out.vtk/v.out.vtk.html                    |    89 +
 vector/v.out.vtk/writeVTK.c                        |   494 +-
 vector/v.out.vtk/writeVTK.h                        |     8 +-
 vector/v.outlier/Makefile                          |    13 +
 vector/v.outlier/README                            |    13 +
 vector/v.outlier/main.c                            |   471 +
 vector/v.outlier/outlier.c                         |   347 +
 vector/v.outlier/outlier.h                         |    29 +
 vector/v.outlier/v.outlier.html                    |    71 +
 vector/v.overlay/Makefile                          |     4 +-
 vector/v.overlay/area_area.c                       |   133 +-
 vector/v.overlay/description.html                  |   174 -
 vector/v.overlay/line_area.c                       |   221 +-
 vector/v.overlay/local.h                           |    14 +-
 vector/v.overlay/main.c                            |   249 +-
 vector/v.overlay/util.c                            |     2 +-
 vector/v.overlay/v.overlay.html                    |   207 +
 vector/v.overlay/v_overlay_poly_1_2.png            |   Bin 0 -> 24793 bytes
 vector/v.overlay/v_overlay_poly_1_2_a_o_n_x.png    |   Bin 0 -> 50842 bytes
 vector/v.parallel/DEPRECATED                       |     2 -
 vector/v.parallel/Makefile                         |     5 +-
 vector/v.parallel/description.html                 |    16 -
 vector/v.parallel/main.c                           |   187 +-
 vector/v.parallel/v.parallel.html                  |    25 +
 vector/v.parallel2/Makefile                        |    13 -
 vector/v.parallel2/description.html                |    18 -
 vector/v.parallel2/local_proto.h                   |     9 -
 vector/v.parallel2/main.c                          |   206 -
 vector/v.patch/Makefile                            |     4 +-
 vector/v.patch/description.html                    |    66 -
 vector/v.patch/main.c                              |    90 +-
 vector/v.patch/v.patch.html                        |    62 +
 vector/v.perturb/Makefile                          |     4 +-
 vector/v.perturb/description.html                  |    45 -
 vector/v.perturb/main.c                            |   119 +-
 vector/v.perturb/myrng.c                           |     9 +-
 vector/v.perturb/v.perturb.html                    |    42 +
 vector/v.proj/Makefile                             |     4 +-
 vector/v.proj/description.html                     |    78 -
 vector/v.proj/main.c                               |   339 +-
 vector/v.proj/setenv.c                             |     8 +-
 vector/v.proj/v.proj.html                          |    83 +
 vector/v.qcount/Makefile                           |     4 +-
 vector/v.qcount/count.c                            |    16 +-
 vector/v.qcount/description.html                   |    87 -
 vector/v.qcount/findquads.c                        |    21 +-
 vector/v.qcount/indices.c                          |     2 +-
 vector/v.qcount/main.c                             |   102 +-
 vector/v.qcount/quaddefs.h                         |     2 +-
 vector/v.qcount/v.qcount.html                      |    80 +
 vector/v.random/Makefile                           |     4 +-
 vector/v.random/description.html                   |    63 -
 vector/v.random/main.c                             |   574 +-
 vector/v.random/test.v.random.sh                   |    24 +
 vector/v.random/test_random_vect_1.ref             |    20 +
 vector/v.random/test_random_vect_2.ref             |    21 +
 vector/v.random/test_random_vect_3.ref             |    20 +
 vector/v.random/test_random_vect_4.ref             |    21 +
 vector/v.random/v.random.html                      |   111 +
 vector/v.random/vrandom_z.png                      |   Bin 0 -> 29999 bytes
 vector/v.reclass/Makefile                          |     4 +-
 vector/v.reclass/description.html                  |   103 -
 vector/v.reclass/main.c                            |    96 +-
 vector/v.reclass/reclass.c                         |     2 +-
 vector/v.reclass/v.reclass.html                    |    99 +
 vector/v.rectify/Makefile                          |    13 +
 vector/v.rectify/cp.c                              |   383 +
 vector/v.rectify/crs.h                             |    37 +
 vector/v.rectify/crs3d.c                           |   530 +
 vector/v.rectify/env.c                             |    45 +
 vector/v.rectify/global.h                          |    18 +
 vector/v.rectify/main.c                            |   286 +
 vector/v.rectify/orthorot.c                        |   606 +
 vector/v.rectify/target.c                          |    47 +
 vector/v.rectify/v.rectify.html                    |   131 +
 vector/v.sample/Makefile                           |     4 +-
 vector/v.sample/description.html                   |    85 -
 vector/v.sample/main.c                             |   159 +-
 vector/v.sample/v.sample.html                      |    82 +
 vector/v.segment/Makefile                          |     4 +-
 vector/v.segment/description.html                  |   131 -
 vector/v.segment/main.c                            |   250 +-
 vector/v.segment/v.segment.html                    |   183 +
 .../v.segment/v_segment_spaced_percent_points.jpg  |   Bin 0 -> 12275 bytes
 vector/v.segment/v_segment_spaced_points.jpg       |   Bin 0 -> 17191 bytes
 vector/v.segment/v_segment_spaced_right_points.jpg |   Bin 0 -> 17257 bytes
 vector/v.segment/v_segment_subline.jpg             |   Bin 0 -> 17835 bytes
 vector/v.select/Makefile                           |     4 +-
 vector/v.select/args.c                             |    77 +-
 vector/v.select/copy_tabs.c                        |    89 +
 vector/v.select/description.html                   |    78 -
 vector/v.select/geos.c                             |     2 +-
 vector/v.select/main.c                             |   517 +-
 vector/v.select/overlap.c                          |    59 +-
 vector/v.select/proto.h                            |    15 +-
 vector/v.select/select.c                           |   335 +
 vector/v.select/v.select.html                      |    91 +
 vector/v.select/write.c                            |    53 +
 vector/v.split/Makefile                            |     4 +-
 vector/v.split/description.html                    |    38 -
 vector/v.split/main.c                              |   183 +-
 vector/v.split/v.split.html                        |    58 +
 vector/v.support/Makefile                          |     4 +-
 vector/v.support/description.html                  |    27 -
 vector/v.support/main.c                            |    41 +-
 vector/v.support/v.support.html                    |    27 +
 vector/v.surf.bspline/Makefile                     |    13 +
 vector/v.surf.bspline/README                       |    13 +
 vector/v.surf.bspline/bspline.h                    |    91 +
 vector/v.surf.bspline/crosscorr.c                  |   450 +
 vector/v.surf.bspline/main.c                       |   955 +
 vector/v.surf.bspline/resamp.c                     |   399 +
 vector/v.surf.bspline/test_suite/profile_cmd.sh    |    64 +
 vector/v.surf.bspline/v.surf.bspline.html          |   190 +
 vector/v.surf.idw/Makefile                         |     4 +-
 vector/v.surf.idw/description.html                 |    88 -
 vector/v.surf.idw/main.c                           |   166 +-
 vector/v.surf.idw/proto.h                          |     7 +-
 vector/v.surf.idw/read_sites.c                     |    61 +-
 vector/v.surf.idw/v.surf.idw.html                  |    79 +
 vector/v.surf.rst/Makefile                         |     8 +-
 vector/v.surf.rst/description.html                 |   357 -
 vector/v.surf.rst/main.c                           |   636 +-
 vector/v.surf.rst/surf.h                           |     1 -
 vector/v.surf.rst/test_suite/profile.sh            |    40 +
 vector/v.surf.rst/v.surf.rst.html                  |   397 +
 vector/v.timestamp/Makefile                        |    10 +
 vector/v.timestamp/main.c                          |    89 +
 vector/v.timestamp/test_suite/test.v.timestamp.sh  |    70 +
 vector/v.timestamp/v.timestamp.html                |   134 +
 vector/v.to.3d/Makefile                            |     5 +-
 vector/v.to.3d/args.c                              |    30 +-
 vector/v.to.3d/description.html                    |    50 -
 vector/v.to.3d/local_proto.h                       |    10 +-
 vector/v.to.3d/main.c                              |    40 +-
 vector/v.to.3d/trans2.c                            |    62 +-
 vector/v.to.3d/trans3.c                            |    65 +-
 vector/v.to.3d/v.to.3d.html                        |    56 +
 vector/v.to.db/Makefile                            |     4 +-
 vector/v.to.db/areas.c                             |    10 +-
 vector/v.to.db/description.html                    |   185 -
 vector/v.to.db/global.h                            |    39 +-
 vector/v.to.db/lines.c                             |     2 +-
 vector/v.to.db/main.c                              |    35 +-
 vector/v.to.db/parse.c                             |   133 +-
 vector/v.to.db/report.c                            |    96 +-
 vector/v.to.db/units.c                             |    41 +-
 vector/v.to.db/update.c                            |     1 +
 vector/v.to.db/v.to.db.html                        |   168 +
 vector/v.to.points/Makefile                        |     4 +-
 vector/v.to.points/description.html                |    88 -
 vector/v.to.points/local_proto.h                   |     9 +
 vector/v.to.points/main.c                          |   345 +-
 vector/v.to.points/v.to.points.html                |   117 +
 vector/v.to.points/write.c                         |   145 +
 vector/v.to.rast/Makefile                          |     4 +-
 vector/v.to.rast/dense_line.c                      |   280 +
 vector/v.to.rast/description.html                  |   117 -
 vector/v.to.rast/do_areas.c                        |    52 +-
 vector/v.to.rast/do_lines.c                        |    52 +-
 vector/v.to.rast/local.h                           |    46 +-
 vector/v.to.rast/main.c                            |   103 +-
 vector/v.to.rast/raster.c                          |    54 +-
 vector/v.to.rast/support.c                         |   195 +-
 vector/v.to.rast/v.to.rast.html                    |   143 +
 vector/v.to.rast/v_to_rast_binning.png             |   Bin 0 -> 53520 bytes
 vector/v.to.rast/vect2rast.c                       |    87 +-
 vector/v.to.rast3/Makefile                         |     4 +-
 vector/v.to.rast3/description.html                 |    22 -
 vector/v.to.rast3/main.c                           |    94 +-
 vector/v.to.rast3/random_points.txt                |    10 +
 vector/v.to.rast3/test.v.to.rast3.sh               |    23 +
 vector/v.to.rast3/v.to.rast3.html                  |    34 +
 vector/v.to.rast3/v.to.rast3.test.png              |   Bin 0 -> 59277 bytes
 vector/v.to.rast3/vector_to_volume.ref             |    51 +
 vector/v.transform/Makefile                        |    10 +-
 vector/v.transform/ask_trans.c                     |   143 -
 vector/v.transform/creat_trans.c                   |   134 -
 vector/v.transform/description.html                |   115 -
 vector/v.transform/get_coor.c                      |    46 -
 vector/v.transform/local_proto.h                   |    29 +-
 vector/v.transform/main.c                          |   212 +-
 vector/v.transform/print_trans.c                   |    49 -
 vector/v.transform/setup_trans.c                   |    94 -
 vector/v.transform/trans.h                         |    41 +-
 vector/v.transform/trans_digit.c                   |   105 +-
 vector/v.transform/v.transform.html                |    91 +
 vector/v.type/Makefile                             |     4 +-
 vector/v.type/description.html                     |    19 -
 vector/v.type/main.c                               |   191 +-
 vector/v.type/v.type.html                          |    19 +
 vector/v.univar/Makefile                           |     4 +-
 vector/v.univar/description.html                   |    36 -
 vector/v.univar/main.c                             |   213 +-
 vector/v.univar/v.univar.html                      |   131 +
 vector/v.vect.stats/Makefile                       |     6 +-
 vector/v.vect.stats/description.html               |    95 -
 vector/v.vect.stats/main.c                         |   101 +-
 vector/v.vect.stats/v.vect.stats.html              |   164 +
 vector/v.vol.rst/Makefile                          |     4 +-
 vector/v.vol.rst/README                            |     2 +-
 vector/v.vol.rst/dataoct.c                         |    11 +-
 vector/v.vol.rst/dataoct.h                         |     4 +-
 vector/v.vol.rst/description.html                  |   314 -
 vector/v.vol.rst/main.c                            |   609 +-
 vector/v.vol.rst/user.h                            |     2 +-
 vector/v.vol.rst/user1.c                           |   293 +-
 vector/v.vol.rst/user2.c                           |    26 +-
 vector/v.vol.rst/user3.c                           |   148 +-
 vector/v.vol.rst/user4.c                           |     3 +-
 vector/v.vol.rst/userglobs.h                       |    47 +-
 vector/v.vol.rst/v.vol.rst.html                    |   309 +
 vector/v.vol.rst/vector.c                          |     8 +-
 vector/v.voronoi/Makefile                          |    33 +-
 vector/v.voronoi/README                            |     7 +
 vector/v.voronoi/clean_topo.c                      |   149 +
 vector/v.voronoi/defs.h                            |    16 +-
 vector/v.voronoi/delaunay_DEPRECATED               |     2 -
 vector/v.voronoi/dt_main.c                         |   164 -
 vector/v.voronoi/dt_write.c                        |    94 -
 vector/v.voronoi/main.c                            |   433 +
 vector/v.voronoi/skeleton.c                        |   575 +
 vector/v.voronoi/sw_defs.h                         |    57 +-
 vector/v.voronoi/sw_edgelist.c                     |     2 +-
 vector/v.voronoi/sw_geometry.c                     |     6 +-
 vector/v.voronoi/sw_main.c                         |   394 +-
 vector/v.voronoi/sw_output.c                       |   213 -
 vector/v.voronoi/sw_voronoi.c                      |    24 +-
 vector/v.voronoi/v.delaunay.html                   |    65 -
 vector/v.voronoi/v.voronoi.html                    |   106 +-
 vector/v.voronoi/v_voronoi_areas.png               |   Bin 0 -> 58165 bytes
 vector/v.voronoi/v_voronoi_delaunay.png            |   Bin 4163 -> 0 bytes
 vector/v.voronoi/v_voronoi_points.png              |   Bin 0 -> 118910 bytes
 vector/v.voronoi/v_voronoi_skeleton.png            |   Bin 0 -> 38217 bytes
 vector/v.voronoi/vo_extend.c                       |     7 +-
 vector/v.voronoi/vo_main.c                         |   496 -
 vector/v.voronoi/vo_write.c                        |   165 +-
 vector/v.voronoi/write.h                           |     7 -
 vector/v.what.rast/Makefile                        |     4 +-
 vector/v.what.rast/description.html                |    62 -
 vector/v.what.rast/local_proto.h                   |    17 +
 vector/v.what.rast/main.c                          |   676 +-
 vector/v.what.rast/search.c                        |    30 +
 vector/v.what.rast/v.what.rast.html                |    98 +
 vector/v.what.rast3/Makefile                       |    14 +
 vector/v.what.rast3/local_proto.h                  |    16 +
 vector/v.what.rast3/main.c                         |   351 +
 vector/v.what.rast3/search.c                       |    22 +
 vector/v.what.rast3/test_suite/random_points.ref   |    40 +
 vector/v.what.rast3/test_suite/random_points.txt   |    40 +
 .../v.what.rast3/test_suite/random_points_db.ref   |    11 +
 .../v.what.rast3/test_suite/test.v.what.rast3.sh   |    24 +
 vector/v.what.rast3/v.what.rast3.html              |    58 +
 vector/v.what/Makefile                             |     4 +-
 vector/v.what/description.html                     |    39 -
 vector/v.what/main.c                               |   206 +-
 vector/v.what/testsuite/data/table1.csv            |     2 +
 vector/v.what/testsuite/data/table1.csvt           |     1 +
 vector/v.what/testsuite/data/table2.csv            |     2 +
 vector/v.what/testsuite/data/table2.csvt           |     1 +
 vector/v.what/testsuite/data/testing.ascii         |    22 +
 vector/v.what/testsuite/test_vwhat_layers.py       |   160 +
 vector/v.what/testsuite/test_vwhat_ncspm.py        |   262 +
 vector/v.what/v.what.html                          |    45 +
 vector/v.what/what.c                               |   320 +-
 vector/v.what/what.h                               |     7 +-
 vector/vectorintro.html                            |   121 +-
 visualization/Makefile                             |    21 +-
 visualization/nviz/Makefile                        |    54 -
 visualization/nviz/README.ACS                      |   692 -
 visualization/nviz/bitmaps/down                    |     6 -
 visualization/nviz/bitmaps/flythrough/a_lr.gif     |   Bin 742 -> 0 bytes
 visualization/nviz/bitmaps/flythrough/a_ud.gif     |   Bin 793 -> 0 bytes
 visualization/nviz/bitmaps/flythrough/b_c.gif      |   Bin 501 -> 0 bytes
 visualization/nviz/bitmaps/flythrough/b_cr.gif     |   Bin 506 -> 0 bytes
 visualization/nviz/bitmaps/flythrough/b_l.gif      |   Bin 497 -> 0 bytes
 visualization/nviz/bitmaps/flythrough/b_lc.gif     |   Bin 501 -> 0 bytes
 visualization/nviz/bitmaps/flythrough/b_lr.gif     |   Bin 499 -> 0 bytes
 visualization/nviz/bitmaps/flythrough/b_r.gif      |   Bin 497 -> 0 bytes
 visualization/nviz/bitmaps/flythrough/vuota.gif    |   Bin 65 -> 0 bytes
 visualization/nviz/bitmaps/left                    |     6 -
 visualization/nviz/bitmaps/right                   |     6 -
 visualization/nviz/bitmaps/slow_left               |     6 -
 visualization/nviz/bitmaps/slow_right              |     6 -
 visualization/nviz/bitmaps/stop                    |     6 -
 visualization/nviz/bitmaps/trash                   |     6 -
 visualization/nviz/bitmaps/trash.gif               |   Bin 581 -> 0 bytes
 visualization/nviz/bitmaps/up                      |     6 -
 visualization/nviz/description.html                |    71 -
 visualization/nviz/html/Makefile                   |    24 -
 visualization/nviz/html/bugs_todo.html             |   137 -
 visualization/nviz/html/gmsmodviz.gif              |   Bin 2818 -> 0 bytes
 visualization/nviz/html/grass_logo.png             |   Bin 3168 -> 0 bytes
 visualization/nviz/html/img/nv/9j.gif              |   Bin 33179 -> 0 bytes
 visualization/nviz/html/img/nv/9j_i.gif            |   Bin 3360 -> 0 bytes
 visualization/nviz/html/img/nv/cplane.gif          |   Bin 45299 -> 0 bytes
 visualization/nviz/html/img/nv/cplane_i.gif        |   Bin 5063 -> 0 bytes
 visualization/nviz/html/img/nv/cut1.gif            |   Bin 27308 -> 0 bytes
 visualization/nviz/html/img/nv/cut1_i.gif          |   Bin 3690 -> 0 bytes
 visualization/nviz/html/img/nv/inter1.gif          |   Bin 68273 -> 0 bytes
 visualization/nviz/html/img/nv/inter1_i.gif        |   Bin 8054 -> 0 bytes
 visualization/nviz/html/img/nv/inter1b.gif         |   Bin 28521 -> 0 bytes
 visualization/nviz/html/img/nv/lmodel.gif          |   Bin 46229 -> 0 bytes
 visualization/nviz/html/img/nv/lmodel_i.gif        |   Bin 5480 -> 0 bytes
 visualization/nviz/html/img/nv/mask1.gif           |   Bin 21071 -> 0 bytes
 visualization/nviz/html/img/nv/mask1_i.gif         |   Bin 3107 -> 0 bytes
 visualization/nviz/html/img/nv/sit0.gif            |   Bin 33823 -> 0 bytes
 visualization/nviz/html/img/nv/sit0_i.gif          |   Bin 4280 -> 0 bytes
 visualization/nviz/html/img/nv/sit3a.gif           |   Bin 24863 -> 0 bytes
 visualization/nviz/html/img/nv/sit3a_i.gif         |   Bin 3275 -> 0 bytes
 visualization/nviz/html/img/nv/surf3a.gif          |   Bin 58030 -> 0 bytes
 visualization/nviz/html/img/nv/surf3a_i.gif        |   Bin 6568 -> 0 bytes
 visualization/nviz/html/img/nv/transp2.gif         |   Bin 32919 -> 0 bytes
 visualization/nviz/html/img/nv/transp2_i.gif       |   Bin 4581 -> 0 bytes
 visualization/nviz/html/img/nv/trcut0.gif          |   Bin 26609 -> 0 bytes
 visualization/nviz/html/img/nv/trcut0_i.gif        |   Bin 3304 -> 0 bytes
 visualization/nviz/html/img/nv/trcut1.gif          |   Bin 24008 -> 0 bytes
 visualization/nviz/html/img/nv/trcut1_i.gif        |   Bin 3007 -> 0 bytes
 visualization/nviz/html/img/nv/trcut3.gif          |   Bin 32634 -> 0 bytes
 visualization/nviz/html/img/nv/trcut3_i.gif        |   Bin 3606 -> 0 bytes
 visualization/nviz/html/index.html                 |    79 -
 visualization/nviz/html/nvimg/panel/anim.gif       |   Bin 20650 -> 0 bytes
 visualization/nviz/html/nvimg/panel/anim1.gif      |   Bin 72 -> 0 bytes
 visualization/nviz/html/nvimg/panel/anim2.gif      |   Bin 66 -> 0 bytes
 visualization/nviz/html/nvimg/panel/anim3.gif      |   Bin 74 -> 0 bytes
 visualization/nviz/html/nvimg/panel/anim4.gif      |   Bin 66 -> 0 bytes
 visualization/nviz/html/nvimg/panel/anim5.gif      |   Bin 63 -> 0 bytes
 visualization/nviz/html/nvimg/panel/color.gif      |   Bin 3102 -> 0 bytes
 visualization/nviz/html/nvimg/panel/cut.gif        |   Bin 9494 -> 0 bytes
 visualization/nviz/html/nvimg/panel/file_menu.gif  |   Bin 28842 -> 0 bytes
 visualization/nviz/html/nvimg/panel/file_menu2.gif |   Bin 27601 -> 0 bytes
 visualization/nviz/html/nvimg/panel/image_dump.gif |   Bin 28877 -> 0 bytes
 visualization/nviz/html/nvimg/panel/keyanim.gif    |   Bin 27921 -> 0 bytes
 visualization/nviz/html/nvimg/panel/keyexample.png |   Bin 1424 -> 0 bytes
 visualization/nviz/html/nvimg/panel/labels.gif     |   Bin 26828 -> 0 bytes
 visualization/nviz/html/nvimg/panel/light.gif      |   Bin 8611 -> 0 bytes
 visualization/nviz/html/nvimg/panel/main.gif       |   Bin 27777 -> 0 bytes
 visualization/nviz/html/nvimg/panel/mkdspf.gif     |   Bin 20850 -> 0 bytes
 .../nviz/html/nvimg/panel/mkdspf_complete.gif      |   Bin 12927 -> 0 bytes
 .../nviz/html/nvimg/panel/mkdspf_range.gif         |   Bin 18253 -> 0 bytes
 visualization/nviz/html/nvimg/panel/position.gif   |   Bin 13577 -> 0 bytes
 visualization/nviz/html/nvimg/panel/scale.gif      |   Bin 15316 -> 0 bytes
 visualization/nviz/html/nvimg/panel/scale_diff.gif |   Bin 5039 -> 0 bytes
 visualization/nviz/html/nvimg/panel/sites.gif      |   Bin 14983 -> 0 bytes
 visualization/nviz/html/nvimg/panel/surf.gif       |   Bin 18995 -> 0 bytes
 visualization/nviz/html/nvimg/panel/vect.gif       |   Bin 13680 -> 0 bytes
 visualization/nviz/html/nvimg/panel/volumes.gif    |   Bin 5280 -> 0 bytes
 visualization/nviz/html/nvimg/panel/whats.gif      |   Bin 9214 -> 0 bytes
 .../nviz/html/nvimg/panel/whats_options.gif        |   Bin 7898 -> 0 bytes
 visualization/nviz/html/nvimg/work/AddField.gif    |   Bin 2789 -> 0 bytes
 visualization/nviz/html/nvimg/work/FBrowse.gif     |   Bin 9830 -> 0 bytes
 visualization/nviz/html/nvimg/work/FSTool.gif      |   Bin 10242 -> 0 bytes
 .../nviz/html/nvimg/work/FSToolBrowse.gif          |   Bin 10190 -> 0 bytes
 .../nviz/html/nvimg/work/FSToolExample.gif         |   Bin 12361 -> 0 bytes
 visualization/nviz/html/nvimg/work/SimpLoop.gif    |   Bin 2869 -> 0 bytes
 .../nviz/html/nvimg/work/script_pulldown.gif       |   Bin 8663 -> 0 bytes
 visualization/nviz/html/nviz_3dsetting.html        |    46 -
 visualization/nviz/html/nviz_credit.html           |    36 -
 visualization/nviz/html/nviz_desc.html             |    35 -
 visualization/nviz/html/nviz_hints.html            |   174 -
 visualization/nviz/html/nviz_image.html            |    66 -
 visualization/nviz/html/nviz_panel_anim.html       |   135 -
 visualization/nviz/html/nviz_panel_color.html      |    47 -
 visualization/nviz/html/nviz_panel_cplane.html     |   108 -
 visualization/nviz/html/nviz_panel_dsf.html        |    84 -
 visualization/nviz/html/nviz_panel_dsf1.html       |    55 -
 visualization/nviz/html/nviz_panel_dsf2.html       |    48 -
 visualization/nviz/html/nviz_panel_dsf3.html       |    77 -
 visualization/nviz/html/nviz_panel_kanim.html      |   285 -
 visualization/nviz/html/nviz_panel_labels.html     |   189 -
 visualization/nviz/html/nviz_panel_lights.html     |    91 -
 visualization/nviz/html/nviz_panel_move.html       |   117 -
 visualization/nviz/html/nviz_panel_pos.html        |   132 -
 visualization/nviz/html/nviz_panel_scale.html      |   128 -
 visualization/nviz/html/nviz_panel_sdiff.html      |    61 -
 visualization/nviz/html/nviz_panel_sites.html      |   110 -
 visualization/nviz/html/nviz_panel_surf.html       |   209 -
 visualization/nviz/html/nviz_panel_vect.html       |    94 -
 visualization/nviz/html/nviz_panel_vol.html        |   128 -
 visualization/nviz/html/nviz_panel_what.html       |   153 -
 visualization/nviz/html/nviz_quit.html             |    28 -
 visualization/nviz/html/nviz_script.html           |    43 -
 visualization/nviz/html/nviz_startup.html          |    73 -
 visualization/nviz/html/nviz_state.html            |    57 -
 visualization/nviz/html/nviz_toc.html              |    81 -
 visualization/nviz/scripts/ACS_utils.tcl           |   781 -
 visualization/nviz/scripts/ChangeLog               |   223 -
 visualization/nviz/scripts/assoc.tcl               |    16 -
 visualization/nviz/scripts/attIsosurfPopup.tcl     |   471 -
 visualization/nviz/scripts/attPopup.tcl            |   552 -
 visualization/nviz/scripts/colorPopup.tcl          |    43 -
 visualization/nviz/scripts/config.tcl              |   125 -
 visualization/nviz/scripts/configIndex             |     8 -
 visualization/nviz/scripts/cross.listing           |   239 -
 visualization/nviz/scripts/cutplane_channels.tcl   |    63 -
 visualization/nviz/scripts/extra_bindings.tcl      |    95 -
 visualization/nviz/scripts/fileBrowser.tcl         |   222 -
 visualization/nviz/scripts/filemapBrowser.tcl      |   272 -
 visualization/nviz/scripts/flythrough.tcl          |   290 -
 visualization/nviz/scripts/mapBrowser.tcl          |   299 -
 visualization/nviz/scripts/multimapBrowser.tcl     |   248 -
 visualization/nviz/scripts/nviz                    |   110 -
 visualization/nviz/scripts/nviz.bat                |     1 -
 visualization/nviz/scripts/nviz2.2_script          |  1132 -
 visualization/nviz/scripts/nviz_init.tcl           |    31 -
 visualization/nviz/scripts/nviz_params             |    54 -
 visualization/nviz/scripts/panelIndex              |    10 -
 visualization/nviz/scripts/panel_animation.tcl     |  1007 -
 visualization/nviz/scripts/panel_arrow.tcl         |   204 -
 visualization/nviz/scripts/panel_color.tcl         |    99 -
 visualization/nviz/scripts/panel_cutplane.tcl      |   525 -
 visualization/nviz/scripts/panel_fringe.tcl        |   139 -
 visualization/nviz/scripts/panel_kanimator.tcl     |  2022 -
 visualization/nviz/scripts/panel_label.tcl         |   209 -
 visualization/nviz/scripts/panel_legend.tcl        |   387 -
 visualization/nviz/scripts/panel_lights.tcl        |   292 -
 visualization/nviz/scripts/panel_main.tcl          |   628 -
 visualization/nviz/scripts/panel_pos.tcl           |   231 -
 visualization/nviz/scripts/panel_resize.tcl        |   112 -
 visualization/nviz/scripts/panel_rquery.tcl        |   308 -
 visualization/nviz/scripts/panel_scale.tcl         |   179 -
 visualization/nviz/scripts/panel_sdiff.tcl         |   140 -
 visualization/nviz/scripts/panel_site.tcl          |   367 -
 visualization/nviz/scripts/panel_surf.tcl          |   881 -
 visualization/nviz/scripts/panel_tst.tcl           |    59 -
 visualization/nviz/scripts/panel_vect.tcl          |   402 -
 visualization/nviz/scripts/panel_vol.tcl           |  1286 -
 visualization/nviz/scripts/panel_vquery.tcl        |   648 -
 visualization/nviz/scripts/position_procs.tcl      |    22 -
 visualization/nviz/scripts/queue.tcl               |    64 -
 visualization/nviz/scripts/script_file_tools       |  1040 -
 visualization/nviz/scripts/script_get_line         |    37 -
 visualization/nviz/scripts/script_play             |    53 -
 visualization/nviz/scripts/script_support.tcl      |   115 -
 visualization/nviz/scripts/script_tools            |   156 -
 visualization/nviz/scripts/send_support.tcl        |    40 -
 visualization/nviz/scripts/site_attr.tcl           |  1875 -
 visualization/nviz/scripts/structlib.tcl           |    63 -
 visualization/nviz/scripts/tclIndex                |   416 -
 visualization/nviz/scripts/test.fields             |    11 -
 visualization/nviz/scripts/test.script             |    39 -
 visualization/nviz/scripts/test.state              |    48 -
 visualization/nviz/scripts/unique.tcl              |    59 -
 visualization/nviz/scripts/widgets.tcl             |   667 -
 visualization/nviz/scripts/wirecolorPopup.tcl      |   251 -
 visualization/nviz/src/ChangeLog                   |   236 -
 visualization/nviz/src/Makefile                    |    76 -
 visualization/nviz/src/README                      |    33 -
 visualization/nviz/src/README.flythrough           |   106 -
 visualization/nviz/src/TODO                        |    27 -
 visualization/nviz/src/TOGL_LICENSE                |    32 -
 visualization/nviz/src/anim_support.c              |   914 -
 visualization/nviz/src/buildPg.c                   |    28 -
 visualization/nviz/src/change_view.c               |   265 -
 visualization/nviz/src/coldefs.h                   |    23 -
 visualization/nviz/src/cutplane_obj.c              |   707 -
 visualization/nviz/src/description.html            |     8 -
 visualization/nviz/src/do_zoom.c                   |   501 -
 visualization/nviz/src/draw.c                      |   891 -
 visualization/nviz/src/exag.c                      |   134 -
 visualization/nviz/src/getCat.c                    |    94 -
 visualization/nviz/src/glwrappers.c                |    79 -
 visualization/nviz/src/init_commands.c             |   452 -
 visualization/nviz/src/interface.h                 |   425 -
 visualization/nviz/src/ks_names.h                  |  2746 -
 visualization/nviz/src/label.c                     |    55 -
 visualization/nviz/src/lights.c                    |   280 -
 visualization/nviz/src/map_obj.c                   |  2345 -
 visualization/nviz/src/misc.c                      |    84 -
 visualization/nviz/src/mkdspf_calc_linefax.c       |   219 -
 visualization/nviz/src/mkdspf_fill_cfax.c          |    93 -
 visualization/nviz/src/mkdspf_init_file.c          |    36 -
 visualization/nviz/src/mkdspf_iso_surface.c        |   722 -
 visualization/nviz/src/mkdspf_main.c               |   213 -
 visualization/nviz/src/nvizAppInit.c               |   132 -
 visualization/nviz/src/nvizMain.c                  |    64 -
 visualization/nviz/src/nviz_init.c                 |   565 -
 visualization/nviz/src/openvect.c                  |    13 -
 visualization/nviz/src/pg.h                        |    23 -
 visualization/nviz/src/pick_vect_commands.c        |   236 -
 visualization/nviz/src/position.c                  |   952 -
 visualization/nviz/src/query_postgr.c              |   142 -
 visualization/nviz/src/query_vect.c                |    89 -
 visualization/nviz/src/quick_draw.c                |    42 -
 visualization/nviz/src/runPg.c                     |   181 -
 visualization/nviz/src/script_support.c            |   134 -
 visualization/nviz/src/site_attr_commands.c        |  1250 -
 visualization/nviz/src/site_highlight_commands.c   |   686 -
 visualization/nviz/src/tclcommands                 |   124 -
 visualization/nviz/src/tkFont.h                    |   224 -
 visualization/nviz/src/tkPort.h                    |    38 -
 visualization/nviz/src/tkUnixPort.h                |   232 -
 visualization/nviz/src/tkWin.h                     |    63 -
 visualization/nviz/src/tkWinPort.h                 |   140 -
 visualization/nviz/src/togl.c                      |  4026 --
 visualization/nviz/src/togl.h                      |   240 -
 visualization/nviz/src/togl_cb.c                   |   166 -
 visualization/nviz/src/togl_flythrough.c           |   917 -
 visualization/nviz/src/togl_ws.h                   |    17 -
 visualization/nviz/src/vect.c                      |    17 -
 visualization/nviz/src/viz.h                       |     5 -
 visualization/nviz/src/volume.c                    |   739 -
 visualization/wximgview/Makefile                   |    25 +
 visualization/wximgview/main.cpp                   |   283 +
 visualization/wximgview/wximgview.h                |    48 +
 visualization/wximgview/wximgview.html             |    45 +
 visualization/xganim/Clr_table.c                   |   323 -
 visualization/xganim/Makefile                      |    12 -
 visualization/xganim/bitmaps/README                |     1 -
 visualization/xganim/bitmaps/ff.xbm                |     8 -
 visualization/xganim/bitmaps/loop.xbm              |     8 -
 visualization/xganim/bitmaps/play.xbm              |     8 -
 visualization/xganim/bitmaps/rabbit.xbm            |     8 -
 visualization/xganim/bitmaps/rewind.xbm            |     8 -
 visualization/xganim/bitmaps/rplay.xbm             |     8 -
 visualization/xganim/bitmaps/snail.xbm             |     8 -
 visualization/xganim/bitmaps/stepb.xbm             |    24 -
 visualization/xganim/bitmaps/stepf.xbm             |     8 -
 visualization/xganim/bitmaps/stop.xbm              |     8 -
 visualization/xganim/bitmaps/swing.xbm             |     8 -
 visualization/xganim/description.html              |    77 -
 visualization/xganim/gui.c                         |   389 -
 visualization/xganim/gui.h                         |    29 -
 visualization/xganim/local_proto.h                 |     5 -
 visualization/xganim/main.c                        |   629 -
 visualization/ximgview/Makefile                    |     2 +
 visualization/ximgview/description.html            |    46 -
 visualization/ximgview/main.c                      |    48 +-
 visualization/ximgview/ximgview.html               |    45 +
 8373 files changed, 1691488 insertions(+), 1672511 deletions(-)

diff --cc debian/control
index 205cdf9,1d9b8cc..38b0551
--- a/debian/control
+++ b/debian/control
@@@ -37,12 -38,19 +38,19 @@@ Build-Depends: autoconf2.13
                 python,
                 python-wxgtk3.0,
                 python-dev,
-                tcl-dev (>= 8.5),
-                tk-dev (>= 8.5),
-                unixodbc-dev
- Standards-Version: 3.9.5
- Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/grass.git
+                python-numpy,
+                python-ply,
+                python-pil,
+                libnetcdf-dev,
+                netcdf-bin,
+                libblas-dev,
+                liblapack-dev,
+                unixodbc-dev,
+                zlib1g-dev,
+                liblas-c-dev (>= 1.8.0-3~)
+ Standards-Version: 3.9.6
+ Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/grass.git
 -Vcs-Git: git://anonscm.debian.org/pkg-grass/grass.git -b experimental
 +Vcs-Git: git://anonscm.debian.org/pkg-grass/grass.git
  Homepage: http://grass.osgeo.org/
  
  Package: grass
diff --cc debian/control.in
index b6d2c41,c106a27..9c79ff2
--- a/debian/control.in
+++ b/debian/control.in
@@@ -37,12 -38,19 +38,19 @@@ Build-Depends: autoconf2.13
                 python,
                 python-wxgtk3.0,
                 python-dev,
-                tcl-dev (>= 8.5),
-                tk-dev (>= 8.5),
-                unixodbc-dev
- Standards-Version: 3.9.5
- Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/grass.git
+                python-numpy,
+                python-ply,
+                python-pil,
+                libnetcdf-dev,
+                netcdf-bin,
+                libblas-dev,
+                liblapack-dev,
+                unixodbc-dev,
+                zlib1g-dev,
+                liblas-c-dev (>= 1.8.0-3~)
+ Standards-Version: 3.9.6
+ Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/grass.git
 -Vcs-Git: git://anonscm.debian.org/pkg-grass/grass.git -b experimental
 +Vcs-Git: git://anonscm.debian.org/pkg-grass/grass.git
  Homepage: http://grass.osgeo.org/
  
  Package: grass

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git



More information about the Pkg-grass-devel mailing list