summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-18
| | | | | | | | | | | | `selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
* * tcsh: create a "csh" symlink.Eelco Dolstra2009-06-13
| | | | svn path=/nixpkgs/trunk/; revision=15950
* * Another sync with the trunk.Eelco Dolstra2009-04-23
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15269
| * Updating tcsh, so its url even works.Lluís Batlle i Rossell2009-04-18
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15137
* | * Doh.Eelco Dolstra2009-04-14
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15019
* | * bash: updated to 4.0 patchlevel 17. Removed the dietlibc patch, weEelco Dolstra2009-04-13
| | | | | | | | | | | | don't need it anymore. svn path=/nixpkgs/branches/stdenv-updates/; revision=15018
* | * Fixed bashInteractive.Eelco Dolstra2009-03-25
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14703
* | Remove redundant Bash 4.0 expression.Ludovic Courtès2009-03-23
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14663
* | * Sync with the trunk.Eelco Dolstra2009-03-20
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14634
| * Added bash 4.0 (and readline 6.0, which is required by bash).Peter Simons2009-03-17
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14573
* | GNU Bash 4.0.Ludovic Courtès2009-02-23
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14210
* | * Bash 3.2.48.Eelco Dolstra2009-01-27
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13876
* adding cvs zsh version because it has better hg, tg completion supportMarc Weber2008-12-22
| | | | svn path=/nixpkgs/trunk/; revision=13670
* zsh update to 4.3.9Marc Weber2008-11-22
| | | | svn path=/nixpkgs/trunk/; revision=13367
* * bash: use the global /etc/bashrc and /etc/bash_logout files.Eelco Dolstra2008-07-16
| | | | | | | | | | Changed the built-in default $PATH to /no-such-path. (This also applies to the "standard utilities path" used by "command -p", so that doesn't work anymore, but it didn't work anyway on NixOS and nobody uses it.) Include the startup files for non-interactive login shells. Use bashrc when started from ssh. svn path=/nixpkgs/trunk/; revision=12365
* * bash needs texinfo if you want the manpages / info docs.Eelco Dolstra2008-07-16
| | | | svn path=/nixpkgs/trunk/; revision=12363
* Update zsh mirror. (patch from Bárður Árantsson)Nicolas Pierron2008-06-26
| | | | svn path=/nixpkgs/trunk/; revision=12192
* * Bash 3.2 patchlevel 39.Eelco Dolstra2008-05-09
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11799
* Added socat, updated zshYury G. Kudryashov2008-02-10
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=10575
* * Bash 3.2 updated to patch level 33.Eelco Dolstra2008-02-06
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=10512
* * coreutils-6.10, findutils-4.2.32.Eelco Dolstra2008-02-06
| | | | | | * Added some meta attributes. svn path=/nixpkgs/branches/stdenv-updates/; revision=10511
* Merged with trunkYury G. Kudryashov2008-01-15
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=10145
* * Bash 3.2 patchlevel 25.Eelco Dolstra2007-11-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=9795
* * Fix a bunch of URLs.Eelco Dolstra2007-09-11
| | | | svn path=/nixpkgs/trunk/; revision=9292
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* Version bump. Old one is unavailable.Michael Raskin2007-07-18
| | | | svn path=/nixpkgs/trunk/; revision=9001
* * zsh upgraded to 4.3.2, lua upgraded to 5.1.2 (works only on linux now)Yury G. Kudryashov2007-07-17
| | | | svn path=/nixpkgs/trunk/; revision=8990
* Added version suffixes.Michael Raskin2007-06-26
| | | | svn path=/nixpkgs/trunk/; revision=8921
* Added zshMichael Raskin2007-06-20
| | | | svn path=/nixpkgs/trunk/; revision=8900
* * Replace bash with bash-interactive.Eelco Dolstra2007-05-24
| | | | svn path=/nixpkgs/trunk/; revision=8761
* svn path=/nixpkgs/trunk/; revision=8760Eelco Dolstra2007-05-24
|
* * Bash updated to 3.2 patchlevel 17.Eelco Dolstra2007-05-24
| | | | svn path=/nixpkgs/trunk/; revision=8746
* * Add bashInteractive to the channel.Eelco Dolstra2007-04-04
| | | | svn path=/nixpkgs/trunk/; revision=8539
* * Yes! Finally! Bash built with ncurses support! This fixes theEelco Dolstra2007-03-06
| | | | | | annoying problem with lines longer than 80 (?) characters. svn path=/nixpkgs/trunk/; revision=8248
* * Another example of an inline hook.Eelco Dolstra2006-10-26
| | | | svn path=/nixpkgs/trunk/; revision=6864
* * Patch for a critical bug in bash.Eelco Dolstra2006-10-25
| | | | svn path=/nixpkgs/trunk/; revision=6848
* * bash 2.0, findutils 4.2.28.Eelco Dolstra2006-10-24
| | | | | | * Some Nix expression simplifications. Sense and simplicity! svn path=/nixpkgs/trunk/; revision=6836
* * binutils on dietlibc.Eelco Dolstra2006-10-19
| | | | | | * Pass -lcompat by default in the dietlibc stdenv. svn path=/nixpkgs/trunk/; revision=6770
* * Bash on dietlibc.Eelco Dolstra2006-10-18
| | | | | | * Pass -D_BSD_SOURCE=1 by default in the dietlibc stdenv. svn path=/nixpkgs/trunk/; revision=6768
* * Update more URLs.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6713
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* * More descriptions.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6709
* patch the binaries to nuke paths to glibc. Ripped from ↵Armijn Hemel2006-07-31
| | | | | | stdenv/linux/scripts/fix-outpath.sh svn path=/nixpkgs/trunk/; revision=6003
* also update static version of bash to 3.1Armijn Hemel2006-06-24
| | | | svn path=/nixpkgs/trunk/; revision=5523
* update bash to 3.1Armijn Hemel2006-02-19
| | | | svn path=/nixpkgs/trunk/; revision=4859
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* add a static version of bash. This comes in handy for NixOS (installer disk) ↵Armijn Hemel2005-12-23
| | | | | | and the static tools we use to bootstrap Nix on for example NixOS. Can I say NixOS one more time? NixOS. svn path=/nixpkgs/trunk/; revision=4423
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* add tcshArmijn Hemel2005-10-24
| | | | svn path=/nixpkgs/trunk/; revision=4123
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660