~ubuntu-branches/ubuntu/intrepid/parted/intrepid

« back to all changes in this revision

Viewing changes to gnulib/modules/stdio

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-06-24 14:31:05 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624143105-rd7yw67a9qnvh51i
Tags: 1.8.8.git.2008.03.24-7ubuntu1
* Resynchronise with Debian (LP: #237568). Remaining changes:
  - swap-uuid.dpatch: Create UUIDs on new swap partitions.
  - gptsync.dpatch: On Intel Mac systems, write a synced MBR rather than a
    protective MBR.
  - Add -fno-stack-protector on sparc.
  - sparc-new-label.dpatch: Fix sparc disk label generation. This is
    required for LDOM and parallel installations with Solaris 10.
  - loop-partitions.dpatch: Loop devices can only have one partition, so
    don't generate device names such as "/dev/loop0p1".
  - unpartitioned-disks.dpatch: Don't try to call BLKPG ioctls on
    unpartitionable disks (only implemented for loop devices at the
    moment), as they will always fail.
  - When building with gcc-4.3, add -Wno-array-bounds to CFLAGS.
  - Cell partition tables are misdetected as pc98, so disable pc98 support
    on powerpc.
  - array-bounds.dpatch: Backport patch from git to allow building with
    gcc-4.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description:
 
2
A GNU-like <stdio.h>.
 
3
 
 
4
Files:
 
5
lib/stdio_.h
 
6
m4/stdio_h.m4
 
7
 
 
8
Depends-on:
 
9
include_next
 
10
link-warning
 
11
 
 
12
configure.ac:
 
13
gl_STDIO_H
 
14
 
 
15
Makefile.am:
 
16
BUILT_SOURCES += stdio.h
 
17
 
 
18
# We need the following in order to create <stdio.h> when the system
 
19
# doesn't have one that works with the given compiler.
 
20
stdio.h: stdio_.h
 
21
        rm -f $@-t $@
 
22
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
23
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
 
24
              -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
 
25
              -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
 
26
              -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
 
27
              -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
 
28
              -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
 
29
              -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
 
30
              -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
 
31
              -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
 
32
              -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
 
33
              -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
 
34
              -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
 
35
              -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
 
36
              -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
 
37
              -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
 
38
              -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
 
39
              -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
 
40
              -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
 
41
              -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
 
42
              -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
 
43
              -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
 
44
              -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
 
45
              -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
 
46
              -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
 
47
              -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
 
48
              -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
 
49
              -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
 
50
              -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
 
51
              -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
 
52
              -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
 
53
              -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
 
54
              -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
 
55
              -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
 
56
              -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
 
57
              -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
 
58
              -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
 
59
              -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
 
60
              -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
 
61
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
 
62
              < $(srcdir)/stdio_.h; \
 
63
        } > $@-t
 
64
        mv $@-t $@
 
65
MOSTLYCLEANFILES += stdio.h stdio.h-t
 
66
 
 
67
Include:
 
68
#include <stdio.h>
 
69
 
 
70
License:
 
71
LGPLv2+
 
72
 
 
73
Maintainer:
 
74
all