aboutsummaryrefslogtreecommitdiff
path: root/src/libregexp/lib9.std.h
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+0
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* libregexp: include stddef.h in lib9.std.hDavid du Colombier2018-09-291-0/+1
| | | | | | Commit 2d82ef9d98 added ptrdiff_t in regcomp.c. However, this change broke the build of the Unix package because ptrdiff_t is defined in stddef.h.
* add for portingrsc2004-12-271-0/+10