bug-gnulib archive search

Search String: Display: Description: Sort:

Results:

References: [ VMS: 278 ]

Total 278 documents matching your query.

201. Re: alloca on VMS (score: 38)
Author: HIDDEN
Date: Mon, 3 Mar 2008 12:58:05 +0100
I committed your change with modifications: - This definition was at the wrong place. You put it in the middle of a declaration. - The style in this file is to avoid parentheses after '#if defined'.
/archive/html/bug-gnulib/2008-03/msg00026.html (7,535 bytes)

202. Re: getopt on VMS (score: 37)
Author: HIDDEN
Date: Mon, 3 Mar 2008 12:42:44 +0100
I applied it, with this ChangeLog entry. The "tiny change" marker means that we don't need a copyright assignment for this change. 2008-03-03 John E. Malmberg <address@hidden> (tiny change) Update VM
/archive/html/bug-gnulib/2008-03/msg00025.html (6,097 bytes)

203. Re: [patch] tar.1.19 changes needed for VMS so far. (score: 38)
Author: HIDDEN
Date: Mon, 3 Mar 2008 07:58:59 +0100
Hello John, * John E. Malmberg wrote on Mon, Mar 03, 2008 at 07:01:46AM CET: Can you do something like a VPATH build on VMS? Because then, then testsuite script should live in the source tree, and th
/archive/html/bug-gnulib/2008-03/msg00020.html (6,707 bytes)

204. [patch] tar.1.19 changes needed for VMS so far. (score: 45)
Author: HIDDEN
Date: Mon, 03 Mar 2008 00:01:46 -0600
I have TAR passing the pipe test, so I though it would be a good point to pass the source changes I needed so far. TODO: I still have to add the vfork/exec/pipe code from the VMS bash port so that th
/archive/html/bug-gnulib/2008-03/msg00019.html (10,761 bytes)

205. Re: gnutar 1.19 - lib/getcwd algorithm does not work on VMS (score: 37)
Author: HIDDEN
Date: Tue, 26 Feb 2008 10:02:33 +0100
If you're talking about the test in getcwd-path-max.m4, this sets the cache variable to do that: gl_cv_func_getcwd_path_max=yes ./configure
/archive/html/bug-gnulib/2008-02/msg00138.html (5,407 bytes)

206. gnutar 1.19 - lib/getcwd algorithm does not work on VMS (score: 37)
Author: HIDDEN
Date: Tue, 26 Feb 2008 00:14:21 -0600
Hello again, The lib/getcwd replacement algorithm does not work on VMS. I am still trying to figure out exactly why it is failing. On VMS, the directory specification /foo/bar/baz can actually be mul
/archive/html/bug-gnulib/2008-02/msg00137.html (5,519 bytes)

207. Re: gnu tar 1.19 requires open() with O_DIRECTORY? (score: 4)
Author: HIDDEN
Date: Thu, 21 Feb 2008 20:07:24 -0600
I am trying to get gnu tar to build on VMS. I have run into a problem: GNU TAR now requires that the open() call support O_DIRECTORY. You may find some useful resources at https://savannah.gnu.org/pr
/archive/html/bug-gnulib/2008-02/msg00118.html (6,777 bytes)

208. Re: gnu tar 1.19 requires open() with O_DIRECTORY? (score: 2)
Author: HIDDEN
Date: Thu, 21 Feb 2008 22:40:02 +0000
You may find some useful resources at https://savannah.gnu.org/projects/vmslib James.
/archive/html/bug-gnulib/2008-02/msg00117.html (5,681 bytes)

209. Re: gnu tar 1.19 requires open() with O_DIRECTORY? (score: 5)
Author: HIDDEN
Date: Wed, 20 Feb 2008 20:26:53 -0600
The open() would have to open or dup a file descriptor to the /dev/null device to reserve a unique file descriptor, and then something needs to map that file descriptor back to the pointer to the *DI
/archive/html/bug-gnulib/2008-02/msg00112.html (7,251 bytes)

210. Re: gnu tar 1.19 requires open() with O_DIRECTORY? (score: 2)
Author: HIDDEN
Date: Wed, 20 Feb 2008 18:59:19 -0700
According to John E. Malmberg on 2/20/2008 6:23 PM: Then you weren't looking in the right place. POSIX 2001 (with TC amendments to 2004) is available at no cost by joining the Austin Group (http://ww
/archive/html/bug-gnulib/2008-02/msg00111.html (8,431 bytes)

