racket/examples
Jamie Taylor 7df230607b updated the sockets example to work with the current version of Chez.
Change the foreign procedure definitions to use the more portable int
  rather than integer-32.  Switch to a custom port
  [make-custom-binary-input/output-port] rather than a generic port
  [make-input/output-port], which resulted in deleting quite a bit of
  code.  Fix various compiler warnings in the C code, and along the way,
  fix a signedness bug in c_write that could have resulted in not writing
  the full buffer (but reporting that it did) in the case of errors from
  write.
    examples/csocket.c, examples/socket.ss

original commit: 9dfa900b251ba480ea13b1796a58d7398146d0b9
2016-09-12 14:29:02 -04:00
..
compat.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
crepl.c initial upload of open-source release 2016-04-26 10:04:54 -04:00
csocket.c updated the sockets example to work with the current version of Chez. 2016-09-12 14:29:02 -04:00
def.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
edit.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
fact.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
fatfib.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
fft.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
fib.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
foreign.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
freq.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
interpret.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
m4.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
macro.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
Makefile - Cygwin is now used on Windows, updated mats, eliminated unused killme 2016-06-10 10:07:07 -04:00
matrix.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
object.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
power.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
queue.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
rabbit.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
rsa.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
scons.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
setof.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
socket.ss updated the sockets example to work with the current version of Chez. 2016-09-12 14:29:02 -04:00
template.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
unify.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00