Displaying 12 results from an estimated 12 matches for "translation_domain".
2005 Jan 27
1
feedback on rsync-HEAD-20050125-1221GMT
...include 2005:
rsync version 2.6.3 protocol version 29
Copyright (C) 1996-2004 by Andrew Tridgell and others
- Compilation warnings when configured --with-included-popt with gcc
2.96 on redhat 7.3:
popt/popthelp.c: In function `getArgDescrip':
popt/popthelp.c:87: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `singleOptionDefaultValue':
popt/popthelp.c:118: warning: unused parameter `translation_domain'
- Compilation warnings when configured --with-included-popt with gcc
2.8.1 on solaris 2.8:
options.c: In function `parse_arguments':
options.c:725: warnin...
2004 May 02
0
rsync 2.6.2: clean up compilation warnings
...00 -0500
@@ -63,7 +63,7 @@
/**
* @param table option(s)
*/
-/*@observer@*/ /*@null@*/ static const char *const
+/*@observer@*/ /*@null@*/ static const char *
getTableTranslationDomain(/*@null@*/ const struct poptOption *table)
/*@*/
{
@@ -81,7 +81,7 @@
* @param opt option(s)
* @param translation_domain translation domain
*/
-/*@observer@*/ /*@null@*/ static const char *const
+/*@observer@*/ /*@null@*/ static const char *
getArgDescrip(const struct poptOption * opt,
/*@-paramuse@*/ /* FIX: wazzup? */
/*@null@*/ UNUSED(const char * translation_domain))
2004 Mar 16
2
Rsync 2.6.0 compile problem
...c: In function `displayArgs':
popt/popthelp.c:20: warning: unused parameter `foo'
popt/popthelp.c:22: warning: unused parameter `arg'
popt/popthelp.c:22: warning: unused parameter `data'
popt/popthelp.c: In function `getArgDescrip':
popt/popthelp.c:87: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `singleOptionDefaultValue':
popt/popthelp.c:118: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `poptPrintHelp':
popt/popthelp.c:478: warning: unused parameter `flags'
popt/popthelp.c: In function `poptPrintUsage':
p...
2003 Oct 08
2
2.5.6: a number of minor issues
...00:00:00 1970
@@ -23,6 +23,7 @@
/*@globals fileSystem@*/
/*@modifies fileSystem@*/
{
+foo=foo; arg=arg; data=data;
if (key->shortName == '?')
poptPrintHelp(con, stdout, 0);
else
@@ -89,7 +90,7 @@
/*@*/
{
if (!(opt->argInfo & POPT_ARG_MASK)) return NULL;
-
+translation_domain=translation_domain;
if (opt == (poptHelpOptions + 1) || opt == (poptHelpOptions + 2))
if (opt->argDescrip) return POPT_(opt->argDescrip);
@@ -123,6 +124,7 @@
char * le = malloc(4*lineLength + 1);
char * l = le;
+translation_domain=translation_domain;
if (le == NULL)...
2003 Apr 29
6
Connection refused
I've added the:
/etc/services
/etc/inetd
entries as well as
/etc/rsync.conf
with the contents:
[io]
path = //Volumes/Mac_OS_X/Library/WebServer/iolanguage.com/Io
comment = iolanguage source code
But I get this error:
% rsync -rvR --progress localhost:/ .
localhost.dekorte.com: Connection refused
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error:
2002 Jan 07
2
rsync-2.5.1 / popt patches
...*
getTableTranslationDomain(const struct poptOption *table)
{
const struct poptOption *opt;
@@ -41,7 +42,7 @@
return NULL;
}
-/*@observer@*/ /*@null@*/ static const char *const
+/*@observer@*/ /*@null@*/ static const char *
getArgDescrip(const struct poptOption * opt, const char
*translation_domain)
{
if (!(opt->argInfo & POPT_ARG_MASK)) return NULL;
EAGLE> type lcl_popt:popt.gdiff
--- ref_popt:popt.c Thu Mar 22 21:44:50 2001
+++ lcl_popt:popt.c Sun Jan 6 08:42:33 2002
@@ -1,3 +1,4 @@
+/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_popt:popt.tpu on
6-JAN-20...
2002 Mar 19
0
BSD/OS and 2.5.2-current
...`displayArgs':
popt/popthelp.c:11: warning: unused parameter `foo'
popt/popthelp.c:13: warning: unused parameter `arg'
popt/popthelp.c:13: warning: unused parameter `data'
popt/popthelp.c: In function `getn function `getArgDescrip':
popt/popthelp.c:45: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `poptPrintHelp':
popt/popthelp.c:185: warning: unused parameter `flags'
popt/popthelp.c: In function `poptPrintUsage':
popt/popthelp.c:282: warning: unused parameter `flags'
Then during make test :
server_recv(2) starting pid=17346
recv_file_...
2002 Mar 28
1
(no subject)
...ine = 30
A type qualifier on a return type is meaningless.
getTableTranslationDomain(const struct poptOption *table)
^
cc-3303 c89: WARNING File = popt/popthelp.c, Line = 45
A type qualifier on a return type is meaningless.
getArgDescrip(const struct poptOption * opt, const char *translation_domain)
^
c89 -mips3 -O2 -I. -I. -g -DHAVE_CONFIG_H -I./popt -c popt/poptparse.c -o popt/poptparse.o
cc-3303 c89: WARNING File = popt/popt.h, Line = 117
A type qualifier on a return type is meaningless.
/*@observer@*/ const char *const poptStrerror(const int error);
^
gcc on the DEC...
2002 Feb 20
1
Errors compiling rsync 2.5.2 on Solaris 8
...c: In function `displayArgs':
popt/popthelp.c:11: warning: unused parameter `foo'
popt/popthelp.c:13: warning: unused parameter `arg'
popt/popthelp.c:13: warning: unused parameter `data'
popt/popthelp.c: In function `getArgDescrip':
popt/popthelp.c:45: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `singleOptionHelp':
popt/popthelp.c:93: warning: subscript has type `char'
popt/popthelp.c:95: warning: subscript has type `char'
popt/popthelp.c:101: warning: subscript has type `char'
popt/popthelp.c: In function `poptPrintHelp':
popt/popthelp...
2002 Jan 29
1
Solaris 2.8/2.5.2 build issues
...ameter `data'
popt/popthelp.c: At top level:
popt/popthelp.c:31: warning: type qualifiers ignored on function return
type
popt/popthelp.c:46: warning: type qualifiers ignored on function return
type
popt/popthelp.c: In function `getArgDescrip':
popt/popthelp.c:45: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `singleOptionHelp':
popt/popthelp.c:93: warning: subscript has type `char'
popt/popthelp.c:95: warning: subscript has type `char'
popt/popthelp.c:101: warning: subscript has type `char'
popt/popthelp.c: In function `poptPrintHelp':
popt/popthelp...
2002 Mar 12
1
Problems with 2.5.3 under Debian Linux
...c: In function `displayArgs':
popt/popthelp.c:11: warning: unused parameter `foo'
popt/popthelp.c:13: warning: unused parameter `arg'
popt/popthelp.c:13: warning: unused parameter `data'
popt/popthelp.c: In function `getArgDescrip':
popt/popthelp.c:45: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `poptPrintHelp':
popt/popthelp.c:185: warning: unused parameter `flags'
popt/popthelp.c: In function `poptPrintUsage':
popt/popthelp.c:282: warning: unused parameter `flags'
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptparse.c -o...
2002 Nov 15
0
building rsync on MacOSX 10.2.2
...ameter `data'
popt/popthelp.c: At top level:
popt/popthelp.c:31: warning: type qualifiers ignored on function return type
popt/popthelp.c:46: warning: type qualifiers ignored on function return type
popt/popthelp.c: In function `getArgDescrip':
popt/popthelp.c:45: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `poptPrintHelp':
popt/popthelp.c:185: warning: unused parameter `flags'
popt/popthelp.c: In function `poptPrintUsage':
popt/popthelp.c:282: warning: unused parameter `flags'
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptparse.c -o...