summary refs log tree commit diff
path: root/pkgs/shells/bash
Commit message (Collapse)AuthorAge
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* bash: *Flags are listsRobin Gloster2019-12-30
|
* Updated bash 5.0 with the latest patches.Daniel Șerbănescu2019-12-17
|
* bash-completion: apply musl patch unconditionallyJörg Thalheim2019-12-02
| | | | This way we don't forget accidentally to remove the patch on the next upgrade.
* bash-completion: Fix tests with musl.Niklas Hambüchen2019-12-02
| | | | | | | | | | | | | | | | Fixes test error self = <test_iconv.TestIconv object at 0x7ffff52f3410> completion = <CompletionResult []> @pytest.mark.complete("iconv -") def test_1(self, completion): > assert completion E assert <CompletionResult []> ../t/test_iconv.py:7: AssertionError by applying upstream commit not present in a newer release.
* bash-completion: fix build on darwinMario Rodas2019-10-25
| | | | Disable tests on Darwin because is failing consistently.
* bash-completion: do not change pkgconfig behaviour, fixes #71662Frederik Rietdijk2019-10-23
| | | | | | | | Since 2.9 bash-completion hardcodes paths in pkgconfig file. We want to be able to override certain paths, so this commit restores the original behaviour. https://github.com/NixOS/nixpkgs/issues/71662
* bash-completion: 2.8 -> 2.9Jonathan Ringer2019-10-22
|
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-25
|\ | | | | | | | | | | | | There were several more conflicts from name -> pname+version; all auto-solved by kdiff3, hopefully OK. Hydra nixpkgs: ?compare=1538611
| * bash_5: 5.0p7 -> 5.0p9Will Dietz2019-08-22
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* bash_5: 5.0-p2 -> 5.0-p7Will Dietz2019-04-21
|
* bash_5: 5.0p0 -> 5.0p2Will Dietz2019-01-20
|
* bash: cygwin patch no longer appliesJörg Thalheim2019-01-09
|
* bash5: add myself to maintainer listWill Dietz2019-01-08
|
* bash5: remove patch w/muslWill Dietz2019-01-08
| | | | Leave the configureFlags, esp disabling bash malloc.
* bash5: enable parallel building optimisticallyWill Dietz2019-01-08
| | | | Works for me and they've had quite some time to fix it ;).
* bash5: init bash 5.0Will Dietz2019-01-07
| | | | https://lists.gnu.org/archive/html/info-gnu/2019-01/msg00010.html
* nix-bash-completions: 0.6.6 -> 0.6.7Tor Hedin Brønner2018-12-04
|
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* bash: fix typo in configureFlagsvolth2018-11-21
|
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* bash: make tests run, but dependency cycleJan Malakhovski2018-08-11
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* bash: 4.4p19 -> 4.4p23Will Dietz2018-06-10
|
* Merge branch 'staging' into fix-ncurses-darwin-extensionsMatthew Justin Bauer2018-05-02
|\
| * bash: simplify expression, add `withDocs` optionJan Malakhovski2018-04-25
| |
* | nix-bash-completions: 0.6.5 -> 0.6.6Tor Hedin Brønner2018-04-25
|/
* pkgs/shells: move extensions to subdirsMatthew Bauer2018-04-17
| | | | | These are not reaal shells and should go into their parent shell directory.
* bash: 4.4p12 -> 4.4p19Will Dietz2018-03-09
|
* bash, bashInteractive: install manpages for both variantsJan Malakhovski2018-02-26
| | | | This mostly reverts commit bd0e161f0cd6a34a5fa777570b1489f1275af417.
* bash: fix on muslWill Dietz2018-02-13
|
* treewide: Use `depsBuildBuild` for buildPackges.stdenv.ccJohn Ericson2017-12-30
|
* Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEADFrederik Rietdijk2017-08-21
|\
| * bashInteractive: Fix manpages since previous commitsTuomas Tynkkynen2017-08-11
| |
| * treewide: Add man & info outputs where necessary (instead of doc)Tuomas Tynkkynen2017-08-11
| | | | | | | | | | Because man & info pages won't be going to $doc after the next commit. Scripted change for the files having one-package-per-file.
* | bash: cleanup unused fileKlaas van Schelven2017-08-18
|/ | | | | The only usage location was removed in f803270b7e00fa7124282809838d5652083b6aad Grepping for bash-4.3 yields no results
* bash: fix cygwin buildDavid McFarland2017-06-26
|
* bash: Modernize derivation, hopefully fixing cross compilationJohn Ericson2017-06-22
|
* bash: Remove unnecessary 'Makefile.inc' that is keeping reference to ↵Tuomas Tynkkynen2017-04-26
| | | | | | | | | | | | | | | bootstrap-tools The file is an example makefile for developing bash plugins, and contains stuff like: ```` example: example.o $(SHOBJ_LD) $(SHOBJ_LDFLAGS) $(SHOBJ_XLDFLAGS) -o $@ example.o $(SHOBJ_LIBS) ```` So no package is really going to depend on that, and it's making the .dev output keep a reference to the bootstrap tools. Just nuke it.
* bash: 4.4p5 -> 4.4p12Eelco Dolstra2017-03-20
|
* bash: Set bash_cv_getcwd_malloc=yes when cross compilingTuomas Tynkkynen2017-03-14
| | | | | | | | | | | | | Because if you don't, the configure script assumes that your getcwd() function is broken. Which then makes bash use it's own getcwd() implementation, which doesn't work if the path to the current directory contains bind mounts in its paths. This shows up as: shell-init: error retrieving current directory: getcwd: cannot access parent directories: Bad file descriptor ... and fails the aarch64 glibc build with sandboxes enabled. Sigh.
* bash: switch the default 4.3 -> 4.4Vladimír Čunát2017-01-05
| | | | ... and remove the now-unused 4.3 expression.
* bash-4.4: p0 -> p5 + a security patch from GentooVladimír Čunát2017-01-05
|
* bash-4.3: fix security problems via a Gentoo patchVladimír Čunát2017-01-05
|
* bash-4.3-p46 -> bash-4.3-p48Daiderd Jordan2017-01-04
|
* Merge branch 'master' into stagingVladimír Čunát2016-10-05
|\
| * Replace hard coded /bin/bash occurrencesMarkus Hauck2016-10-04
| |
* | bash 4.4: split headers into .devVladimír Čunát2016-09-17
| |
* | bash: bring back 4.3 for the non-interactive versionVladimír Čunát2016-09-17
| | | | | | | | | | ... until someone looks better at the outputs. The size has grown in 4.4, and it seems like installing binary plugins, headers, etc.