(Parallel Forms): New section.
[bpt/guile.git] / libguile /
2003-07-17 Kevin Ryde*** empty log message ***
2003-07-17 Kevin Ryde(scm_product): In complex * bignum, correction to
2003-07-13 Mikael Djurfeldt(scm_odd_p, scm_even_p): Bugfix: Treat result of
2003-07-12 Dirk Herrmann * values.c (scm_values): Build lists of length 1 by...
2003-07-09 Kevin Ryde*** empty log message ***
2003-07-09 Kevin Ryde* deprecation.c (scm_c_issue_deprecation_warning_fmt...
2003-07-09 Kevin Ryde(scm_c_issue_deprecation_warning_fmt): Add va_end.
2003-07-09 Kevin Ryde*** empty log message ***
2003-07-09 Kevin Ryde(scm_gc_realloc): Define "ptr" at start of function.
2003-07-08 Kevin Ryde*** empty log message ***
2003-07-08 Kevin RydeMatthias Koeppe <mkoeppe@merkur.math.uni-magdeburg...
2003-07-08 Kevin Ryde*** empty log message ***
2003-07-08 Kevin Ryde(scm_make_polar): Use sincos, when available.
2003-07-07 Kevin Ryde(scm_call_with_new_thread): In docstring, use "( )"
2003-07-07 Kevin Ryde(scm_char_ready_p, scm_peek_char): In docstrings, don...
2003-07-06 Han-Wen Nienhuys(decrease_mtrigger): new function
2003-07-02 Han-Wen Nienhuys(SCM_ASSERT): change "else" expansion to "do { } while...
2003-07-02 Han-Wen Nienhuys(SCM_ASRTGO): add "else" to macro expansions with if
2003-06-29 Marius Vollmer*** empty log message ***
2003-06-29 Marius Vollmer(SCM_OPDIRP, scm_fport, scm_option, scm_srcprops, scm_s...
2003-06-25 Stefan Jahn2003-06-25 Stefan Jahn <stefan@lkcc.org>
2003-06-21 Kevin Ryde*** empty log message ***
2003-06-21 Kevin Ryde(_GNU_SOURCE): #define, to get C99 things.
2003-06-19 Marius Vollmer*** empty log message ***
2003-06-19 Marius Vollmer(scm_strhash, scm_sym2ovcell_soft, scm_sym2ovcell,
2003-06-14 Stefan Jahn2003-06-14 Stefan Jahn <stefan@lkcc.org>
2003-06-11 Kevin Ryde*** empty log message ***
2003-06-11 Kevin Ryde(scm_putenv): Add freebsd to comment about need to...
2003-06-11 Kevin RydeCorrection to:
2003-06-11 Kevin Ryde*** empty log message ***
2003-06-11 Kevin Ryde(scm_putenv): Free temporary ptr in mingw unset.
2003-06-09 Marius Vollmer*** empty log message ***
2003-06-09 Marius Vollmer(scm_peek_char): Safe the column of the port around...
2003-06-06 Kevin Ryde*** empty log message ***
2003-06-06 Kevin RydeUse inttypes.h and stdint.h when available, for INTPTR_MAX
2003-06-06 Dirk Herrmann * tags.h (scm_tc2_int): Added.
2003-06-04 Dirk Herrmann * test-suite/tests/chars.test: Fixed test comment...
2003-06-04 Dirk Herrmann * test-suite/tests/chars.test: Added test, attempting...
2003-06-04 Kevin Ryde*** empty log message ***
2003-06-04 Kevin Ryde(scm_input_error): Pass arg list parameter to scm_error...
2003-06-04 Kevin Ryde*** empty log message ***
2003-06-04 Kevin Ryde(scm_max, scm_min): For inum, bignum and real, if other
2003-06-04 Dirk Herrmann * __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT,
2003-06-02 Dirk Herrmann * deprecated.c, deprecated.h, eval.c, eval.h: Deprecated
2003-06-01 Dirk Herrmann This set of patches separates the representation of...
2003-05-31 Dirk Herrmann * eval.c (SCM_CEVAL, SCM_APPLY, scm_trampoline_0,
2003-05-30 Dirk Herrmann * eval.c (SCM_CEVAL): Improved readability of call...
2003-05-30 Dirk Herrmann * eval.c (SCM_CEVAL): Avoid one level of indirection...
2003-05-30 Stefan Jahn2003-05-30 Stefan Jahn <stefan@lkcc.org>
2003-05-30 Kevin Ryde*** empty log message ***
2003-05-30 Kevin Ryde(z_negative_one): New variable.
2003-05-29 Stefan Jahn2003-05-29 Stefan Jahn <stefan@lkcc.org>
2003-05-25 Dirk Herrmann * libguile/eval.c (SCM_CEVAL): In case of an applicati...
2003-05-25 Dirk Herrmann * deprecated.c (scm_read_and_eval_x): Fixed C99-ism.
2003-05-22 Mikael Djurfeldt(NUM2INTEGRAL): Avoid warning about conditional
2003-05-22 Mikael Djurfeldt* __scm.h (SCM_STACK_PTR): New macro. (Cast argument...
2003-05-20 Marius Vollmer*** empty log message ***
2003-05-20 Marius Vollmer(scm_subr_entry, SCM_SUBR_DOC, scm_make_subr,
2003-05-20 Marius Vollmer*** empty log message ***
2003-05-20 Marius Vollmer(scm_makstr, scm_makfromstr, scm_variable_set_name_hint,
2003-05-19 Dirk Herrmann * eval.c (scm_m_do, unmemocopy, SCM_CEVAL): Reversed...
2003-05-19 Mikael Djurfeldt(yyget_lineno, yyget_in, yyget_out, yyget_leng,
2003-05-17 Marius Vollmer*** empty log message ***
2003-05-17 Marius VollmerGobble up complete lines after a '#'. This
2003-05-15 Han-Wen Nienhuysadd my surname
2003-05-15 Han-Wen Nienhuys(scm_finish_srcprop): use
2003-05-14 Han-Wen Nienhuys(scm_gc_register_collectable_memory): avoid
2003-05-12 Kevin Ryde*** empty log message ***
2003-05-12 Kevin Ryde(xmpz_cmp_d): New macro, handling infs if gmp doesn't.
2003-05-12 Mikael Djurfeldt* backtrace.c (scm_display_error_message): Introduced...
2003-05-12 Mikael Djurfeldt(SCM_GC8MARKP, SCM_SETGC8MARK, SCM_CLRGC8MARK):
2003-05-10 Kevin Ryde*** empty log message ***
2003-05-10 Kevin Ryde(scm_gcd): In bignum/inum, don't pass yy==0 to mpz_gcd_ui
2003-05-10 Kevin Ryde(scm_integer_length): On negative bignums, adjust
2003-05-09 Kevin Ryde*** empty log message ***
2003-05-09 Kevin Ryde(scm_num_eq_p, scm_less_p): Don't pass NaN to mpz_cmp_d.
2003-05-06 Dirk Herrmann * eval.c, eval.h, read.c, read.h (scm_sym_dot): Moved...
2003-05-06 Dirk Herrmann * eval.c, eval.h, evalext.c, evalext.h (scm_m_undefine...
2003-05-06 Kevin Ryde*** empty log message ***
2003-05-05 Kevin Ryde(scm_logcount): Use mpz_com, not mpz_neg.
2003-05-05 Kevin Ryde(scm_difference): In inum - bignum, handle negative...
2003-05-04 Dirk Herrmann The purpose of this patch is to make guile's internal...
2003-05-03 Marius VollmerDoc fix for the usage of num2intergral.
2003-05-03 Marius Vollmer*** empty log message ***
2003-05-03 Marius Vollmer(scm_ithrow): Remove "asm volatile" hack. It used...
2003-05-01 Marius Vollmer*** empty log message ***
2003-05-01 Marius Vollmer(scm_rstate, scm_rng, SCM_SLOPPY_CONSP, SCM_SLOPPY_NCONSP,
2003-04-30 Marius Vollmer*** empty log message ***
2003-04-30 Marius Vollmer(scm_protect_object, scm_unprotect_object, SCM_SETAND_CAR,
2003-04-30 Marius Vollmer*** empty log message ***
2003-04-30 Marius Vollmer* ports.c (scm_c_port_for_each): New function, mostly...
2003-04-28 Mikael Djurfeldt* eval.c (scm_m_atdispatch): Removed until actually...
2003-04-28 Dirk Herrmann * eval.c, goops.c (@dispatch, @slot-ref, @slot-set...
2003-04-27 Dirk Herrmann * eval.c: Non functional change: Separated R5RS and...
2003-04-27 Dirk Herrmann * eval.c (scm_ilookup): Rewritten to improve readability.
2003-04-27 Dirk Herrmann * eval.c (scm_i_call_closure_0, call_closure_1, call_c...
2003-04-25 Dirk Herrmann * eval.c, eval.h, goops.c, goops.h (scm_m_atslot_ref,
2003-04-24 Mikael Djurfeldt* ports.c, ports.h (scm_i_port_table_mutex): New mutex.
2003-04-23 Dirk Herrmann This set of patches contains no functional changes...
2003-04-23 Dirk Herrmann * eval.h (SCM_ENTER_FRAME_HDLR, SCM_APPLY_FRAME_HDLR,
next