[sr #105815] --lastarg foo

2007-03-28 Thread Dave Yost
URL: Summary: --lastarg foo Project: findutils Submitted by: yost Submitted on: Wednesday 03/28/2007 at 16:42 Category: None Priority: 5 - Normal S

Re: [PATCH] fix broken import-gnulib.sh

2007-03-28 Thread James Youngman
On 3/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: It doesn't work because 'cvsdir' never gets set to something else than "/doesnotexist". Attached patch fixes the problem by making it a global in do_checkout() and moving the assignment behind the calling of that function. Thanks for th

[PATCH] fix broken import-gnulib.sh

2007-03-28 Thread leslie . polzer
It doesn't work because 'cvsdir' never gets set to something else than "/doesnotexist". Attached patch fixes the problem by making it a global in do_checkout() and moving the assignment behind the calling of that function. ~ L. -- NEW homepage: https://viridian.dnsalias.net/~sky/homepage/ gp

Re: Support for st_birthtime

2007-03-28 Thread James Youngman
I have now checked into the findutils repository CVS code changes supporting file birth time. The increased functionality should be available on systems supporting st_birthtime, including BSD and Cygwin. Attempting to use the new features generates either an error message when the OS doesn't su