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 năm trước cách đây
..
Makefile d6700ffb2c Update LIBES, DEPENDENCIES from linkage database 16 năm trước cách đây
README db49180dd7 welcome to GRASS 7.0.svn 17 năm trước cách đây
areas.c be1bee01f1 r.to.vect: strip out duplicate points, free memory 11 năm trước cách đây
areas_io.c 58e512c52a fix compiler warnings (contributed by Volker Froehlich) 11 năm trước cách đây
global.h 94516acb96 Eliminate preprocessor abuse 17 năm trước cách đây
lines.c 273993e6a7 r.to.vect: print useful info about crowded cell before quitting (backport from trunk) 11 năm trước cách đây
lines_io.c 611b93757d r.to.vect: fix another memory leak 12 năm trước cách đây
main.c 8dad53aabd r.to.vect: fix type opt description 10 năm trước cách đây
points.c be1bee01f1 r.to.vect: strip out duplicate points, free memory 11 năm trước cách đây
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 năm trước cách đây
util.c 30e596fc66 rasterlib: fns from get_row.c renamed, see 16 năm trước cách đây

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