Skip to content

Commit

Permalink
using new github URL for femtolisp
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Feb 20, 2012
1 parent 30d3406 commit 0900cdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ External libraries, if used, include their own licenses:
- [ARPACK](http:https://www.caam.rice.edu/software/ARPACK/RiceBSD.txt#LICENSE)
- [D3](https://github.com/mbostock/d3/raw/master/LICENSE)
- [FDLIBM](http:https://www.netlib.org/fdlibm/fdlibm.h)
- [FEMTOLISP](http:https://code.google.com/p/femtolisp/)
- [FEMTOLISP](https:https://github.com/JeffBezanson/femtolisp)
- [FFTW](http:https://fftw.org/doc/License-and-Copyright.html)
- [LAPACK](http:https://netlib.org/lapack/LICENSE.txt)
- [LIBUNWIND](http:https://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=blob_plain;f=LICENSE;hb=master)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ source, some of these are included in the source, and others are
automatically downloaded and compiled.

- **[LLVM]** — compiler infrastructure. Currently, julia requires LLVM 3.0.
- **[FemtoLisp]** - Packaged with julia source, and used to implement the compiler.
- **[FemtoLisp]** - Packaged with julia source, and used to implement the compiler front-end.
- **[GNU readline]** — library allowing shell-like line editing in the terminal, with history and familiar key bindings.
- **[fdlibm]** — a portable implementation of much of the system-dependent libm math library's functionality.
- **[MT]** — a fast Mersenne Twister pseudorandom number generator library.
Expand All @@ -115,7 +115,7 @@ automatically downloaded and compiled.
[FFTW]: http:https://www.fftw.org/
[PCRE]: http:https://www.pcre.org/
[LLVM]: http:https://www.llvm.org/
[FemtoLisp]: http:https://code.google.com/p/femtolisp/
[FemtoLisp]: https:https://github.com/JeffBezanson/femtolisp
[GNU readline]: http:https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
[D3]: http:https://mbostock.github.com/d3/

Expand Down

0 comments on commit 0900cdf

Please sign in to comment.