No description
  • Makefile 94.6%
  • C 5.4%
Find a file
Nick Kralevich d587bd4ef4 inital checkin: libpcre
This the initial commit of libpcre, the Perl Compatible Regular
Expression library (http://www.pcre.org/)

The files in the dist/ directory correspond to pcre version
8.36 and are unmodified.

  $ sha256sum pcre-8.36.tar.bz2
  ef833457de0c40e82f573e34528f43a751ff20257ad0e86d272ed5637eb845bb  pcre-8.36.tar.bz2

The top level directory contains 3 symlinks pointing into dist,
and one Android.mk file.

The code compiles, and I've tested a small program to verify that
the functionality is correct. However, no extensive testing has
been done at this point.

Bug: 17682157
Change-Id: I2424309516429fca2a7331be7e46e51a5f2c51a6
2015-01-15 20:47:18 -08:00
dist inital checkin: libpcre 2015-01-15 20:47:18 -08:00
Android.mk inital checkin: libpcre 2015-01-15 20:47:18 -08:00
config.h inital checkin: libpcre 2015-01-15 20:47:18 -08:00
pcre.h inital checkin: libpcre 2015-01-15 20:47:18 -08:00
pcre_chartables.c inital checkin: libpcre 2015-01-15 20:47:18 -08:00