Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc update stable | Daniel Santos | 2022-03-18 | 1 | -0/+0 |
* | add/update MAkefile | Daniel Santos | 2022-03-18 | 1 | -8/+25 |
* | update gitignore | Daniel Santos | 2022-03-18 | 1 | -1/+2 |
* | README.md change c compiler text | Daniel Santos | 2022-03-18 | 1 | -1/+1 |
* | bugfix: handle number void with any number of cases | Daniel Santos | 2022-03-18 | 1 | -1/+34 |
* | doxygen refactor | Daniel Santos | 2022-03-18 | 3 | -32/+1 |
* | bugfix for numericx_translate() number argument | Daniel Santos | 2022-03-17 | 1 | -3/+9 |
* | add to Makefile libnumericx.a | Daniel Santos | 2022-03-17 | 1 | -1/+7 |
* | remove print_numeral() | Daniel Santos | 2022-03-17 | 1 | -32/+0 |
* | doc update | Daniel Santos | 2022-03-17 | 1 | -0/+0 |
* | gitignore update | Daniel Santos | 2022-03-17 | 1 | -1/+2 |
* | Makefile accomodate separation of concerns | Daniel Santos | 2022-03-17 | 1 | -2/+5 |
* | separate into header, implementation and cli | Daniel Santos | 2022-03-17 | 3 | -197/+258 |
* | doc update | Daniel Santos | 2022-03-17 | 2 | -21/+22 |
* | invalid argument list of main() return E2BIG | Daniel Santos | 2022-03-17 | 2 | -4/+8 |
* | doc update | Daniel Santos | 2022-03-17 | 1 | -0/+0 |
* | numericx_translate() not printing message | Daniel Santos | 2022-03-17 | 1 | -30/+45 |
* | Makefile more memory rules | Daniel Santos | 2022-03-17 | 1 | -2/+11 |
* | doc update | Daniel Santos | 2022-03-17 | 1 | -0/+0 |
* | update numericx.c comments | Daniel Santos | 2022-03-17 | 1 | -9/+27 |
* | doc update | Daniel Santos | 2022-03-17 | 1 | -0/+0 |
* | Makefile fix | Daniel Santos | 2022-03-17 | 1 | -1/+1 |
* | make numericx_translate() | Daniel Santos | 2022-03-17 | 1 | -35/+140 |
* | remove DEBUG | Daniel Santos | 2022-03-17 | 1 | -27/+0 |
* | rename doxygen.conf to Doxyfile | Daniel Santos | 2022-03-16 | 1 | -0/+0 |
* | doc update | Daniel Santos | 2022-03-16 | 1 | -0/+0 |
* | add html symlink for doxygen build | Daniel Santos | 2022-03-16 | 1 | -0/+1 |
* | add Documentation section in README.md | Daniel Santos | 2022-03-16 | 1 | -0/+4 |
* | add submodule doc/ | Daniel Santos | 2022-03-16 | 2 | -0/+4 |
* | remove html/ for submodule | Daniel Santos | 2022-03-16 | 100 | -6333/+0 |
* | update README.md | Daniel Santos | 2022-03-16 | 2 | -2/+2 |
* | add doxygen | Daniel Santos | 2022-03-16 | 102 | -40/+9130 |
* | test rule in Makefile | Daniel Santos | 2022-03-15 | 2 | -0/+64 |
* | better comments and legibility | Daniel Santos | 2022-03-14 | 1 | -6/+85 |
* | rearrange Makefile | Daniel Santos | 2022-03-14 | 1 | -29/+20 |
* | update README.md | Daniel Santos | 2022-03-13 | 1 | -10/+10 |
* | better invalid numeral error message | Daniel Santos | 2022-03-13 | 1 | -1/+2 |
* | create README.md | Daniel Santos | 2022-03-13 | 1 | -0/+64 |
* | add to Makefile sun<->earth rule | Daniel Santos | 2022-03-12 | 1 | -1/+7 |
* | add decimal<->binary Makefile rule | Daniel Santos | 2022-03-12 | 1 | -1/+7 |
* | add .PHONY to Makefile | Daniel Santos | 2022-03-12 | 1 | -0/+4 |
* | 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 | 2 | -1/+30 |
* | Check if number belongs to numerical system | Daniel Santos | 2022-03-12 | 1 | -0/+23 |
* | Makefile update | Daniel Santos | 2022-03-12 | 1 | -4/+54 |
* | add MIT license | Daniel Santos | 2022-03-11 | 1 | -0/+21 |
* | 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 |