Add a missing SYNC_ALL in variable-ref
[bpt/guile.git] / libguile / eq.c
2012-01-09 Andy Wingoallocate a tc7 to bitvectors
2012-01-09 Andy Wingoallocate a tc7 to arrays
2011-02-14 Mark H WeaverSlight optimization for scm_equal_p
2011-01-30 Mark H Weaver`equal?' and `eqv?' are now equivalent for numbers
2010-09-23 Ludovic CourtèsDefine `equal?' for pointer objects.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-31 Andy Wingomore fixes to equal? for arrays
2010-03-30 Andy WingoRevert "fix equal? between an array and a non-array"
2010-03-30 Andy Wingofix equal? between an array and a non-array
2010-01-07 Andy Wingoprovide missing prototypes
2009-12-11 Andy Wingomerge from master to elisp
2009-12-05 Andy Wingofluids are tc7 objects
2009-12-05 Andy Wingohash tables have a tc7
2009-12-04 Andy Wingoremove rpsubrs
2009-11-25 Andy Wingoeqv? not a generic, equal? dispatches to generic only...
2009-11-15 Andy Wingofold objects.[ch] into goops.[ch]
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-30 Ludovic CourtèsUse a TC7 tag instead of a SMOB for bytevectors.
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-07-19 Andy Wingorename unif.[ch] to arrays.[ch]
2009-07-19 Andy Wingorename ramap.[ch] to array-map.[ch]
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-08-02 Andy Wingomerge guile-vm to guile
2007-01-22 Han-Wen Nienhuys* backtrace.c, debug.c, debug.h, deprecation.c, eq...
2006-06-13 Ludovic CourtèsChanges from arch/CVS synchronization
2006-05-29 Marius Vollmer* eq.c (scm_equal_p): Use scm_array_equal_p explicitely...
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-05-23 Marius VollmerThe FSF has a new address.
2005-01-07 Marius Vollmer(SCM_BITVEC_REF, SCM_BITVEC_SET, SCM_BITVEC_CLR): Removed.
2004-12-10 Kevin RydeMore of:
2004-12-09 Kevin Ryde(scm_eq_p, scm_eqv_p, scm_equal_p): Update docstrings...
2004-11-09 Marius VollmerDo no longer handle scm_tc7_bvect bitvectors.
2004-11-02 Marius VollmerDo no longer handle old-style uniform vectors.
2004-10-27 Marius Vollmer* print.c (iprin1): Removed code for scm_tc7_byvect.
2004-09-22 Marius Vollmer*** empty log message ***
2004-09-21 Marius Vollmer(scm_equal_p): Allow smobs with different flags to...
2004-09-08 Marius Vollmer(real_eqv): Pretend that all NaNs are equal.
2004-08-17 Kevin Ryde(scm_equal_p): Remove real==fraction and fraction=...
2004-07-27 Marius Vollmer* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2003-11-18 Marius Vollmer* print.c (scm_iprin1): Handle fractions.
2003-09-18 Dirk Herrmann This set of patches introduces a new tc7 code scm_tc7_...
2003-09-06 Dirk Herrmann * eq.c (scm_eqv_p, scm_equal_p): Removed uses of
2003-09-04 Dirk Herrmann * eq.c (scm_equal_p): Use SCM_TYP7 to check if an...
2003-04-17 Mikael Djurfeldt* tests/goops.test: Added tests for correctness of...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-04-04 Rob Browning* eq.c (s_scm_eqv_p): scm_i_bigcomp -> scm_i_bigcmp.
2003-03-27 Rob Browning* eq.c:: fix various preprocessor usages of new public
2003-03-25 Rob Browning* eq.c: #include <config.h> if HAVE_CONFIG_H. Rename...
2003-03-06 Mikael Djurfeldt* srfi-1.c (scm_init_srfi_1): Extend root module map...
2002-07-10 Gary Houston * eq.c: include <string.h>
2002-05-08 Marius Vollmer(real_eqv): New.
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-04-21 Dirk Herrmann* Made creation of new smob types thread safe.
2001-03-30 Dirk Herrmann* Replaced a lot of calls to SCM_C[AD]R with more appro...
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-08-18 Neil Jerram* Docstring fixes - adding texinfo markup and removing...
2000-05-10 Dirk HerrmannMore distinguished handling of real and complex values.
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-03-29 Dirk HerrmannDon't use C operators == and != to compare SCM values.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include async.h where it is actually needed.
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-14 Mikael Djurfeldt* __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c...
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-02-14 Greg J. Badros* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports...
2000-01-26 Greg J. Badros* sort.c: typo in comment fixed.
2000-01-06 Greg J. Badros* *.c, snarf.h: Replace GUILE_PROC1 with SCM_DEFINE1...
1999-12-12 Greg J. Badros* *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BO...
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-11-19 Gary Houston * acconfig.h: add HAVE_ARRAYS.
1999-11-18 Gary Houston * configure.in: check for hstrerror.
1999-06-19 Jim BlandyPatch from Greg Harvey:
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-01-30 Mikael Djurfeldt* eval.c (scm_eval, scm_deval), eq.c (scm_equal_p)...
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-16 Jim Blandy* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,
1997-05-02 Gary Houston* eq.c (scm_equal_p): use SCM_TYP7SD (y) not SCM_TYP7SD...
1997-04-21 Gary Houston* eq.c (scm_equal_p): use "SCM_TYP7SD", not "SCM (TYP7SD".
1997-04-20 Jim Blandy* eq.c (scm_equal_p): Correctly compare strings of...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-09-18 Mikael Djurfeldt* eq.c: Added #include "ramap.h"
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import