summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/clisp
AgeCommit message (Collapse)Author
2021-01-23pkgs/development/interpreters: stdenv.lib -> libBen Siraphob
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-04-09clisp: Add licenseMatthias Beyer
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>
2019-01-04treewide/xorg: replace *proto with xorgprotoLengyel Balazs
2018-10-14clisp: Mark as broken for aarch64Silvan Mosberger
2018-08-03treewide: Make configureFlags listsJohn Ericson
2017-11-15clisp-tip: 2.50pre20170130 -> 2.50pre20171114; progress on #31696Michael Raskin
2017-11-13clisp_2_44_1, libsigsegv_25: deleteOrivej Desh
2017-11-08clisp: Add patch to remove reference to cfreeaszlig
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
2017-03-13clisp-git: update to the upstream fix of 32-bit buildsMichael Raskin
The current exact tip fails to build on x86_64, there probably is a fresher safe commit, but I haven't try bisecting.
2017-03-12clisp-tip: make the build more reliableVladimír Čunát
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.
2016-12-29clisp-tip: init at 2.50pre20161201. There hasn't been a release for quite ↵Michael Raskin
some time, but there has been some development. It is rumored that the fresh version can be built on darwin, but I don't know and cannot test
2016-12-04clisp: remove Darwin from meta.platforms for nowVladimír Čunát
It's problematic. See #20062.
2016-10-25clisp: Unbreak on DarwinMike Sperber
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.
2016-04-07Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster
2016-04-04clisp: control build options and fix non x86* architecturesTomas Hlavaty
2016-03-28Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster
2016-03-23clisp: fix i686 buildJoachim Fasting
Requires -falign-functions=4 See https://hydra.nixos.org/build/33256640/nixlog/1/raw
2016-03-05Use general hardening flag toggle listsFranz Pletz
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
2016-02-29clisp_2_44_1: disable format hardeningRobin Gloster
2014-10-18Add clisp 2.33.2 — for testing SBCL bootstrapMichael Raskin
2014-10-07Specify meta.branch for CLisp-2.44.1Michael Raskin
2014-10-06Fix the versionMichael Raskin
2014-03-14clisp_2_44_1: update from 2.44.1 to 2.49Nixpkgs Monitor
2013-10-13Add full linking-set to clisp 2.49Michael Raskin
2013-05-01Fix clisp 2.44.1 (needed by stumpwm).Moritz Ulrich
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>
2013-02-05clisp: fix after glibc updateVladimír Čunát
2012-10-14Add threads support to CLispMichael Raskin
2011-01-21Adding ipmiutilMichael Raskin
svn path=/nixpkgs/trunk/; revision=25660
2010-12-01Tests fail for a reason that tells more about tests than sabout built binaryMichael Raskin
svn path=/nixpkgs/trunk/; revision=24949
2010-11-10Update CLispMichael Raskin
svn path=/nixpkgs/trunk/; revision=24649
2010-07-28* More cleanup.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=22798
2010-07-28* More cleanup.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=22795
2010-02-17Disable checks - the failure reason is impossibility to resolve localhostMichael Raskin
svn path=/nixpkgs/trunk/; revision=20065
2009-08-25Changing CLisp, FPC to new style of adding to hydraMichael Raskin
svn path=/nixpkgs/trunk/; revision=16855
2009-08-09Change used archive format for CLispMichael Raskin
svn path=/nixpkgs/trunk/; revision=16631
2009-08-09Try updating CLisp after libsigsegv updateMichael Raskin
svn path=/nixpkgs/trunk/; revision=16628
2009-08-04Adding myself as a maintainer of some of the packagesMichael Raskin
svn path=/nixpkgs/trunk/; revision=16572
2009-05-31Updating CLisp and adding SBCL. SBCL currently has to be symlinked to a ↵Michael Raskin
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
2008-08-08Now CLisp builds with full CLX (XShape included)Michael Raskin
svn path=/nixpkgs/trunk/; revision=12559
2008-03-11Changed port in test-suite to avoid OpenFire port conflict during build.Michael Raskin
svn path=/nixpkgs/trunk/; revision=11066
2008-01-28Clisp is compilableYury G. Kudryashov
svn path=/nixpkgs/trunk/; revision=10363
2008-01-28clisp: upgraded to 2.43 (both versions do not work on stdenv-updates branch)Yury G. Kudryashov
svn path=/nixpkgs/trunk/; revision=10324
2007-08-27* Rewrite all URLs to GNU mirrors to mirror://gnu/.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=9201
2007-08-10Added xmacro; updated clisp - well, it compiles now...Michael Raskin
svn path=/nixpkgs/trunk/; revision=9098
2005-12-05* "." -> "source".Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=4335
2005-08-22* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=3660
2005-02-15* Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra
gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
2004-08-23Lisp isn't a language, it's a building material (Alan Kay).Martin Bravenboer
svn path=/nixpkgs/trunk/; revision=1314