DragonFly commits List (threaded) for 2009-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.0.643.ga0d32 master include glob.h lib/libc/gen glob.3 glob.c
commit a0d32e24f081a84441f4dd102604256fbecdc483
Author: Peter Avalos <pavalos@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]