CVS code -
- General:
+ - Miscellaneous comment fixes. (DLR)
- Implement filename searches in the file browser. New
functions filesearch_init(), findnextfile(),
findnextfile_wrap_reset(), filesearch_abort(),
#ifdef HAVE_REGEX_H
#ifdef BROKEN_REGEXEC
-/* Work around a potential segfault in glibc 2.2.3's regexec(). */
+/* glibc 2.2.3 brain damage: Work around a potential segfault in
+ * regexec(). */
int safe_regexec(const regex_t *preg, const char *string, size_t nmatch,
regmatch_t pmatch[], int eflags)
{