about summary refs log tree commit diff
path: root/pkgs/tools/misc/rlwrap
Commit message (Collapse)AuthorAge
* rlwrap: 0.42 -> 0.43mimadrid2017-11-04
|
* Set some meta.platformsEelco Dolstra2015-03-20
| | | | Also fix meta.platform -> meta.platforms in a few places.
* rlwrap: update from 0.41 to 0.42Mateusz Kowalczyk2014-11-20
|
* rlwrap: update from 0.37 to 0.41Mateusz Kowalczyk2014-09-21
|
* Patch rlwrap to support high-bit charactersMichael Raskin2010-12-17
| | | | svn path=/nixpkgs/trunk/; revision=25167
* * ltrace: updated to 0.5.3.Eelco Dolstra2010-07-29
| | | | | | | | | | | | | | * 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
* * composedArgsAndFun -> makeOverridable for consistency.Eelco Dolstra2010-07-29
| | | | | | * Rename a few single-version packages to "default.nix". svn path=/nixpkgs/trunk/; revision=22803
* * 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
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-03
| | | | | | | | | | | | | | | | | 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
* meta.function -> passthru.function, not killing other contents of passthruMichael Raskin2008-11-04
| | | | svn path=/nixpkgs/trunk/; revision=13190
* Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin2008-08-19
| | | | | | overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655
* Added ttmkfdir - program to create fonts.scale for TTF fontsMichael Raskin2008-03-02
| | | | svn path=/nixpkgs/trunk/; revision=10910
* Added rlwrap - readline wrapperMichael Raskin2008-01-23
svn path=/nixpkgs/trunk/; revision=10271