summary refs log tree commit diff
path: root/pkgs/shells/bash
Commit message (Collapse)AuthorAge
* 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.
* | readline70: init at 7.0p0Vladimír Čunát2016-09-17
| | | | | | | | | | Also switch bash-4.4 to it, as it's unable to link with older readline versions (only bashInteractive is affected).
* | bash: fixup the patch-list pathsVladimír Čunát2016-09-17
| |
* | Add bash-4.4-patches.nixMatthias Beyer2016-09-16
| |
* | bash: 4.3 -> 4.4Matthias Beyer2016-09-16
|/
* Revert "Revert "bash: 4.3-p42 -> 4.3-p46""Franz Pletz2016-08-26
| | | | | | | This reverts commit 36e75a2285feaff2e0c00e457e2a308e74a553c9. Sorry, had bash reverted temporarily to test the build of the sqlite bump and forgot to remove that commit.
* Revert "bash: 4.3-p42 -> 4.3-p46"Franz Pletz2016-08-26
| | | | This reverts commit e39a3237e6a24047304184e3d2da813683992e78.
* bash: 4.3-p42 -> 4.3-p46Eelco Dolstra2016-08-26
|
* Merge remote-tracking branch 'origin/master' into hardened-stdenvFranz Pletz2016-05-18
|\
| * Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
| |
| * zlib, bash: mass-rebuild cleanupVladimír Čunát2016-04-25
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-18
|\|
| * bash-interactive: better split doc stuffVladimír Čunát2016-03-08
| | | | | | | | ... while avoiding mass rebuild ATM.
| * Merge branch 'master' into closure-sizeVladimír Čunát2015-12-31
| |\ | | | | | | | | | | | | TODO: there was more significant refactoring of qtbase and plasma 5.5 on master, and I'm deferring pointing to correct outputs to later.
| * | bash: remove bashbug for non-interactive, refactorVladimír Čunát2015-10-28
| | |
| * | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
| |\ \ | | | | | | | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * \ \ Merge 'staging' into closure-sizeVladimír Čunát2015-04-18
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - there were many easy merge conflicts - cc-wrapper needed nontrivial changes Many other problems might've been created by interaction of the branches, but stdenv and a few other packages build fine now.
| * | | | WIP: getting goodVladimír Čunát2014-08-27
| | | | |
* | | | | cc-wrapper: Check if ld supports -z, fixes darwinFranz Pletz2016-03-07
| |_|_|/ |/| | |
* | | | GNU apparently modified bash patch 042.Burke Libbey2015-12-03
| |_|/ |/| |
* | | bash4.3: p39 -> p42William A. Kennington III2015-08-31
| | |
* | | bash: Remove stale 4.1 patchesWilliam A. Kennington III2015-08-31
| | |