Martin Landa 6fa9b79b2e r.to.vect: print progress when exporting areas 12 years ago
..
Makefile d6700ffb2c Update LIBES, DEPENDENCIES from linkage database 15 years ago
README db49180dd7 welcome to GRASS 7.0.svn 17 years ago
areas.c d3554fa0fe r.to.vect: remove redundant G_percent() 15 years ago
areas_io.c 6fa9b79b2e r.to.vect: print progress when exporting areas 12 years ago
global.h 94516acb96 Eliminate preprocessor abuse 17 years ago
lines.c 8b394a154d Rename Rast.h->raster.h 16 years ago
lines_io.c c6a35b1124 Vect.h renamed to vector.h 16 years ago
main.c 6fa9b79b2e r.to.vect: print progress when exporting areas 12 years ago
points.c df4d81abd4 Move raster-specific functions from lib/gis to lib/raster: 15 years ago
r.to.vect.html e437cd9f59 avoid caps HTML tags 13 years ago
util.c 30e596fc66 rasterlib: fns from get_row.c renamed, see 16 years ago

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