Commit graph

12 commits

Author SHA1 Message Date
Alex Shinn
9a07906e06 fixing name conflict in sexp_lookup_type 2011-10-30 23:23:27 +09:00
Alex Shinn
374d61c98e Patch from Lorenzo fixing setting the timeout flag when all threads
sleep, resetting the context event on sleeps, and making use of the
name argument to make-thread.
2011-10-23 23:55:05 +09:00
Alex Shinn
10359721c4 Allowing read/write of simple object types (e.g. anything defined with define-record-type)
using a {brace} syntax.  Currently can't disambiguate different types with the same name -
need to introduce a universal id.
2011-08-28 17:49:20 +09:00
Alex Shinn
75af68ad76 fixing SRFI-18 time interface which uses timevals, not tms 2011-07-22 00:40:30 +09:00
Alex Shinn
90ae6f49b8 adding cast for safety 2011-07-04 22:04:09 +09:00
Alex Shinn
280ea1cddb fixing conflicts in chibi-scheme-static build 2011-05-18 21:50:48 -07:00
Alex Shinn
78a2e2aa10 redefining thread-yield! primitive as just yield! 2011-04-26 00:02:51 +09:00
Alex Shinn
c5126fb2b0 adding optional strict top-level matching for syntax-rules literals 2011-04-25 23:29:30 +09:00
Alex Shinn
23382e9540 allowing per-heap maximum size limit as a new argument to sexp_make_eval_context
can specify on the command line with -h 1M/2M (set to 0 for no limit)
2010-12-30 11:26:15 +09:00
Alex Shinn
59b4a306dc wait for default 10ms when blocking w/o timeout 2010-12-11 15:36:06 -08:00
Alex Shinn
9c5dee322a makefile cleanup, setting proper dependencies for tests 2010-12-11 15:14:45 -08:00
Alex Shinn
695b44332e adding interface to bytecode-literals
(need to check these when debugging gc)
2010-12-05 16:53:38 -08:00