aboutsummaryrefslogtreecommitdiff
path: root/glob.c
AgeCommit message (Expand)Author
2013-03-08Replace one manual loop in glob.c with a call to memchrPetr Machata
2013-03-08There are no escapes in glob rangesPetr Machata
2013-02-14Fix build with Clang on FreeBSDAndrey Zonov
2012-12-10Avoid using REG_NOERRORPetr Machata
2012-11-09In globcomp, initialize regex to avoid a spurious gcc -Os warningPetr Machata
2012-11-09In globcomp, use REG_NOERROR instead of literal 0Petr Machata
2012-11-09In glob.c, free buffer on REG_EBRACKPetr Machata
2012-04-19Add glob.c/.h, filter.c/.hPetr Machata