bug-gnulib archive search

Search String: Display: Description: Sort:

Results:

References: [ VMS: 278 ]

Total 278 documents matching your query.

101. Re: what platforms are you testing on? (score: 2)
Author: HIDDEN
Date: Sun, 16 Oct 2016 18:24:59 -0400
Hello Bruno and all, I run automated testing for tarballs posted on [platform-testers] on the following Free operating system, with x86-64 architecture: Debian 8.1, 7.6 Ubuntu 16.04, 15.04, 14.04 gNe
/archive/html/bug-gnulib/2016-10/msg00079.html (7,242 bytes)

102. Re: gawk regex stuff you may want (score: 2)
Author: HIDDEN
Date: Thu, 21 Jan 2016 09:08:37 -0800
I don't see that. In regex.h: Ah, that's probably the problem, and is why your version needs extra casts between unsigned char * and re_dfa_t *. In gnulib, that last line reads 'struct re_dfa_t *__RE
/archive/html/bug-gnulib/2016-01/msg00097.html (11,627 bytes)

103. Re: gawk regex stuff you may want (score: 2)
Author: HIDDEN
Date: Wed, 20 Jan 2016 21:59:35 +0200
Hi Paul. Thanks, I'll review that. I don't see that. In regex.h: And this is: So the cast seems necessary. Same argument for the cast. Not on older systems. Although yes, I'm not sure I still support
/archive/html/bug-gnulib/2016-01/msg00091.html (9,483 bytes)

104. Re: Canonicalize bug? (score: 2)
Author: HIDDEN
Date: Mon, 31 Aug 2015 08:00:34 -0700
It doesn't matter much to me personally, but I think some people would like to see the result contain only \ on Windows systems. We could always post-process the result, but would you accept a patch
/archive/html/bug-gnulib/2015-08/msg00036.html (5,224 bytes)

105. Re: Canonicalize bug? (score: 4)
Author: HIDDEN
Date: Mon, 31 Aug 2015 10:02:09 -0400
Do you have file systems where '/' does not work to separate file name components? Like VMS or something? If so, it's a problem, though I'm not sure it's a bug, as most of gnulib doesn't claim to por
/archive/html/bug-gnulib/2015-08/msg00034.html (5,494 bytes)

106. Re: Canonicalize bug? (score: 3)
Author: HIDDEN
Date: Mon, 31 Aug 2015 06:54:08 -0700
Do you have file systems where '/' does not work to separate file name components? Like VMS or something? If so, it's a problem, though I'm not sure it's a bug, as most of gnulib doesn't claim to por
/archive/html/bug-gnulib/2015-08/msg00033.html (4,909 bytes)

107. Re: RFC acl port to FreeBSD (and maybe solaris) (score: 2)
Author: HIDDEN
Date: Tue, 30 Jun 2015 20:54:23 +0100
Have you tried Assaf Gordon's preconfigured VMs? I see FreeBSD and OpenIndiana there: http://lists.gnu.org/archive/html/bug-gnulib/2014-10/msg00003.html OK thanks for the info. The attached minimal p
/archive/html/bug-gnulib/2015-06/msg00086.html (7,196 bytes)

108. Re: [PATCH] gnulib: Define argv[0] as program_name for error.c on Darwin (score: 2)
Author: HIDDEN
Date: Fri, 13 Feb 2015 20:27:36 +0000
First of all, I believe the gnulib version of 'error' will never be used on glibc machines, since glibc provides error(). Assuming either that's wrong, or discussing the glibc implementation, what ha
/archive/html/bug-gnulib/2015-02/msg00085.html (7,119 bytes)

109. Re: [PATCH] gnulib: Define argv[0] as program_name for error.c on Darwin (score: 2)
Author: HIDDEN
Date: Fri, 13 Feb 2015 18:42:31 +0000
I'm possibly misunderstanding what you mean, but the patch seems to be a small improvement .. ie. it will work on { glibc, Mac OS X } whereas currently it only works on { glibc }. Having it work ever
/archive/html/bug-gnulib/2015-02/msg00081.html (6,776 bytes)

