(Reading): Add scm_c_read.
[bpt/guile.git] / libguile /
2003-09-12 Marius Vollmer*** empty log message ***
2003-09-12 Marius Vollmer(SCM_FENCE): Use __memory_barrier with the Intel compil...
2003-09-12 Marius Vollmer*** empty log message ***
2003-09-12 Marius Vollmer(scm_tc16_hashtable): Added "extern" declaration.
2003-09-12 Marius Vollmer(scm_module_reverse_lookup): Check that the obarray...
2003-09-12 Marius Vollmer*** empty log message ***
2003-09-12 Marius VollmerUse "extern inline" only with GCC. Use "static
2003-09-06 Dirk Herrmann * numbers.h (SCM_INEXACTP, SCM_REALP, SCM_COMPLEXP...
2003-09-06 Dirk Herrmann * eq.c (scm_eqv_p, scm_equal_p): Removed uses of
2003-09-04 Dirk Herrmann * tags.h: Added description of Guile's type system...
2003-09-04 Dirk Herrmann * unit.c (scm_cvref): Eliminate unnecessary uses of...
2003-09-04 Dirk Herrmann * numbers.h (SCM_MAKINUM): Define in terms of scm_tc2_int.
2003-09-04 Dirk Herrmann * eq.c (scm_equal_p): Use SCM_TYP7 to check if an...
2003-09-03 Kevin Ryde*** empty log message ***
2003-09-03 Kevin Ryde(scm_strptime): Add comment about glibc strptime %s and
2003-09-02 Kevin Ryde*** empty log message ***
2003-09-02 Kevin Ryde(scm_lognot): Correction to docstring, ones-complement...
2003-08-30 Neil JerramMake -s switch optional.
2003-08-30 Kevin Ryde*** empty log message ***
2003-08-30 Kevin Ryde(scm_lognot): Rewrite using ~ and mpz_com, for directness
2003-08-28 Kevin Ryde*** empty log message ***
2003-08-27 Kevin Ryde(scm_remember_upto_here_1): Revise comments on the...
2003-08-22 Kevin Ryde*** empty log message ***
2003-08-22 Kevin Ryde(scm_system): Remove SCM_DEFER_INTS, system() should be
2003-08-22 Kevin RydeAdd a copyright year.
2003-08-22 Kevin Ryde*** empty log message ***
2003-08-22 Kevin Ryde(scm_difference): Correction to bignum - negative inum.
2003-08-12 Kevin Ryde*** empty log message ***
2003-08-12 Kevin Ryde(scm_remember_upto_here_1, scm_remember_upto_here_2...
2003-08-12 Kevin Ryde(scm_remember_upto_here_1, scm_remember_upto_here_2...
2003-08-12 Kevin Ryde(scm_system): In docstring, refer to status:exit-val...
2003-08-12 Kevin Ryde(getenv): Use <stdlib.h> for prototype.
2003-08-08 Kevin Ryde*** empty log message ***
2003-08-08 Kevin Ryde(scm_source_properties): Return plist from hash if...
2003-07-28 Kevin Ryde*** empty log message ***
2003-07-28 Kevin Ryde(scm_primitive_property_ref): In docstring, note
2003-07-27 Marius Vollmer*** empty log message ***
2003-07-27 Marius Vollmer(scm_print_symbol_name): handle more weird characters...
2003-07-27 Marius Vollmer*** empty log message ***
2003-07-27 Marius Vollmer* posix.h (scm_setgroups): New prototype.
2003-07-27 Marius Vollmer*** empty log message ***
2003-07-27 Marius Vollmer* gc.h (SCM_GC_SET_CELL_BVEC): New.
2003-07-27 Marius Vollmer*** empty log message ***
2003-07-27 Marius Vollmer* __scm.h (SCM_C_INLINE_KEYWORD): New.
2003-07-24 Dirk Herrmann * __scm.h: Reformulated the architecture and compiler...
2003-07-24 Kevin Ryde*** empty log message ***
2003-07-24 Kevin Ryde(scm_angle): Use scm_flo0 for non-negative inum, bignum...
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...
next