| Commit message (Expand) | Author | Age | Files | Lines |
| * | bash: Fix OpenBSD build•••See added code comment for details
| John Ericson | 2024-06-29 | 1 | -0/+4 |
| * | bash-completion: add philiptaron as maintainer | Philip Taron | 2024-06-25 | 1 | -1/+1 |
| * | various: Enable updateAutotoolsGnuConfigScriptsHook•••Prior to August 2023, any config.guess generated by autoconf will
include a hardcoded /usr/bin/uname invocation for FreeBSD on any
architecture other than arm. This clearly doesn't work under nix.
We must then update or otherwise patch each old config.guess.
| Audrey Dutcher | 2024-05-27 | 1 | -1/+2 |
| * | Merge pull request #310322 from r-ryantm/auto-update/bash-completion•••bash-completion: 2.13.0 -> 2.14.0 | Sandro | 2024-05-19 | 1 | -4/+3 |
| |\ |
|
| | * | bash-completion: 2.13.0 -> 2.14.0 | R. Ryantm | 2024-05-18 | 1 | -4/+3 |
| * | | bash: Fix build on FreeBSD cross | Audrey Dutcher | 2024-05-18 | 1 | -0/+4 |
| |/ |
|
| * | maintainers: remove KamilaBorowska | Kamila Borowska | 2024-04-21 | 1 | -1/+1 |
| * | bash-completion: 2.11 -> 2.13.0 | R. Ryantm | 2024-04-06 | 1 | -2/+2 |
| * | treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
| stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | Merge master into staging-next | github-actions[bot] | 2024-02-07 | 1 | -1/+9 |
| |\ |
|
| | * | nix-bash-completions: fix improper escaping | Naïm Favier | 2024-01-31 | 1 | -1/+9 |
| * | | bash: 5.2p21 -> 5.2p26•••While at it exposed patch suffix as a `version` attribute.
| Sergei Trofimovich | 2024-01-17 | 2 | -3/+9 |
| |/ |
|
| * | bash: 5.2p15 -> 5.2p21 | Sergei Trofimovich | 2023-11-23 | 1 | -0/+6 |
| * | nix-bash-completions: Drop nixos-rebuild completion | Samuel Dionne-Riel | 2023-10-22 | 1 | -1/+4 |
| * | Merge pull request #257358 from Artturin/bashunnecessaryexplici | Artturi | 2023-09-30 | 1 | -2/+1 |
| |\ |
|
| | * | bash: Remove unnecessary explicit passing of `binutils`•••`binutils` for darwin was added in (add binutils to bash build for size)[9c153e2227d3c66c645718355b0ed381f664afa5].
The override was added in (bash: provide a working binutils)[9e05276949045b8620a0ebd7de3aa75bb6af21cc].
| Artturin | 2023-09-26 | 1 | -2/+1 |
| * | | Merge #250128: bash: disable bash-malloc everywhere•••...into staging
| Vladimír Čunát | 2023-09-16 | 1 | -1/+6 |
| |\ \
| |/
|/| |
|
| | * | bash: disable `bash-malloc` everywhere, not just on `musl`•••TIme to time I bump into pathological behaviour of `bash` memory
allocator. Today's example:
$ time { ls /nix/store/ > /dev/null; }
real 0m0,965s user 0m0,876s sys 0m0,087s
$ time { echo /nix/store/* > /dev/null; }
real 2m18,287s user 2m17,946s sys 0m0,125s
$ time { echo /nix/store/* > /dev/null; }
real 0m1,764s user 0m1,712s sys 0m0,048s
Note how initial `echo` takes alsmot 2 minutes to finish.
Let's rely on system's allocator instead.
After the change initial run is fast again:
$ time { echo /nix/store/* > /dev/null; }
real 0m1,328s user 0m1,264s sys 0m0,063s
| Sergei Trofimovich | 2023-08-19 | 1 | -1/+6 |
| * | | bash: fix parallel build failure on unwind_prot.o•••As reported by Robert Scott in https://github.com/NixOS/nixpkgs/pull/245066
without the change `make -j8` build of `make` occasionally fails to
buildin parallel. The simplest reproducer is:
$$ ./configure
$$ make unwind_prot.o
...
In file included from unwind_prot.c:51:
In file included from ./bashintl.h:30:
./include/gettext.h:27:11: fatal error: 'libintl.h' file not found
# include <libintl.h>
^~~~~~~~~~~
1 error generated.
make: * [Makefile:106: unwind_prot.o] Error 1
The change adds missing ttransitive `${LIBINTL_H}` dependency for
unwind_prot.o.
| Sergei Trofimovich | 2023-07-24 | 2 | -0/+16 |
| |/ |
|
| * | blesh: 0.3.4 -> 0.4.0-devel3 | R. Ryantm | 2023-07-11 | 1 | -2/+2 |
| * | pkgs: fix typos | figsoda | 2023-05-19 | 1 | -1/+1 |
| * | blesh: 2022-07-29 -> 0.3.4•••https://github.com/akinomyoga/ble.sh/releases/tag/v0.3.4
| Mario Rodas | 2023-04-04 | 1 | -3/+3 |
| * | blesh: fix pname | Mario Rodas | 2023-01-28 | 1 | -1/+1 |
| * | treewide: move NIX_CFLAGS_COMPILE to the env attrset•••with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
| Artturin | 2023-02-22 | 1 | -1/+1 |
| * | Merge master into staging-next | github-actions[bot] | 2023-02-12 | 1 | -0/+3 |
| |\ |
|
| | * | bash: add pkgsStatic.bash to passthru•••to prevent regressions on updates
| Sandro Jäckel | 2023-02-12 | 1 | -0/+3 |
| * | | bash: add debug info | Alyssa Ross | 2023-01-29 | 1 | -0/+2 |
| * | | bash: apply static fix unconditionally•••To ease maintenance.
| Alyssa Ross | 2023-01-23 | 1 | -4/+5 |
| |/ |
|
| * | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
| Guillaume Girol | 2023-01-21 | 3 | -3/+3 |
| * | pkgsStatic.bash: fix build•••Link: https://lists.gnu.org/archive/html/bug-bash/2022-10/msg00000.html
| Alyssa Ross | 2023-01-13 | 1 | -1/+6 |
| * | Merge branch 'staging-next' into staging•••- readline6 attribute removed from all-packages.nix in d879125d61a0be8ecb2afddaca8f2b0530db0260
- readline attribute was bumped to readline82 in 50adabdd60d590c951824974356a9ccb9bb73ffc
| Jan Tojnar | 2023-01-02 | 1 | -3/+8 |
| |\ |
|
| | * | Merge pull request #207224 from ncfavier/nix-bash-completions | Naïm Favier | 2023-01-01 | 1 | -3/+8 |
| | |\ |
|
| | | * | nix-bash-completions: don't handle the `nix` command•••See https://github.com/hedning/nix-bash-completions/issues/20.
Even with the low priority on this package, completing `nix-build` will
load the nix-bash-completion for the `nix` command, which is undesirable
since Nix provides its own completion since 2.4.
The maintainer seems unresponsive.
| Naïm Favier | 2022-12-22 | 1 | -3/+8 |
| * | | | bash: 5.1 -> 5.2 | Markus Napierkowski | 2022-12-28 | 5 | -46/+45 |
| |/ / |
|
| * / | bash: remove ? null inputs, other little cleanups | Sandro Jäckel | 2022-12-27 | 1 | -30/+18 |
| |/ |
|
| * | Merge branch 'staging-next' into staging | Vladimír Čunát | 2022-12-09 | 1 | -24/+27 |
| |\ |
|
| | * | blesh: unstable-2022-07-24 -> unstable-2022-07-29, refactor | tars0x9752 | 2022-12-08 | 1 | -24/+27 |
| * | | Merge pull request #151090 from thefloweringash/readline-update | Sandro | 2022-11-30 | 1 | -3/+3 |
| |\ \
| |/
|/| |
|
| | * | readline: default to readline81 instead of readline6 | Andrew Childs | 2022-03-30 | 1 | -3/+3 |
| * | | treewide: optional -> optionals where the argument is a list•••the argument to optional should not be list
| Artturin | 2022-10-10 | 1 | -1/+1 |
| * | | bash: give bionic file with comment about "fortify" | cidkidnix | 2022-09-29 | 1 | -0/+1 |
| * | | bash: make android comment more clear | cidkidnix | 2022-09-23 | 1 | -1/+2 |
| * | | match libc, instead of useAndroidPrebuilt•••Co-authored-by: John Ericson <git@JohnEricson.me> | Dylan Green | 2022-09-23 | 1 | -1/+1 |
| * | | bash: fix android cross-compile | cidkidnix | 2022-09-23 | 1 | -1/+3 |
| * | | treewide: use isAarch where appropriate | Alyssa Ross | 2022-07-30 | 1 | -1/+1 |
| * | | blesh: init at 2022-07-24 (#181963)•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com> | Yuto Oguchi | 2022-07-25 | 1 | -0/+58 |
| * | | fzf-obc: init at 1.3.0•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
| Loïc Reynier | 2022-07-18 | 1 | -0/+30 |
| * | | bash: enable strictDeps | Artturin | 2022-05-06 | 1 | -1/+2 |
| * | | pkgs/shells: enable strictDeps | Artturin | 2022-05-06 | 4 | -0/+5 |
| |/ |
|
| * | Merge master into staging-next | github-actions[bot] | 2022-02-28 | 1 | -0/+3 |
| |\ |
|