]> mj.ucw.cz Git - libucw.git/history - ucw/strtonum.h
xtypes: added first shot on unit parser
[libucw.git] / ucw / strtonum.h
2014-07-21 Robert KesslMerge branch 'master' into dev-table
2014-06-29 Martin MaresStrtonum: Support u32 and s32
2014-06-25 Robert Kesslstrtonum: added str_to_[s|u]64
2014-06-16 Robert KesslMerge remote-tracking branch 'origin/master'
2014-06-15 Martin MaresABI cleanup
2014-06-12 Robert KesslMerge remote-tracking branch 'origin/master'
2014-06-05 Martin MaresRemoved some remaining "uns" relics
2014-06-04 Pavel CharvatMerge branch 'master' into table
2014-06-04 Pavel CharvatMerge branch 'master' into dev-sizet
2014-06-03 Tomas VallaMerge branch 'dev-uint'
2014-06-02 Tomas VallaReturned back 'uns' and related functions for backwards...
2014-06-02 Tomas VallaRenamed uns -> uint
2014-01-14 Martin MaresMerge branch 'master' into dev-opt
2014-01-07 Pavel CharvatMerge branch 'dev-api' into dev-package
2014-01-03 Martin MaresABI: Manual tweaks for strtonum.h
2012-07-12 Tomas Vallastrtonum: Added small bits of documentation
2012-02-11 Martin MaresMerge branch 'dev-trans'
2012-01-27 Martin Maresstrtonum: str_to_<signed> now implicitly allows signs
2010-08-02 Daniel FialaMinor fixes to strtonum.
2010-06-18 Martin MaresUCW: Cosmetic cleanups of strtonum holmes-import
2010-06-18 Pavel Charvatlibucw: Fixed infinite recursion in str_to_int().
2010-05-14 Daniel FialaTypo.
2010-05-14 Daniel Fialastrtonum: Fixed minor errors.
2010-05-11 Daniel FialaAdded functions for conversions from string to uns...