Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add (undocumented) statvfs extension function. | Arnold D. Robbins | 2016-01-20 | 1 | -2/+2 |
| | |||||
* | Autoconf fixups in extension directory. | Arnold D. Robbins | 2015-12-16 | 1 | -0/+1 |
| | |||||
* | Further zOS updates: Wrap C compiler. | Arnold D. Robbins | 2015-09-11 | 1 | -19/+63 |
| | |||||
* | Update configure machinery for z/OS. | Arnold D. Robbins | 2015-09-01 | 1 | -12/+31 |
| | |||||
* | Comment out failure if c89 compiler in configure. | Arnold D. Robbins | 2015-08-14 | 1 | -1/+1 |
| | |||||
* | Rework zOS patches; keep separate from autotools. | Arnold D. Robbins | 2015-08-02 | 1 | -0/+30 |
| | |||||
* | Update autotools. | Arnold D. Robbins | 2015-08-02 | 1 | -5/+5 |
| | |||||
* | Changes for 4.1.3 release. | Arnold D. Robbins | 2015-05-19 | 1 | -15/+15 |
| | |||||
* | Update copyrights and prep towards release. | Arnold D. Robbins | 2015-04-07 | 1 | -10/+10 |
| | |||||
* | Update to libtool 2.4.6. | Arnold D. Robbins | 2015-03-18 | 1 | -16/+29 |
| | |||||
* | Move to Libtool 2.4.5. | Arnold D. Robbins | 2015-01-25 | 1 | -39/+423 |
| | |||||
* | Update to Gettext 0.19.4. | Arnold D. Robbins | 2015-01-24 | 1 | -2293/+121 |
| | |||||
* | Move to Automake 1.15. | Arnold D. Robbins | 2015-01-24 | 1 | -6/+7 |
| | |||||
* | Upgrade infrastructure (automake, gettext, libtool). | Arnold D. Robbins | 2014-11-19 | 1 | -34/+215 |
| | |||||
* | Make release tar ball. | Arnold D. Robbins | 2014-04-08 | 1 | -10/+10 |
| | |||||
* | Remove -Wextra from gcc command line in extension dir.. | Arnold D. Robbins | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | Improvements in both configure.ac files. | Arnold D. Robbins | 2014-03-28 | 1 | -9/+202 |
| | |||||
* | Make extensions controlled by configure time option. | Arnold D. Robbins | 2013-12-21 | 1 | -14/+0 |
| | |||||
* | Update to automake 1.13.4 and libtool 2.4.2.418. | Arnold D. Robbins | 2013-12-21 | 1 | -785/+733 |
| | |||||
* | Solaris config and included fixes. See ChangeLog. | Arnold D. Robbins | 2013-06-10 | 1 | -1/+51 |
| | |||||
* | Add "devbsize" to stat extension and doc. | Arnold D. Robbins | 2013-05-29 | 1 | -1/+1 |
| | |||||
* | Replace obsolete AC_STRUCT_ST_BLKSIZE macro. | Arnold D. Robbins | 2013-05-27 | 1 | -3/+0 |
| | |||||
* | Add AC_STRUCT_ST_BLKSIZE call in extension/configure.ac. | Arnold D. Robbins | 2013-05-16 | 1 | -0/+70 |
| | |||||
* | Gawk 4.1.0 release. | Arnold D. Robbins | 2013-05-10 | 1 | -10/+10 |
| | |||||
* | Update for next test tarball. | Arnold D. Robbins | 2013-05-02 | 1 | -10/+10 |
| | |||||
* | Bump version for next tarball. | Arnold D. Robbins | 2013-04-27 | 1 | -10/+10 |
| | |||||
* | z/OS portability fix in extension/configure.ac. | Arnold D. Robbins | 2013-04-18 | 1 | -1/+1 |
| | |||||
* | Bump version and release beta tarball. | Arnold D. Robbins | 2013-04-18 | 1 | -10/+10 |
| | |||||
* | Update to automake 1.13.1. | Arnold D. Robbins | 2013-04-16 | 1 | -4/+50 |
| | |||||
* | Additional fixes for MirBSD. Now passes make check. | Arnold D. Robbins | 2013-03-20 | 1 | -0/+14 |
| | |||||
* | More portability work: dirfd in extensions. | Arnold D. Robbins | 2013-01-27 | 1 | -1519/+1744 |
| | |||||
* | Add extra debug stuff in extension/configure.ac. | Arnold D. Robbins | 2012-11-06 | 1 | -0/+15 |
| | |||||
* | More wonderful portability stuff in the extensions. | Arnold D. Robbins | 2012-08-29 | 1 | -2/+2 |
| | |||||
* | Use config.h properly. Add AC_SYS_LARGEFILE. | Arnold D. Robbins | 2012-08-26 | 1 | -0/+202 |
| | |||||
* | Add output and two-way processors to API. Update Mac config stuff. | Arnold D. Robbins | 2012-08-24 | 1 | -2/+77 |
| | |||||
* | Update infrastructure. | Arnold D. Robbins | 2012-08-17 | 1 | -6/+6 |
| | |||||
* | Add fts() extension, support, doc, and test. | Arnold D. Robbins | 2012-08-08 | 1 | -2/+3 |
| | |||||
* | Gettext support for the extension files. | Arnold D. Robbins | 2012-07-30 | 1 | -410/+2504 |
| | |||||
* | Robustify extension/readdir.c. | Arnold D. Robbins | 2012-07-26 | 1 | -2/+2 |
| | |||||
* | Enable gettext in extensions. | Arnold D. Robbins | 2012-07-26 | 1 | -0/+3 |
| | |||||
* | Add fnmatch extension. | Arnold D. Robbins | 2012-07-12 | 1 | -2/+2 |
| | |||||
* | Add time extension providing gettimeofday and sleep. | Andrew J. Schorr | 2012-06-10 | 1 | -0/+117 |
| | |||||
* | First working version of new API mechanism (probably has memory leaks). | Andrew J. Schorr | 2012-05-24 | 1 | -0/+3 |
| | |||||
* | Move libtool from top configure.ac into extension directory. | Andrew J. Schorr | 2012-05-21 | 1 | -0/+13783 |