Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add use of <sys/sysmacros.h> to extension/fnmatch.c. | Arnold D. Robbins | 2017-08-30 | 2 | -0/+12 | |
| | ||||||
* | Solaris fix for intdiv extension. | Arnold D. Robbins | 2017-08-21 | 3 | -4/+11 | |
| | ||||||
* | Integrate changes for z/OS. | Arnold D. Robbins | 2017-08-21 | 2 | -8/+12 | |
| | ||||||
* | Fix the test suite for the MinGW build. | Eli Zaretskii | 2017-08-19 | 2 | -1/+6 | |
| | ||||||
* | Update config.guess, bump version in extension/configure.ac. | Arnold D. Robbins | 2017-08-16 | 5 | -13/+24 | |
| | ||||||
* | Stop including <gmp.h> in the intdiv extension, since <mpfr.h> grabs this ↵ | Andrew J. Schorr | 2017-08-11 | 2 | -1/+5 | |
| | | | | for us. | |||||
* | Fix initialization in intdiv extension, since MPFR version check is now ↵ | Andrew J. Schorr | 2017-08-10 | 2 | -13/+7 | |
| | | | | automatic. | |||||
* | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-08-04 | 5 | -5/+13 | |
|\ | ||||||
| * | Update copyright years in all relevant files. | Arnold D. Robbins | 2017-08-04 | 3 | -2/+6 | |
| | | ||||||
| * | Update build infrastructure files. | Arnold D. Robbins | 2017-08-04 | 2 | -3/+7 | |
| | | ||||||
* | | Fix intdiv extension to build on Cygwin. | Arnold D. Robbins | 2017-06-27 | 3 | -5/+13 | |
| | | ||||||
* | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-06-23 | 6 | -14/+29 | |
|\| | ||||||
| * | In rwarray extensions, use malloc where calloc not needed. | Andrew J. Schorr | 2017-06-22 | 3 | -2/+10 | |
| | | ||||||
| * | In readfile extension, no need to zero out the buffer before overwriting it. | Andrew J. Schorr | 2017-06-22 | 2 | -8/+12 | |
| | | ||||||
| * | Replace malloc+memset with calloc, mostly by using the new ezalloc macro. | Andrew J. Schorr | 2017-06-22 | 6 | -10/+13 | |
| | | ||||||
* | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-06-18 | 3 | -9/+20 | |
|\| | ||||||
| * | Update config.* infrastructure files. | Arnold D. Robbins | 2017-06-18 | 3 | -9/+20 | |
| | | ||||||
* | | Rename intdiv to intdiv0, require it to be configured in. | Arnold D. Robbins | 2017-04-16 | 2 | -1/+5 | |
| | | ||||||
* | | In the intdiv extension, division by zero now gives a warning and returns -1 ↵ | Andrew J. Schorr | 2017-04-14 | 2 | -4/+17 | |
| | | | | | | | | instead of throwing a fatal error. | |||||
* | | For intdiv mpfr division by zero, call fatal without further ado. | Andrew J. Schorr | 2017-04-13 | 2 | -9/+6 | |
| | | ||||||
* | | Make MPFR division by zero fatal in intdiv.c. Some other cleanups. | Arnold D. Robbins | 2017-04-13 | 5 | -15/+30 | |
| | | ||||||
* | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-12 | 7 | -7/+419 | |
|\| | ||||||
| * | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-04-07 | 2 | -1/+7 | |
| |\ | ||||||
| * | | Minor edits in feature/api-parser prepatory to merging. | Arnold D. Robbins | 2017-03-27 | 3 | -6/+14 | |
| | | | ||||||
| * | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-23 | 2 | -1/+10 | |
| |\ \ | ||||||
| * | | | Fix compile warnings in some of the extensions. | Arnold D. Robbins | 2017-03-23 | 4 | -3/+13 | |
| | | | | ||||||
| * | | | Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with ↵ | Andrew J. Schorr | 2017-03-21 | 2 | -11/+27 | |
| | | | | | | | | | | | | | | | | API field parsing. | |||||
| * | | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-20 | 5 | -8/+20 | |
| |\ \ \ | ||||||
| * | | | | For API input field parsing, use an array of structs instead of an array of ↵ | Andrew J. Schorr | 2017-03-09 | 2 | -9/+17 | |
| | | | | | | | | | | | | | | | | | | | | integers. | |||||
| * | | | | Merge branch 'master' into feature/api-parser | Andrew J. Schorr | 2017-03-07 | 3 | -7/+26 | |
| |\ \ \ \ | ||||||
| * | | | | | Add new test readdir_test to check whether API get_record field_width ↵ | Andrew J. Schorr | 2017-03-06 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | parsing is working. | |||||
| * | | | | | Create new extension readdir_test for testing new get_record field_width ↵ | Andrew J. Schorr | 2017-03-06 | 4 | -19/+407 | |
| | | | | | | | | | | | | | | | | | | | | | | | | parsing. | |||||
* | | | | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-07 | 2 | -1/+7 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Fix a message in extension/inplace.c. | Arnold D. Robbins | 2017-04-03 | 2 | -1/+7 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-03-23 | 2 | -1/+10 | |
|\| | | | | ||||||
| * | | | | Update config.sub. | Arnold D. Robbins | 2017-03-23 | 2 | -1/+10 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-03-20 | 5 | -8/+20 | |
|\| | | | ||||||
| * | | | Update config.* and install-sh from GNULIB. | Arnold D. Robbins | 2017-03-20 | 5 | -8/+20 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Andrew J. Schorr | 2017-03-07 | 3 | -15/+50 | |
|\| | | ||||||
| * | | Stop installing the extension testext library, since it is useful only for ↵ | Andrew J. Schorr | 2017-03-07 | 3 | -15/+50 | |
| |/ | | | | | | | testing. | |||||
* | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-01-21 | 4 | -1/+21 | |
|\| | ||||||
| * | Fix the MinGW build and sync its tests with mainline, | Eli Zaretskii | 2017-01-21 | 4 | -1/+21 | |
| | | ||||||
* | | Merge branch 'master' into feature/api-mpfr | Andrew J. Schorr | 2017-01-07 | 5 | -53/+35 | |
|\| | ||||||
| * | Update auxiliary build files from GNULIB. | Arnold D. Robbins | 2017-01-05 | 5 | -53/+35 | |
| | | ||||||
* | | Enhance API to support extended-precision arithmetic and implement intdiv as ↵ | Andrew J. Schorr | 2017-01-06 | 8 | -14/+352 | |
|/ | | | | a demonstration. | |||||
* | Doc cleanups after merge. Totally break binary compat in the API. | Arnold D. Robbins | 2016-12-22 | 2 | -0/+6 | |
| | ||||||
* | Merge branch 'feature/regex-to-api' into feature/andy | Arnold D. Robbins | 2016-12-22 | 14 | -143/+121 | |
|\ | ||||||
| * | Merge branch 'master' into feature/regex-to-api | Arnold D. Robbins | 2016-12-22 | 14 | -143/+121 | |
| |\ | ||||||
| | * | Further improvements to min/max args code and doc. | Arnold D. Robbins | 2016-12-16 | 2 | -1/+5 | |
| | | | ||||||
| | * | Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions. | Arnold D. Robbins | 2016-12-14 | 14 | -70/+87 | |
| | | |