summary refs log tree commit diff
path: root/pkgs/development/interpreters/clisp
Commit message (Collapse)AuthorAge
* clisp: Mark as broken for aarch64Silvan Mosberger2018-10-14
|
* treewide: Make configureFlags listsJohn Ericson2018-08-03
|
* clisp-tip: 2.50pre20170130 -> 2.50pre20171114; progress on #31696Michael Raskin2017-11-15
|
* clisp_2_44_1, libsigsegv_25: deleteOrivej Desh2017-11-13
|
* clisp: Add patch to remove reference to cfreeaszlig2017-11-08
| | | | | | | | | | | | | | | | | | | | 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
* clisp-git: update to the upstream fix of 32-bit buildsMichael Raskin2017-03-13
| | | | | The current exact tip fails to build on x86_64, there probably is a fresher safe commit, but I haven't try bisecting.
* clisp-tip: make the build more reliableVladimír Čunát2017-03-12
| | | | | | 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.
* clisp-tip: init at 2.50pre20161201. There hasn't been a release for quite ↵Michael Raskin2016-12-29
| | | | 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
* clisp: remove Darwin from meta.platforms for nowVladimír Čunát2016-12-04
| | | | It's problematic. See #20062.
* clisp: Unbreak on DarwinMike Sperber2016-10-25
| | | | | | 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.
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-07
|\
| * clisp: control build options and fix non x86* architecturesTomas Hlavaty2016-04-04
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-03-28
|\|
| * clisp: fix i686 buildJoachim Fasting2016-03-23
| | | | | | | | | | | | Requires -falign-functions=4 See https://hydra.nixos.org/build/33256640/nixlog/1/raw
* | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | clisp_2_44_1: disable format hardeningRobin Gloster2016-02-29
|/
* Add clisp 2.33.2 — for testing SBCL bootstrapMichael Raskin2014-10-18
|
* Specify meta.branch for CLisp-2.44.1Michael Raskin2014-10-07
|
* Fix the versionMichael Raskin2014-10-06
|
* clisp_2_44_1: update from 2.44.1 to 2.49Nixpkgs Monitor2014-03-14
|
* Add full linking-set to clisp 2.49Michael Raskin2013-10-13
|
* Fix clisp 2.44.1 (needed by stumpwm).Moritz Ulrich2013-05-01
| | | | | | | 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>
* clisp: fix after glibc updateVladimír Čunát2013-02-05
|
* Add threads support to CLispMichael Raskin2012-10-14
|
* Adding ipmiutilMichael Raskin2011-01-21
| | | | svn path=/nixpkgs/trunk/; revision=25660
* Tests fail for a reason that tells more about tests than sabout built binaryMichael Raskin2010-12-01
| | | | svn path=/nixpkgs/trunk/; revision=24949
* Update CLispMichael Raskin2010-11-10
| | | | svn path=/nixpkgs/trunk/; revision=24649
* * More cleanup.Eelco Dolstra2010-07-28
| | | | svn path=/nixpkgs/trunk/; revision=22798
* * More cleanup.Eelco Dolstra2010-07-28
| | | | svn path=/nixpkgs/trunk/; revision=22795
* Disable checks - the failure reason is impossibility to resolve localhostMichael Raskin2010-02-17
| | | | svn path=/nixpkgs/trunk/; revision=20065
* Changing CLisp, FPC to new style of adding to hydraMichael Raskin2009-08-25
| | | | svn path=/nixpkgs/trunk/; revision=16855
* Change used archive format for CLispMichael Raskin2009-08-09
| | | | svn path=/nixpkgs/trunk/; revision=16631
* Try updating CLisp after libsigsegv updateMichael Raskin2009-08-09
| | | | svn path=/nixpkgs/trunk/; revision=16628
* Adding myself as a maintainer of some of the packagesMichael Raskin2009-08-04
| | | | svn path=/nixpkgs/trunk/; revision=16572
* 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
* Now CLisp builds with full CLX (XShape included)Michael Raskin2008-08-08
| | | | svn path=/nixpkgs/trunk/; revision=12559
* Changed port in test-suite to avoid OpenFire port conflict during build.Michael Raskin2008-03-11
| | | | svn path=/nixpkgs/trunk/; revision=11066
* Clisp is compilableYury G. Kudryashov2008-01-28
| | | | svn path=/nixpkgs/trunk/; revision=10363
* clisp: upgraded to 2.43 (both versions do not work on stdenv-updates branch)Yury G. Kudryashov2008-01-28
| | | | svn path=/nixpkgs/trunk/; revision=10324
* * Rewrite all URLs to GNU mirrors to mirror://gnu/.Eelco Dolstra2007-08-27
| | | | svn path=/nixpkgs/trunk/; revision=9201
* Added xmacro; updated clisp - well, it compiles now...Michael Raskin2007-08-10
| | | | svn path=/nixpkgs/trunk/; revision=9098
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* Lisp isn't a language, it's a building material (Alan Kay).Martin Bravenboer2004-08-23
svn path=/nixpkgs/trunk/; revision=1314