summaryrefslogtreecommitdiff
path: root/libguile/eq.c
Commit message (Expand)AuthorAgeFilesLines
* * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.cHan-Wen Nienhuys2007-01-221-0/+3
* Changes from arch/CVS synchronizationLudovic Courtès2006-06-131-0/+11
* * eq.c (scm_equal_p): Use scm_array_equal_p explicitely when oneMarius Vollmer2006-05-291-0/+5
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (SCM_BITVEC_REF, SCM_BITVEC_SET, SCM_BITVEC_CLR): Removed.Marius Vollmer2005-01-071-1/+1
* More of:Kevin Ryde2004-12-101-6/+6
* (scm_eq_p, scm_eqv_p, scm_equal_p): Update docstrings fromKevin Ryde2004-12-091-15/+89
* Do no longer handle scm_tc7_bvect bitvectors.Marius Vollmer2004-11-091-5/+0
* Do no longer handle old-style uniform vectors.Marius Vollmer2004-11-021-6/+1
* * print.c (iprin1): Removed code for scm_tc7_byvect.Marius Vollmer2004-10-271-1/+0
* *** empty log message ***Marius Vollmer2004-09-221-1/+1
* (scm_equal_p): Allow smobs with different flags to be equal by testingMarius Vollmer2004-09-211-10/+11
* (real_eqv): Pretend that all NaNs are equal.Marius Vollmer2004-09-081-1/+1
* (scm_equal_p): Remove real==fraction and fraction==real, theyKevin Ryde2004-08-171-19/+1
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer2004-07-271-3/+3
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-13/+13
* * print.c (scm_iprin1): Handle fractions.Marius Vollmer2003-11-181-1/+34
* This set of patches introduces a new tc7 code scm_tc7_number forDirk Herrmann2003-09-181-0/+10
* * eq.c (scm_eqv_p, scm_equal_p): Removed uses ofDirk Herrmann2003-09-061-13/+13
* * eq.c (scm_equal_p): Use SCM_TYP7 to check if an object is ofDirk Herrmann2003-09-041-1/+1
* * tests/goops.test: Added tests for correctness of classMikael Djurfeldt2003-04-171-2/+5
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * eq.c (s_scm_eqv_p): scm_i_bigcomp -> scm_i_bigcmp.Rob Browning2003-04-041-1/+1
* * eq.c:: fix various preprocessor usages of new publicRob Browning2003-03-271-1/+1
* * eq.c: #include <config.h> if HAVE_CONFIG_H. Rename usage ofRob Browning2003-03-251-2/+5
* * srfi-1.c (scm_init_srfi_1): Extend root module map and for-eachMikael Djurfeldt2003-03-061-12/+15
* * eq.c: include <string.h>Gary Houston2002-07-101-1/+7
* (real_eqv): New.Marius Vollmer2002-05-081-5/+18
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * Made creation of new smob types thread safe.Dirk Herrmann2001-04-211-1/+1
* * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros.Dirk Herrmann2001-03-301-2/+2
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * Docstring fixes - adding texinfo markup and removing extraneous trailing ne...Neil Jerram2000-08-181-15/+15
* More distinguished handling of real and complex values.Dirk Herrmann2000-05-101-6/+7
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-12/+12
* Don't use C operators == and != to compare SCM values.Dirk Herrmann2000-03-291-5/+5
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include async.h where it is actually needed.Dirk Herrmann2000-03-181-0/+1
* Only include root.h where it is actually needed.Dirk Herrmann2000-03-181-0/+1
* Only include vectors.h in those files, where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* * __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c,Mikael Djurfeldt2000-03-141-50/+91
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-1/+1
* * arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c,Greg J. Badros2000-02-141-4/+2
* * sort.c: typo in comment fixed.Greg J. Badros2000-01-261-3/+17
* * *.c, snarf.h: Replace GUILE_PROC1 with SCM_DEFINE1 throughout.Greg J. Badros2000-01-061-3/+3
* * *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T:Greg J. Badros1999-12-121-1/+1
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-21/+21