UTF-8-MAC completion 13 bytes away from being perfect

2010-01-05 Thread guillaume . outters
Configuration Information [Automatically generated, do not change]: Machine: powerpc OS: darwin8.11.0 Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='powerpc' -DCONF_OSTYPE='darwin8.11.0' -DCONF_MACHTYPE='powerpc-apple-darwin8.11.0' -DCONF_VENDOR='apple' -DLOCALEDIR='/usr/loc

Re: $(pwd) != $(/bin/pwd)

2010-01-05 Thread Chet Ramey
> Well, if I read > http://www.opengroup.org/onlinepubs/9699919799/utilities/pwd.html > correctly, bash pwd should output /home/darkk/bar in that case > as $PWD does *not* contain an absolute path to the current > directory. Bash notices this when running in posix mode, and recanonicalizes the pat

Re: $(pwd) != $(/bin/pwd)

2010-01-05 Thread Ken Irving
On Tue, Jan 05, 2010 at 08:23:39PM +0100, Andreas Schwab wrote: > Greg Wooledge writes: > > > On Mon, Jan 04, 2010 at 01:25:50PM +, Stephane CHAZELAS wrote: > >> >> da...@thinkpad ~/foo $ echo $PWD > >> >> /home/darkk/foo > > > >> Well, if I read > >> http://www.opengroup.org/onlinepubs/96999

Re: undocumented compat32 and compat40 in shopt

2010-01-05 Thread Chet Ramey
On 1/5/10 8:15 AM, Dilyan Palauzov wrote: > Hello, > > I have bash 4.1 . `shopt' reports (among other things) > > compat31off > compat32off > compat40off > > compat31 is documented in bash.info, but compat32 and compat40 are not. An oversight. They are documented in the

Re: $(pwd) != $(/bin/pwd)

2010-01-05 Thread Stephane CHAZELAS
2010-01-05 20:23:39 +0100, Andreas Schwab: > Greg Wooledge writes: > > > On Mon, Jan 04, 2010 at 01:25:50PM +, Stephane CHAZELAS wrote: > >> >> da...@thinkpad ~/foo $ echo $PWD > >> >> /home/darkk/foo > > > >> Well, if I read > >> http://www.opengroup.org/onlinepubs/9699919799/utilities/pwd.h

Re: Bash-4.1 available for FTP

2010-01-05 Thread Mike Frysinger
On Tuesday 05 January 2010 03:54:13 pjodrr wrote: > On Jan 2, 6:41 pm, Chet Ramey wrote: > > Unlike previous bash distributions, this tar file includes the formatted > > documentation (postscript, dvi, html, and nroffed versions of the manual > > pages). > > which makes the proxy/firewall of the

Re: $(pwd) != $(/bin/pwd)

2010-01-05 Thread Andreas Schwab
Greg Wooledge writes: > On Mon, Jan 04, 2010 at 01:25:50PM +, Stephane CHAZELAS wrote: >> >> da...@thinkpad ~/foo $ echo $PWD >> >> /home/darkk/foo > >> Well, if I read >> http://www.opengroup.org/onlinepubs/9699919799/utilities/pwd.html >> correctly, bash pwd should output /home/darkk/bar in

undocumented compat32 and compat40 in shopt

2010-01-05 Thread Dilyan Palauzov
Hello, I have bash 4.1 . `shopt' reports (among other things) compat31off compat32off compat40off compat31 is documented in bash.info, but compat32 and compat40 are not. Със здраве, Дилян

Re: $(pwd) != $(/bin/pwd)

2010-01-05 Thread Greg Wooledge
On Mon, Jan 04, 2010 at 01:25:50PM +, Stephane CHAZELAS wrote: > >> da...@thinkpad ~/foo $ echo $PWD > >> /home/darkk/foo > Well, if I read > http://www.opengroup.org/onlinepubs/9699919799/utilities/pwd.html > correctly, bash pwd should output /home/darkk/bar in that case > as $PWD does *not*

Re: Bash-4.1 available for FTP

2010-01-05 Thread Chet Ramey
On 1/5/10 3:54 AM, pjodrr wrote: > Hello, > > On Jan 2, 6:41 pm, Chet Ramey wrote: >> Unlike previous bash distributions, this tar file includes the formatted >> documentation (postscript, dvi, html, and nroffed versions of the manual >> pages). > > which makes the proxy/firewall of the company

Re: Bash-4.1 available for FTP

2010-01-05 Thread pjodrr
Hello, On Jan 2, 6:41 pm, Chet Ramey wrote: > Unlike previous bash distributions, this tar file includes the formatted > documentation (postscript, dvi, html, and nroffed versions of the manual > pages). which makes the proxy/firewall of the company i'm working for atm block the download because

Re: $(pwd) != $(/bin/pwd)

2010-01-05 Thread Stephane CHAZELAS
2010-01-03, 17:23(-05), Chet Ramey: [...] >> da...@thinkpad ~ $ cd foo [...] >> da...@thinkpad ~/foo $ mv ~/foo ~/bar [...] >> da...@thinkpad ~/foo $ echo $PWD >> /home/darkk/foo >> da...@thinkpad ~/foo $ pwd >> /home/darkk/foo >> da...@thinkpad ~/foo $ /bin/pwd >> /home/darkk/bar [...] > It's not