Re: bug in getaddrinfo module

2005-09-22 Thread Paul Eggert
[EMAIL PROTECTED] (Eric Blake) writes: > gcc -DHAVE_CONFIG_H -I. -I../../lib -I.. -g -O2 -c ../../lib/getaddrinfo.c > ../../lib/getaddrinfo.c: In function `getaddrinfo': > ../../lib/getaddrinfo.c:112: error: invalid application of `sizeof' to > incomplete type `sockaddr_in' Thanks for repor

Re: Problems with tee command

2005-09-22 Thread Bob Proulx
Prashant Jha wrote: > I am an IT Professional working on Unix (Solaris 5.8). > I would like to report the following error and request some information > regarding the same. > There is a script with a line similar to - > echo `The World is not Enough` | tee -a Logs.txt Hopefully that is similar

Re: [PATCH] split: adding --exec, --exec-wait, and --pause

2005-09-22 Thread Jim Meyering
Chris Frey <[EMAIL PROTECTED]> wrote: > I haven't seen any comments on this patch yet. What can I do to help get > this patch included in coreutils? Thanks for the feature-adding patch. Adding a new feature to a classic program in the coreutils package is not something we do lightly. There has

Problems with tee command

2005-09-22 Thread Prashant Jha
Hello - I am an IT Professional working on Unix (Solaris 5.8). I would like to report the following error and request some information regarding the same. There is a script with a line similar to - echo `The World is not Enough` | tee -a Logs.txt While this script works fine generally...In some

coreutils-proper patches to adjust to recent gnulib changes

2005-09-22 Thread Paul Eggert
I installed this to bring coreutils up to speed with the recent gnulib changes. 2005-09-21 Paul Eggert <[EMAIL PROTECTED]> * lib/Makefile.am (libcoreutils_a_SOURCES): Add getaddrinfo.h, mbchar.c, mbchar.h, mbuiter.h, strcase.h, strlen1.c, strnlen1.h, strstr.h. *

nontrivial sync from gnulib for canon-host, mbchar, getline

2005-09-22 Thread Paul Eggert
Here are some modules that contain nontrivial changes, synced from gnulib. Most of these have to do with the new changes for getline and case-insensitive string comparison and getting canonical host names. 2005-09-21 Paul Eggert <[EMAIL PROTECTED]> * canon-host.c, getline.c, getline.h,

argmatch.h simplification using verify.h

2005-09-22 Thread Paul Eggert
I installed this to simplify argmatch.h using verify.h, since I'm going to put verify.h into gnulib: 2005-09-21 Paul Eggert <[EMAIL PROTECTED]> * lib/argmatch.h (GL_CONCAT): Remove. Include "verify.h" instead. (ARGMATCH_CONSTRAINT, ARGMATCH_ASSERT): Remove. (ARGM

xalloc.h, system.h changes for X2REALLOC etc.

2005-09-22 Thread Paul Eggert
When merging from gnulib I discovered I'm still a bit at sea about what to do about the X2REALLOC and X2NREALLOC macros; instead of thinking it through I thought it best for now to revert xalloc.h to gnulib and move the new stuff to src/system.h. I installed this: 2005-09-21 Paul Eggert <[EMAIL

removed xanstrftime from coreutils

2005-09-22 Thread Paul Eggert
I removed xanstrftime.h, xanstrftime.c, xanstrftime.m4 from coreutils as they're no longer used. ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

rmdir.c unused macros

2005-09-22 Thread Paul Eggert
This is independent of the merge with gnulib, but I installed this: 2005-09-21 Paul Eggert <[EMAIL PROTECTED]> * src/rmdir.c (EEXIST, ENOTEMPTY): Remove unused macros. Index: src/rmdir.c === RCS file: /fetish/cu/src/rmdir.