110. Re: [bug #43404] gl_locale_name_default() thread issues on OS X (score: 2)
Author: HIDDEN
Date: Sat, 31 Jan 2015 16:58:52 +0900
Sorry for long delay. I've refreshed the patch. Changes from v1 are: - remove unnecessary heap usage in gl_locale_name_default_from_CoreFoundation - move pthread_is_threaded_np check from localename.
/archive/html/bug-gnulib/2015-01/msg00080.html (20,629 bytes)

111. Re: [PATCH 02/14] Fix character encoding aliases for OS/2 (score: 3)
Author: HIDDEN
Date: Mon, 05 Jan 2015 15:06:59 +0900
Sorry for the delay. Okay, if nobody objects, I'll push the attached (I did a bit more research on OS/2 codepages and added mappings from them to the GNU canonical charset names as possible). Regards
/archive/html/bug-gnulib/2015-01/msg00017.html (11,820 bytes)

112. Re: [PATCH 02/14] Fix character encoding aliases for OS/2 (score: 5)
Author: HIDDEN
Date: Fri, 26 Dec 2014 17:21:52 +0900
Oops, thanks for fixing. Thanks for the link. If I understand correctly, the main point seems that the patch affects the codeset of the POSIX locale ("C" or "POSIX"). If the locale value has the form
/archive/html/bug-gnulib/2014-12/msg00237.html (22,498 bytes)

113. Re: [PATCH 02/14] Fix character encoding aliases for OS/2 (score: 2)
Author: HIDDEN
Date: Fri, 26 Dec 2014 12:15:30 +0900
Thanks. ^^ And fixed typo, cp1361 to cp1381. I added a document file name and entries. But cp855 is used on OS/2. So I decided it. But ISO-8859-5 is equivalent to cp915, no problem. This was my first
/archive/html/bug-gnulib/2014-12/msg00236.html (11,466 bytes)

114. Re: [PATCH 02/14] Fix character encoding aliases for OS/2 (score: 4)
Author: HIDDEN
Date: Thu, 25 Dec 2014 16:54:52 +0900
Thanks for the update. I'm attaching a slightly modified version of the patch, with typo and style fixes (e.g. adding two spaces after a period, according to GCS, etc). Could you provide the title an
/archive/html/bug-gnulib/2014-12/msg00230.html (18,033 bytes)

115. [PATCH 02/14] Fix character encoding aliases for OS/2 (score: 3)
Author: HIDDEN
Date: Tue, 9 Dec 2014 10:40:47 +0900
* lib/config.charset: Remove os2* from case "$os" in * lib/localcharset.c (get_charset_aliases): Use embedded encoding aliases on OS/2. -- lib/config.charset | 4 +-- lib/localcharset.c | 60 +++++++++
/archive/html/bug-gnulib/2014-12/msg00130.html (12,141 bytes)

116. [PATCH 06/21] Fix character encoding aliases for OS/2 (score: 3)
Author: HIDDEN
Date: Sun, 30 Nov 2014 13:20:08 +0900
* lib/config.charset: Remove os2* from case "$os" in * lib/localcharset.c (get_charset_aliases): Use embedded encoding aliases on OS/2. -- lib/config.charset | 4 +-- lib/localcharset.c | 60 +++++++++
/archive/html/bug-gnulib/2014-11/msg00063.html (13,571 bytes)

117. [PATCH] pipe-filter-gi, pipe-filter-ii: port to AIX (score: 3)
Author: HIDDEN
Date: Tue, 18 Nov 2014 21:25:05 +0900
Hello, I got reports saying that pipe-filter-* modules don't compile with xlc on AIX. The error is: "pipe-filter-aux.h", line 99.14: 1506-780 (S) Reference to "select" with internal linkage is not al
/archive/html/bug-gnulib/2014-11/msg00037.html (9,554 bytes)

118. Re: Portability testing using pre-configured VMs (score: 33)
Author: HIDDEN
Date: Fri, 3 Oct 2014 21:12:46 -0700
... Sounds like a great suite of portability tools. Thanks for organizing and sharing all of that.
/archive/html/bug-gnulib/2014-10/msg00005.html (4,676 bytes)

119. Re: Portability testing using pre-configured VMs (score: 35)
Author: HIDDEN
Date: Sat, 04 Oct 2014 02:20:51 +0100
Excellent stuff. I'll definitely try these out. BTW sizes of the download images would be useful to present. thanks, Pádraig.
/archive/html/bug-gnulib/2014-10/msg00004.html (6,260 bytes)

120. Portability testing using pre-configured VMs (score: 35)
Author: HIDDEN
Date: Fri, 03 Oct 2014 19:33:36 -0400
Hello, To ease portability testing of GNU software, I've created a collection of virtual-machines of POSIX-compatible, Free-Software operating systems. These are pre-configured with programs required
/archive/html/bug-gnulib/2014-10/msg00003.html (5,619 bytes)


This search system is powered by Namazu