aboutsummaryrefslogtreecommitdiff
path: root/gen
AgeCommit message (Expand)Author
2019-10-29Improve the root and cbrt API'sGavin Howard
2019-10-25Add root and cbrt function to lib2Gavin Howard
2019-05-26Add documentation for the -P/--no-prompt optionGavin Howard
2019-05-25Update all documentation that I could findGavin Howard
2019-05-23Add atan2 to the extended math library with testsGavin Howard
2019-04-22Another style change to strgen.sh to make sure it is POSIX onlyGavin Howard
2019-04-22Slight fix to style on strgen.shGavin Howard
2019-04-22Split test into two parts to prevent parse error if the variable is unsetStefan Esser
2019-04-22Fix test to work if empty or null string is passed.Stefan Esser
2019-04-22Provide shell version of strgen.c to allow use without compilation.Stefan Esser
2019-04-20Update the help textsGavin Howard
2019-04-08Change all of the license headersGavin Howard
2019-02-21Add t() to the extended math libraryGavin Howard
2019-02-18Add aliases and tan() in lib2Gavin Howard
2019-02-17Add a ceil() function to lib2Gavin Howard
2019-02-17Shrink lib2 even moreGavin Howard
2019-02-17Reduce size of lib2Gavin Howard
2019-02-14Shrink the math libraryGavin Howard
2019-02-13Fix a bug in lib2Gavin Howard
2019-02-13Add radian and degree conversion functionsGavin Howard
2019-02-06Fix another bit of style in strgen.cGavin Howard
2019-02-06Fix style in strgen.cGavin Howard
2019-02-06Make sure to adjust the license for generated codeGavin Howard
2019-01-24Add abs() as a built inGavin Howard
2019-01-24Shrink lib2 as much as possibleGavin Howard
2019-01-12Avoid some undefined behavior in strgen.cGavin Howard
2019-01-12Remove some debugging code in strgenGavin Howard
2019-01-09Turn on -Weverything and eliminate all warningsGavin Howard
2019-01-08Fix bugs in the math libraries found by inspectionGavin Howard
2019-01-07Add fixed-width integer functions to lib2Gavin Howard
2019-01-07Reorder more functions in lib2Gavin Howard
2019-01-07Reorder functions in lib2Gavin Howard
2019-01-04Modify void functionsGavin Howard
2019-01-03Style fixes for lib3Gavin Howard
2019-01-03Add more to lib2 along with some style fixesGavin Howard
2019-01-02Fix the (hopefully) last bug in lib3Gavin Howard
2019-01-01Fix bugs in lib2 and lib3Gavin Howard
2019-01-01Fix some bugs with output_byte()Gavin Howard
2019-01-01Tweak lib2Gavin Howard
2019-01-01Fill out the rest of lib3 and add the testsGavin Howard
2019-01-01Simplify output() in lib3Gavin Howard
2019-01-01Fix problems with lib3Gavin Howard
2019-01-01Fix problems with lib2 and its testsGavin Howard
2019-01-01Add two more useful functions to lib2, along with testsGavin Howard
2019-01-01Fix a bug in ubytes()Gavin Howard
2019-01-01Fix a parse error in lib3Gavin Howard
2019-01-01Fill out lib3Gavin Howard
2018-12-31Introduce the build system plumbing for void functionsGavin Howard
2018-12-31Style fixes for the help textsGavin Howard
2018-12-31Fix an out-of-date part of the dc help textGavin Howard