aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libedit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* libedit: 20191025 -> 20191231Will Dietz2020-01-061-2/+2
| | | | (cherry picked from commit 716b0640b65a39dccca07e3954f57ed8fad34fb3)
* libedit: 20190324 -> 20191025Will Dietz2019-10-291-2/+2
| | | | | Version comparison: https://github.com/dtzWill/libedit-releases/compare/libedit-20190324-3.1...libedit-20191025-3.1
* libedit: No need to specify `--enable-widec` anymoreWill Dietz2019-03-241-2/+0
|
* libedit: 20181209 -> 20190324Will Dietz2019-03-241-3/+4
|
* libedit: 20180525 -> 20181209Will Dietz2019-03-241-2/+2
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-281-1/+1
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* libedit: 20170329-3.1 -> 20180525-3.1 (#41550)R. RyanTM2018-06-101-2/+2
| | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libedit/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 20180525-3.1 with grep in /nix/store/cjyizgchlbid5kq9qhgjm4bsn78i0kw7-libedit-20180525-3.1 - directory tree listing: https://gist.github.com/2cbcdedff99016d29804a14409a498fd - du listing: https://gist.github.com/7e82fe655e6c31f0f57fef287fd71e54
* libedit: 20160903-3.1 -> 20170329-3.1R. RyanTM2018-04-061-2/+2
| | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libedit/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 20170329-3.1 with grep in /nix/store/ypc37byfr7pqh02h1wwmlxn0qxfqm1rc-libedit-20170329-3.1 - directory tree listing: https://gist.github.com/f77554015e717beead00f8cfe7d57d8e
* libedit: disable workaround for non-sandbox, avoid false groff depWill Dietz2018-01-221-1/+1
|
* libedit: 20150325-3.1 -> 20160903-3.1Eelco Dolstra2016-09-053-31/+7
| | | | | Also, use a separate "dev" output. This is mostly to remove ncurses.dev from openssh's runtime closure.
* ncurses: combine $lib and $out outputsThomas Tuegel2016-03-081-1/+1
| | | | | | | | The $lib output refers to the terminfo database in $out, which is about 10x larger than the ncurses shared library. Splitting these outputs saves a small amount of space for any derivations that use the terminfo database but not the ncurses library, but we do not have evidence that any such exist.
* Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-031-20/+0
|\ | | | | | | Let's get rid of those merge conflicts.
| * Remove no longer (or never) referenced patchesTobias Geerinckx-Rice2016-01-241-20/+0
| | | | | | | | 55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-192-8/+19
|\|
| * tree-wide: various cleanupsVladimír Čunát2016-01-021-8/+6
| | | | | | | | | | It's mainly refactoring and mass-rebuild simplifications without any real impact (besides better readability).
| * FreeBSD: patch expat, kerberos, libedit, ossp-uuid, lz4, sharutils, add ↵janus2016-01-012-1/+14
| | | | | | | | libelf-freebsd
* | ncurses: split into multiple outputsVladimír Čunát2015-10-131-1/+1
|/ | | | | Some programs (e.g. tput) might better be moved somewhere else than $dev/bin, but that can be improved later if need be.
* libedit: Fix .la and .pc filesWilliam A. Kennington III2015-09-181-1/+2
|
* add gnused to impure darwin stdenvJude Taylor2015-06-191-1/+1
|
* fix conditionals for bootstrap sed callsJude Taylor2015-06-181-1/+1
|
* pure darwin stdenvJude Taylor2015-06-181-1/+1
|
* cygwin: libedit patch for cygwinRok Garbas2015-06-122-0/+29
|
* libedit: Update to 20150325-3.1William A. Kennington III2015-04-211-2/+3
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-261-1/+1
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* Merge remote-tracking branch 'origin/staging' into darwin-clang-stdenvEelco Dolstra2014-10-091-6/+3
|\ | | | | | | | | Conflicts: pkgs/tools/security/gnupg/default.nix
| * libedit: UpdateWilliam A. Kennington III2014-09-211-6/+3
| |
* | suitable clang stdenvJoel Taylor2014-09-091-1/+1
|/
* libedit: add FreeBSD supportDomen Kozar2013-10-313-0/+36
|
* libedit: 20100424-3.0 -> 20130712-3.1Domen Kožar2013-10-291-3/+4
|
* Work around hard-coded `/usr/bin/nroff' in `configure'.Ludovic Courtès2011-01-131-1/+4
| | | | svn path=/nixpkgs/trunk/; revision=25533
* Updating the libedit build so it works fine with wide chars.Lluís Batlle i Rossell2010-11-151-3/+5
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24693
* Updating openssh, fixing libedit for openssh to link well with it, and... ↵Lluís Batlle i Rossell2010-04-221-1/+5
| | | | | | | | here we finally have sftp with some kind of 'readline'! svn path=/nixpkgs/trunk/; revision=21246
* libedit update (the former upstream tarball vanished).Ludovic Courtès2009-10-061-6/+6
| | | | svn path=/nixpkgs/trunk/; revision=17679
* * editline: renamed to libedit (which seems to be the proper name forEelco Dolstra2009-04-161-0/+17
the package). * Removed the old ghc-wrapper, which hasn't been used for a long time. * Renamed the "boot" GHC to "binary", which is more descriptive. (They *can* be used for other things than bootstrapping a GHC source build.) * Updated the GHC 6.10.1 binary to 6.10.2. svn path=/nixpkgs/trunk/; revision=15095