Paul Eggert wrote:
> I installed this, for tar's sake:
>
> Subject: [PATCH] getcwd: on Solaris, work better if ancestors are inaccessible
>
> * lib/getcwd.c (__getcwd): If getcwd returns EINVAL for zero
> buffer and size, try again with a large buffer. This works better
> on Solaris, since its get
Hello gnulibers.
Some projects (like Automake) have the policy of keeping multiple
ChangeLog entries having the same author and date lumped togheter,
preferring e.g.:
2000-01-01 Foo Bar
Add foo
Add bar
over:
2000-01-01 Foo Bar
Add foo
2000-01-01 Foo Ba