Markus Neteler b87e8b45f9 update g.region calls to use new element names (https://trac.osgeo.org/grass/ticket/2409) (trunk, https://trac.osgeo.org/grass/changeset/63628) 10 年之前
..
Makefile d6700ffb2c Update LIBES, DEPENDENCIES from linkage database 16 年之前
README db49180dd7 welcome to GRASS 7.0.svn 17 年之前
areas.c be1bee01f1 r.to.vect: strip out duplicate points, free memory 11 年之前
areas_io.c 58e512c52a fix compiler warnings (contributed by Volker Froehlich) 11 年之前
global.h 94516acb96 Eliminate preprocessor abuse 17 年之前
lines.c 273993e6a7 r.to.vect: print useful info about crowded cell before quitting (backport from trunk) 11 年之前
lines_io.c 611b93757d r.to.vect: fix another memory leak 12 年之前
main.c 8dad53aabd r.to.vect: fix type opt description 10 年之前
points.c be1bee01f1 r.to.vect: strip out duplicate points, free memory 11 年之前
r.to.vect.html b87e8b45f9 update g.region calls to use new element names (https://trac.osgeo.org/grass/ticket/2409) (trunk, https://trac.osgeo.org/grass/changeset/63628) 10 年之前
util.c 30e596fc66 rasterlib: fns from get_row.c renamed, see 16 年之前

README

r.to.vect are merged and modified r.to.sites, r.line and r.poly:

s.to.sites/main.c -> points.c

r.line/extr_lines.c -> lines.c
r.line/extr_lines.h -> global.h
r.line/io.c -> lines_io.c, utils.c

r.poly/bound.c -> areas.c
r.poly/extr_areas.h -> global.h
r.poly/io.c -> areas_io.c, utils.c