aboutsummaryrefslogtreecommitdiffstats
path: root/extension/readdir_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix readdir extension to use stat when dir info returns unknown.Arnold D. Robbins2019-03-171-5/+5
|
* 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
|
* Minor edits in feature/api-parser prepatory to merging.Arnold D. Robbins2017-03-271-4/+5
|
* Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with ↵Andrew J. Schorr2017-03-211-11/+16
| | | | API field parsing.
* For API input field parsing, use an array of structs instead of an array of ↵Andrew J. Schorr2017-03-091-9/+10
| | | | integers.
* Create new extension readdir_test for testing new get_record field_width ↵Andrew J. Schorr2017-03-061-0/+336
parsing.