about summary refs log tree commit diff
path: root/pkgs/development/libraries/pcre
AgeCommit message (Collapse)AuthorFilesLines
2013-06-30pcre: minor update 8.32 -> 8.33Vladimír Čunát1-2/+2
2013-06-11pcre: Split into multiple outputsEelco Dolstra1-0/+8
2013-02-28Update to PCRE 8.32 with JIT enabledDanny Wilson1-2/+3
2012-11-21pcre: update library to version 8.31Peter Simons2-40/+2
2012-08-02Julia language: update to a fresh versionMichael Raskin1-0/+38
Update julia and some of its dependencies Split PCRE because a lot of packages depend on it and I am not sure we want to test them in a hurry (and Julia specifies exact version).
2012-05-24PCRE: Disable tests on Cygwin.Ludovic Courtès1-1/+1
svn path=/nixpkgs/trunk/; revision=34219
2011-12-14* PCRE updated to 8.21. Also enable Unicode support by default, sinceEelco Dolstra1-5/+5
it only increases the size of the library a little bit. svn path=/nixpkgs/branches/stdenv-updates/; revision=30886
2010-10-07Updating from trunk. I had to resolve the pcre and some stdenv2 in all-packagesLluís Batlle i Rossell1-2/+1
svn path=/nixpkgs/branches/stdenv-updates/; revision=24155
2010-10-06pkgs/development/libraries/pcre: fixed build on DarwinPeter Simons1-1/+5
The gcc version used on Darwin crashes while compiling the C++ interface of PCRE. Building that code with -O0 avoids the crash. svn path=/nixpkgs/trunk/; revision=24107
2010-10-05pkgs/development/libraries/pcre: fixed misspelled CPPFLAGSPeter Simons1-1/+1
svn path=/nixpkgs/branches/stdenv-updates/; revision=24082
2010-10-05pkgs/development/libraries/pcre: merged recent changes from trunkPeter Simons1-0/+7
svn path=/nixpkgs/branches/stdenv-updates/; revision=24076
2010-10-05* Revert last two commits, they should be in the stdenv-branch.Eelco Dolstra1-7/+0
svn path=/nixpkgs/trunk/; revision=24075
2010-10-05pkgs/development/libraries/pcre: enable regression test suitePeter Simons1-0/+2
svn path=/nixpkgs/trunk/; revision=24074
2010-10-05pkgs/development/libraries/pcre: fixed build on DarwinPeter Simons1-0/+5
The gcc version used on Darwin fails to compile the C++ interface to the PCRE library when optimizations are enabled. Building C++ code with -O0 remedies the problem. This is unsatisfactory, though, because the resulting library is likely to perform more poorly than it would if built with -O2 or -O3. svn path=/nixpkgs/trunk/; revision=24072
2010-10-05pkgs/development/libraries/pcre: updated to version 8.10Peter Simons1-4/+16
svn path=/nixpkgs/branches/stdenv-updates/; revision=24070
2010-10-05pkgs/development/libraries/pcre: updated the meta section and enabled hydra ↵Peter Simons1-3/+15
builds of this package svn path=/nixpkgs/trunk/; revision=24069
2010-05-20pkgs/development/libraries/pcre: updated to version 8.02Peter Simons1-5/+5
svn path=/nixpkgs/branches/stdenv-updates/; revision=21908
2009-04-21* Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra1-1/+1
* Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
2009-03-25* PCRE 7.8.Eelco Dolstra1-3/+10
svn path=/nixpkgs/branches/stdenv-updates/; revision=14710
2008-12-10* Merged from the trunk. Let's see how well this works withEelco Dolstra1-3/+3
Subversion 1.5... svn path=/nixpkgs/branches/stdenv-updates/; revision=13601
2008-10-07* pcre 7.8.Eelco Dolstra2-22/+7
svn path=/nixpkgs/branches/stdenv-updates/; revision=12984
2008-10-05* Revert - this needs to go to the stdenv branch (I'll create itEelco Dolstra1-3/+3
tomorrow). svn path=/nixpkgs/trunk/; revision=12965
2008-10-05Bumped pcre versionPjotr Prins1-3/+3
svn path=/nixpkgs/trunk/; revision=12947
2008-09-10* Revert to 7.4 (but with an updated URL) since pcre is a part ofEelco Dolstra2-3/+17
stdenv. Time to reopen the stdenv branch? svn path=/nixpkgs/trunk/; revision=12838
2008-09-09libpcre: update from 7.4 to 7.8Peter Simons1-3/+3
Version 7.4 of libpcre is no longer available for download at the specified location, so I updated to version 7.8, which is the latest one. svn path=/nixpkgs/trunk/; revision=12835
2007-11-21* pcre: don't compile with C++ support when doing a dietlibc build.Eelco Dolstra1-3/+4
* GCC 4.2: restore the ability to build a statically linked compiler, needed for the Nixpkgs bootstrap. * GCC 4.2: use symlinks instead of hard links in $out/bin (NIXPKGS-62). svn path=/nixpkgs/branches/stdenv-updates/; revision=9771
2007-11-19* Updated various stdenv packages (grep, gawk, tar, cpio, findutils,Eelco Dolstra1-9/+8
pcre). svn path=/nixpkgs/branches/stdenv-updates/; revision=9758
2007-10-01Added optional unicode support to pcre. Building old (non-unicode) package byYury G. Kudryashov1-2/+7
default. svn path=/nixpkgs/trunk/; revision=9386
2007-05-24* pcre updated to 7.1 (NIXPKGS-58).Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=8747
2006-10-12* Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=6711
2006-07-066.6 -> 6.7Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=5633
2006-06-21* Latest versions.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=5482
2006-01-30* Copy lots of files to nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=4623
2005-12-06* Glibc 2.3.6.Eelco Dolstra1-3/+3
* GCC 3.4.5. * Updated several other stdenv packages. * Modified the builders of several packages to use the generic builder. svn path=/nixpkgs/trunk/; revision=4336
2005-06-17* Lots of updates, especially GTK and X libraries.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=3193
2005-02-15* Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra1-1/+1
gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
2004-09-18* Pcre updated to 4.5.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=1443
2004-03-29* Remove trivial builders.Eelco Dolstra2-7/+1
* Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
2004-03-19* The stdenv setup script now defines a generic builder that allowsEelco Dolstra2-11/+7
builders for typical Autoconf-style to be much shorten, e.g., . $stdenv/setup genericBuild The generic builder does lots of stuff automatically: - Unpacks source archives specified by $src or $srcs (it knows about gzip, bzip2, tar, zip, and unpacked source trees). - Determines the source tree. - Applies patches specified by $patches. - Fixes libtool not to search for libraries in /lib etc. - Runs `configure'. - Runs `make'. - Runs `make install'. - Strips debug information from static libraries. - Writes nested log information (in the format accepted by `log2xml'). There are also lots of hooks and variables to customise the generic builder. See `stdenv/generic/docs.txt'. * Adapted the base packages (i.e., the ones used by stdenv) to use the generic builder. * We now use `curl' instead of `wget' to download files in `fetchurl'. * Neither `curl' nor `wget' are part of stdenv. We shouldn't encourage people to download stuff in builders (impure!). * Updated some packages. * `buildinputs' is now `buildInputs' (but the old name also works). * `findInputs' in the setup script now prevents inputs from being processed multiple times (which could happen, e.g., if an input was a propagated input of several other inputs; this caused the size variables like $PATH to blow up exponentially in the worst case). * Patched GNU Make to write nested log information in the format accepted by `log2xml'. Also, prior to writing the build command, Make now writes a line `building X' to indicate what is being built. This is unfortunately often obscured by the gigantic tool invocations in many Makefiles. The actual build commands are marked `unimportant' so that they don't clutter pages generated by `log2html'. svn path=/nixpkgs/trunk/; revision=845
2003-11-18* Rename .fix -> .nix.Eelco Dolstra1-0/+0
svn path=/nixpkgs/trunk/; revision=511
2003-11-14* Renamed pkgs-ng to pkgs.Eelco Dolstra2-0/+19
svn path=/nixpkgs/trunk/; revision=502