about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* doc update stableDaniel Santos2022-03-181-0/+0
* add/update MAkefileDaniel Santos2022-03-181-8/+25
* update gitignoreDaniel Santos2022-03-181-1/+2
* README.md change c compiler textDaniel Santos2022-03-181-1/+1
* bugfix: handle number void with any number of casesDaniel Santos2022-03-181-1/+34
* doxygen refactorDaniel Santos2022-03-183-32/+1
* bugfix for numericx_translate() number argumentDaniel Santos2022-03-171-3/+9
* add to Makefile libnumericx.aDaniel Santos2022-03-171-1/+7
* remove print_numeral()Daniel Santos2022-03-171-32/+0
* doc updateDaniel Santos2022-03-171-0/+0
* gitignore updateDaniel Santos2022-03-171-1/+2
* Makefile accomodate separation of concernsDaniel Santos2022-03-171-2/+5
* separate into header, implementation and cliDaniel Santos2022-03-173-197/+258
* doc updateDaniel Santos2022-03-172-21/+22
* invalid argument list of main() return E2BIGDaniel Santos2022-03-172-4/+8
* doc updateDaniel Santos2022-03-171-0/+0
* numericx_translate() not printing messageDaniel Santos2022-03-171-30/+45
* Makefile more memory rulesDaniel Santos2022-03-171-2/+11
* doc updateDaniel Santos2022-03-171-0/+0
* update numericx.c commentsDaniel Santos2022-03-171-9/+27
* doc updateDaniel Santos2022-03-171-0/+0
* Makefile fixDaniel Santos2022-03-171-1/+1
* make numericx_translate()Daniel Santos2022-03-171-35/+140
* remove DEBUGDaniel Santos2022-03-171-27/+0
* rename doxygen.conf to DoxyfileDaniel Santos2022-03-161-0/+0
* doc updateDaniel Santos2022-03-161-0/+0
* add html symlink for doxygen buildDaniel Santos2022-03-161-0/+1
* add Documentation section in README.mdDaniel Santos2022-03-161-0/+4
* add submodule doc/Daniel Santos2022-03-162-0/+4
* remove html/ for submoduleDaniel Santos2022-03-16100-6333/+0
* update README.mdDaniel Santos2022-03-162-2/+2
* add doxygenDaniel Santos2022-03-16102-40/+9130
* test rule in MakefileDaniel Santos2022-03-152-0/+64
* better comments and legibilityDaniel Santos2022-03-141-6/+85
* rearrange MakefileDaniel Santos2022-03-141-29/+20
* update README.mdDaniel Santos2022-03-131-10/+10
* better invalid numeral error messageDaniel Santos2022-03-131-1/+2
* create README.mdDaniel Santos2022-03-131-0/+64
* add to Makefile sun<->earth ruleDaniel Santos2022-03-121-1/+7
* add decimal<->binary Makefile ruleDaniel Santos2022-03-121-1/+7
* add .PHONY to MakefileDaniel Santos2022-03-121-0/+4
* minor optimization for main cycleDaniel Santos2022-03-121-1/+7
* static program name (macro)Daniel Santos2022-03-121-8/+6
* free memoryDaniel Santos2022-03-122-1/+30
* Check if number belongs to numerical systemDaniel Santos2022-03-121-0/+23
* Makefile updateDaniel Santos2022-03-121-4/+54
* add MIT licenseDaniel Santos2022-03-111-0/+21
* 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