aboutsummaryrefslogtreecommitdiffstats
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* Update Russian translation, fixing Debian Bug #531925. Courtesy Pavel Maryanov.Matthias Andree2009-06-051-435/+476
| | | | svn path=/branches/BRANCH_6-3/; revision=5354
* Update Polish translation, courtesy of Jakub Bogusz.Matthias Andree2009-06-011-677/+553
| | | | svn path=/branches/BRANCH_6-3/; revision=5353
* Update Chinese/Simplified, Indonesian, Spanish/Castilian translations.Matthias Andree2009-05-273-1722/+2069
| | | | svn path=/branches/BRANCH_6-3/; revision=5348
* Update British translation.Matthias Andree2009-05-261-242/+248
| | | | svn path=/branches/BRANCH_6-3/; revision=5347
* Update Czech and Japanese translationsMatthias Andree2009-05-262-831/+910
| | | | | | Courtesy of Petr Pisar [cs] and Takeshi Hamasaki [ja]. svn path=/branches/BRANCH_6-3/; revision=5346
* Update two messages.Matthias Andree2009-05-251-243/+251
| | | | svn path=/branches/BRANCH_6-3/; revision=5344
* Update German and British English translations.Matthias Andree2009-05-252-654/+714
| | | | svn path=/branches/BRANCH_6-3/; revision=5322
* Update Spanish translation, courtesy of Francisco Molinero.Matthias Andree2009-05-251-641/+389
| | | | svn path=/branches/BRANCH_6-3/; revisi
/* getopt_long and getopt_long_only entry points for GNU getopt.
   Copyright (C) 1987, 88, 89, 90, 91, 92, 1993, 1994
	Free Software Foundation, Inc.

   This program is free software; you can redistribute it and/or modify it
   under the terms of the GNU General Public License as published by the
   Free Software Foundation; either version 2, or (at your option) any
   later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include "getopt.h"

#if !defined (__STDC__) || !__STDC__
/* This is a separate conditional since some stdc systems
   reject `defined (const)'.  */
#ifndef const
#define const
#endif
#endif

#include <stdio.h>

/* Comment out all this code if we are using the GNU C Library, and are not
   actually compiling the library itself.  This code is part of the GNU C
   Library, but also included in many other GNU distributions.  Compiling
   and linking in this code is a waste when using the GNU C library
   (especially if it is a shared library).  Rather than having every GNU
   program understand `configure --with-gnu-libc' and omit the object files,
   it is simpler to just do this in the source for each such file.  */

#if defined (_LIBC) || !defined (__GNU_LIBRARY__)


/* This needs to come after some library #include
   to get __GNU_LIBRARY__ defined.  */
#ifdef __GNU_LIBRARY__
#include <stdlib.h>
#else
char *getenv ();
#endif

