Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update numericx.c comments | Daniel Santos | 2022-03-17 | 1 | -9/+27 |
* | make numericx_translate() | Daniel Santos | 2022-03-17 | 1 | -35/+140 |
* | remove DEBUG | Daniel Santos | 2022-03-17 | 1 | -27/+0 |
* | add doxygen | Daniel Santos | 2022-03-16 | 1 | -40/+139 |
* | better comments and legibility | Daniel Santos | 2022-03-14 | 1 | -6/+85 |
* | better invalid numeral error message | Daniel Santos | 2022-03-13 | 1 | -1/+2 |
* | minor optimization for main cycle | Daniel Santos | 2022-03-12 | 1 | -1/+7 |
* | static program name (macro) | Daniel Santos | 2022-03-12 | 1 | -8/+6 |
* | free memory | Daniel Santos | 2022-03-12 | 1 | -1/+27 |
* | Check if number belongs to numerical system | Daniel Santos | 2022-03-12 | 1 | -0/+23 |
* | DEBUG messages more compact | Daniel Santos | 2022-03-11 | 1 | -9/+9 |
* | add TO_INFINITE_BASE flag | Daniel Santos | 2022-03-11 | 1 | -6/+9 |
* | add FROM_INFINITE_BASE flag | Daniel Santos | 2022-03-11 | 1 | -2/+32 |
* | add (FROM and TO)_FIRST_NUMBER_VOID flags | Daniel Santos | 2022-03-10 | 1 | -0/+39 |
* | compile flags don't need true | Daniel Santos | 2022-03-10 | 1 | -9/+12 |
* | add TO_UNITS_ON_THE_END and FROM_UNITS_ON_THE_END | Daniel Santos | 2022-03-09 | 1 | -6/+49 |
* | add argument processing | Daniel Santos | 2022-03-09 | 1 | -0/+7 |
* | remove unnecessary is_same_size function | Daniel Santos | 2022-03-08 | 1 | -14/+0 |
* | working | Daniel Santos | 2022-03-08 | 1 | -0/+165 |