Vaclav Petras fd86f50e9a Apply Black to tests (#1387) 4 anni fa
..
testsuite fd86f50e9a Apply Black to tests (#1387) 4 anni fa
Makefile d6700ffb2c Update LIBES, DEPENDENCIES from linkage database 15 anni fa
README db49180dd7 welcome to GRASS 7.0.svn 17 anni fa
areas.c b1bb5d6cbe r.to.vect: fix more memory leaks (https://trac.osgeo.org/grass/ticket/2045) 9 anni fa
areas_io.c 69997874d0 r.to.vect: reduce compiler warnings, fix typo 6 anni fa
global.h 018442c77e r.to.vect: Fix a couple of compile errors/warnings 8 anni fa
lines.c 2853568929 r.to.vect: break line when value changes (#113) 5 anni fa
lines_io.c 69997874d0 r.to.vect: reduce compiler warnings, fix typo 6 anni fa
main.c 644d823386 r.to.vect: copyright year 8 anni fa
points.c be1bee01f1 r.to.vect: strip out duplicate points, free memory 11 anni fa
r.to.vect.html 69be6c5f9a manual: comment out SVN Date tag (#200) 5 anni fa
set_error_handler.c b07f90b1e8 r.to.vect: Fix seg fault 8 anni fa
util.c b1bb5d6cbe r.to.vect: fix more memory leaks (https://trac.osgeo.org/grass/ticket/2045) 9 anni fa

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