about summary refs log tree commit diff stats
path: root/numericx.c
Commit message (Expand)AuthorAgeFilesLines
* move between files numeral_ptr structDaniel Santos2022-03-191-0/+17
* replace PROG_NAME with "numericx" literalDaniel Santos2022-03-191-1/+1
* numericx_translate() return trueDaniel Santos2022-03-191-2/+2
* bugfix: handle number void with any number of casesDaniel Santos2022-03-181-1/+34
* bugfix for numericx_translate() number argumentDaniel Santos2022-03-171-3/+9
* remove print_numeral()Daniel Santos2022-03-171-32/+0
* separate into header, implementation and cliDaniel Santos2022-03-171-197/+15
* doc updateDaniel Santos2022-03-171-21/+22
* invalid argument list of main() return E2BIGDaniel Santos2022-03-171-2/+3
* numericx_translate() not printing messageDaniel Santos2022-03-171-30/+45
* update numericx.c commentsDaniel Santos2022-03-171-9/+27
* make numericx_translate()Daniel Santos2022-03-171-35/+140
* remove DEBUGDaniel Santos2022-03-171-27/+0
* add doxygenDaniel Santos2022-03-161-40/+139
* better comments and legibilityDaniel Santos2022-03-141-6/+85
* better invalid numeral error messageDaniel Santos2022-03-131-1/+2
* minor optimization for main cycleDaniel Santos2022-03-121-1/+7
* static program name (macro)Daniel Santos2022-03-121-8/+6
* free memoryDaniel Santos2022-03-121-1/+27
* Check if number belongs to numerical systemDaniel Santos2022-03-121-0/+23
* DEBUG messages more compactDaniel Santos2022-03-111-9/+9
* add TO_INFINITE_BASE flagDaniel Santos2022-03-111-6/+9
* add FROM_INFINITE_BASE flagDaniel Santos2022-03-111-2/+32
* add (FROM and TO)_FIRST_NUMBER_VOID flagsDaniel Santos2022-03-101-0/+39
* compile flags don't need trueDaniel Santos2022-03-101-9/+12
* add TO_UNITS_ON_THE_END and FROM_UNITS_ON_THE_ENDDaniel Santos2022-03-091-6/+49
* add argument processingDaniel Santos2022-03-091-0/+7
* remove unnecessary is_same_size functionDaniel Santos2022-03-081-14/+0
* workingDaniel Santos2022-03-081-0/+165