History log of /external/ltrace/glob.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5ca9b6fb48aaaefdf34039d32267a02e76f4ceb8 09-Jan-2013 Petr Machata <pmachata@redhat.com> Replace one manual loop in glob.c with a call to memchr

- In the process, get rid of use of uninitialized i for cases that
length is 0. Since length should be > 0 anyway in that code, add
an assert covering that.
/external/ltrace/glob.c
d435b43c338a692531af0fe3df29cb968a863403 08-Jan-2013 Petr Machata <pmachata@redhat.com> There are no escapes in glob ranges

- This is dead code
/external/ltrace/glob.c
6bb420106f77ef8f134a1d4c001668e832f96cc9 14-Feb-2013 Andrey Zonov <zont@FreeBSD.org> Fix build with Clang on FreeBSD
/external/ltrace/glob.c
b6c5c8c51f954cfbe76424fd57c33a87166f0545 08-Dec-2012 Petr Machata <pmachata@redhat.com> Avoid using REG_NOERROR

Not all systems define this (IRIX 6.5 doesn't). Comparing to 0 is not
terribly less readable, so do that instead.
/external/ltrace/glob.c
a41e6fc5f1621bef5551edbb48c0405fc722e206 09-Nov-2012 Petr Machata <pmachata@redhat.com> In globcomp, initialize regex to avoid a spurious gcc -Os warning
/external/ltrace/glob.c
03be6eb89a1d05cf39e9278e0b0813ead3787519 09-Nov-2012 Petr Machata <pmachata@redhat.com> In globcomp, use REG_NOERROR instead of literal 0

Hopefully this will make it clearer that the protocol is different than
everywhere else in ltrace, where <0 is error condition.
/external/ltrace/glob.c
28cd84db222ce68ad13c6d37dfed5f3bb0a44784 09-Nov-2012 Petr Machata <pmachata@redhat.com> In glob.c, free buffer on REG_EBRACK

Plugs a leak when handling erroneous globs.
/external/ltrace/glob.c
1bbfbc6c6a7b7706bf4e8bf152d7ffc28453c3bd 31-Mar-2012 Petr Machata <pmachata@redhat.com> Add glob.c/.h, filter.c/.h

- these should be useful when implementing filtering expressions
/external/ltrace/glob.c