about summary refs log tree commit diff
path: root/pkgs/tools/misc/rlwrap
AgeCommit message (Collapse)AuthorFilesLines
2022-10-22rlwrap: 0.45.2 -> 0.46R. Ryantm1-2/+2
2022-10-04rlwrap: add srapenne as maintainerSolene Rapenne1-1/+1
2021-08-17rlwrap: 0.45 -> 0.45.2R. RyanTM1-2/+2
2021-02-11rlwrap: 0.43 -> 0.45Sandro Jäckel1-14/+18
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-4/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-05Remove myself (fuuzetsu) from maintainer listsMateusz Kowalczyk1-1/+1
I haven't been doing any maintenance for a long time now and not only do I get notified, it also creates a fake impression that all these packages had at least one maintainer when in practice they had none.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-11-04rlwrap: 0.42 -> 0.43mimadrid1-4/+5
2015-03-20Set some meta.platformsEelco Dolstra1-1/+1
Also fix meta.platform -> meta.platforms in a few places.
2014-11-20rlwrap: update from 0.41 to 0.42Mateusz Kowalczyk1-2/+2
2014-09-21rlwrap: update from 0.37 to 0.41Mateusz Kowalczyk1-2/+5
2010-12-17Patch rlwrap to support high-bit charactersMichael Raskin1-0/+5
svn path=/nixpkgs/trunk/; revision=25167
2010-07-29* ltrace: updated to 0.5.3.Eelco Dolstra1-19/+14
* libdbi / libdbi-drivers: updated to 0.8.3, and make it compile with SQLite. * qemu-image: fix the URL. * gdmap: make it build again (requires an older GTK+). * rlwrap: updated to 0.37. * smbfs-fuse -> fusesmb to match the upstream name. * x11vnc: updated to 0.9.10. * clearlyU: fix the URL. * Various packages: follow the coding conventions. svn path=/nixpkgs/trunk/; revision=22814
2010-07-29* composedArgsAndFun -> makeOverridable for consistency.Eelco Dolstra1-0/+0
* Rename a few single-version packages to "default.nix". svn path=/nixpkgs/trunk/; revision=22803
2009-11-18* Removed selectVersion. There's no good reason to writeEelco Dolstra1-1/+1
`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
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra1-3/+1
Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
2008-11-04meta.function -> passthru.function, not killing other contents of passthruMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=13190
2008-08-19Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin1-3/+3
overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655
2008-03-02Added ttmkfdir - program to create fonts.scale for TTF fontsMichael Raskin1-0/+1
svn path=/nixpkgs/trunk/; revision=10910
2008-01-23Added rlwrap - readline wrapperMichael Raskin1-0/+23
svn path=/nixpkgs/trunk/; revision=10271