search for: dupmax

Displaying 3 results from an estimated 3 matches for "dupmax".

Did you mean: duplex
2009 Aug 25
0
[LLVMdev] Regular Expression lib support
...mple I just unconditionally always use it - memcpy -> memmove (parameters may overlap, BSD memcpy allows that but POSIX doesn't) - COPYRIGHT -> COPYRIGHT.regex, engine.c -> engine.inc, regex.h -> llvm/Support/regex.h - char* -> const char* to avoid compiler warnings - #define DUPMAX There is also a unittests/Support/RegexTest.cpp that does some very simple tests. Let me know how it works on your platform. Best regards, --Edwin -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-regex-support.patch.gz Type: application/gzip Size: 37479...
2009 Aug 24
3
[LLVMdev] Regular Expression lib support
On Aug 23, 2009, at 11:59 PM, Török Edwin wrote: > If LLVM is going to have an integrated regex library I suggest using > it > regardless if the platform has one. > The LLVM integrated regex library will provide consistent behaviour > and > execution time, the system one will not. Hi Edwin, Can you propose the openbsd implementation as a patch to lib/support? -Chris
2009 Aug 25
6
[LLVMdev] Regular Expression lib support
...ways use it >  - memcpy -> memmove (parameters may overlap, BSD memcpy allows that but > POSIX doesn't) >  - COPYRIGHT -> COPYRIGHT.regex, engine.c -> engine.inc, regex.h -> > llvm/Support/regex.h >  - char* -> const char* to avoid compiler warnings >  - #define DUPMAX > > There is also a unittests/Support/RegexTest.cpp that does some very > simple tests. > > Let me know how it works on your platform. > > Best regards, > --Edwin > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at...