DragonFly-2.3.0.643.ga0d32 master include glob.h lib/libc/gen glob.3 glob.c
Peter Avalos
pavalos at crater.dragonflybsd.org
Tue Apr 7 00:13:35 PDT 2009
commit a0d32e24f081a84441f4dd102604256fbecdc483
Author: Peter Avalos <pavalos at theshell.com>
Date: Sat Mar 14 16:31:59 2009 -1000
Sync glob(3) with FreeBSD:
* Change int to size_t where appropriate.
* Don't reuse *pl to skip [], it is already used for {} parts in the
loop above.
* Add support for multibyte characters.
Summary of changes:
include/glob.h | 30 +++++----
lib/libc/gen/glob.3 | 30 +++++----
lib/libc/gen/glob.c | 181 ++++++++++++++++++++++++++++++++-------------------
3 files changed, 149 insertions(+), 92 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a0d32e24f081a84441f4dd102604256fbecdc483
--
DragonFly BSD source repository
More information about the Commits
mailing list