/[guile]/guile/guile-core/libguile/ChangeLog
ViewVC logotype

Diff of /guile/guile-core/libguile/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1921 by dirk, Thu Sep 4 20:47:41 2003 UTC revision 1.1922 by dirk, Sat Sep 6 08:50:26 2003 UTC
# Line 1  Line 1 
1    2003-09-06  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2    
3            * eq.c (scm_eqv_p, scm_equal_p): Removed uses of
4            SCM_SLOPPY_INEXACTP, SCM_SLOPPY_REALP and SCM_SLOPPY_COMPLEXP.
5    
6            * eq.c (scm_eqv_p, scm_equal_p): Reordered comparisons from
7            0.0==some_expression to some_expression==0.0.  The latter is
8            better readable.  The former is preferred by some people, since it
9            leads to a compiler error when confusing == with =.  However, when
10            using gcc, a warning will be issued if in an if-statement an
11            assigment appears.  Since many Guile developers are using gcc,
12            such errors will not remain unnoticed anyway.  We can therefore
13            focus on better readability.
14    
15  2003-09-04  Dirk Herrmann  <D.Herrmann@tu-bs.de>  2003-09-04  Dirk Herrmann  <D.Herrmann@tu-bs.de>
16    
17          * tags.h: Added description of Guile's type system.  Removed some          * tags.h: Added description of Guile's type system.  Removed some

Legend:
Removed from v.1.1921  
changed lines
  Added in v.1.1922

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26