bug-gnulib archive search

Search String: Display: Description: Sort:

Results:

References: [ VMS: 278 ]

Total 278 documents matching your query.

41. Re: af_alg benchmarks and performance (score: 2)
Author: HIDDEN
Date: Wed, 9 May 2018 10:57:45 +0200
Faster than the C code. The performance of af_alg and openssl are comparable, they can range from slighty faster, to slighty slower depending on the CPU: arm64 $ time ./sha256sum-afalg ubuntu-18.04-d
/archive/html/bug-gnulib/2018-05/msg00061.html (10,377 bytes)

42. Re: Gnulib on Windows (native / mingw32) / VMS / etc. (score: 33)
Author: HIDDEN
Date: Fri, 13 Apr 2018 10:42:31 +0300
I agree, but switching to MSYS build of Make on Windows definitely doesn't qualify as less work for everybody in my book. I didn't realize such an option was on the table. If that's possible, it is
/archive/html/bug-gnulib/2018-04/msg00047.html (5,756 bytes)

43. Re: Gnulib on Windows (native / mingw32) / VMS / etc. (score: 33)
Author: HIDDEN
Date: Thu, 12 Apr 2018 13:18:28 -0700
On 04/12/2018 05:13 AM, Eli Zaretskii wrote: I didn't try comparing Gnulib's glob.c and fnmatch.c with what's now in GNU Make -- are the differences really so significant as to disallow any attempt o
/archive/html/bug-gnulib/2018-04/msg00045.html (5,458 bytes)

