summaryrefslogtreecommitdiff
path: root/pkgs/development/interpreters/clisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* clisp: Add license•••Source: http://ftp.gnu.org/pub/gnu/clisp/release/latest/clisp-2.49.tar.gz File: GNU-GPL Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Matthias Beyer2019-04-091-0/+1
* treewide/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-042-6/+6
* clisp: Mark as broken for aarch64Silvan Mosberger2018-10-141-1/+2
* treewide: Make configureFlags listsJohn Ericson2018-08-032-16/+16
* clisp-tip: 2.50pre20170130 -> 2.50pre20171114; progress on #31696Michael Raskin2017-11-151-3/+4
* clisp_2_44_1, libsigsegv_25: deleteOrivej Desh2017-11-132-126/+0
* clisp: Add patch to remove reference to cfree•••Fixes the build failure after the upgrade to glibc 2.26 in 9bb67d5c1e546968fa3d195f0bcad82414243566. From the cfree(3) manpage: This function should never be used. Use free(3) instead. Starting with version 2.26, it has been removed from glibc. From the glibc 2.26 release notes[1]: * The obsolete function cfree has been removed. Applications should use free instead. [1]: https://sourceware.org/ml/libc-alpha/2017-08/msg00010.html Signed-off-by: aszlig <aszlig@nix.build> Cc: @7c6f434c, @tohl aszlig2017-11-082-1/+17
* clisp-git: update to the upstream fix of 32-bit builds•••The current exact tip fails to build on x86_64, there probably is a fresher safe commit, but I haven't try bisecting. Michael Raskin2017-03-131-3/+3
* clisp-tip: make the build more reliable•••Hydra shows it sometimes fails without autoconf: http://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.clisp-tip.x86_64-linux I can't say I understand why this happened. Vladimír Čunát2017-03-121-2/+2
* clisp-tip: init at 2.50pre20161201. There hasn't been a release for quite som...Michael Raskin2016-12-291-0/+97
* clisp: remove Darwin from meta.platforms for now•••It's problematic. See #20062. Vladimír Čunát2016-12-041-2/+3
* clisp: Unbreak on Darwin•••Clisp depended on libffcall, which does not compile on Darwin. The dependency is optional though, so omit it on Darwin. Also, make conditional transitive dependencies on libffcall. Mike Sperber2016-10-251-10/+14
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-071-20/+45
|\
| * clisp: control build options and fix non x86* architecturesTomas Hlavaty2016-04-041-20/+45
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-03-282-2/+2
|\|
| * clisp: fix i686 build•••Requires -falign-functions=4 See https://hydra.nixos.org/build/33256640/nixlog/1/raw Joachim Fasting2016-03-232-2/+2
* | Use general hardening flag toggle lists•••The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow Franz Pletz2016-03-051-1/+1
* | clisp_2_44_1: disable format hardeningRobin Gloster2016-02-291-4/+6
|/
* Add clisp 2.33.2 — for testing SBCL bootstrapMichael Raskin2014-10-181-0/+66
* Specify meta.branch for CLisp-2.44.1Michael Raskin2014-10-071-0/+1
* Fix the versionMichael Raskin2014-10-061-2/+2
* clisp_2_44_1: update from 2.44.1 to 2.49Nixpkgs Monitor2014-03-141-2/+2
* Add full linking-set to clisp 2.49Michael Raskin2013-10-131-0/+5
* Fix clisp 2.44.1 (needed by stumpwm).•••This fix applies the patch used for the newest clisp to the old, fixing errors with new glibc. Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de> Moritz Ulrich2013-05-011-3/+9
* clisp: fix after glibc updateVladimír Čunát2013-02-052-2/+20
* Add threads support to CLispMichael Raskin2012-10-141-0/+1
* Adding ipmiutil•••svn path=/nixpkgs/trunk/; revision=25660 Michael Raskin2011-01-211-2/+2
* Tests fail for a reason that tells more about tests than sabout built binary•••svn path=/nixpkgs/trunk/; revision=24949 Michael Raskin2010-12-011-1/+1
* Update CLisp•••svn path=/nixpkgs/trunk/; revision=24649 Michael Raskin2010-11-101-2/+2
* * More cleanup.•••svn path=/nixpkgs/trunk/; revision=22798 Eelco Dolstra2010-07-281-21/+26
* * More cleanup.•••svn path=/nixpkgs/trunk/; revision=22795 Eelco Dolstra2010-07-281-20/+29
* Disable checks - the failure reason is impossibility to resolve localhost•••svn path=/nixpkgs/trunk/; revision=20065 Michael Raskin2010-02-171-1/+1
* Changing CLisp, FPC to new style of adding to hydra•••svn path=/nixpkgs/trunk/; revision=16855 Michael Raskin2009-08-252-0/+2
* Change used archive format for CLisp•••svn path=/nixpkgs/trunk/; revision=16631 Michael Raskin2009-08-091-1/+1
* Try updating CLisp after libsigsegv update•••svn path=/nixpkgs/trunk/; revision=16628 Michael Raskin2009-08-091-2/+3
* Adding myself as a maintainer of some of the packages•••svn path=/nixpkgs/trunk/; revision=16572 Michael Raskin2009-08-042-0/+2
* Updating CLisp and adding SBCL. SBCL currently has to be symlinked to a writa...•••svn path=/nixpkgs/trunk/; revision=15806 Michael Raskin2009-05-312-5/+53
* Now CLisp builds with full CLX (XShape included)•••svn path=/nixpkgs/trunk/; revision=12559 Michael Raskin2008-08-081-1/+1
* Changed port in test-suite to avoid OpenFire port conflict during build.•••svn path=/nixpkgs/trunk/; revision=11066 Michael Raskin2008-03-111-1/+5
* Clisp is compilable•••svn path=/nixpkgs/trunk/; revision=10363 Yury G. Kudryashov2008-01-282-26/+26
* clisp: upgraded to 2.43 (both versions do not work on stdenv-updates branch)•••svn path=/nixpkgs/trunk/; revision=10324 Yury G. Kudryashov2008-01-281-10/+9
* * Rewrite all URLs to GNU mirrors to mirror://gnu/.•••svn path=/nixpkgs/trunk/; revision=9201 Eelco Dolstra2007-08-271-1/+1
* Added xmacro; updated clisp - well, it compiles now...•••svn path=/nixpkgs/trunk/; revision=9098 Michael Raskin2007-08-102-14/+26
* * "." -> "source".•••svn path=/nixpkgs/trunk/; revision=4335 Eelco Dolstra2005-12-051-1/+1
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.•••svn path=/nixpkgs/trunk/; revision=3660 Eelco Dolstra2005-08-221-1/+1
* * Move tarballs to catamaran so that we are no longer dependent on a••• gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237 Eelco Dolstra2005-02-151-1/+1
* Lisp isn't a language, it's a building material (Alan Kay).•••svn path=/nixpkgs/trunk/; revision=1314 Martin Bravenboer2004-08-232-0/+25