Markus Neteler 1a1d107e4f manual: comment out SVN Date tag (#200) 5 éve
..
testsuite 0ae8b79985 r.to.vect: fix failed test due to inconsistent use of tabs and spaces 7 éve
Makefile d6700ffb2c Update LIBES, DEPENDENCIES from linkage database 15 éve
README db49180dd7 welcome to GRASS 7.0.svn 17 éve
areas.c b1bb5d6cbe r.to.vect: fix more memory leaks (https://trac.osgeo.org/grass/ticket/2045) 9 éve
areas_io.c 69997874d0 r.to.vect: reduce compiler warnings, fix typo 6 éve
global.h 018442c77e r.to.vect: Fix a couple of compile errors/warnings 8 éve
lines.c 33fdda72e2 version update for cherry-pick of 285356892 5 éve
lines_io.c 69997874d0 r.to.vect: reduce compiler warnings, fix typo 6 éve
main.c 644d823386 r.to.vect: copyright year 8 éve
points.c be1bee01f1 r.to.vect: strip out duplicate points, free memory 11 éve
r.to.vect.html 1a1d107e4f manual: comment out SVN Date tag (#200) 5 éve
set_error_handler.c b07f90b1e8 r.to.vect: Fix seg fault 8 éve
util.c b1bb5d6cbe r.to.vect: fix more memory leaks (https://trac.osgeo.org/grass/ticket/2045) 9 éve

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