(Memory Blocks): Use {} around types for
[bpt/guile.git] / libguile /
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,
2003-04-23 Dirk Herrmann * sort.c, pairs.h: Removed unnecessary includes.
2003-04-22 Dirk Herrmann * test-suite/tests/sort.test: Added. Both tests in...
2003-04-21 Dirk Herrmann * eval.c (EXTEND_ENV): Eliminated.
2003-04-21 Dirk Herrmann * __scm.h (SCM_DEBUG_DEBUGGER_SUPPORT): New compile...
2003-04-21 Dirk Herrmann * __scm.h: Fixed comment about the SCM_DEBUG_TYPING_ST...
2003-04-21 Dirk Herrmann * srfi/srfi-1.c (srfi1_ilength), libguile/list.c ...
2003-04-21 Dirk Herrmann * list.c (scm_cons_star), ramap.c (scm_ra_sum, scm_ra_...
2003-04-21 Dirk Herrmann * eval.c (unmemocopy, SCM_APPLY, scm_map, scm_for_each,
2003-04-20 Dirk Herrmann * goops.c (TEST_CHANGE_CLASS, scm_sys_initialize_objec...
2003-04-20 Dirk Herrmann * eval.c, eval.h, evalext.c, evalext.h (scm_sym_setter,
2003-04-20 Dirk Herrmann * eval.c, root.h (scm_undefineds, SCM_NUM_PROTECTS...
2003-04-20 Dirk Herrmann * eval.c (SCM_BIT8, SCM_BIT8, unmemocopy, SCM_CEVAL...
2003-04-20 Dirk Herrmann * numbers.c (scm_logtest): Fixed argument bug in...
2003-04-20 Dirk Herrmann * gc-card.c (scm_i_sweep_card, scm_i_init_card_freelis...
2003-04-20 Dirk Herrmann * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to
2003-04-18 Mikael Djurfeldtgoops.c (TEST_CHANGE_CLASS): Update variable class...
2003-04-17 Rob Browning*** empty log message ***
2003-04-17 Rob Browning* numbers.c (scm_integer_expt): fix case where we were...
2003-04-17 Mikael Djurfeldt* tests/goops.test: Added tests for correctness of...
2003-04-16 Rob Browning*** empty log message ***
2003-04-16 Rob Browning* gc_os_dep.c: Added patch for UnixWare and OpenUNIX...
2003-04-16 Rob Browning*** empty log message ***
2003-04-16 Rob Browning* gc_os_dep.c: add check for __arm__ in addition to...
2003-04-16 Rob Browningoops -- reverse accidental commit.
2003-04-16 Rob Browning*** empty log message ***
2003-04-16 Rob Browning* socket.c: use SCM_CHAR_BIT.
2003-04-16 Rob Browning* random.c (scm_c_random_bignum): use SCM_CHAR_BIT.
2003-04-16 Rob Browning* numbers.c (PTRDIFF_MIN): use SCM_CHAR_BIT.
2003-04-16 Rob Browning* num2integral.i.c (NUM2INTEGRAL): use SCM_CHAR_BIT.
2003-04-16 Rob Browning* gc_os_dep.c (mach_type_known): added patch for UnixWa...
2003-04-16 Mikael Djurfeldt* feature.c (scm_init_feature): Always add threads...
next