This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: regex


I see that wordexp is implemented using bash's --wordexp through pipe,
fork, execl, and waitpid. glob uses stat and lstat. However, regex
seems to be free of these functions. It may not require any work.

Cheers,
Shaun 

On Mon, 24 Jan 2005 18:40:22 -0500, Jeff Johnston <jjohnstn@redhat.com> wrote:
> The code was originally imported to fulfill EL/IX standard work.  There is no
> problem with licensing of this code, however, there are some system calls used
> that don't exist in the shared newlib space.  For example, pipe, fork, execl,
> stat, lstat, and waitpid.  Do you wish to take a stab at creating a version that
> can be shared with restricted functionality on vanilla-newlib platforms?
> 
> -- Jeff J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]