BeBits Information Developer Central Submit Application Your Account Web Links Contact Us
BeBits
pcre
Version History
  Go back to the pcre Page

Version 5.0
 License:   BSD/MIT
 Updated:   November 14, 2004
 Source:   Source Available
  • There's an "automatic callout" feature that inserts callouts before every item in the regex, and there's a new callout field that gives the position in the pattern - useful for debugging and tracing.
  • The extra_data structure can now be used to pass in a set of character tables at exec time. This is useful if compiled regex are saved and re-used at a later time when the tables may not be at the same address. If the default internal tables are used, the pointer saved with the compiled pattern is now set to NULL, which means that you don't need to do anything special unless you are using custom tables.
  • It is possible, with some restrictions on the content of the regex, to request "partial" matching. A special return code is given if all of the subject string matched part of the regex. This could be useful for testing an input field as it is being typed.
  • There is now some optional support for Unicode character properties, which means that the patterns items such as \p{Lu} and \X can now be used. Only the general category properties are supported. If PCRE is compiled with this support, an additional 90K data structure is include, which increases the size of the library dramatically.
  • There is support for saving compiled patterns and re-using them later.
  • There is support for running regular expressions that were compiled on a different host with the opposite endianness.


Intel Version - requires R5   (277 KB) 178 downloads
  Working Link Download x86
Intel Version   (438 KB) 76 downloads
  Working Link Download source
PowerPC Version - requires R5   (265 KB) 38 downloads
  Working Link Download ppc

Version 4.5
 License:   Other Open Source License
 Updated:   April 12, 2004
 Source:   Source Available
As the other version on BeBits is quite old I thought it'd be nice to have the current version available.

The code has been slightly modified to circumvent the broken iscntrl()-macro on BeOS, i.e. it passes all tests.

Intel Version - requires R5   (310 KB) 89 downloads
  Working Link Download x86 binaries
Intel Version   (429 KB) 46 downloads
  Working Link Download source
PowerPC Version - requires R5   (300 KB) 21 downloads
  Working Link Download ppc binaries

 
The Green Board
  Recent Downloads  -  # 312
Total Downloads  -  # 2,910
Total Views  -  # 2,804
User Ratings  -  N/A
  Class Libraries
Shared Libraries
1.  BePodder - 9.80
2.  QEMU - 9.68
3.  ScummVM - 9.57
4.  Jukebox - 9.44
5.  Haiku AGP busm... - 9.35
6.  cpu_fix - 9.31
7.  vim6 - 9.31
8.  VNCServer - 9.30
9.  Beezer - 9.26
10.  HandBrake - 9.25
1.  Ati Radeon G... - 32,875
2.  BeOS 5 Perso... - 32,447
3.  Realtek RTL8... - 20,353
4.  Ensoniq Audi... - 17,690
5.  USB Joystick... - 16,552
6.  BePDF - 15,347
7.  ATI Rage 128... - 13,355
8.  S3 Trio 64 v... - 10,304
9.  VLC Media Pla... - 9,558
10.  DOSBox - 9,462
You are not logged in.
 Login

 
Unless otherwise noted, everything is copyright © 1999-2011 Haikuware. All Rights Reserved.
For more legal trivia, take a gander at our
Legal Stuff page and our Privacy Statement.