about summary refs log tree commit diff
path: root/pkgs/development/interpreters/io
Commit message (Collapse)AuthorAge
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* io: disable i686 buildJoachim Fasting2016-08-29
| | | | | | | | | | | | | io uses SIMD instructions even on i686, causing the build to fail: > /nix/store/[...]-gcc-5.4.0/lib/gcc/i686-pc-linux-gnu/5.4.0/include/xmmintrin.h:181:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch _mm_add_ps (__m128 __A, __m128 __B) (from https://hydra.nixos.org/build/37879114/log/raw) The simplest solution is to disable the build on this platform.
* io: clean upAlexey Shmalko2016-07-07
|
* io: 2013.12.04 -> 2015.11.11Rahul Gopinath2016-06-09
| | | | Updating IO language to latest version
* io: fix gcc5 buildJoachim Fasting2016-03-26
| | | | | | | c11 inline semantics breaks the build See https://github.com/stevedekorte/io/issues/316 and https://hydra.nixos.org/build/33606216/nixlog/1/raw
* Update Io lang to version 2013.12.04Marco Maggesi2014-01-14
|
* Ooops.Marco Maggesi2011-10-17
| | | | svn path=/nixpkgs/trunk/; revision=29865
* Io does not depend anymore on e2fsprogsMarco Maggesi2011-10-17
| | | | svn path=/nixpkgs/trunk/; revision=29864
* Update Io to version 2011.09.12.Marco Maggesi2011-10-17
| | | | svn path=/nixpkgs/trunk/; revision=29862
* Fixing a typoMichael Raskin2009-12-15
| | | | svn path=/nixpkgs/trunk/; revision=18954
* Bringing Io snapshot hash in sync with what github currently gives..Michael Raskin2009-12-15
| | | | svn path=/nixpkgs/trunk/; revision=18951
* big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber2009-05-24
| | | | | | | | getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
* FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2009-05-19
| | | | svn path=/nixpkgs/trunk/; revision=15662
* Io source updateMichael Raskin2009-05-10
| | | | svn path=/nixpkgs/trunk/; revision=15537
* * editline: renamed to libedit (which seems to be the proper name forEelco Dolstra2009-04-16
| | | | | | | | | | | the package). * Removed the old ghc-wrapper, which hasn't been used for a long time. * Renamed the "boot" GHC to "binary", which is more descriptive. (They *can* be used for other things than bootstrapping a GHC source build.) * Updated the GHC 6.10.1 binary to 6.10.2. svn path=/nixpkgs/trunk/; revision=15095
* More Io fixes - hopefully final for nowMichael Raskin2008-11-12
| | | | svn path=/nixpkgs/trunk/; revision=13259
* More Io binding dependencies..Michael Raskin2008-11-11
| | | | svn path=/nixpkgs/trunk/; revision=13246
* Added Io programming languageMichael Raskin2008-11-11
svn path=/nixpkgs/trunk/; revision=13241