darcs get http://vmiklos.hu/project/darcsstats
darcsstats is a simple statistics generator for darcs repositories.
I wrote it as a homework with the following conditions:
should be written in C
using external libraries are not allowed
It works fine, but probably such a tool could be just written in a script language, or at least it could use GList instead of the current internal linked list implementation.
Also, as I no longer use darcs these days, it's kind of unmaintained but as far as I know it still works properly with the latest stable version of darcs.
darcs get http://vmiklos.hu/project/darcsstats
should be able to download the code.
If you want to try out this stuff, then to build the code, just type the usual
$ make
to install it:
# make install
to read the documentation:
$ man darcsstats
If you want to read the development docs, then type
$ make html
and open the html files from the html/ dir in your favorite web browser, or just read them here.
Back to my projects page.
Apache Server at vmiklos.hu Port 80Name Last modified Size Description
Parent Directory -
AUTHORS 11-Apr-2008 03:29 34
Changelog 16-Apr-2008 11:11 4.3K
Doxyfile 27-Oct-2005 14:42 9.8K
LICENSE 21-Oct-2005 01:13 18K
Makefile 11-Apr-2008 03:29 1.7K
README 16-Apr-2008 11:11 1.4K
TODO 24-Oct-2005 11:22 206
config.h 11-Apr-2008 03:29 162
darcsstats.1 11-Apr-2008 03:27 1.0K
darcsstats.3 25-Nov-2005 16:28 3.7K
darcsstats.c 11-Apr-2008 03:29 6.4K
darcsstats.h 11-Apr-2008 03:29 1.0K
html/ 11-Apr-2008 03:27 -
list.c 11-Apr-2008 03:29 5.5K
list.h 11-Apr-2008 03:29 1.4K
man/ 11-Apr-2008 03:19 -
output.c 11-Apr-2008 03:29 5.2K
output.h 11-Apr-2008 03:29 1.1K
samples/ 11-Apr-2008 03:29 -
util.c 11-Apr-2008 03:29 3.6K
util.h 11-Apr-2008 03:29 1.3K