#ifndef	NULL
#define NULL 0<
17-42/+42
| | | | | | | | | rcfile must not have more than 0700 (u=rwx,g=,o=) permissions, but fetchmail will still silently accept additional g=x permissions for compatibility with previous 6.2.X and 6.3.X versions. Inconsistency (program 0710, manpage 0600) reported by Petr Uzel. svn path=/branches/BRANCH_6-3/; revision=5211
* Record .po updates for 6.3.9-rc2.Matthias Andree2008-06-2411-3889/+4047
| | | | svn path=/branches/BRANCH_6-3/; revision=5206
* Ignore fetchmail.pot and *.gmo files, too.Matthias Andree2008-06-131-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5191
* Add ignore files.Matthias Andree2008-06-131-0/+9
| | | | svn path=/branches/BRANCH_6-3/; revision=5190
* Redo commit 'In verbose mode, log if --check mode is enabled.'Matthias Andree2008-02-221-176/+180
| | | | svn path=/branches/BRANCH_6-3/; revision=5160
* Drop dead code under FORCE_STUFFING condition.Matthias Andree2008-01-3111-638/+638
| | | | svn path=/branches/BRANCH_6-3/; revision=5155
* Document arcane SSL/TLS UI issue and require docs, Debian Bug#432618.Matthias Andree2007-07-2411-1881/+1881
| | | | svn path=/branches/BRANCH_6-3/; revision=5117
* Update Vietnamese translation to 6.3.8 (Clytie Siddall).Matthias Andree2007-05-281-24/+24
| | | | svn path=/branches/BRANCH_6-3/; revision=5102
* Further update of Spanish translation. Javier Fernández-Sanguino Peña.Matthias Andree2007-05-051-41/+70
| | | | svn path=/branches/BRANCH_6-3/; revision=5098
* Fix three issues with Spanish translation.Matthias Andree2007-04-281-3/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5097
* Run through update-po before tweaking.Matthias Andree2007-04-283-262/+655
| | | | svn path=/branches/BRANCH_6-3/; revision=5096
* Translation updates for Polish (Jakub Bogusz), Japanese (Takeshi Hamasaki)Matthias Andree2007-04-283-828/+449
| | | | | | and Spanish (Javier Fernández-Sanguino Peña). svn path=/branches/BRANCH_6-3/; revision=5095
* Corrected Robert M. Funk's name that I misspelled. My sincere apologies.Matthias Andree2007-03-3011-539/+1059
| | | | svn path=/branches/BRANCH_6-3/; revision=5076
* Update.Matthias Andree2007-03-291-22/+27
| | | | svn path=/branches/BRANCH_6-3/; revision=5075
* Update to 6.3.8-rc2. Takeshi Hamasaki.Matthias Andree2007-03-291-269/+114
| | | | svn path=/branches/BRANCH_6-3/; revision=5072
* Update.Matthias Andree2007-03-281-269/+119
| | | | svn path=/branches/BRANCH_6-3/; revision=5068
* Update Polish translation to 6.3.8-rc2.Matthias Andree2007-03-271-271/+119
| | | | svn path=/branches/BRANCH_6-3/; revision=5067
* Snapshot 6.3.8-rc2.Matthias Andree2007-03-1911-132/+176
| | | | svn path=/branches/BRANCH_6-3/; revision=5062
* Snapshot 6.3.8-rc1.Matthias Andree2007-03-1711-121/+121
| | | | svn path=/branches/BRANCH_6-3/; revision=5055
* Bump version.Matthias Andree2007-02-188-658/+690
| | | | svn path=/branches/BRANCH_6-3/; revision=5040
* Fix pluralization in oversized-messages warning.Matthias Andree2007-02-183-245/+257
| | | | svn path=/branches/BRANCH_6-3/; revision=5039
* Snapshot the bit of formatting that make update-po did.Matthias Andree2007-02-181-105/+260
| | | | svn path=/branches/BRANCH_6-3/; revision=5032
* Update to 6.3.7-rc1Matthias Andree2007-02-051-263/+108
| | | | svn path=/branches/BRANCH_6-3/; revision=5029
* Update to 6.3.7-rc1Matthias Andree2007-02-031-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5027
* Snapshot 6.3.7-rc1.Matthias Andree2007-02-0311-1575/+1587
| | | | svn path=/branches/BRANCH_6-3/; revision=5025
* Update translations.Matthias Andree2007-02-024-893/+901
| | | | svn path=/branches/BRANCH_6-3/; revision=5019
* Snapshot fetchmail 6.3.6-rc5.Matthias Andree2006-12-1910-3494/+4189
| | | | svn path=/branches/BRANCH_6-3/; revision=4999
* update.Matthias Andree2006-12-191-338/+355
| | | | svn path=/branches/BRANCH_6-3/; revision=4996
* Update to -rc4.Matthias Andree2006-12-033-812/+376
| | | | svn path=/branches/BRANCH_6-3/; revision=4982
* Update to -rc3.Matthias Andree2006-11-271-38/+38
| | | | svn path=/branches/BRANCH_6-3/; revision=4975
* Bump version.Matthias Andree2006-11-2711-220/+220
| | | | svn path=/branches/BRANCH_6-3/; revision=4971