about summary refs log tree commit diff
path: root/pkgs/tools/misc/bc
AgeCommit message (Collapse)AuthorFilesLines
2021-02-12bc: name -> pname, version, clarify licenseSandro Jäckel1-5/+6
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2018-12-02Treewide: use HTTPS on GNU domainsc0bw3b1-1/+1
HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
2018-11-19bc: flex is also a runtime depMatthew Bauer1-1/+1
This is one of the rare times when flex is not just needed at build time. When cross compiling, we will need 2 versions of flex - one for the local system and one for the cross system.
2018-08-16bc: add licenseMarkus Kowalewski1-1/+4
2018-05-14treewide: Get rid of all uses of crossConfigJohn Ericson1-1/+1
The hack of using `crossConfig` to enforce stricter handling of dependencies is replaced with a dedicated `strictDeps` for that purpose. (Experience has shown that my punning was a terrible idea that made more difficult and embarrising to teach teach.) Now that is is clear, a few packages now use `strictDeps`, to fix various bugs: - bintools-wrapper and cc-wrapper
2018-01-22bc: fixes for cross-compilationBen Gamari2-3/+187
2017-04-25bc: 1.06 -> 1.07.1Armijn Hemel2-21/+4
2011-01-06Apply patch taken from ↵Karn Kallio1-0/+4
http://www.linuxfromscratch.org/blfs/view/svn/general/bc.html to fix segfault when using -l option. svn path=/nixpkgs/trunk/; revision=25432
2010-10-05GNU bc: Fix `name'; clean things up.Ludovic Courtès1-5/+8
svn path=/nixpkgs/trunk/; revision=24100
2010-09-27MetadataYury G. Kudryashov1-0/+5
svn path=/nixpkgs/trunk/; revision=23963
2009-04-08Making bc use readline. I prefer bc with readline.Lluís Batlle i Rossell2-2/+17
svn path=/nixpkgs/trunk/; revision=14919
2007-08-27* Rewrite all URLs to GNU mirrors to mirror://gnu/.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=9201
2007-08-24* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra1-1/+1
URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
2006-01-30* Copy lots of files to nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=4623
2005-10-10Added bc :PMartin Bravenboer1-0/+11
svn path=/nixpkgs/trunk/; revision=4045