aboutsummaryrefslogtreecommitdiffstats
path: root/extension/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* Add time extension providing gettimeofday and sleep.Andrew J. Schorr2012-06-101-1/+4
|
* Remove obsolete comment in extension/Makefile.am.Andrew J. Schorr2012-06-101-3/+0
|
* First working version of new API mechanism (probably has memory leaks).Andrew J. Schorr2012-05-241-1/+1
|
* Move libtool from top configure.ac into extension directory.Andrew J. Schorr2012-05-211-2/+6
|
* Rewrite extension/Makefile.amAndrew J. Schorr2012-03-251-39/+23
|
* Minor fix to extension/Makefile.amAndrew J. Schorr2012-03-211-1/+1
|
* - Add new environment variable AWKLIBPATH to use when searching for sharedAndrew J. Schorr2012-03-201-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.