Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add time extension providing gettimeofday and sleep. | Andrew J. Schorr | 2012-06-10 | 1 | -1/+4 | |
| | ||||||
* | Remove obsolete comment in extension/Makefile.am. | Andrew J. Schorr | 2012-06-10 | 1 | -3/+0 | |
| | ||||||
* | First working version of new API mechanism (probably has memory leaks). | Andrew J. Schorr | 2012-05-24 | 1 | -1/+1 | |
| | ||||||
* | Move libtool from top configure.ac into extension directory. | Andrew J. Schorr | 2012-05-21 | 1 | -2/+6 | |
| | ||||||
* | Rewrite extension/Makefile.am | Andrew J. Schorr | 2012-03-25 | 1 | -39/+23 | |
| | ||||||
* | Minor fix to extension/Makefile.am | Andrew J. Schorr | 2012-03-21 | 1 | -1/+1 | |
| | ||||||
* | - Add new environment variable AWKLIBPATH to use when searching for shared | Andrew J. Schorr | 2012-03-20 | 1 | -0/+73 | |
libraries. - Instead of hardcoding the default ".so" suffix for shared libraries, use autoconf to get the right value for this platform. - Build and install some of the bundled shared library extensions so that they will now be available using the default AWKLIBPATH. |