Re: [RFC] Replacing our regex implementation

2011-05-09 Thread Pedro F. Giffuni
--- On Sun, 5/8/11, Bakul Shah wrote: ... > > C++ may be an impediment for it to go into libc but one > can certainly put a C interface on a C++ library. > I wouldn't think it's very consistent to use C++ in libc. Perhaps we could have the best of both worlds by using libtre as the libc regex

Re: [RFC] Replacing our regex implementation

2011-05-09 Thread Bakul Shah
On Mon, 09 May 2011 17:51:46 EDT David Schultz wrote: > On Sun, May 08, 2011, Bakul Shah wrote: > > On Sun, 08 May 2011 21:35:04 CDT Zhihao Yuan wrote: > > > 1. This lib accepts many popular grammars (PCRE, POSIX, vim, etc.), > > > but it does not allow you to change the mode. > > > http://code

Re: [UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-09 Thread Warren Block
On Mon, 9 May 2011, Alexander Leidinger wrote: IMO it's either - change now or - no change, never ever or - change if special variable is set In case it hasn't already been suggested... Just make the loader read a template file that defines the menu. The port or base system can include a st

Re: [RFC] Replacing our regex implementation

2011-05-09 Thread David Schultz
On Sun, May 08, 2011, Bakul Shah wrote: > On Sun, 08 May 2011 21:35:04 CDT Zhihao Yuan wrote: > > 1. This lib accepts many popular grammars (PCRE, POSIX, vim, etc.), > > but it does not allow you to change the mode. > > http://code.google.com/p/re2/source/browse/re2/re2.h > > The mode is decided

Re: [UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-09 Thread Alexander Leidinger
On Sun, 8 May 2011 13:45:55 -0700 Devin Teske wrote: > On May 8, 2011, at 12:13 PM, Alexander Leidinger wrote: > > > On Sun, 8 May 2011 10:48:55 -0700 Devin Teske > > wrote: > > > >> I would like to see general consensus from the community for > >> separating the items before moving ahead with

RE: [UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-09 Thread Devin Teske
> -Original Message- > From: Lars Engels [mailto:lars.eng...@0x20.net] > Sent: Monday, May 09, 2011 2:19 AM > To: Devin Teske > Cc: FreeBSD Hackers > Subject: Re: [UPDATE] New Boot-Loader Menu -- version 1.4 > > On Thu, May 05, 2011 at 01:20:43AM -0700, Devin Teske wrote: > > Hello fellow

Re: [UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-09 Thread Lars Engels
On Thu, May 05, 2011 at 01:20:43AM -0700, Devin Teske wrote: > Hello fellow -hackers, > > I'm so very proud to offer the latest update to my new boot loader > menu -- version 1.4 -- addressing ACPI detection, bringing it in-line > with HEAD. > > It took some work and a few days, but I got it! Hav