bpt/guile.git
2004-01-21 Marius Vollmer*** empty log message ***
2004-01-21 Marius VollmerMention SRFI-26.
2004-01-21 Marius VollmerMention (srfi srfi-26).
2004-01-21 Marius VollmerNew, from Daniel Skarda. Thanks!
2004-01-21 Marius Vollmer* tests/srfi-26.test: New.
2004-01-21 Han-Wen Nienhuys* gc.c: add protected_object_count, a number that is...
2004-01-20 Neil JerramBack out change to lazy-handler-dispatch lookup.
2004-01-20 Neil JerramReorg gds-send args; use evaluation correlator
2004-01-20 Neil JerramImplement eval threads.
2004-01-20 Neil JerramAdd GDS doc
2004-01-20 Kevin Ryde*** empty log message ***
2004-01-20 Kevin Ryde(Guile License): Note readline is GPL and manual has
2004-01-20 Kevin Ryde(Higher level thread procedures): In monitor,
2004-01-20 Kevin Ryde(SLIB): Note `system' redefined by (ice-9 slib). Tweak
2004-01-12 Marius Vollmer*** empty log message ***
2004-01-12 Marius Vollmer(compute-get-n-set): Use '#:' in error message instead...
2004-01-12 Marius Vollmer*** empty log message ***
2004-01-12 Marius VollmerUse '#:' prefix for keywords instead of ':'. Thanks...
2004-01-11 Marius Vollmer*** empty log message ***
2004-01-11 Marius Vollmer* tests/r5rs_pitfall.scm: New.
2004-01-11 Marius VollmerRenamed scm_frame_unwind to scm_frame_unwind_handler...
2004-01-11 Marius Vollmer(scm_frame_unwind, scm_frame_unwind_handler): Renamed...
2004-01-11 Marius Vollmer(scm_print_symbol_name): Handle #{`foo}#, #{,foo}#...
2004-01-11 Kevin Ryde*** empty log message ***
2004-01-11 Kevin Ryde(system): New function, giving an exit code return in
2004-01-11 Kevin Ryde * tests/exceptions.test (false-if-exception): Disable...
2004-01-11 Kevin Ryde*** empty log message ***
2004-01-11 Kevin Ryde Revert this, it breaks test-suite/tests/r5rs_pitfalls...
2004-01-10 Marius VollmerInstead of the non-portable mktemp, use mkdir to create...
2004-01-10 Kevin Ryde*** empty log message ***
2004-01-10 Kevin Ryde(scm_bit_count, scm_bit_position, s_scm_bit_set_star_x,
2004-01-10 Kevin Ryde*** empty log message ***
2004-01-10 Kevin Ryde * misc-modules.texi (Queues): New chapter.
2004-01-10 Kevin Ryde(Queues): New chapter.
2004-01-10 Marius Vollmer*** empty log message ***
2004-01-10 Marius VollmerUse mktemp to create a truely unique temporary file...
2004-01-09 Kevin Ryde*** empty log message ***
2004-01-09 Kevin Ryde(Bit Vectors): Revise for clarity, following
2004-01-08 Marius VollmerMore stuff about flow control. Bug fixes in example.
2004-01-07 Marius Vollmer*** empty log message ***
2004-01-07 Marius Vollmer* dynwind.h, dynwind.c (scm_i_dowinds): Removed 'explicit'
2004-01-07 Marius Vollmer*** empty log message ***
2004-01-07 Marius Vollmer(with-fluids): Use with-fluid* when only one fluid...
2004-01-07 Marius Vollmer* dynwind.c (scm_i_dowinds): Removed code for handling...
2004-01-07 Marius Vollmer* fluids.c (scm_c_with_fluids): Use frames instead...
2004-01-07 Marius Vollmer*** empty log message ***
2004-01-07 Marius VollmerAdapted to 'frame' renamings. (check_fluid): New.
2004-01-07 Marius Vollmer(SCM_TESTS): Added continuations.test.
2004-01-07 Marius VollmerAdapt to new 'frame' names. Document scm_c_with_fluid,
2004-01-07 Marius Vollmer(scm_frame_fluid): New.
2004-01-07 Marius VollmerDid the follwing renamings:
2004-01-07 Marius Vollmer* dynwind.c (scm_frame_end): Do not use scm_i_dowinds...
2004-01-07 Marius VollmerDid the follwing renamings: scm_with_blocked_asyncs ->
2004-01-06 Kevin Ryde*** empty log message ***
2004-01-06 Kevin Ryde(SCM_MUTEX_MAXSIZE): Increase to 12*sizeof(long),
2004-01-06 Kevin Ryde*** empty log message ***
2004-01-06 Kevin Ryde * Makefile.am (SCM_TESTS): Add unif.test.
2004-01-06 Kevin RydeNew file.
2004-01-06 Kevin Ryde*** empty log message ***
2004-01-06 Kevin RydeAdd copyright years.
2004-01-06 Kevin Ryde(scm_aind): Test SCM_CONSP rather than !SCM_NULLP while
2004-01-06 Kevin Ryde*** empty log message ***
2004-01-06 Kevin Ryde(s_bignum): Remove, not used since gmp bignums.
2004-01-06 Kevin Ryde(<): Add tests inum/bignum/flonum/frac with frac.
2004-01-06 Kevin RydeAdd copyright and license notice.
2004-01-06 Kevin Ryde(SCM_TESTS): Add q.test.
2004-01-06 Kevin RydeNew file.
2004-01-06 Kevin Ryde(q-pop!): Should be "null?" not "not" for end-of-list.
2004-01-06 Marius Vollmer*** empty log message ***
2004-01-06 Marius VollmerDocument scm_on_unwind_with_scm and scm_on_rewind_with_scm.
2004-01-06 Marius Vollmer(close_port, delete_file, check_ports): New.
2004-01-06 Marius Vollmerdynwind.h (SCM_F_WIND_EXPLICITELY, SCM_F_WIND_EXPLICITL...
2004-01-06 Marius Vollmer(swap_ports, scm_with_current_foo_port): Do not allocat...
2004-01-06 Marius Vollmer(scm_make_initial_fluids, scm_copy_fluids, scm_swap_fluids,
2004-01-06 Marius Vollmer(frame_print): Removed, use the default printer. ...
2004-01-06 Marius Vollmer(SCM_F_WIND_EXPLICITELY, SCM_F_WIND_EXPLICITLY): It...
2004-01-06 Marius Vollmer*** empty log message ***
2004-01-06 Marius Vollmer(print-result, print-user-result): Handle exact fractions.
2004-01-04 Marius Vollmer*** empty log message ***
2004-01-04 Marius VollmerDocument scm_with_[un]blocked_asyncs.
2004-01-04 Marius VollmerDocument scm_with_current_<foo>_port.
2004-01-04 Marius VollmerMinor markup fixes.
2004-01-04 Marius Vollmer(scm_with_current_input_port, scm_with_current_output_port,
2004-01-04 Marius Vollmer(scm_with_blocked_asyncs, scm_with_unblocked_asyncs...
2004-01-03 Kevin Ryde*** empty log message ***
2004-01-03 Kevin Ryde(scm_current_time, scm_gettimeofday): Add a comment...
2004-01-03 Kevin Ryde*** empty log message ***
2004-01-03 Kevin Ryde(Threads): Note Guile uses POSIX threads, for
2004-01-03 Marius VollmerAdded section about frames.
2004-01-03 Marius Vollmer*** empty log message ***
2004-01-03 Marius VollmerDocument the frames stuff and other random changes.
2004-01-03 Marius Vollmer* standalone/test-unwind.c: New test, for the frames...
2004-01-03 Marius Vollmeradded test-unwind
2004-01-03 Marius Vollmer(copy_stack): New, do only the stack copying
2004-01-03 Marius Vollmer(scm_t_frame_flags, scm_t_wind_flags,
2004-01-03 Kevin Ryde*** empty log message ***
2004-01-03 Kevin Ryde(scm_less_p): Don't convert frac to float for compares,
2004-01-03 Kevin Ryde*** empty log message ***
2004-01-03 Kevin Ryde(-1+, <?, <=?, =?, >?, >=?): Define as aliases for...
2004-01-03 Kevin Ryde*** empty log message ***
next