.. |
interrupts
|
* lab/interupts program is added to experiment with sigaction and
|
2006-12-24 09:25:01 +03:00 |
prof
|
Actually, the profiling times show that memory-based tests can be
|
2006-12-21 16:32:45 +03:00 |
SRFI-1.ss
|
* removed stuff from lib directory.
|
2007-12-01 01:19:45 -05:00 |
SRFI-1.tests.ss
|
* removed stuff from lib directory.
|
2007-12-01 01:19:45 -05:00 |
SRFI-2.ss
|
* removed stuff from lib directory.
|
2007-12-01 01:19:45 -05:00 |
SRFI-2.tests.ss
|
* removed stuff from lib directory.
|
2007-12-01 01:19:45 -05:00 |
SRFI-6.ss
|
* removed stuff from lib directory.
|
2007-12-01 01:19:45 -05:00 |
SRFI-6.tests.ss
|
* removed stuff from lib directory.
|
2007-12-01 01:19:45 -05:00 |
SRFI-8.ss
|
* removed stuff from lib directory.
|
2007-12-01 01:19:45 -05:00 |
SRFI-8.tests.ss
|
* removed stuff from lib directory.
|
2007-12-01 01:19:45 -05:00 |
asm-tests.ss
|
removed some junk files that were in the repository.
|
2007-12-10 12:00:12 -05:00 |
cgi-errors-to-browser.ss
|
* removed stuff from lib directory.
|
2007-12-01 01:19:45 -05:00 |
cgi.ss
|
* removed stuff from lib directory.
|
2007-12-01 01:19:45 -05:00 |
check-comments.ss
|
added missing copyrights from scheme files.
|
2009-01-09 11:40:55 +03:00 |
cocoa-speak.ss
|
speech synthesizer demo
|
2008-09-27 03:20:24 -04:00 |
command-line.ss
|
fixed bug in guard (now allowing definitions and expressions in <body>)
|
2009-01-02 17:55:01 -05:00 |
gears.scm
|
glGetString works (returning a char* which is converted to a string)
|
2008-09-24 07:55:23 -04:00 |
glut-demo.scm
|
moved the opengl libraries from lab/ to lib/ so that they get
|
2008-09-24 07:22:25 -04:00 |
greeting-server-async.ss
|
Fixes bug 205437: socket errors not being reported
|
2008-03-24 00:01:22 -04:00 |
greeting-server.ss
|
accept and accept-nonblocking now set the port-id to a string
|
2008-04-11 07:01:27 -04:00 |
hello-cocoa.ss
|
One can now create (at runtime) objective-c classes and add methods
|
2008-09-29 01:40:58 -04:00 |
ikarus-cgi.ss
|
added a cgi-server example to lab.
|
2008-09-10 05:22:21 -07:00 |
ikarusdoc
|
makefile.ss and ikarusdoc now use "/usr/bin/env ikarus" in the shebang
|
2006-12-24 12:08:18 +03:00 |
lalr-example-calc.scm
|
Managed to a simple Ikarus -> Objective-C interface to work. Ikarus
|
2008-09-26 02:46:07 -04:00 |
lalr.scm
|
Managed to a simple Ikarus -> Objective-C interface to work. Ikarus
|
2008-09-26 02:46:07 -04:00 |
objc-class.ss
|
One can now create (at runtime) objective-c classes and add methods
|
2008-09-29 01:40:58 -04:00 |
objc-create-class.ss
|
- added (ikarus foreign) library that should be used instead of
|
2008-10-06 01:19:27 -04:00 |
optimize-gc.txt
|
* Assembler-output suppresses printing the closure-size; it prints
|
2006-12-23 05:17:57 +03:00 |
process-example.ss
|
Added a (process "cmd" "args" ...) procedure that execs cmd, passing
|
2007-12-19 22:46:07 -05:00 |
read-exprs.ss
|
added read-exprs.ss script to ikarus.dev/lab
|
2007-11-28 20:12:09 -05:00 |
streams.ss
|
* Added ~% to the format metas.
|
2006-12-06 18:26:37 -05:00 |
sudoku-2.ss
|
* Assembler-output suppresses printing the closure-size; it prints
|
2006-12-23 05:17:57 +03:00 |
sudoku-hard.txt
|
Added Rich Lewis's Sudoku solver and problems.
|
2006-12-06 18:27:16 -05:00 |
sudoku.txt
|
Added libtimers.ss:
|
2006-12-29 10:53:47 +03:00 |
tcp-chargen-client.ss
|
* Better error message when a tcp connection is refused.
|
2008-03-22 19:29:41 -04:00 |
tcp-connect-example.ss
|
Added tcp-connect-nonblocking which is line tcp-connect but puts the
|
2007-12-27 22:08:27 -05:00 |
tcp-connect-nonblocking-example.ss
|
Nonblocking sockets no longer raise a continuable exception when a
|
2008-03-23 02:14:00 -04:00 |
tcp-pingpong.ss
|
* Better error message when a tcp connection is refused.
|
2008-03-22 19:29:41 -04:00 |
test-ffi.ss
|
- changed foreign accessors and mutator names to have '-c-' in their
|
2008-10-12 02:06:25 -04:00 |