| Commit message (Expand) | Author | Age | Files | Lines |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | treewide: name -> pname (easy cases) (#66585)•••treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname | volth | 2019-08-15 | 1 | -1/+1 |
| * | libffcall: 2.0 -> 2.1•••Semi-automatic update. These checks were performed:
- built on NixOS
- found 2.1 with grep in /nix/store/3al1x63bcpba04rn27rxqwsic4jggqhw-libffcall-2.1-dev
- found 2.1 in filename of file in /nix/store/3al1x63bcpba04rn27rxqwsic4jggqhw-libffcall-2.1-dev
| Ryan Mulligan | 2018-02-26 | 1 | -2/+2 |
| * | libffcall: 1.10 -> 2.0•••Thanks to Bruno Haible for a notifying me of this.
| Joachim Fasting | 2017-09-12 | 1 | -17/+15 |
| * | Update homepage attributes: http -> https•••Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
| mimadrid | 2017-08-03 | 1 | -1/+1 |
| * | libffcall: 2009-05-27 -> 1.10•••Use the release tarball provided by the clisp maintainer.
Tested build by nix-build -A clisp -A clisp_2_44_1 -A gtk-server;
only clisp run-tested.
Of particular note is that the .so files no longer have executable
stacks. This also avoids executable stack in clisp lisp.run
Before:
$ readelf -lW $(nix-build -A clisp)/lib/clisp-2.49/base/lisp.run|grep GNU_STACK
GNU_STACK [...] RWE 0x10
After:
$ readelf -lW $(nix-build -A clisp)/lib/clisp-2.49/base/lisp.run|grep GNU_STACK
GNU_STACK [...] RW 0x10
| Joachim Fasting | 2016-11-30 | 1 | -16/+18 |
| * | libffcall: port to mkDerivation•••Also set meta.{license,platforms} (the latter is guesswork).
| Joachim Fasting | 2015-04-24 | 1 | -21/+11 |
| * | * Typo (spotted by Danny Groenewegen).•••svn path=/nixpkgs/trunk/; revision=32307
| Eelco Dolstra | 2012-02-15 | 1 | -1/+1 |
| * | Updating CLisp and adding SBCL. SBCL currently has to be symlinked to a writa...•••svn path=/nixpkgs/trunk/; revision=15806
| Michael Raskin | 2009-05-31 | 1 | -0/+38 |