ikarus/src
Abdulaziz Ghuloum 25555d7ff6 Added getenv, which takes a string and returns a string from the "unix"
environment.  
Example:
  (getenv "HOME") => "/Users/aghuloum"
  (getenv "FOO")  => ""
2007-11-19 12:57:50 -05:00
..
lab * some additions to the expander to support r6rs records. 2007-10-14 16:37:55 -04:00
old-tests * added an (ikarus system $bytevectors) library 2007-05-15 12:29:47 -04:00
Makefile.am * Added an "exec" to the generated scheme-script. 2007-11-15 13:57:03 -05:00
Makefile.in * The fasl loader has reduced the startup mmap frenzy for code 2007-11-17 13:26:27 -05:00
how-to-optimize-arg-checks.tex renamed lib dir to src 2006-12-10 23:13:16 -05:00
ikarus-collect.c Fixes bug 163540: allocation in bignum arithmetic does not garbage collect. 2007-11-18 10:37:13 -05:00
ikarus-data.h Fixes bug 163540: allocation in bignum arithmetic does not garbage collect. 2007-11-18 10:37:13 -05:00
ikarus-enter.s * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus-exec.c * renamed ik_alloc to ik_unsafe_alloc since it was unsafe to call it 2007-11-18 09:12:00 -05:00
ikarus-fasl.c * renamed ik_alloc to ik_unsafe_alloc since it was unsafe to call it 2007-11-18 09:12:00 -05:00
ikarus-flonums.c * renamed ik_alloc to ik_unsafe_alloc since it was unsafe to call it 2007-11-18 09:12:00 -05:00
ikarus-main.c * renamed ik_alloc to ik_unsafe_alloc since it was unsafe to call it 2007-11-18 09:12:00 -05:00
ikarus-numerics.c Fixes bug 163540: allocation in bignum arithmetic does not garbage collect. 2007-11-18 10:37:13 -05:00
ikarus-print.c * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus-runtime.c Added getenv, which takes a string and returns a string from the "unix" 2007-11-19 12:57:50 -05:00
ikarus-symbol-table.c * renamed ik_alloc to ik_unsafe_alloc since it was unsafe to call it 2007-11-18 09:12:00 -05:00
ikarus-verify-integrity.c * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus-weak-pairs.c * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus-winmmap.c * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus-winmmap.h * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
tags.txt * removed bin directory. 2007-10-17 20:03:31 -04:00