[xiph-cvs] cvs commit: vorbis/lib os.h

Monty xiphmont at xiph.org
Fri Nov 3 22:58:39 PST 2000



xiphmont    00/11/03 22:58:39

  Modified:    debian   Tag: branch_beta3 README.examples
               include/vorbis Tag: branch_beta3 codec.h
               lib      Tag: branch_beta3 os.h
  Log:
  Fix three instances of the global search and replace regexp messing up.
  
  Monty

Revision  Changes    Path
No                   revision

No                   revision

1.3.6.2   +1 -1      vorbis/debian/README.examples

Index: README.examples
===================================================================
RCS file: /usr/local/cvsroot/vorbis/debian/README.examples,v
retrieving revision 1.3.6.1
retrieving revision 1.3.6.2
diff -u -r1.3.6.1 -r1.3.6.2
--- README.examples	2000/11/04 06:43:48	1.3.6.1
+++ README.examples	2000/11/04 06:58:37	1.3.6.2
@@ -6,6 +6,6 @@
 tree, so it will *not* work without being edited first.
 
 The misc.h included in chaining_example and seeking_test just allows the
-use of a debugging _ogg_malloc. (defined in misc.c) It is safe to comment out.
+use of a debugging malloc. (defined in misc.c) It is safe to comment out.
 
  -- Michael Beattie <mjb at debian.org>, Mon, 26 Jun 2000 18:59:56 +1200

No                   revision

No                   revision

1.32.2.6  +2 -2      vorbis/include/vorbis/codec.h

Index: codec.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/include/vorbis/codec.h,v
retrieving revision 1.32.2.5
retrieving revision 1.32.2.6
diff -u -r1.32.2.5 -r1.32.2.6
--- codec.h	2000/11/04 06:43:48	1.32.2.5
+++ codec.h	2000/11/04 06:58:38	1.32.2.6
@@ -12,7 +12,7 @@
  ********************************************************************
 
  function: libvorbis codec headers
- last mod: $Id: codec.h,v 1.32.2.5 2000/11/04 06:43:48 xiphmont Exp $
+ last mod: $Id: codec.h,v 1.32.2.6 2000/11/04 06:58:38 xiphmont Exp $
 
  ********************************************************************/
 
@@ -102,7 +102,7 @@
   ogg_int64_t sequence;
   vorbis_dsp_state *vd; /* For read-only access of configuration */
 
-  /* local storage to avoid re_ogg_mallocing; it's up to the mapping to
+  /* local storage to avoid remallocing; it's up to the mapping to
      structure it */
   void               *localstore;
   long                localtop;

No                   revision

No                   revision

1.10.2.5  +2 -2      vorbis/lib/os.h

Index: os.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/os.h,v
retrieving revision 1.10.2.4
retrieving revision 1.10.2.5
diff -u -r1.10.2.4 -r1.10.2.5
--- os.h	2000/11/04 06:43:50	1.10.2.4
+++ os.h	2000/11/04 06:58:38	1.10.2.5
@@ -14,7 +14,7 @@
  ********************************************************************
 
  function: #ifdef jail to whip a few platforms into the UNIX ideal.
- last mod: $Id: os.h,v 1.10.2.4 2000/11/04 06:43:50 xiphmont Exp $
+ last mod: $Id: os.h,v 1.10.2.5 2000/11/04 06:58:38 xiphmont Exp $
 
  ********************************************************************/
 
@@ -30,7 +30,7 @@
 
 #ifndef __GNUC__
 #ifdef _WIN32
-#  include <_ogg_malloc.h>
+#  include <malloc.h>
 #  define rint(x)   (floor((x)+0.5)) 
 #endif
 #endif

--- >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