]> git.tuebingen.mpg.de Git - paraslash.git/commit
Implement pattern matching for com_touch().
authorAndre Noll <maan@systemlinux.org>
Thu, 27 Sep 2007 15:47:46 +0000 (17:47 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 27 Sep 2007 15:47:46 +0000 (17:47 +0200)
commit1a4b98e797ab5ebb1ee1daa707aa0d520379ccc9
treeb125890ac71dd3a7f417ceb76509ee19a789126d
parente3656c6f9daed6139c36ae9b042562c0c5b66013
Implement pattern matching for com_touch().

Also, add -p and -v options and fix converting the last played
time which is a 64 bit intger, so strtol() will fail do it on 32
bit machines after 2039 ;)

To fix this, introduce para_atoi64() which calls strtoll() which
is 64 bit even on 32 bit machines and define para_atoi32() which
calls para_atoi64() and checks the boundaries.
afs.c
afs.cmd
afs.h
aft.c
error.h
mood.c
string.c
string.h