bpt/guile.git
2004-04-21 Kevin Ryde(AC_CHECK_HEADERS): Add fenv.h.
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-21 Marius VollmerBig reorganization of the whole manual to give it a...
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(AC_CHECK_FUNCS): Add readdir_r.
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 Ryde(min): Correction, test "documented? min" not "document...
2004-04-15 Kevin Ryde(max, min): Exercise some inum/frac, frac/inum,
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*** empty log message ***
2004-04-15 Kevin Ryde(scm_string_trim, scm_string_trim_right, scm_string_tri...
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-06 Kevin Ryde*** empty log message ***
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 RydeTweak a few words from:
2004-04-05 Kevin Ryde(quotient, remainder): Exercise inum/big at and
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 Ryde*** empty log message ***
2004-03-25 Kevin Ryde2004-03-26 Eric Hanchrow <offby1@blarg.net>
2004-03-25 Kevin Ryde(min, max): Check inexactness of big/real and
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(SLIB): Amend `require' cross reference node name, is
2004-03-24 Kevin Ryde*** empty log message ***
2004-03-24 Kevin Ryde(scm_min, scm_max): Correction to big/real and real...
2004-03-24 Dirk Herrmann * libguile/eval.c: Separated some definitions relevant...
2004-03-24 Dirk Herrmann * posix.c (scm_gethostname): Make sure len is initiali...
2004-03-23 Kevin Ryde*** empty log message ***
2004-03-22 Kevin Ryde*** empty log message ***
2004-03-22 Kevin Ryde(AC_CHECK_FUNCS): Add sysconf.
2004-03-22 Kevin Ryde(scm_gethostname): Use sysconf(_SC_HOST_NAME_MAX) and/or
2004-03-22 Kevin Ryde*** empty log message ***
2004-03-22 Kevin Ryde*** empty log message ***
2004-03-22 Kevin Ryde(Reals and Rationals): Typo in `rationalize'.
2004-03-22 Kevin Ryde(circular-list): Rewrite using set-cdr!, no need to...
2004-03-21 Marius VollmerDon't ignore .cvsigore
2004-03-21 Marius Vollmer*** empty log message ***
2004-03-21 Marius Vollmer(skip_scsh_block_comment): Also recognize '\r' as a...
2004-03-21 Marius Vollmer(scm_ceval, scm_deval): Explicitely evaluate ports...
2004-03-20 Marius VollmerChanged docstrings so that they no longer talk about...
2004-03-20 Han-Wen Nienhuys* gc.c: remove set_debug_cell_accesses! when
2004-03-20 Kevin Ryde*** empty log message ***
2004-03-20 Kevin Ryde(scm_gmtime): Use gmtime_r when available, for thread...
2004-03-20 Kevin Ryde*** empty log message ***
2004-03-20 Kevin Ryde(AC_CHECK_FUNCS): Add gmtime_r.
2004-03-19 Kevin Ryde*** empty log message ***
2004-03-19 Kevin Ryde * posix.c (scm_gethostname): Preserve errno across...
2004-03-18 Han-Wen Nienhuys(sweep_card): use SCM_GC_SET_CELL_WORD for setting
2004-03-13 Kevin Ryde*** empty log message ***
2004-03-13 Kevin RydeDefine _GNU_SOURCE for strptime prototype from glibc...
2004-03-13 Kevin Ryde(strptime): Use #define _GNU_SOURCE to get the
2004-03-10 Neil JerramDocument removal of guileint.
2004-03-10 Neil JerramRemove guileint files.
2004-03-06 Kevin Ryde*** empty log message ***
2004-03-06 Kevin Ryde(scm_gmtime): Return bd_time->tm_zone when available...
2004-03-03 Kevin Ryde*** empty log message ***
2004-03-03 Kevin Ryde(SRFI-26): New section.
2004-03-03 Mikael Djurfeldt(scm_c_scm2thread): New function.
2004-02-28 Kevin Ryde*** empty log message ***
2004-02-28 Kevin Ryde(execl, execlp, execle): Exercise errors where
2004-02-28 Kevin Ryde*** empty log message ***
2004-02-28 Kevin Ryde(execl, execlp, execle): Exercise errors where program...
2004-02-28 Kevin Ryde*** empty log message ***
2004-02-28 Kevin Ryde(AC_CHECK_FUNCS): Add DINFINITY and DQNAN.
2004-02-28 Kevin RydeUse AC_COPYRIGHT and AH_TOP to get copyright notice
next