stat-macros oddness

2005-06-26 Thread David Feuer
In lib/stat-macros.h, # if !S_IRWXG # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP) # endif # if !S_IRWXO # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) # endif /* S_IXUGO is a common extension to POSIX. */ # if !S_IXUGO # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH) # endif # ifndef S_IRWXUG

Re: sort utility

2005-06-26 Thread Philip Rowlands
On Sat, 25 Jun 2005, John J. Herda wrote: >I am trying to get an ASCII sort and am having great troubles and >frustration. It appears that there is no switch to force an ASCII >sort, only for other kinds of sorts. It appears that environment >variables: LC_ALL, LC_COLLATE, LC_CTYPE, and LANG all

Re: sort utility

2005-06-26 Thread Bob Proulx
John J. Herda wrote: > I am trying to get an ASCII sort and am having great > troubles and frustration. It appears that there is no > switch to force an ASCII sort, only for other kinds of > sorts. It appears that environment variables: LC_ALL, > LC_COLLATE, LC_CTYPE, and LANG all influence how s

sort utility

2005-06-26 Thread John J. Herda
Gentlemen, I am trying to get an ASCII sort and am having great troubles and frustration. It appears that there is no switch to force an ASCII sort, only for other kinds of sorts. It appears that environment variables: LC_ALL, LC_COLLATE, LC_CTYPE, and LANG all influence how sort works and that

Re: base64 tool?

2005-06-26 Thread Paul Eggert
Thanks for writing that. Here's a quick review. Simon Josefsson <[EMAIL PROTECTED]> writes: > +The base64 encoding expand data to roughly 133% of the original. expand -> expands > [EMAIL PROTECTED] [EMAIL PROTECTED] > [EMAIL PROTECTED] [EMAIL PROTECTED] > [EMAIL PROTECTED] -w > [EMAIL PROTECTE