summary refs log tree commit diff
path: root/pkgs/development/libraries/pcre
Commit message (Collapse)AuthorAge
* pcre: 8.36 -> 8.37William A. Kennington III2015-05-04
|
* No need for this hack anymoreDan Peebles2015-02-18
|
* pcre: Update to 8.36Eelco Dolstra2014-10-06
|
* pcre: update from 8.34 to 8.35Nixpkgs Monitor2014-09-06
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Use mingw-w64 for 32bit Windows builds as well.aszlig2014-03-03
| | | | | | | | | Mingw(32) is rather poorly maintaned and has quite a lot of bugs. And because our Windows cross builds were also poorly maintained and most of the cross-tests were broken as well, I'm just taking this step and try to switch to mingw-w64 for everything "cross Windows". Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* pcre/cross: Enable support for winpthreads.aszlig2014-02-24
| | | | | | That way we're able to build with the JIT compiler enabled. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* pcre: update to version 8.34Peter Simons2014-01-13
|
* pcre: disable tests for freeBSDs, as we're running out of stackVladimír Čunát2013-10-08
|
* pcre: minor update 8.32 -> 8.33Vladimír Čunát2013-06-30
|
* Update to PCRE 8.32 with JIT enabledDanny Wilson2013-02-28
|
* pcre: update library to version 8.31Peter Simons2012-11-21
|
* Julia language: update to a fresh versionMichael Raskin2012-08-02
| | | | | | | 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).
* PCRE: Disable tests on Cygwin.Ludovic Courtès2012-05-24
| | | | svn path=/nixpkgs/trunk/; revision=34219
* * PCRE updated to 8.21. Also enable Unicode support by default, sinceEelco Dolstra2011-12-14
| | | | | | it only increases the size of the library a little bit. svn path=/nixpkgs/branches/stdenv-updates/; revision=30886
* Updating from trunk. I had to resolve the pcre and some stdenv2 in all-packagesLluís Batlle i Rossell2010-10-07
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24155
| * pkgs/development/libraries/pcre: fixed build on DarwinPeter Simons2010-10-06
| | | | | | | | | | | | | | 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
| * * Revert last two commits, they should be in the stdenv-branch.Eelco Dolstra2010-10-05
| | | | | | | | svn path=/nixpkgs/trunk/; revision=24075
| * pkgs/development/libraries/pcre: enable regression test suitePeter Simons2010-10-05
| | | | | | | | svn path=/nixpkgs/trunk/; revision=24074
| * pkgs/development/libraries/pcre: fixed build on DarwinPeter Simons2010-10-05
| | | | | | | | | | | | | | | | | | 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
| * pkgs/development/libraries/pcre: updated the meta section and enabled hydra ↵Peter Simons2010-10-05
| | | | | | | | | | | | builds of this package svn path=/nixpkgs/trunk/; revision=24069
* | pkgs/development/libraries/pcre: fixed misspelled CPPFLAGSPeter Simons2010-10-05
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24082
* | pkgs/development/libraries/pcre: merged recent changes from trunkPeter Simons2010-10-05
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24076
* | pkgs/development/libraries/pcre: updated to version 8.10Peter Simons2010-10-05
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24070
* | pkgs/development/libraries/pcre: updated to version 8.02Peter Simons2010-05-20
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=21908
* * Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra2009-04-21
| | | | | | * Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
* * PCRE 7.8.Eelco Dolstra2009-03-25
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14710
* * Merged from the trunk. Let's see how well this works withEelco Dolstra2008-12-10
|\ | | | | | | | | | | Subversion 1.5... svn path=/nixpkgs/branches/stdenv-updates/; revision=13601
* | * pcre 7.8.Eelco Dolstra2008-10-07
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=12984
* * Revert - this needs to go to the stdenv branch (I'll create itEelco Dolstra2008-10-05
| | | | | | tomorrow). svn path=/nixpkgs/trunk/; revision=12965
* Bumped pcre versionPjotr Prins2008-10-05
| | | | svn path=/nixpkgs/trunk/; revision=12947
* * Revert to 7.4 (but with an updated URL) since pcre is a part ofEelco Dolstra2008-09-10
| | | | | | stdenv. Time to reopen the stdenv branch? svn path=/nixpkgs/trunk/; revision=12838
* libpcre: update from 7.4 to 7.8Peter Simons2008-09-09
| | | | | | | | 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
* * pcre: don't compile with C++ support when doing a dietlibc build.Eelco Dolstra2007-11-21
| | | | | | | | | * 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
* * Updated various stdenv packages (grep, gawk, tar, cpio, findutils,Eelco Dolstra2007-11-19
| | | | | | pcre). svn path=/nixpkgs/branches/stdenv-updates/; revision=9758
* Added optional unicode support to pcre. Building old (non-unicode) package byYury G. Kudryashov2007-10-01
| | | | | | default. svn path=/nixpkgs/trunk/; revision=9386
* * pcre updated to 7.1 (NIXPKGS-58).Eelco Dolstra2007-05-24
| | | | svn path=/nixpkgs/trunk/; revision=8747
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* 6.6 -> 6.7Armijn Hemel2006-07-06
| | | | svn path=/nixpkgs/trunk/; revision=5633
* * Latest versions.Eelco Dolstra2006-06-21
| | | | svn path=/nixpkgs/trunk/; revision=5482
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * Glibc 2.3.6.Eelco Dolstra2005-12-06
| | | | | | | | | * 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
* * Lots of updates, especially GTK and X libraries.Eelco Dolstra2005-06-17
| | | | svn path=/nixpkgs/trunk/; revision=3193
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* * Pcre updated to 4.5.Eelco Dolstra2004-09-18
| | | | svn path=/nixpkgs/trunk/; revision=1443
* * Remove trivial builders.Eelco Dolstra2004-03-29
| | | | | | | | | | | | * 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
* * The stdenv setup script now defines a generic builder that allowsEelco Dolstra2004-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* * Rename .fix -> .nix.Eelco Dolstra2003-11-18
| | | | svn path=/nixpkgs/trunk/; revision=511
* * Renamed pkgs-ng to pkgs.Eelco Dolstra2003-11-14
svn path=/nixpkgs/trunk/; revision=502