Huidae Cho 644d823386 r.to.vect: copyright year 8 年之前
..
Makefile d6700ffb2c Update LIBES, DEPENDENCIES from linkage database 15 年之前
README db49180dd7 welcome to GRASS 7.0.svn 17 年之前
areas.c b1bb5d6cbe r.to.vect: fix more memory leaks (https://trac.osgeo.org/grass/ticket/2045) 8 年之前
areas_io.c 018442c77e r.to.vect: Fix a couple of compile errors/warnings 8 年之前
global.h 018442c77e r.to.vect: Fix a couple of compile errors/warnings 8 年之前
lines.c b1bb5d6cbe r.to.vect: fix more memory leaks (https://trac.osgeo.org/grass/ticket/2045) 8 年之前
lines_io.c b1bb5d6cbe r.to.vect: fix more memory leaks (https://trac.osgeo.org/grass/ticket/2045) 8 年之前
main.c 644d823386 r.to.vect: copyright year 8 年之前
points.c be1bee01f1 r.to.vect: strip out duplicate points, free memory 11 年之前
r.to.vect.html b64d9e63e0 rename section BUGS to KNOWN ISSUES in manuals 9 年之前
set_error_handler.c b07f90b1e8 r.to.vect: Fix seg fault 8 年之前
util.c b1bb5d6cbe r.to.vect: fix more memory leaks (https://trac.osgeo.org/grass/ticket/2045) 8 年之前

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