*** empty log message ***
[bpt/guile.git] / libguile /
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
2004-04-05 Kevin Ryde(scm_sigaction_for_thread): Correction to signum range
2004-04-05 Kevin Ryde(scm_system_star): Fix execargv memory leak, merge...
2004-04-03 Dirk Herrmann * eval.c (CEVAL): Don't distinguish between short...
2004-04-03 Dirk Herrmann * eval.c (scm_unmemocopy): Don't distinguish between...
2004-04-03 Dirk Herrmann * eval.c (scm_lookupcar1, CEVAL): Use SCM_ILOCP instead of
2004-03-31 Kevin Ryde*** empty log message ***
2004-03-31 Kevin RydeInclude <signal.h> for SIG_IGN and friends.
2004-03-29 Dirk Herrmann Introduce scm_debug_mode_p as a replacement for scm_de...
2004-03-29 Dirk Herrmann * eval.c (is_self_quoting_p): New static function.
2004-03-28 Han-Wen Nienhuys* eval.c (s_scm_copy_tree): idem.
2004-03-28 Han-Wen Nienhuys* gc.h (SCM_GC_CELL_TYPE): SCM_GC_CELL_TYPE uses SCM_GC...
2004-03-25 Kevin Ryde*** empty log message ***
2004-03-25 Kevin Ryde(scm_getcwd, scm_readlink): Avoid memory leak on errors.
2004-03-25 Kevin Ryde*** empty log message ***
2004-03-25 Kevin Ryde(scm_modulo): For inum/big and big/big, remove test of
2004-03-25 Kevin Ryde(scm_modulo_expt): Renamed from
2004-03-25 Kevin Ryde(scm_modular_expt): Return a negative remainder for a
2004-03-25 Kevin RydeAdd copyright years based on ChangeLog entries.
2004-03-25 Kevin Ryde2004-03-26 Eric Hanchrow <offby1@blarg.net>
2004-03-24 Kevin Ryde*** empty log message ***
2004-03-24 Kevin Ryde(scm_min, scm_max): Correction to big/real and real...
next