bpt/guile.git
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 ***
2004-01-03 Kevin Ryde(false-if-exception): Add tests.
2004-01-03 Kevin Ryde(false-if-exception): Unquote catch and lambda, so...
2004-01-03 Kevin Ryde(SRFI-1 Filtering and Partitioning): For partition
2004-01-03 Kevin Ryde(SRFI-1 Searching, SRFI-1 Deleting, SRFI-1
2003-12-26 Marius Vollmer*** empty log message ***
2003-12-26 Marius VollmerArrange for scm_t_intmax and scm_t_uintmax to be defined in
2003-12-26 Marius VollmerFind a suitable type for the new scm_t_intmax and scm_t...
2003-12-02 Kevin Ryde*** empty log message ***
2003-12-02 Kevin Ryde(scm_less_p): Remove spurious xisnan from frac+big...
2003-12-02 Kevin Ryde(real-part): Expect fraction return, not converted...
2003-12-02 Kevin Ryde(scm_real_part): Return fraction unchanged rather than...
2003-12-02 Kevin RydeExercise most-negative-fixnum over -ve of most-negative...
2003-12-02 Kevin Ryde(abs): Add a few more tests.
2003-12-02 Kevin Ryde(scm_make_ratio): Check for numerator equal to
2003-12-02 Kevin Ryde(count): New tests.
2003-12-02 Kevin Ryde*** empty log message ***
2003-12-02 Kevin Ryde(map!): Define as an alias for map, previous definition...
2003-12-02 Kevin Ryde(count): Rewrite in C, avoiding non-tail recursion.
2003-12-01 Mikael Djurfeldt(snarfcppopts): Added -I$(top_srcdir).
2003-11-30 Dirk Herrmann * modules.c (module_variable): Fixed (and thus simplif...
2003-11-30 Marius Vollmer*** empty log message ***
2003-11-30 Marius Vollmer(scm_logand): It's "#b...", not "#\b...".
2003-11-30 Marius VollmerIt's "#\\space", not "#\space".
2003-11-30 Marius Vollmer(scm_iprin1): use \xNN hexadecimal sequences when writi...
2003-11-30 Marius Vollmer(scm_lreadr): Signal an error for invalid escape sequen...
2003-11-27 Neil JerramInitial support for setting source breakpoints.
2003-11-24 Kevin Ryde*** empty log message ***
2003-11-24 Kevin Ryde(Macros guile-snarf recognizes): Correction to GOOPS...
2003-11-24 Kevin RydeRemove empty (duplicate) "Jump Start" entry.
2003-11-21 Dirk Herrmann * Forgot to submit the Changelog last time.
2003-11-21 Dirk Herrmann * eval.c (s_bad_define): New static identifier.
2003-11-21 Marius Vollmer(scm_drain_input): Bug fix: only access the port after...
2003-11-21 Kevin Ryde*** empty log message ***
next