aboutsummaryrefslogtreecommitdiffstats
path: root/extension/time.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years that should have been updated before 4.2.1 release.Arnold D. Robbins2018-03-131-1/+1
* Remove incorrect * on ext_id in extensions and in doc.Arnold D. Robbins2018-01-111-1/+1
* Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.Arnold D. Robbins2016-12-141-4/+4
* Add min_required and max_expected arg counts to API.Arnold D. Robbins2016-12-061-8/+2
* Fix a compilation warning.Arnold D. Robbins2014-04-041-3/+1
* Update copyright years on files changed in 2014.Arnold D. Robbins2014-03-311-1/+1
* VMS updates.Arnold D. Robbins2014-02-141-11/+20
* Build and test dynamic extensions on VMS. Documented too.Arnold D. Robbins2013-12-301-0/+24
* Support |& on MS-Windows, both for sockets and for pipes.Eli Zaretskii2013-06-011-0/+1
* Update copyrights in all relevant source files.Arnold D. Robbins2013-04-161-1/+1
* Fixes to extensions for Win 32.Arnold D. Robbins2013-02-111-1/+11
* Use config.h properly. Add AC_SYS_LARGEFILE.Arnold D. Robbins2012-08-261-1/+5
* Add facility to get vesion info from extensions.Arnold D. Robbins2012-08-241-0/+1
* Add translation to the extensions.Arnold D. Robbins2012-07-251-6/+10
* Remove translation of errno strings from API.Arnold D. Robbins2012-07-251-4/+4
* Add ability to call an initialization routine.Arnold D. Robbins2012-07-111-0/+1
* Still more API and testext.c work.Arnold D. Robbins2012-06-171-2/+7
* Minor cleanups in extension/time.c.Andrew J. Schorr2012-06-141-3/+1
* More API implementations and testext improvements.Arnold D. Robbins2012-06-121-1/+1
* Further cleanups and improvements in API.Arnold D. Robbins2012-06-121-3/+2
* Add time extension providing gettimeofday and sleep.Andrew J. Schorr2012-06-101-0/+167