]> mj.ucw.cz Git - libucw.git/commit
Minor fixes to strtonum.
authorDaniel Fiala <daniel.fiala@netcentrum.cz>
Mon, 2 Aug 2010 17:54:13 +0000 (19:54 +0200)
committerDaniel Fiala <daniel.fiala@netcentrum.cz>
Mon, 2 Aug 2010 17:54:13 +0000 (19:54 +0200)
commita1fdee4766b969fd0786e3286ce878a2a1142bbd
tree22d5193b5d7024a3ac3cbe14f2526e6e4ae7b812
parentdbc26858f166d07fa895901d4ffe5121826c84ad
Minor fixes to strtonum.
  * Removed nested function from strtonum-gen.h .
  * Error messages are not saved in separate static variables.
  * Octal numbers can be detected by prefix '0[0-7]...' (this feature is enabled by STN_OCT0).
  * One-command blocks are not enclosed by { ... } .
  * STN_ZCHAR renamed to STN_WHOLE.
ucw/strtonum-gen.h
ucw/strtonum-test.c
ucw/strtonum-test.t
ucw/strtonum.c
ucw/strtonum.h