* Adding C function declarations from the SCM interface to the
[bpt/guile.git] / libguile /
2001-11-16 Neil Jerram* Adding C function declarations from the SCM interface...
2001-11-16 Neil Jerram* These changes add a @deffnx C function declaration...
2001-11-15 Dirk Herrmann* eval.c (RETURN): Wrap in do{}while(0) in order to...
2001-11-13 Neil Jerram* Miscellaneous small doc updates and fixes.
2001-11-13 Marius Vollmer*** empty log message ***
2001-11-13 Marius Vollmer(scm_c_export): Call va_end after collecting the symbols.
2001-11-13 Marius Vollmer*** empty log message ***
2001-11-13 Marius Vollmer(scm_substring_move_left_x, scm_substring_move_right_x...
2001-11-13 Marius Vollmer*** empty log message ***
2001-11-13 Marius Vollmer(HAVE_UINTPTR_T, HAVE_PTRDIFF_T, HAVE_LONG_LONG, HAVE_L...
2001-11-12 Marius Vollmer*** empty log message ***
2001-11-12 Marius Vollmer(SIZEOF_SCM_T_BITS): Define it appropriately.
2001-11-12 Marius Vollmer* numbers.c: Document macros to define when including
2001-11-12 Marius VollmerDefine HAVE_UINTPTR_T, HAVE_PTRDIFF_T and HAVE_LONG_LON...
2001-11-11 Thien-Thi Nguyen*** empty log message ***
2001-11-11 Thien-Thi Nguyen(scm_string_null_p): Docfix; nfc.
2001-11-11 Neil Jerram* Documentation work.
2001-11-07 Stefan Jahn2001-11-07 Stefan Jahn <stefan@lkcc.org>
2001-11-06 Marius VollmerTurn off debugging output in scm_compile_shell_switches.
2001-11-05 Marius Vollmer*** empty log message ***
2001-11-05 Marius Vollmer(scm_shell_usage, scm_compile_shell_switches): Prepend
2001-11-05 Stefan Jahn2001-11-05 Stefan Jahn <stefan@lkcc.org>
2001-11-04 Stefan Jahn2001-11-04 Stefan Jahn <stefan@lkcc.org>
2001-11-03 Marius Vollmer*** empty log message ***
2001-11-03 Marius Vollmer(scm_m_begin): Allow `(begin)`, with no subforms.
2001-11-02 Mikael Djurfeldt* print.c (scm_iprin1): Mark print state as revealed...
2001-11-02 Mikael Djurfeldt* unif.c (scm_ra2contig): Fixed memory overwrite bug.
2001-11-02 Marius Vollmer*** empty log message ***
2001-11-02 Marius VollmerPrefixed each each exported symbol with SCM_API.
2001-11-02 Marius Vollmer* win32-uname.c: Include "win32-uname.h", not "uname.h".
2001-11-02 Marius Vollmer* win32-dirent.c: Include "win32-dirent.h", not "dirent.h".
2001-11-02 Marius VollmerOn M$-Windows `tzname[]' is known to be `_tzname[]'.
2001-11-02 Marius VollmerMade `usleep()' avalable on MinGW.
2001-11-02 Marius VollmerRemove unnecessary dirent includes and defines. Include
2001-11-02 Marius VollmerDisable extern declaration of `h_errno' for __CYGWIN__,
2001-11-02 Marius VollmerInclude `process.h' is possible.
2001-11-02 Marius VollmerMake sure to define __SCM_IMPORT__ for shared library
2001-11-02 Marius Vollmer* fports.c: Include `io.h' is possible. Put `*fp'...
2001-11-02 Marius Vollmer* __scm.h, alist.h, arbiters.h, async.h, backtrace...
2001-11-02 Marius Vollmer`__libc_ia64_register_backing_store_base'
2001-11-02 Marius VollmerInclude `io.h' is possible. Put `*fp' into referring
2001-11-02 Marius VollmerInclude `direct.h' if possible. Use local
2001-11-02 Marius Vollmer* __scm.h, alist.h, arbiters.h, async.h, backtrace...
2001-11-02 Marius VollmerPrefixed each each exported symbol with SCM_API.
2001-11-02 Marius Vollmer* __scm.h: Defined SCM_API. This macro gets prepended...
2001-11-02 Marius VollmerAdd win32-uname.c, win32-uname.h, win32-dirent.c
2001-11-01 Marius VollmerNew files with implementations of dirent and uname...
2001-10-28 Mikael Djurfeldt* unif.c (scm_uniform_array_read_x, scm_uniform_array_w...
2001-10-18 Dirk Herrmann* eval.c (scm_lookupcar, scm_m_letstar, scm_m_do, iqq,
2001-10-14 Gary Houston * version.c (scm_version): use sprintf instead of...
2001-10-14 Mikael Djurfeldt* read.c (scm_lreadr): When user-defined hash procedure...
2001-10-13 Marius Vollmer*** empty log message ***
2001-10-13 Marius Vollmer(EXTRA_libguile_la_SOURCES): Added "mkstemp.c".
2001-10-13 Marius Vollmer(display_backtrace_file_and_line): Only use scm_basenam...
2001-10-13 Marius Vollmer(scm_m_atbind): First try to find the variable without...
2001-10-13 Marius Vollmer(module_variable): Pass over variables that exist but...
2001-10-13 Marius VollmerSet NO_PREPRO_MAGIC when defining our version of PTRDIF...
2001-10-13 Dirk Herrmann* numbers.c (mem2uinteger): Return number read so...
2001-10-12 Mikael Djurfeldt* debug.c (scm_mem_to_proc): Fixed typo in previous...
2001-10-12 Mikael Djurfeldt* validate.h (SCM_VALIDATE_DOUBLE_DEF_COPY): New macro.
2001-10-11 Dirk Herrmann* print.c (scm_print_state_vtable, print_state_pool):
2001-10-11 Dirk Herrmann* debug.c (scm_make_iloc): Prefer !SCM_<foo> over...
2001-10-09 Dirk Herrmann* numbers.c (mem2decimal_from_point): Cleaned up the...
2001-10-09 Rob Browning* gc.c: support ia64 register backing store.
2001-10-09 Rob Browning* continuations.h: support ia64 register backing store.
2001-10-09 Rob Browning* continuations.c: support ia64 register backing store.
2001-10-09 Rob Browning*** empty log message ***
2001-10-08 Dirk Herrmann* hashtab.c (scm_hash_fn_create_handle_x): The result...
2001-10-06 Marius VollmerCorrect cut and paste error: use SCM_POSFIXABLE for...
2001-10-06 Marius VollmerCorrected definition of SCM_MOST_POSITIVE_FIXNUM. ...
2001-10-06 Marius Vollmer*** empty log message ***
2001-10-06 Marius Vollmer(INTEGRAL2NUM): Let the preprocessor test
2001-10-06 Marius VollmerDefine NO_PREPRO_MAGOC when including
2001-10-06 Marius Vollmer* tags.h (SCM_T_BITS_MAX, SCM_T_SIGNED_BITS_MAX,
2001-10-06 Mikael Djurfeldt* coop.c (mother_awake_p): New variable.
2001-10-05 Dirk Herrmann* options.c (protected_objects, scm_init_options):...
2001-10-05 Dirk Herrmann* num2integral.i.c (NUM2INTEGRAL): Eliminated some...
2001-10-05 Dirk Herrmann* numbers.h: Removed old comment about using SCM_CAR...
2001-10-03 Gary Houston * continuations.h, unif.h: in the descriptions of...
2001-09-26 Thien-Thi Nguyen*** empty log message ***
2001-09-26 Thien-Thi Nguyen(SCM_MAKE_CHAR): Use `scm_t_bits' instead of `intptr_t'.
2001-09-25 Gary Houston * ports.c (scm_drain_input): extended the docstring...
2001-09-23 Mikael Djurfeldt* validate.h (SCM_NUM2FLOAT, SCM_NUM2DOUBLE,
2001-09-22 Mikael Djurfeldt* Makefile.am: Distribute num2float.i.c.
2001-09-21 Rob Browning*** empty log message ***
2001-09-21 Rob Browning* .cvsignore: really add version.h
2001-09-21 Rob Browning* chars.h (SCM_MAKE_CHAR): coerce value to intptr_t.
2001-09-21 Rob Browning* numbers.c (scm_gcd): change "k" to a long from an...
2001-09-21 Rob Browning* strings.h (SCM_SET_STRING_LENGTH): coerce "l" to...
2001-09-20 Mikael Djurfeldt* numbers.c (scm_integer_expt): Accept inexact integer...
2001-09-20 Rob Browning*** empty log message ***
2001-09-20 Rob Browning* version.c
2001-09-20 Rob Browning* version.h: renamed to version.h.in.
2001-09-20 Rob Browning* version.h.in: renamed from version.h.
2001-09-20 Rob Browning* versiondat.h.in: removed (obsolete).
2001-09-20 Mikael Djurfeldt* error.c, error.h: Made error keys globally accessible.
2001-09-20 Mikael Djurfeldt* num2integral.i.c (NUM2INTEGRAL): Report an error...
2001-09-17 Dirk Herrmann* Removed function scm_gc_mark_cell_conservatively.
2001-09-15 Gary Houston * root.h (scm_root_state): removed the continuation_st...
2001-09-13 Dirk Herrmann* Some renamings and minor fixes.
next