Go to file
Tomasz Sowa cb23304885 added: to methods Toull(), Toll(), Toul(), Toui(), Tol(), Toi()
a new parameter: bool allow_skip_whitechars default true
added:   new methods: Toull_b(), Toll_b(), Toul_b(), Toui_b(), Tol_b(), Toi_b()
         automatically detects the base (radix):
           4323 - base 10
           0122 - base 8  (string starts with 0)
           #fff - base 16 (string starts with #)
           &101 - base 2  (string starts with &)
added:   CharType * SkipWhiteFromBack(CharType * str, bool check_additional_chars = true, bool treat_new_line_as_white = true)
         skipping white characters from the end of a string
changed: Toll_b(), Toull_b(), Tol_b() and Toul_b() are used in Space now
         for methods ToInt() etc so we are able to use a different base now
changed: some work in Space (const correctness)
       




git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@1070 e52654a7-88a9-db11-a3e9-0013d4bc506e
2018-01-05 20:03:11 +00:00
convert added: to methods Toull(), Toll(), Toul(), Toui(), Tol(), Toi() 2018-01-05 20:03:11 +00:00
date added: functions for dealing with white characters: 2017-12-05 16:32:21 +00:00
mainparser added: functions for dealing with white characters: 2017-12-05 16:32:21 +00:00
mainspaceparser added: functions for dealing with white characters: 2017-12-05 16:32:21 +00:00
membuffer added: to membuffer: 2013-11-28 22:21:10 +00:00
space added: to methods Toull(), Toll(), Toul(), Toui(), Tol(), Toi() 2018-01-05 20:03:11 +00:00
textstream added: to membuffer: 2013-11-28 22:21:10 +00:00
utf8 added: functions for dealing with white characters: 2017-12-05 16:32:21 +00:00
Makefile added: functions for dealing with white characters: 2017-12-05 16:32:21 +00:00