44. Re: Gnulib on Windows (native / mingw32) / VMS / etc. (score: 35)
Author: HIDDEN
Date: Thu, 12 Apr 2018 15:13:05 +0300
Actually, Emacs on Windows uses the same configure script used on Posix hosts, it stopped using its own batch file several years ago. (The MS-DOS build does still use a batch file and a bunch of Sed
/archive/html/bug-gnulib/2018-04/msg00044.html (6,742 bytes)

45. Re: Gnulib on Windows (native / mingw32) / VMS / etc. (score: 37)
Author: HIDDEN
Date: Wed, 11 Apr 2018 13:22:32 -0700
Except for VMS, GNU Emacs is in a boat similar to GNU Make. It uses Gnulib (but not Automake), it is buildable on MS-Windows and does not need Cygwin, it has its own configuration batch script for MS
/archive/html/bug-gnulib/2018-04/msg00040.html (5,013 bytes)

46. Gnulib on Windows (native / mingw32) / VMS / etc. (score: 35)
Author: HIDDEN
Date: Wed, 11 Apr 2018 14:08:17 -0400
Hi all. I spent a bit of time this weekend looking into what it would take to update GNU make to use the glob/fnmatch implementations from the current gnulib, rather than the ancient (and buggy) impl
/archive/html/bug-gnulib/2018-04/msg00038.html (5,367 bytes)

47. Re: Testing on riscv64 (score: 2)
Author: HIDDEN
Date: Wed, 14 Mar 2018 11:30:56 +0000
Oh I see, the problem is the init=... See https://fedorapeople.org/groups/risc-v/disk-images/readme.txt for the latest and correct instructions. I tried qemu from upstream now and it works fine, but
/archive/html/bug-gnulib/2018-03/msg00044.html (5,619 bytes)

48. Re: localename: add support for musl libc (score: 3)
Author: HIDDEN
Date: Sun, 25 Feb 2018 11:17:00 +0100
Hi Assaf, This is the intent of the comment, yes. But we never write it like this, in gnulib, for brevity. This is the style we use in gnulib: $ grep -h '^# *if' getloadavg.c fsusage.c mountlist.c |
/archive/html/bug-gnulib/2018-02/msg00076.html (7,216 bytes)

49. Re: OpenVMS first test run report summary (score: 2)
Author: HIDDEN
Date: Wed, 26 Jul 2017 23:21:12 -0500
Testsuite summary for dummy 0 == A number of OpenVMS C library routines are setting errno incorrectly. This has been reported to HPE and VSI. I should be able to work around this. On OpenVMS, "", an
/archive/html/bug-gnulib/2017-07/msg00130.html (8,771 bytes)

50. Re: OpenVMS getdtablesize.c (score: 2)
Author: HIDDEN
Date: Sat, 15 Jul 2017 17:00:30 +0200
Not true. [1] refers to [2], and [2] as well as [3] say that getrlimit(RLIMIT_NOFILE) is "one greater than the maximum value that the system may assign to a newly-created descriptor." The other sente
/archive/html/bug-gnulib/2017-07/msg00092.html (11,177 bytes)

51. Re: OpenVMS getdtablesize.c (score: 2)
Author: HIDDEN
Date: Tue, 11 Jul 2017 08:12:48 -0500
On 6/28/2017 3:56 PM, Bruno Haible wrote: John E. Malmberg wrote: OpenVMS has the function. Configure detects it exists, but the test for it working is failing. ... The OpenVMS getdtablesize() is ret
/archive/html/bug-gnulib/2017-07/msg00076.html (6,273 bytes)

52. OpenVMS Compile seems complete, How to run tests? (score: 2)
Author: HIDDEN
Date: Sat, 8 Jul 2017 15:38:13 -0500
I have what appears to be a mostly successful build. That is 1082 object files are created and a libgnu.a is created. The make is failing in gltests. OpenVMS does not have a concept of rpaths, so the
/archive/html/bug-gnulib/2017-07/msg00060.html (7,000 bytes)

53. Re: OpenVMS todo list: (score: 3)
Author: HIDDEN
Date: Fri, 07 Jul 2017 10:08:31 +0200
Thanks for the write-up of these collisions. In this case, you can not define _X_OPEN_SOURCE_EXTENDED in config.h. So, define it for a single compilation unit only. If necessary, you can even create
/archive/html/bug-gnulib/2017-07/msg00050.html (9,569 bytes)

54. Re: VMS has struct sched_param in pthread.h (score: 34)
Author: HIDDEN
Date: Thu, 06 Jul 2017 00:05:25 +0200
Oops, this patch brought a regression on platforms that don't have <sched.h>: the line gets transformed into which, of course is a syntax error. 2017-07-05 Bruno Haible <address@hidden> sched: Fix b
/archive/html/bug-gnulib/2017-07/msg00034.html (6,039 bytes)

55. Re: [patch]spawn-pipe.c / spawni.c compile on OpenVMS. (score: 2)
Author: HIDDEN
Date: Mon, 3 Jul 2017 20:38:45 -0500
On 7/3/2017 7:58 PM, Bruno Haible wrote: John E. Malmberg wrote: The OpenVMS Mailboxes work for data up to about 65K and then have buffer full problems. ... For Bash and Coreutils, I have a close to
/archive/html/bug-gnulib/2017-07/msg00031.html (8,243 bytes)

56. Re: OpenVMS todo list: (score: 3)
Author: HIDDEN
Date: Mon, 3 Jul 2017 19:58:52 -0500
* Config.h OpenVMS needs __UNIX_PUTC macro defined for putc_unlocked and friends to be visible. The right place to do this (for a macro that affects multiple gnulib modules) is the 'extensions' modu
/archive/html/bug-gnulib/2017-07/msg00030.html (10,569 bytes)

57. Re: [patch] No pty support for VMS for now. (score: 33)
Author: HIDDEN
Date: Tue, 04 Jul 2017 02:13:15 +0200
There are several solutions to this problem: - You can set up a forked gnulib repo, which anyone trying to port something to OpenVMS shall use. - Or you can publish a set of --avoid options for gnuli
/archive/html/bug-gnulib/2017-07/msg00027.html (5,300 bytes)

58. Re: OpenVMS todo list: (score: 2)
Author: HIDDEN
Date: Tue, 04 Jul 2017 02:07:32 +0200
Hello John, The right place to do this (for a macro that affects multiple gnulib modules) is the 'extensions' module. This too is best done in the 'extensions' module. ?? I don't understand the last
/archive/html/bug-gnulib/2017-07/msg00025.html (9,746 bytes)

59. Re: [patch] No pty support for VMS for now. (score: 33)
Author: HIDDEN
Date: Mon, 3 Jul 2017 18:47:35 -0500
This patch gets the forkpty.c, grantpt.c, and openpty.c modules building on OpenVMS. I will need to figure out later how to actually implement these for OpenVMS pseudo terminals. I wouldn't like to
/archive/html/bug-gnulib/2017-07/msg00024.html (6,574 bytes)

60. Re: [patch] No pty support for VMS for now. (score: 33)
Author: HIDDEN
Date: Tue, 04 Jul 2017 01:26:05 +0200
Hello John, I wouldn't like to apply intermediate patches like this one. I'll prefer if you come back with a patch once you have figured out to actually implement this functionality for OpenVMS. Rati
/archive/html/bug-gnulib/2017-07/msg00022.html (5,240 bytes)


This search system is powered by Namazu