(scm_is_integer, scm_is_signed_integer, scm_is_unsigned_integer,
[bpt/guile.git] / libguile /
2004-07-06 Marius Vollmer(scm_is_integer, scm_is_signed_integer, scm_is_unsigned...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-07-05 Marius Vollmer*** empty log message ***
2004-07-05 Marius Vollmer(scm_is_true, scm_is_false, scm_from_bool, scm_to_bool...
2004-06-27 Dirk Herrmann * backtrace.c (display_expression, display_frame)...
2004-06-21 Dirk Herrmann * eval.c (unmemoize_exprs): Handle semi-memoized code.
2004-06-16 Rob Browning*** empty log message ***
2004-06-16 Rob Browningupdate ifdefery for macosx.
2004-06-16 Rob Browning(scm_shell_usage): minor phrasing change.
2004-06-12 Han-Wen Nienhuys(unmemoize_exprs): use SCM_CONSP for the loop condition.
2004-06-06 Dirk Herrmann * list.[ch] (scm_i_finite_list_copy): New internal...
2004-06-02 Marius Vollmer*** empty log message ***
2004-06-02 Marius Vollmer(scm_macroexp, macroexp): Renamed scm_macroexp to
2004-05-30 Dirk Herrmann * eval.c (lookup_global_symbol, literal_p, try_macro_l...
2004-05-26 Han-Wen Nienhuys(SCM_CELL_OBJECT_LOC): use SCM_GC_CELL_OBJECT to prevent
2004-05-24 Marius Vollmer*** empty log message ***
2004-05-24 Marius Vollmer(winder_mark): Use SCM_PACK to correctly convert the...
2004-05-24 Dirk Herrmann * goops.c (compute_getters_n_setters, create_standard_...
2004-05-22 Dirk Herrmann * eval.c (s_macro_keyword, scm_m_set_x): Remove checki...
2004-05-19 Kevin Ryde*** empty log message ***
2004-05-19 Kevin Ryde(scm_threads_mark_stacks) [SCM_STACK_GROWS_UP]: Correction
2004-05-18 Kevin Ryde(trunc): Remove #define to scm_truncate when the C...
2004-05-18 Kevin Ryde(scm_round_number): For inum and big, just return x...
2004-05-18 Marius Vollmer*** empty log message ***
2004-05-18 Marius Vollmer(rehash_after_gc): Bug fix: properly link the processed...
2004-05-16 Dirk Herrmann * eval.c (unmemoize_quote): New static function.
2004-05-15 Dirk Herrmann No functional change, just rearrangements of functions...
2004-05-15 Dirk Herrmann * numbers.h (SCM_SLOPPY_FRACTIONP): Removed. It was...
2004-05-15 Dirk Herrmann * throw.c (SETJBJMPBUF, SCM_SETJBDFRAME): Add cast...
2004-05-15 Dirk Herrmann * dynl.c (SET_DYNL_HANDLE): Add cast to scm_t_bits...
2004-05-10 Marius Vollmer*** empty log message ***
2004-05-10 Marius Vollmer(scm_sigaction_for_thread): Validate that the handler...
2004-05-10 Marius Vollmer*** empty log message ***
2004-05-10 Marius Vollmer(FLOBUFLEN): Increase so that radix 2 strings will...
2004-05-09 Kevin RydeMore of:
2004-05-09 Kevin Ryde*** empty log message ***
2004-05-09 Kevin Ryde(scm_logbit_p): Correction to test above the end of an
2004-05-06 Marius Vollmer*** empty log message ***
2004-05-06 Marius VollmerUse SCM_SMOB_* instead of SCM_CELL_* as appropriate...
2004-05-06 Marius Vollmer(SCM_CELL_WORD_LOC): Moved to "deprecated.h".
2004-05-06 Marius Vollmer(SCM_I_BIG_MPZ): Use SCM_CELL_OBJECT_LOC instead of...
2004-05-06 Marius Vollmer(SCM_VARIABLE_LOC): Use SCM_CELL_OBJECT_LOC instead...
2004-05-06 Marius Vollmer* smob.h (SCM_SMOB_DATA_2, SCM_SMOB_DATA_3, SCM_SMOB_FLAGS,
2004-05-06 Marius Vollmer(scm_t_cell): Fields are now of type SCM instead of
2004-05-06 Marius VollmerFixed typo in comment.
2004-05-01 Kevin Ryde*** empty log message ***
2004-05-01 Kevin Ryde(scm_macroexp): Add prototype, since it's not in eval...
2004-05-01 Kevin Ryde*** empty log message ***
2004-05-01 Kevin Ryde(varargs.h): Remove, leave just stdarg.h which is all the
2004-05-01 Kevin RydeMore of:
2004-05-01 Kevin Ryde*** empty log message ***
2004-05-01 Kevin Ryde(_POSIX_C_SOURCE): Define to 199506L to get readdir_r (in
2004-04-30 Kevin Ryde*** empty log message ***
2004-04-30 Kevin Ryde(scm_dynthrow): Use >= instead of SCM_PTR_GE which
2004-04-28 Kevin Ryde*** empty log message ***
2004-04-28 Kevin Ryde(scm_threads_mark_stacks): Correction sizet -> size_t.
2004-04-27 Kevin Ryde*** empty log message ***
2004-04-27 Kevin Ryde(display_frame_expr),
2004-04-27 Kevin Rydenumbers.c (XDIGIT2UINT,
2004-04-27 Kevin Ryde(SCM_MUTEX_MAXSIZE): Increase to 25*sizeof(long),
2004-04-27 Kevin Ryde(_POSIX_C_SOURCE): Define to 199506L to get gmtime_r (in
2004-04-27 Kevin Ryde(scm_bit_extract): Use min instead of MIN.
2004-04-27 Kevin Ryde(NUM2INTEGRAL): Test BIGMPZ_FITSP with "!= 0" to
2004-04-27 Kevin Ryde(NUM2INTEGRAL): Under non-BIGMPZ_FITSP case,
2004-04-26 Dirk Herrmann * libguile/eval.c (s_macro_keyword): New static identi...
2004-04-24 Kevin Ryde*** empty log message ***
2004-04-24 Kevin Ryde(scm_tables_prehistory): Remove.
2004-04-24 Kevin Ryde(scm_char_upcase, scm_char_downcase, scm_c_upcase,
2004-04-24 Kevin Ryde*** empty log message ***
2004-04-24 Kevin RydeAdd a copyright year, based on the changelog.
2004-04-24 Kevin Ryde(s_scm_make_uve): Remove unused local variable. Report...
2004-04-24 Kevin Ryde(scm_yield): Correction, actually call scm_thread_yield.
2004-04-24 Kevin Ryde(VALIDATE_INET6): Correction to bignum_in_ipv6_range_p
2004-04-22 Dirk Herrmann Hide the implementation of ilocs and isyms in eval.c.
2004-04-22 Kevin Ryde*** empty log message ***
2004-04-22 Kevin Ryde(scm_bit_extract): Use SCM_SRS for signed right shift.
2004-04-21 Kevin Ryde*** empty log message ***
2004-04-21 Kevin Ryde(scm_round): Test for x already an integer, to avoid bad
2004-04-19 Dirk Herrmann * eval.c (scm_unmemocopy): Fixed unmemoization of...
2004-04-18 Dirk Herrmann * tags.h (scm_tags, scm_tc8_tags, scm_tc9_flag, scm_tc...
2004-04-18 Kevin Ryde*** empty log message ***
2004-04-18 Kevin Ryde(scm_readdir): Use readdir_r when available, for thread...
2004-04-17 Kevin Ryde*** empty log message ***
2004-04-17 Kevin Ryde(scm_max, scm_min): For big/real, use SCM_SWAP rather...
2004-04-15 Kevin Ryde*** empty log message ***
2004-04-15 Kevin Ryde(scm_gcd): For inum/big, use mpz_gcd_ui by sharing...
2004-04-15 Kevin Ryde*** empty log message ***
2004-04-15 Kevin Ryde(xisinf): Add a comment about solaris 7 lacking isinf.
2004-04-15 Kevin Ryde*** empty log message ***
2004-04-15 Kevin RydeAdd SIGSYS.
2004-04-15 Kevin Ryde(scm_max, scm_min): For inum/frac, frac/inum, big/frac,
2004-04-15 Kevin Ryde(scm_append_x): Use iterative style, to avoid non-tail...
2004-04-06 Han-Wen Nienhuys(scm_cell): use SCM_GC_CELL_WORD for checking tag.
2004-04-06 Han-Wen Nienhuys* srfi-13.c (s_scm_string_map): convert character to...
2004-04-06 Kevin Ryde*** empty log message ***
2004-04-06 Kevin Ryde(scm_ash): Remove stray "}" in docstring.
2004-04-05 Kevin Ryde*** empty log message ***
2004-04-05 Kevin Ryde(scm_make_ratio): For inum/bignum integer detection...
2004-04-05 Kevin Ryde*** empty log message ***
2004-04-05 Kevin Ryde(scm_quotient, scm_remainder): In inum/big, use mpz_cmp_ui
next