[Patch] add rpmatch to uClibc

Stephan Raue mailinglists at openelec.tv
Sun Sep 27 07:42:17 UTC 2009


Hi all,

i have created an patch to add rpmatch() function to uClibc. please 
review, test and commit this.
i am also send a little testprogram. you can test this with:

./test y   returns: 1
./test Y   returns: 1
./test Yes   returns: 1
./test yes   returns: 1
./test yellow   returns: 1

./test n   returns: 0
./test N   returns: 0
./test No   returns: 0
./test no   returns: 0

./test test   returns: -1

and so on....

greetings

Stephan

-- 
               ### OpenELEC.tv ###
The free and open Mediacenter Distribution 4 you
              http://www.openelec.tv

-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.c
Type: text/x-csrc
Size: 384 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/uclibc/attachments/20090927/fd67dbc5/attachment-0001.c>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uClibc-add_rpmatch.diff
Type: text/x-patch
Size: 6561 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/uclibc/attachments/20090927/fd67dbc5/attachment-0001.bin>


More information about the uClibc mailing list