[xiph-cvs] cvs commit: vorbis/vq .cvsignore

Ralph Giles giles at xiph.org
Wed Dec 13 10:12:35 PST 2000



giles       00/12/13 10:12:34

  Modified:    lib      os.h
               vq       .cvsignore
  Log:
  replace the value of the fallback definition of M_PI with
  the one from glibc. Ours was actually off by 3 in the last
  digit, beyond the float precision boundary.
  
  thanks to Brian Havard for pointing out the discrepancy.
  
  also .cvsignore fix for vq/

Revision  Changes    Path
1.17      +2 -2      vorbis/lib/os.h

Index: os.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/os.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- os.h	2000/11/08 22:45:58	1.16
+++ os.h	2000/12/13 18:12:34	1.17
@@ -14,7 +14,7 @@
  ********************************************************************
 
  function: #ifdef jail to whip a few platforms into the UNIX ideal.
- last mod: $Id: os.h,v 1.16 2000/11/08 22:45:58 jack Exp $
+ last mod: $Id: os.h,v 1.17 2000/12/13 18:12:34 giles Exp $
 
  ********************************************************************/
 
@@ -25,7 +25,7 @@
 #define _V_IFDEFJAIL_H_
 
 #ifndef M_PI
-#define M_PI (3.1415926539)
+#define M_PI (3.14159265358979323846)
 #endif
 
 #ifndef __GNUC__

1.2       +2 -0      vorbis/vq/.cvsignore

Index: .cvsignore
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2000/11/18 05:02:35	1.1
+++ .cvsignore	2000/12/13 18:12:34	1.2
@@ -1,2 +1,4 @@
 Makefile
 Makefile.in
+.deps
+.libs

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list