summary refs log tree commit diff
path: root/pkgs/tools/misc/coreutils
Commit message (Collapse)AuthorAge
* coreutils: Update to 8.23Eelco Dolstra2014-10-06
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* coreutils: Disable parallel buildingEelco Dolstra2014-02-14
|
* coreutils: fix build (race condition)Vladimír Čunát2013-12-27
|
* Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons2013-09-23
|\ | | | | | | | | Conflicts: pkgs/development/libraries/gettext/default.nix
| * coreutils,gettext: don't change hash except for darwinVladimír Čunát2013-09-14
| | | | | | | | | | | | | | Also some style cleanup. Note that defining an empty-string variable *does* change the hash. I would like to change this behaviour one day (clean up attrs when compiling the derivation).
| * coreutils: Guard against compiler not supporting __builtin_stpncpy_chkDanie Roux2013-09-14
| | | | | | | | | | | | | | | | | | | | | | | | From https://lists.macosforge.org/pipermail/macports-dev/2011-July/015263.html: 5) Building with a compiler that doesn't support newer __builtins If your port uses MacPorts compilers rather than the default compiler, you may run into trouble with string functions. You'll see errors at link time about undefined __builtin_* functions. If this happens, you may want to compile with -D_FORTIFY_SOURCE=0 to tell the headers to use unfortified versions which do not use compiler builtins.
| * coreutils: Remove 8.19 referenceDanie Roux2013-09-14
| |
| * coreutils: Make it build on OSX 10.0.8Danie Roux2013-09-14
| | | | | | | | Take patch from: https://lists.gnu.org/archive/html/bug-coreutils/2013-01/msg00119.html
* | Merge branch 'origin/master' into stdenv.Peter Simons2013-08-17
|\|
| * unmaintain several packagesLudovic Courtès2013-08-16
| |
* | Merge changes from branch 'master' into stdenv-updates.Peter Simons2013-04-19
|\| | | | | | | | | | | Conflicts: pkgs/development/libraries/icu/default.nix pkgs/tools/misc/coreutils/default.nix
| * coreutils: fixing cross-buildLluís Batlle i Rossell2013-04-10
| | | | | | | | | | coreutils can't generate the man pages cross-building. I do a trick to get them from a non-cross-built coreutils.
| * coreutils: Update to 8.21Eelco Dolstra2013-03-06
| | | | | | | | Now "df" finally hides bind mounts and rootfs!
* | GCC 4.7.2 + updated libraries compiles on Illumos/SmartOS!Danny Wilson2013-02-28
| | | | | | | | | | - Add solaris native ld support to GCC build wrapper - Add solaris ld wrapper that fixes -L argument order
* | Attempt at getting GCC 4.7 compiled on Illumos...Danny Wilson2013-02-28
| | | | | | | | No success yet :-(
* | Coreutils update and Illumos compatibility fixes.Danny Wilson2013-02-28
|/ | | | | | - GNU Coreutils 8.21 - Add is64Bit checks to stdenv for Solaris. - Fix OpenSSL Illumos build.
* coreutils: I forgot a file in the prev commitLluís Batlle i Rossell2013-01-02
|
* coreutils: update to 8.20. They didn't build in i686 here.Lluís Batlle i Rossell2013-01-02
| | | | | | Here is the error: set-mode-acl.c: In function 'qset_acl': set-mode-acl.c:72:6: error: #error Must have acl_delete_def_file (see POSIX 1003.1e draft 17).
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2012-12-28
| | | | | | This is for consistency with terminology in stdenv (and the terms "hostDrv" and "buildDrv" are not very intuitive, even if they're consistent with GNU terminology).
* Revert "coreutils: Update to 8.20"Eelco Dolstra2012-12-12
| | | | | | | | This reverts commit 16203074885128f61f6d64b381805536e036fbfb. 8.20 doesn't build on x86_64-darwin. http://hydra.nixos.org/build/3435174
* coreutils: Update to 8.20Eelco Dolstra2012-11-23
|
* coreutils: Update to 8.19Eelco Dolstra2012-09-18
|
* GNU Coreutils: Allow builds with newer versions of glibc.Ludovic Courtès2012-06-28
|
* * Cleanup: remove obsolete references to ‘xz’, which is in stdenv now.Eelco Dolstra2012-01-18
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31678
* * coreutils 8.15.Eelco Dolstra2012-01-18
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31643
* coreutils: added missing xz build inputPeter Simons2011-10-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=30028
* GNU Coreutils 8.14.Ludovic Courtès2011-10-14
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=29848
* GNU Coreutils 8.13Shea Levy2011-09-11
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=29191
* Merge from trunk up through r28790Shea Levy2011-08-24
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=28792
| * coreutils: add SELinux supportEvgeny Egorochkin2011-03-27
| | | | | | | | svn path=/nixpkgs/trunk/; revision=26543
* | GNU Coreutils 8.10.Ludovic Courtès2011-02-25
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=26117
* GNU Coreutils 8.7.Ludovic Courtès2010-12-12
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=25092
* GNU Coreutils 8.5.Ludovic Courtès2010-08-20
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23279
* Enable parallel building of gcc, glibc, gmp, mpfr, coreutils, perl, git, and ↵Peter Simons2010-06-23
| | | | | | qt4. svn path=/nixpkgs/branches/stdenv-updates/; revision=22400
* Fixing coreutils - I did not merge that well enoughLluís Batlle i Rossell2010-05-25
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=21976
* Merging from trunk - I had to resolve conflicts on coreutils; I hope I ↵Lluís Batlle i Rossell2010-05-25
|\ | | | | | | | | | | | | | | | | resolved that well svn path=/nixpkgs/branches/stdenv-updates/; revision=21975
| * Add cross Coreutils.Ludovic Courtès2010-05-21
| | | | | | | | svn path=/nixpkgs/trunk/; revision=21935
* | Making a bunch of basic programs cross-buildable.Lluís Batlle i Rossell2010-04-04
| | | | | | | | | | | | | | After this, the 'bootstrap-tools' can be cross-built. svn path=/nixpkgs/branches/stdenv-updates/; revision=20945
* | Trying to get coreutils cross-built with uclibc.Lluís Batlle i Rossell2010-03-09
|/ | | | | | | | This involved fixing some buildInputs/buildNativeInputs in acl/attr, and adding a libiconv in some places. svn path=/nixpkgs/branches/stdenv-updates/; revision=20510
* coreutils: Disable tests on non-GNU platforms.Ludovic Courtès2010-01-18
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19521
* GNU Coreutils 8.4.Ludovic Courtès2010-01-14
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19429
* GNU Coreutils 8.3.Ludovic Courtès2010-01-08
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19314
* GNU Coreutils 8.2.Ludovic Courtès2009-12-11
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=18906
* Removing the coreutils-7.5, which were needed in armv5tel in contrast toLluís Batlle i Rossell2009-12-08
| | | | | | | | coreutils 7.6, which did not build well. The newer coreutils 8.1 work perfectly, and we don't need to rely in older versions. svn path=/nixpkgs/branches/stdenv-updates/; revision=18836
* Building coreutils with gmp, only because it is possible to do so.Lluís Batlle i Rossell2009-12-02
| | | | | | | I don't know the advantage, though. svn path=/nixpkgs/branches/stdenv-updates/; revision=18770
* GNU Coreutils: Comment on test failures.Ludovic Courtès2009-11-22
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=18512
* argh. Bad commenting style and a commit too blind.Lluís Batlle i Rossell2009-11-20
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=18496
* Disabling the coreutils testsLluís Batlle i Rossell2009-11-20
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=18495