summary refs log tree commit diff
path: root/pkgs/development/libraries/libffcall
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libffcall: 2.0 -> 2.1Ryan Mulligan2018-02-26
| | | | | | | | 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
* libffcall: 1.10 -> 2.0Joachim Fasting2017-09-12
| | | | Thanks to Bruno Haible for a notifying me of this.
* Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* libffcall: 2009-05-27 -> 1.10Joachim Fasting2016-11-30
| | | | | | | | | | | | | | | | | | | | 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
* libffcall: port to mkDerivationJoachim Fasting2015-04-24
| | | | Also set meta.{license,platforms} (the latter is guesswork).
* * Typo (spotted by Danny Groenewegen).Eelco Dolstra2012-02-15
| | | | svn path=/nixpkgs/trunk/; revision=32307
* Updating CLisp and adding SBCL. SBCL currently has to be symlinked to a ↵Michael Raskin2009-05-31
writable directory (I am investigating a fix). CLisp 2.47 is somewhat incompatible with lots of software, so I added 2.44.1 as preserved version svn path=/nixpkgs/trunk/; revision=15806