Commit Graph

9 Commits

Author SHA1 Message Date
Anders Broman 9cc9c92e75 Fix some of the Errors/warnings detected by checkapi,
make non ASCII char a warning for now.

svn path=/trunk/; revision=25240
2008-05-05 20:38:27 +00:00
Luis Ontanon a81d83486a removed options.
now it can either be called as

make-sminmpec.pl

so it will fetch the file only if it has been modified since we last loaded it

or 

make-sminmpec.pl enterprise-numbers

to regenerate the C file from the given file.

Luis


svn path=/trunk/; revision=19177
2006-09-07 22:38:16 +00:00
Luis Ontanon c704e3414f From Andrew Feren:
This adds some features to update enterprise-numbers from the web.

As used in the Makefile currently
 make-sminmpec.pl <infile> <outfile.c>

works exactly the same.  Additionally <infile> can be a URL to an infile in
the expected format.

Using the new "-gen" switch will create a new <infile>

example:
make-sminmpec.pl -gen \
   http://www.iana.org/assignments/enterprise-numbers \
   enterprise-numbers

other than that I modified so that calling it like
make-sminmpec.pl -gen
be like 
make-sminmpec.pl -gen \
 http://www.iana.org/assignments/enterprise-numbers \
 sminmpec.c



svn path=/trunk/; revision=19172
2006-09-07 16:16:51 +00:00
Ronnie Sahlberg 89f022b12b name change
svn path=/trunk/; revision=18197
2006-05-21 05:12:17 +00:00
Jörg Mayer 9e0577d0d2 Maybe Id will work now
svn path=/trunk/; revision=16748
2005-12-09 16:40:06 +00:00
Jörg Mayer ba1b45448a propset svn:executable *
svn path=/trunk/; revision=16743
2005-12-09 15:56:07 +00:00
Jörg Mayer e92c6d4ba7 Add comment how to regenerate the file
svn path=/trunk/; revision=16739
2005-12-09 15:46:09 +00:00
Luis Ontanon d573677bc6 Escape non ascii characters
svn path=/trunk/; revision=16665
2005-12-03 19:41:18 +00:00
Luis Ontanon 05c7ac167e Autogenerate the sminmpec.c file from iana's enterprise-numbers file
svn path=/trunk/; revision=15033
2005-07-24 03:36:21 +00:00