(real_eqv): New.
[bpt/guile.git] / libguile /
2002-05-08 Marius Vollmer(real_eqv): New.
2002-05-08 Marius VollmerInclude <string.h>, for strncmp.
2002-05-06 Marius Vollmer(scm_putenv): Handle removing variables explicitely...
2002-05-06 Marius Vollmer*** empty log message ***
2002-05-06 Marius VollmerFrom John W. Eaton.
2002-05-06 Marius VollmerConditionally include floatingpoint.h, ieeefp.h, and...
2002-04-22 Thien-Thi Nguyen*** empty log message ***
2002-04-22 Thien-Thi Nguyen(scm_slot_exists_p): Rename from scm_slots_exists_p.
2002-04-22 Thien-Thi Nguyen*** empty log message ***
2002-04-22 Thien-Thi Nguyen(scm_slot_exists_p): Rename from scm_slots_exists_p.
2002-04-20 Gary Houston*** empty log message ***
2002-04-20 Gary Houston*** empty log message ***
2002-04-20 Gary Houston * removal of unused fields in root state (thanks to...
2002-04-17 Marius VollmerDo not clean input file. This would write to the ...
2002-04-17 Marius Vollmer(EXTRA_DIST): Added cpp_err_symbols.c and cpp_sig_symbo...
2002-04-16 Marius Vollmer*** empty log message ***
2002-04-16 Marius VollmerInstall the trap for removing $cleanfile only when...
2002-04-11 Rob Browning*** empty log message ***
2002-04-11 Rob Browning* .cvsignore: add versiondat.h and *.c.clean.c.
2002-03-26 Dirk Herrmann* srcprop.[ch] (scm_c_source_property_breakpoint_p...
2002-03-25 Dirk Herrmann* debug.h, eval.c: Deprecated CHECK_ENTRY, CHECK_APPLY and
2002-03-24 Dirk Herrmann* debug.h (scm_ready_p, debug_print): Removed declarations.
2002-03-24 Marius Vollmer*** empty log message ***
2002-03-24 Marius Vollmer(.c.x): Pass "-o $@" to guile-snarf.
2002-03-24 Marius VollmerWhen the output filename is "-", write to stdout. ...
2002-03-23 Dirk Herrmann* eval.c (SCM_CEVAL, SCM_APPLY): Eliminated labels...
2002-03-21 Dirk Herrmann* eval.c (SCM_CEVAL): Minimized scope of variable arg2.
2002-03-20 Dirk Herrmann* eval.c (SIDEVAL): Removed.
2002-03-16 Neil Jerram* Manual updates on hooks and features.
2002-03-15 Thien-Thi NguyenTypofix.
2002-03-15 Thien-Thi Nguyen*** empty log message ***
2002-03-15 Thien-Thi NguyenRemove "--compat=1.4" support.
2002-03-15 Neil JerramSmall docstring fixes.
2002-03-15 Neil JerramChange 3 instances of @var to @code in docstrings.
2002-03-14 Marius Vollmer*** empty log message ***
2002-03-14 Marius Vollmer(singp): Use SCM_REALP instead of SCM_SLOPPY_REALP.
2002-03-14 Marius Vollmer*** empty log message ***
2002-03-14 Marius Vollmer(SCM_SNARF_INIT): Add "^:^" after code so that guile...
2002-03-14 Marius Vollmer(modern_snarf): Remove everything following and includi...
2002-03-14 Dirk Herrmann* eval.c (SCM_CEVAL), srcprop.h (SRCBRKP): Eliminated...
2002-03-14 Thien-Thi Nguyen*** empty log message ***
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-14 Thien-Thi Nguyen*** empty log message ***
2002-03-14 Thien-Thi Nguyen(libpath.h): Use @top_srcdir_absoulte@.
2002-03-14 Thien-Thi NguyenUpdate copyright.
2002-03-13 Dirk Herrmann* eval.c (SCM_CEVAL): Got rid of the last reference...
2002-03-12 Neil Jerram * iselect.c (collisionp, gnfds, greadfds, gwritefds...
2002-03-11 Marius Vollmer*** empty log message ***
2002-03-11 Marius Vollmer(scm_divide): Adapt code from libstdc++/f2c to void...
2002-03-11 Marius VollmerCorrected function name in entry header.
2002-03-11 Marius Vollmer*** empty log message ***
2002-03-11 Marius VollmerRemoved FIXME comment about hoos for malloc and free.
2002-03-11 Marius Vollmer(scm_string_capitalize_x): Treat characters as unsigned...
2002-03-10 Dirk Herrmann* eval.c (SCM_CEVAL): Cleaned up the handling of 'slot...
2002-03-09 Dirk Herrmann* eval.c (SCM_CEVAL): Cleaned up the handling of #...
2002-03-08 Thien-Thi Nguyen*** empty log message ***
2002-03-08 Thien-Thi Nguyen(bin_SCRIPTS): Revive this decl, w/ initial element
2002-03-08 Neil Jerram * srcprop.c (scm_set_source_property_x): If SRCPROPS...
2002-03-08 Neil Jerram* Fix bug caused by frame size overflowing its field.
2002-03-05 Dirk Herrmann* eval.c (SCM_CEVAL): Cleaned up the handling of 'apply...
2002-03-02 Stefan Jahn2002-03-02 Stefan Jahn <stefan@lkcc.org>
2002-03-02 Dirk Herrmann* eval.c (SCM_CEVAL): Cleaned up the handling of 'if...
2002-03-02 Dirk Herrmann* eval.c (SCM_CEVAL): Cleaned up the handling of 'cons...
2002-03-02 Dirk Herrmann* eval.c (scm_badargsp, SCM_CEVAL): Replaced SCM_N...
2002-03-01 Dirk HerrmannChanges in doc/ref:
2002-02-27 Stefan Jahn2002-02-27 Stefan Jahn <stefan@lkcc.org>
2002-02-26 Thien-Thi Nguyendoc/ref/ChangeLog
2002-02-26 Thien-Thi NguyenUpdate path to pre-inst-guile automake frag.
2002-02-25 Dirk Herrmann* Fixed changelog entry.
2002-02-25 Dirk Herrmann* gc.c (scm_gc_sweep): Make it compile even when deprecated
2002-02-25 Dirk Herrmann* num2integral.i.c (NUM2INTEGRAL): Fixed signedness...
2002-02-25 Gary Houston * convert.c: include <string.h> for convert_i.c.
2002-02-25 Rob Browning*** empty log message ***
2002-02-25 Rob Browning* .cvsignore: add stamp-h1.
2002-02-22 Neil Jerram* Fix a typo that crept in with the scm_X_t to scm_t_X...
2002-02-21 Mikael Djurfeldt* gc.c (scm_gc_sweep): Print an error message when...
2002-02-14 Marius Vollmer*** empty log message ***
2002-02-14 Marius Vollmer(scm_must_malloc, scm_must_realloc, scm_must_strdup...
2002-02-12 Thien-Thi Nguyen*** empty log message ***
2002-02-12 Thien-Thi Nguyen(bin_PROGRAMS): Move `guile_filter_doc_snarfage'
2002-02-11 Marius Vollmer*** empty log message ***
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2002-02-11 Marius VollmerReimplemented to allow deprecation messages while the...
2002-02-09 Thien-Thi NguyenRemove cruft; nfc.
2002-02-09 Thien-Thi Nguyen*** empty log message ***
2002-02-09 Thien-Thi Nguyen(create_gsubr): On "too many args" error,
2002-02-05 Thien-Thi Nguyen*** empty log message ***
2002-02-05 Thien-Thi Nguyenbye bye
2002-02-05 Thien-Thi NguyenInclude $(top_srcdir)/pre-inst-guile.am.
2002-02-04 Marius Vollmer*** empty log message ***
2002-02-04 Marius Vollmer(scm_make_symbol): Fix typo in docstring.
2002-02-04 Marius Vollmer(scm_mem2uninterned_symbol, scm_symbol_interned_p,...
2002-02-03 Marius Vollmer*** empty log message ***
2002-02-03 Marius Vollmer(scm_iprin1): Print uninterned symbols unreadably.
2002-02-03 Marius Vollmer* symbols.h (SCM_SET_SYMBOL_HASH): Removed.
2002-02-03 Thien-Thi Nguyen*** empty log message ***
2002-02-03 Thien-Thi Nguyen(HAVE_UINTPTR_T): Only define if UINTPTR_T attributes
2002-01-31 Marius Vollmer*** empty log message ***
2002-01-31 Marius Vollmer(scm_gensym): Use " g" as default prefix, not "g".
2002-01-31 Stefan Jahn2002-01-31 Stefan Jahn <stefan@lkcc.org>
next