Abdulaziz Ghuloum
026f786bf9
* added current-library-collection and library-name to
...
ikarus.system.$bootstrap
2007-05-15 10:18:58 -04:00
Abdulaziz Ghuloum
d7b72ae38a
* added call-with-current-continuation.
2007-05-11 22:02:49 -04:00
Abdulaziz Ghuloum
daadee442c
* fixed bug in library-name->file-name which did not handle capital
...
letters properly.
2007-05-11 21:27:00 -04:00
Abdulaziz Ghuloum
1932db8d65
* library manager now attempts to load imported libraries from file
...
according to some library-name->file-name mapping.
2007-05-11 20:32:48 -04:00
Abdulaziz Ghuloum
48f98c13c5
* added some support for the old interaction repl behavior.
2007-05-09 23:42:32 -04:00
Abdulaziz Ghuloum
6b39f738a0
* we can now import macros from other libraries. They are visited
...
before the macro is used.
2007-05-07 20:58:12 -04:00
Abdulaziz Ghuloum
036292f3fc
* install-library now takes all 11 arguments!
2007-05-07 04:54:10 -04:00
Abdulaziz Ghuloum
8226619438
* install-library now takes an extra visibility flag.
...
* installed-libraries now takes an optional "all?" flag:
- if all? is true, it returns all libraries.
- if all? is false, it returns only the visible libraries
- all? defaults to #t.
2007-05-07 04:52:22 -04:00
Abdulaziz Ghuloum
4c8029ab3e
* now exporting installed-libraries.
2007-05-07 04:09:35 -04:00
Abdulaziz Ghuloum
37920f52af
* now exporting set-rtd-printer!
2007-05-07 04:04:54 -04:00
Abdulaziz Ghuloum
3f4e5ee1a4
* current-library-collection removed.
2007-05-07 03:57:17 -04:00
Abdulaziz Ghuloum
1807ac38c9
* removed library-subst/env procedure.
2007-05-07 03:55:51 -04:00
Abdulaziz Ghuloum
97cd3dc461
* added an auxilary procedure library-exists? for the library
...
manager.
2007-05-07 03:45:13 -04:00
Abdulaziz Ghuloum
22b191334f
* the expander now signals a proper error if it cannot find an
...
imported library.
2007-05-07 03:42:40 -04:00
Abdulaziz Ghuloum
c69f74fb05
* re-ordered the clauses in label->binding since imported stuff are
...
more likely to occur than locally defined stuff (is this true in
general?)
2007-05-07 00:25:21 -04:00
Abdulaziz Ghuloum
90da5334bd
* the global bindings are now a pair of <library,gensym-location>.
2007-05-06 23:42:10 -04:00
Abdulaziz Ghuloum
08a0bb0989
* the library manager now has a hash table mapping all labels to
...
their bindings. This gives a 0.3 second speed up to the bootstrap
process.
2007-05-06 23:32:51 -04:00
Abdulaziz Ghuloum
2eb451febe
* removed some junk from ikarus.syntax
2007-05-06 23:11:30 -04:00
Abdulaziz Ghuloum
cec70be7b8
* (scheme) is gone from the library manager.
2007-05-06 19:22:06 -04:00
Abdulaziz Ghuloum
e35a87b57e
* removed install-library from the prims
2007-05-06 18:58:54 -04:00
Abdulaziz Ghuloum
7173bcc61b
* primitive-set! is gone.
2007-05-05 23:10:47 -04:00
Abdulaziz Ghuloum
48e062dfc4
* base-rtd is now placed in the pcb.
...
* renamed:
src/library-manager.ss => src/ikarus.library-manager.ss
2007-05-05 22:42:26 -04:00