Re: new module 'uname'

2009-08-06 Thread Bruno Haible
Sam Steingold asked: > Bruno Haible wrote: > > configure.ac: > > gl_FUNC_UNAME > > gl_SYS_UTSNAME_MODULE_INDICATOR([uname]) > > just curious, since I will be using uname for clisp/syscalls: > what is gl_SYS_UTSNAME_MODULE_INDICATOR? > why does it take an argument? gl_SYS_UTSNAME_MODULE_INDICATOR

[PATCH] test-version-etc.sh: Use $EXEEXT.

2009-08-06 Thread Simon Josefsson
Pushed. http://autobuild.josefsson.org/shishi/log-200908061931867074000.txt ./test-version-etc.sh: 36: ./test-version-etc: not found *** ve-expected.tmp Thu Aug 6 23:31:08 2009 --- - Thu Aug 6 23:31:08 2009 *** *** 1,7 - test-version-etc (dummy) 0 - COPYRIGHT Free Softwar

test-argp-version-etc failures on mac

2009-08-06 Thread Simon Josefsson
Quoting http://autobuild.josefsson.org/gnulib/log-200908060711491983000.txt gcc -std=gnu99 -g -O2 -o test-argp-version-etc test-argp-version-etc.o ../gllib/libgnu.a -L/Users/jas/daily/lib -lintl -L/opt/local/lib -liconv -lc -Wl,-framework -Wl,CoreFoundation -lm /usr/libexec/gcc/powerpc-app

Re: [PATCH 1/2] find: add SELinux support

2009-08-06 Thread Jim Meyering
Kamil Dudka wrote: > On Thu August 6 2009 12:36:06 Kamil Dudka wrote: >> On Thu August 6 2009 12:16:58 Jim Meyering wrote: >> > Kamil Dudka wrote: >> > > On Thu July 30 2009 13:57:00 Jim Meyering wrote: >> > >> > The attached incremental patch fixes it. Now it works on both Fedora >> > >> > and Deb

Re: [PATCH] selinux-at: new module

2009-08-06 Thread Jim Meyering
Bruno Haible wrote: > Hi Jim, > >> +int getfileconat (int fd, char const *file, security_context_t *con); >> +int lgetfileconat (int fd, char const *file, security_context_t *con); >> +int setfileconat (int fd, char const *file, security_context_t con); >> +int lsetfileconat (int fd, char const

Re: update-copyright local hook

2009-08-06 Thread Jim Meyering
Joel E. Denny wrote: ... > That works for me. Thanks, and thanks for reviewing and pushing all my > other patches. > > I'm not sure where ties between modules and maint.mk should be documented, > but the stale advice in update-copyright ought to updated. Here's a > patch. Good idea. Pushed.

Re: new module 'uname'

2009-08-06 Thread Sam Steingold
Bruno Haible wrote: configure.ac: gl_FUNC_UNAME gl_SYS_UTSNAME_MODULE_INDICATOR([uname]) just curious, since I will be using uname for clisp/syscalls: what is gl_SYS_UTSNAME_MODULE_INDICATOR? why does it take an argument? thanks. Sam.

Re: [PATCH] selinux-at: new module

2009-08-06 Thread Bruno Haible
Hi Jim, > +int getfileconat (int fd, char const *file, security_context_t *con); > +int lgetfileconat (int fd, char const *file, security_context_t *con); > +int setfileconat (int fd, char const *file, security_context_t con); > +int lsetfileconat (int fd, char const *file, security_context_t co

Re: [PATCH] doc: update README

2009-08-06 Thread Bruno Haible
Jim Meyering wrote: > * README: ... Don't imply that CVS is better if you have limited disk space. > -For those among us who have tightly limited disk space and a fast network > -connection, CVS checkouts are also supported: > +CVS checkouts are also supported: >$ cvs -d :pserver:anonym...@pse

Re: update-copyright local hook

2009-08-06 Thread Joel E. Denny
On Thu, 6 Aug 2009, Jim Meyering wrote: > Heh. Let's write my bogus suggestion off to morning caffeine deficiency. :) > How about this instead? > > >From 0ec4fb7d6c2533eb4bb588f64616dd9c6883bcb4 Mon Sep 17 00:00:00 2001 > From: Jim Meyering > Date: Thu, 6 Aug 2009 09:25:05 +0200 > Subject: [P

Re: HOST_NAME_MAX

2009-08-06 Thread Simon Josefsson
"Tom G. Christensen" writes: > It assumes that only win32 lacks HOST_NAME_MAX which is not > true. :-( > The daily gnulib snapshot from Simon fails thusly on > sparc-sun-solaris2.6: > test-gethostname.c: In function 'main': > test-gethostname.c:34: error: 'HOST_NAME_MAX' undeclared (first use i

[PATCH] selinux-at: new module

2009-08-06 Thread Jim Meyering
I've just pushed this: >From 27aa230554a630b52c2ce1540f6274c0aa4eaed1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 6 Aug 2009 14:15:23 +0200 Subject: [PATCH] selinux-at: new module Initially written for coreutils, this module will soon be used by findutils, too. * MODULES.html.sh [Misc

Re: HOST_NAME_MAX

2009-08-06 Thread Tom G. Christensen
On Sun, Aug 02, 2009 at 03:31:24PM +0200, Bruno Haible wrote: > > 2009-08-02 Simon Josefsson > > Bruno Haible > > > > Ensure HOST_NAME_MAX as part of the gethostname module. > > * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms, > > define also HOS

Re: [PATCH 1/2] find: add SELinux support

2009-08-06 Thread Kamil Dudka
On Thu August 6 2009 12:36:06 Kamil Dudka wrote: > On Thu August 6 2009 12:16:58 Jim Meyering wrote: > > Kamil Dudka wrote: > > > On Thu July 30 2009 13:57:00 Jim Meyering wrote: > > >> > The attached incremental patch fixes it. Now it works on both Fedora > > >> > and Debian. But unfortunately it

[PATCH] doc: update README

2009-08-06 Thread Jim Meyering
FYI, I've just done this to README: >From 10cecf2f783bf0504f05947787495a0d2a75db04 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 6 Aug 2009 12:33:21 +0200 Subject: [PATCH] doc: update README * README: Remove references to cogito. Remove cvs-repo-updating instructions from 2007. Don't im

Re: update-copyright local hook

2009-08-06 Thread Jim Meyering
Joel E. Denny wrote: > On Thu, 6 Aug 2009, Jim Meyering wrote: > >> Joel E. Denny wrote: >> > For Bison, update-copyright is not enough. Our backend skeletons contain >> > m4 macro invocations with lists of copyright years as arguments. I've a >> > written a script and a makefile target to handl

Re: update-copyright local hook

2009-08-06 Thread Joel E. Denny
On Thu, 6 Aug 2009, Jim Meyering wrote: > Joel E. Denny wrote: > > For Bison, update-copyright is not enough. Our backend skeletons contain > > m4 macro invocations with lists of copyright years as arguments. I've a > > written a script and a makefile target to handle these, but I would like > >