~ubuntu-branches/ubuntu/lucid/dpkg/lucid

« back to all changes in this revision

Viewing changes to lib/compat/getopt.h

  • Committer: Bazaar Package Importer
  • Author(s): Guillem Jover, Guillem Jover, Raphael Hertzog, Modestas Vainius, Updated dpkg translations, Updated dselect translations, Updated man page translations, Updated scripts translations
  • Date: 2009-09-06 09:37:45 UTC
  • mto: (1.4.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 68.
  • Revision ID: james.westby@ubuntu.com-20090906093745-orb3im04ozfxypis
Tags: 1.15.4
[ Guillem Jover ]
* Call _g instead of g_ in dpkg-name.
* Fix inverted logic when deciding to assume the architecture in dpkg-name
  when the package didn't have such field.
* Do not take into account Revision and Package_Revision fields in dpkg-name
  and dpkg-scanpackages as they have been handled already by “dpkg-deb -I”.
* Switch dpkg-scansources to use Dpkg::Cdata instead of duplicating the
  .dsc parsing code. As a side effect it now handles properly bogus files.
* Do not remap obsolete fields in dpkg-scanpackages as they have been
  handled already by “dpkg-deb -I”.
* Properly mark packages being purged for disappearance from the database.
  This will make the status database not be left behind with traces of old
  not-installed packages. Closes: #472208
* On parse mark not-installed leftover packages for automatic removal from
  the database on next dump. This obsoletes the --forget-old-unavail option,
  thus making it now a no-op. Closes: #33394, #429262
* Document “hold” under package selection states instead of flags in dpkg(1).
* Remove trailing ‘/’ and ‘/.’ from the directory name to be used as the
  package name on “dpkg-deb -b”. Closes: #218018, #373602
* Remove obsolete ‘hold’ and ‘hold-reinstreq’ internal status flags.
* Add fakeroot to dpkg-dev Recommends. Closes: #536821
* Fix an always false test when trying to decide which package to deselect
  to resolve a dependency problem in dselect.
* Add uClibc Linux support to ostable and triplettable. Closes: #455501
* Add uClinux support to ostable and triplettable.
  Thanks to Simon Richter <sjr@debian.org>.
* When aborting due to file conflicts print the version of the conflicted
  package. Closes: #540019
* Remove double slash in database path visible to the user in some error
  conditions.
* Stop macthing sparc64-*-* GNU triplets with sparc Debian architecture.
* Add support for config.d style directories in dpkg and dselect,
  (/etc/dpkg/dpkg.cfg.d and /etc/dpkg/dselect.cfg.d respectively).
* Define DPKG_MAINTSCRIPT_ARCH on the maintainer script environment to the
  architecture the package got built for.
* Document DPKG_MAINTSCRIPT_PACKAGE maintainer script environment variable
  in dpkg man page.
* Document DPKG_RUNNING_VERSION maintainer script environment variable
  in dpkg man page.
* Change po4a usage to not create unwated changes depending if doing out or
  in-tree builds.
* Use po4a “--previous” support when updating the man pages.
  Suggested by Christian Perrier <bubulle@debian.org>.
* On configuration error print file name and line number.
* Allow quoting values in configuration file options.
* Add new --pre-invoke and --post-invoke hooks in dpkg.
* Add new --control-path command to dpkg-query.
* Use ohshit on bad version syntax in --compare-versions.
* Add Multi-Arch to the list of known binary package fields for dpkg-dev.
  Thanks to Steve Langasek <vorlon@debian.org>.

[ Raphael Hertzog ]
* Replace install-info by a wrapper around GNU's install-info. The wrapper
  will be dropped in squeeze+1. dpkg now Breaks: old versions of
  info-browsers that do not depend on the new install-info package
  that provides the real functionality. Closes: #9771, #523980
  See http://wiki.debian.org/Transitions/DpkgToGnuInstallInfo for details.
* Fix dpkg's preinst in case /var/lib/dpkg/alternatives contains unexpected
  sub-directories. Closes: #535138
  And also when one of the file doesn't contain correct alternatives
  information (improper number of lines). Closes: #537558
* Upgrade Standards-Version to 3.8.2 (no changes).
* Update deb-substvars(5) to list fields that do not support substvars.
  Closes: #535353
* Fix dpkg-parsechangelog to include all entries with -v0 parameter.
  Closes: #537800
* Fix update-alternatives to mention the correct slave link that can't
  be installed due to a conflicting file instead of quoting the master link.
* Add support for extra override file in dpkg-scanpackages. Thanks to Robert
  Millan for the patch. Closes: #537559
* Add support for extra override file in dpkg-scansources.
* Document format of extra override file in a new manual page
  deb-extra-override(5).
* Update sample in dpkg-gensymbols(1) to give an accurate listing of
  64 bit arches. Thanks to Julien Cristau for the patch. Closes: #540382
* Create /etc/cron.daily/dpkg to handle the backup of
  /var/lib/dpkg/status in /var/backups. This is taken out of the cron
  package and need no conflicts/breaks as the code does nothing if
  the current status file is already backupped. Thanks to Leo 'costela'
  Antunes <costela@debian.org> for the patch. Closes: #541412
* Change behaviour of dpkg --merge-avail to not update a package's
  information if the version provided is older than the one already listed
  in the available file. Thanks to Ian Jackson
  <ian@davenant.greenend.org.uk> for the patch. Closes: #496114
* dpkg-architecture can now export DEB_{HOST,BUILD}_ARCH_{BITS,ENDIAN}
  (pointer size and endianness):
  - cputable (in dpkg) modified to contain those information
  - dpkg-dev depends on dpkg (>= 1.15.4) to ensure that we have an updated
    cputable (and so that a versioned build-dependency on dpkg-dev is enough
    to use this new feature)
  Closes: #531307
* Split overly long Binary: field values over multiple lines. This is
  allowed since policy 3.8.3. Closes: #494714
* Improve performance of dpkg-shlibdeps by caching minimal version
  associated to each library in Dpkg::Shlib::SymbolFile. Thanks to
  Jiří Paleček <jpalecek@web.de> for the patch.
* Slightly improve dpkg-source(1) by giving the section name that we're
  referring to. Closes: #544037
* Fix translation error in german manpage of dpkg-buildpackage. Thanks
  to Joachim Breitner <nomeata@debian.org>. Closes: #541829

[ Modestas Vainius ]
* Provide a meaningful label for dpkg-gensymbols diff.

[ Updated dpkg translations ]
* Asturian (Marcos Alvarez Costales). Closes: #535327
* French (Christian Perrier).
* German (Sven Joachim).
* Italian (Milo Casagrande). Closes: #536538
* Russian (Yuri Kozlov). Closes: #542254
* Slovak (Ivan Masár). Closes: #537742
* Swedish (Peter Krefting).

[ Updated dselect translations ]
* Russian (Yuri Kozlov). Closes: #542254
* Slovak (Ivan Masár). Closes: #537741

[ Updated man page translations ]
* French (Christian Perrier).
* German (Helge Kreutzmann), proofread by Jens Seidel.
* Swedish (Peter Krefting).

[ Updated scripts translations ]
* French completed (Christian Perrier).
* German (Helge Kreutzmann).
* Russian (Yuri Kozlov). Closes: #542254
* Swedish (Peter Krefting).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Declarations for getopt.
 
2
   Copyright (C) 1989,90,91,92,93,94,96,97 Free Software Foundation, Inc.
 
3
 
 
4
   the C library, however.  The master source lives in /gd/gnu/lib.
 
5
 
 
6
NOTE: The canonical source of this file is maintained with the GNU C Library.
 
7
Bugs can be reported to bug-glibc@prep.ai.mit.edu.
 
8
 
 
9
This program is free software; you can redistribute it and/or modify it
 
10
under the terms of the GNU General Public License as published by the
 
11
Free Software Foundation; either version 2, or (at your option) any
 
12
later version.
 
13
 
 
14
This program is distributed in the hope that it will be useful,
 
15
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
GNU General Public License for more details.
 
18
 
 
19
You should have received a copy of the GNU General Public License
 
20
along with this program; if not, write to the Free Software
 
21
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 
22
USA.  */
 
23
 
 
24
#ifndef _GETOPT_H
 
25
#define _GETOPT_H 1
 
26
 
 
27
#ifdef  __cplusplus
 
28
extern "C" {
 
29
#endif
 
30
 
 
31
/* For communication from `getopt' to the caller.
 
32
   When `getopt' finds an option that takes an argument,
 
33
   the argument value is returned here.
 
34
   Also, when `ordering' is RETURN_IN_ORDER,
 
35
   each non-option ARGV-element is returned here.  */
 
36
 
 
37
extern char *optarg;
 
38
 
 
39
/* Index in ARGV of the next element to be scanned.
 
40
   This is used for communication to and from the caller
 
41
   and for communication between successive calls to `getopt'.
 
42
 
 
43
   On entry to `getopt', zero means this is the first call; initialize.
 
44
 
 
45
   When `getopt' returns -1, this is the index of the first of the
 
46
   non-option elements that the caller should itself scan.
 
47
 
 
48
   Otherwise, `optind' communicates from one call to the next
 
49
   how much of ARGV has been scanned so far.  */
 
50
 
 
51
extern int optind;
 
52
 
 
53
/* Callers store zero here to inhibit the error message `getopt' prints
 
54
   for unrecognized options.  */
 
55
 
 
56
extern int opterr;
 
57
 
 
58
/* Set to an option character which was unrecognized.  */
 
59
 
 
60
extern int optopt;
 
61
 
 
62
/* Describe the long-named options requested by the application.
 
63
   The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
 
64
   of `struct option' terminated by an element containing a name which is
 
65
   zero.
 
66
 
 
67
   The field `has_arg' is:
 
68
   no_argument          (or 0) if the option does not take an argument,
 
69
   required_argument    (or 1) if the option requires an argument,
 
70
   optional_argument    (or 2) if the option takes an optional argument.
 
71
 
 
72
   If the field `flag' is not NULL, it points to a variable that is set
 
73
   to the value given in the field `val' when the option is found, but
 
74
   left unchanged if the option is not found.
 
75
 
 
76
   To have a long-named option do something other than set an `int' to
 
77
   a compiled-in constant, such as set a value from `optarg', set the
 
78
   option's `flag' field to zero and its `val' field to a nonzero
 
79
   value (the equivalent single-letter option character, if there is
 
80
   one).  For long options that have a zero `flag' field, `getopt'
 
81
   returns the contents of the `val' field.  */
 
82
 
 
83
struct option
 
84
{
 
85
#if defined (__STDC__) && __STDC__
 
86
  const char *name;
 
87
#else
 
88
  char *name;
 
89
#endif
 
90
  /* has_arg can't be an enum because some compilers complain about
 
91
     type mismatches in all the code that assumes it is an int.  */
 
92
  int has_arg;
 
93
  int *flag;
 
94
  int val;
 
95
};
 
96
 
 
97
/* Names for the values of the `has_arg' field of `struct option'.  */
 
98
 
 
99
#define no_argument             0
 
100
#define required_argument       1
 
101
#define optional_argument       2
 
102
 
 
103
#if defined (__STDC__) && __STDC__
 
104
#ifdef __GNU_LIBRARY__
 
105
/* Many other libraries have conflicting prototypes for getopt, with
 
106
   differences in the consts, in stdlib.h.  To avoid compilation
 
107
   errors, only prototype getopt for the GNU C library.  */
 
108
extern int getopt (int argc, char *const *argv, const char *shortopts);
 
109
#else /* not __GNU_LIBRARY__ */
 
110
 
 
111
#endif /* __GNU_LIBRARY__ */
 
112
extern int getopt_long (int argc, char *const *argv, const char *shortopts,
 
113
                        const struct option *longopts, int *longind);
 
114
extern int getopt_long_only (int argc, char *const *argv,
 
115
                             const char *shortopts,
 
116
                             const struct option *longopts, int *longind);
 
117
 
 
118
/* Internal only.  Users should not call this directly.  */
 
119
extern int _getopt_internal (int argc, char *const *argv,
 
120
                             const char *shortopts,
 
121
                             const struct option *longopts, int *longind,
 
122
                             int long_only);
 
123
#else /* not __STDC__ */
 
124
extern int getopt ();
 
125
extern int getopt_long ();
 
126
extern int getopt_long_only ();
 
127
 
 
128
extern int _getopt_internal ();
 
129
#endif /* __STDC__ */
 
130
 
 
131
#ifdef  __cplusplus
 
132
}
 
133
#endif
 
134
 
 
135
#endif /* _GETOPT_H */