211. Re: gnu tar 1.19 requires open() with O_DIRECTORY? (score: 2)
Author: HIDDEN
Date: Thu, 21 Feb 2008 02:54:51 +0100
POSIX:2001 is the same as the "OpenGroup Base Specification Issue 6" and also known as "SUSv3". You find it on the web at http://www.opengroup.org/susv3/ Do you need a pointer to the DIR structure, o
/archive/html/bug-gnulib/2008-02/msg00110.html (6,307 bytes)

212. Re: gnu tar 1.19 requires open() with O_DIRECTORY? (score: 3)
Author: HIDDEN
Date: Wed, 20 Feb 2008 19:23:01 -0600
According to John E. Malmberg on 2/18/2008 8:46 PM: Tar is using O_DIRECTORY to close a security hole, and not to directly read the directory contents. And POSIX requires that a directory be openable
/archive/html/bug-gnulib/2008-02/msg00109.html (7,668 bytes)

213. Re: gnu tar 1.19 requires open() with O_DIRECTORY? (score: 2)
Author: HIDDEN
Date: Mon, 18 Feb 2008 21:30:46 -0700
According to John E. Malmberg on 2/18/2008 8:46 PM: Tar is using O_DIRECTORY to close a security hole, and not to directly read the directory contents. And POSIX requires that a directory be openable
/archive/html/bug-gnulib/2008-02/msg00101.html (6,535 bytes)

214. gnu tar 1.19 requires open() with O_DIRECTORY? (score: 3)
Author: HIDDEN
Date: Mon, 18 Feb 2008 21:46:07 -0600
Hello, I am trying to get gnu tar to build on VMS. I have run into a problem: GNU TAR now requires that the open() call support O_DIRECTORY. On the VMS platform, this support is not available. Using
/archive/html/bug-gnulib/2008-02/msg00100.html (5,679 bytes)

215. Re: header file order issue on tar-1.19/lib/inttypes.h (score: 12)
Author: HIDDEN
Date: Thu, 20 Dec 2007 00:43:44 -0600
The quick patch that I can do is to move where the #undef of the _GL_JUST_INCLUDE_SYSTEM_DIRECTORY_H is. Yes, thanks, that sounds like a reasonable fix. I installed the patch below: does it work for
/archive/html/bug-gnulib/2007-12/msg00128.html (8,629 bytes)

216. memmem issues (score: 2)
Author: HIDDEN
Date: Wed, 19 Dec 2007 23:15:29 +0000 (UTC)
I'm trying to convert m4 to transparently handle embedded NUL. In the process, I need to move from strstr to memmem (if m4 were fully i18n already, I would instead be moving from mbsstr to the length
/archive/html/bug-gnulib/2007-12/msg00127.html (24,703 bytes)

217. Re: header file order issue on tar-1.19/lib/inttypes.h (score: 4)
Author: HIDDEN
Date: Tue, 18 Dec 2007 16:17:29 -0800
Yes, thanks, that sounds like a reasonable fix. I installed the patch below: does it work for you? That would mean we'd have to rewrite all our source code that includes <stdint.h>. We'd rather not d
/archive/html/bug-gnulib/2007-12/msg00126.html (7,075 bytes)

218. header file order issue on tar-1.19/lib/inttypes.h (score: 3)
Author: HIDDEN
Date: Sun, 16 Dec 2007 21:15:58 -0600
Hello, I am attempting to build tar-1.19 on VMS. I am getting an error assert from inttypes.h: "This file assumes that 'int' has exactly 32 bits. Please report your platform and compiler to <bug-gnul
/archive/html/bug-gnulib/2007-12/msg00118.html (6,463 bytes)

219. Re: Patch for the getpagesize module (score: 2)
Author: HIDDEN
Date: Mon, 3 Dec 2007 12:38:45 +0100
Martin Lambers wrote on 2007-11-28: Thanks. The first part is undoubtably the right thing to do; so I'm applying that first (with HAVE_OS_H and HAVE_SYS_PARAM_H being AC_SUBSTed - the reason is that
/archive/html/bug-gnulib/2007-12/msg00004.html (14,020 bytes)

220. Re: fpending and QNX (score: 3)
Author: HIDDEN
Date: Wed, 7 Nov 2007 01:27:22 +0100
Hi Jim, Our QNX peer person has verified that this modified patch passes on QNX: PASS: test-fpending.sh therefore I'm applying it: 2007-11-06 Bruno Haible <address@hidden> * m4/fpending.m4 (gl_FUNC_F
/archive/html/bug-gnulib/2007-11/msg00049.html (9,298 bytes)


This search system is powered by Namazu