- Don't refer to the built-in file browser as crappy anymore.
(DLR)
- doc/man/fr/Makefile.am:
- - Set mandir to @mandir@/fr, so French manpages get installed where
- they belong (Jordi).
+ - Set mandir to @mandir@/fr, so French manpages get installed
+ where they belong (Jordi).
- THANKS:
- Add new translators to the credits.
#define regexec(preg, string, nmatch, pmatch, eflags) safe_regexec(preg, string, nmatch, pmatch, eflags)
#endif
-/* Set a default value for PATH_MAX, so we can use it in lines like
- * "path = getcwd(NULL, PATH_MAX + 1);". */
+/* Set a default value for PATH_MAX if there isn't one. */
#ifndef PATH_MAX
#define PATH_MAX 4096
#endif