public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* File name completion in bash completes to .lnk
@ 2003-09-11 23:32 Andrew DeFaria
  2003-09-11 23:37 ` Christopher Faylor
  0 siblings, 1 reply; 8+ messages in thread
From: Andrew DeFaria @ 2003-09-11 23:32 UTC (permalink / raw)
  To: cygwin

In Cygwin 1.5.3 when doing filename completion with the tab character 
bash completes a symlink all the way to the .lnk:

$ ls symlinked_fi<tab>

yields

$ ls symlinked_file.lnk
Obligatory witty saying: Okay, who put a "stop payment" on my reality check?



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: File name completion in bash completes to .lnk
  2003-09-11 23:32 File name completion in bash completes to .lnk Andrew DeFaria
@ 2003-09-11 23:37 ` Christopher Faylor
  2003-09-11 23:57   ` Andrew DeFaria
  0 siblings, 1 reply; 8+ messages in thread
From: Christopher Faylor @ 2003-09-11 23:37 UTC (permalink / raw)
  To: cygwin

On Thu, Sep 11, 2003 at 04:34:08PM -0700, Andrew DeFaria wrote:
>In Cygwin 1.5.3 when doing filename completion with the tab character 
>bash completes a symlink all the way to the .lnk:
>
>$ ls symlinked_fi<tab>
>
>yields
>
>$ ls symlinked_file.lnk

Nope.  It actually doesn't do that at all.  I just tried it.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: File name completion in bash completes to .lnk
  2003-09-11 23:37 ` Christopher Faylor
@ 2003-09-11 23:57   ` Andrew DeFaria
  2003-09-12  1:41     ` Larry Hall
  0 siblings, 1 reply; 8+ messages in thread
From: Andrew DeFaria @ 2003-09-11 23:57 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:

> On Thu, Sep 11, 2003 at 04:34:08PM -0700, Andrew DeFaria wrote:
>
>> In Cygwin 1.5.3 when doing filename completion with the tab character
>> bash completes a symlink all the way to the .lnk:
>>
>> $ ls symlinked_fi<tab>
>>
>> yields
>>
>> $ ls symlinked_file.lnk
>
>
> Nope. It actually doesn't do that at all. I just tried it.

Well it just did for me!

$ ln -s /etc/passwd symlinked_file
$ ls syml<at this point I hit tab and got symlinked_file.lnk

What information can I give to you at this point?
Obligatory witty saying: Your kid may be an Honor Student, but 
<b>you're</b> still an idiot.



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: File name completion in bash completes to .lnk
  2003-09-11 23:57   ` Andrew DeFaria
@ 2003-09-12  1:41     ` Larry Hall
  2003-09-12  1:53       ` Andrew DeFaria
  0 siblings, 1 reply; 8+ messages in thread
From: Larry Hall @ 2003-09-12  1:41 UTC (permalink / raw)
  To: Andrew DeFaria, cygwin

At 07:59 PM 9/11/2003, Andrew DeFaria you wrote:
>Christopher Faylor wrote:
>
>>On Thu, Sep 11, 2003 at 04:34:08PM -0700, Andrew DeFaria wrote:
>>
>>>In Cygwin 1.5.3 when doing filename completion with the tab character
>>>bash completes a symlink all the way to the .lnk:
>>>
>>>$ ls symlinked_fi<tab>
>>>
>>>yields
>>>
>>>$ ls symlinked_file.lnk
>>
>>
>>Nope. It actually doesn't do that at all. I just tried it.
>
>Well it just did for me!
>
>$ ln -s /etc/passwd symlinked_file
>$ ls syml<at this point I hit tab and got symlinked_file.lnk
>
>What information can I give to you at this point?


I guess start with the standard stuff like the cygcheck info.  Maybe try
running this with 'strace' and look at the results.  Send anything strange
along.  'ls -l symlinked_file' might be helpful as well.  FWIW, I tried
this too with 1.5.3 and I'm in Chris's camp (although I have to say I'm
a throw-back that still uses 'nowinsymlinks' when I'm not running the
above test. ;-) )



--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
838 Washington Street                   (508) 893-9889 - FAX
Holliston, MA 01746                     


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: File name completion in bash completes to .lnk
  2003-09-12  1:41     ` Larry Hall
@ 2003-09-12  1:53       ` Andrew DeFaria
  2003-09-12  2:10         ` Christopher Faylor
  0 siblings, 1 reply; 8+ messages in thread
From: Andrew DeFaria @ 2003-09-12  1:53 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1445 bytes --]

Larry Hall wrote:

> At 07:59 PM 9/11/2003, Andrew DeFaria you wrote:
>
>> Christopher Faylor wrote:
>>
>>> On Thu, Sep 11, 2003 at 04:34:08PM -0700, Andrew DeFaria wrote:
>>>
>>>> In Cygwin 1.5.3 when doing filename completion with the tab character
>>>> bash completes a symlink all the way to the .lnk:
>>>>
>>>> $ ls symlinked_fi<tab>
>>>>
>>>> yields
>>>>
>>>> $ ls symlinked_file.lnk
>>>
>>>
>>> Nope. It actually doesn't do that at all. I just tried it.
>>
>> Well it just did for me!
>>
>> $ ln -s /etc/passwd symlinked_file
>> $ ls syml<at this point I hit tab and got symlinked_file.lnk
>>
>> What information can I give to you at this point?
>
> I guess start with the standard stuff like the cygcheck info. 

Attached

> Maybe try running this with 'strace' and look at the results. 

Not exactly sure how to strace this. It's not like I'm running another 
process, rather I'm just hitting the tab key in bash. I tried strace 
bash then, after tons of probably uninteresting output I start my "test" 
by typing ls sym then tab. Nothing happens.

> Send anything strange along. 'ls -l symlinked_file' might be helpful 
> as well. 

Well it's just a symlink to /etc/passwd:

$ ls -l symlinked_file    
lrwxrwxrwx    1 adefaria Domain U      115 Sep 11 18:51 symlinked_file 
-> /etc/passwd
===
Obligatory witty saying: When someone asks you, "A penny for your 
thoughts", and you put your
two cents in, what happens to the other penny?

[-- Attachment #2: cygcheck.out --]
[-- Type: text/plain, Size: 36729 bytes --]


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Thu Sep 11 18:48:56 2003

Windows XP Professional Ver 5.1 Build 2600 Service Pack 1

Path:	.
	\\sonscentral\users\adefaria\bin
	\\sons-clearcase\Views\official\Tools\adm\bin
	\\sons-clearcase\Views\official\Tools\bin
	C:\Cygwin\bin
	C:\Cygwin\bin
	C:\Cygwin\usr\X11R6\bin
	C:\Cygwin\usr\local\bin
	C:\Cygwin\usr\sbin
	c:\WINDOWS\System32
	c:\WINDOWS
	c:\WINDOWS\System32\Wbem
	c:\Program Files\Rational\common
	c:\Program Files\Rational\ClearQuest
	c:\Program Files\Rational\ClearCase\bin

Output from C:\Cygwin\bin\id.exe (nontsec)
UID: 1370(adefaria) GID: 513(Domain Users)
513(Domain Users)

Output from C:\Cygwin\bin\id.exe (ntsec)
UID: 1370(adefaria) GID: 513(Domain Users)
1834(clearcase)              
512(Domain Admins)           513(Domain Users)
2637(Employees-US-Security)  
1170(Everybody)              1331(Software)
1866(Software-US-Security)

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

CYGWIN = `ntsec'
HOME = `\\sonscentral\users\adefaria'
MAKE_MODE = `unix'
PWD = `/us/adefaria'
USER = `adefaria'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\adefaria\Application Data'
CCHOME = `C:/Program Files/Rational/ClearCase'
CLEARCASE_BLD_HOST_TYPE = `windows'
CLEARTOOL = `C:/Program Files/Rational/ClearCase/Bin/Cleartool'
CLIENTNAME = `Console'
COLORFGBG = `15;default'
COLORTERM = `rxvt-xpm'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `ADEFARIA'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
DISPLAY = `:0'
GNU_SECURE = `/us/adefaria/.gnuhosts'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\adefaria'
LESS = `eiXP?f%f :[stdin] .?pt(%pt\%):?bt(%bt bytes):-..'
LOGONSERVER = `\\SONS-ERP'
LOGS = `C:/Program Files/Rational/ClearCase/var/log'
LS_COLORS = `no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:ex=01;33:*~=05;31:*.mtxt=05;31:*.ndx=05;31:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.c=01;36:*.h=01;36:*.pl=01;36:*.pm=01;36:*.cgi=01;36:*.java=01;36:*.html=01;36:*.tar=01;31:*.tgz=01;31:*.gz=01;31:*.tgz=01;31:*.bz2=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.jpg=01;35:*.jpeg=01;35:*.JPG=01;35:*.gif=01;35:*.GIF=01;35:*.bmp=01;35:*.BMP=01;35:*.xbm=01;35:*.ppm=01;35:*.xpm=01;35:*.tif=01;35:'
MANPATH = `:/usr/ssl/man:/usr/share/man'
MSHOME = `C:/Program Files/Rational/MultiSite'
MULTITOOL = `C:/Program Files/Rational/MultiSite/Bin/Multitool.exe'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/dev/h'
OS = `5'
PAGER = `less -s'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PRINTER = `//sons-mrp/HPLaserJ'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 0 Stepping 10, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `000a'
PROGRAMFILES = `C:\Program Files'
PS1 = `\[\e]0;~\a\e[01;33madefaria:\e[0m'
PS4 = `${0##*/} line $LINENO:'
RATL_RTHOME = `C:\Program Files\Rational\Rational Test'
RGY = `C:/Program Files/Rational/ClearCase/var/atria/rgy'
RTHOME = `C:\Program Files\Rational\Rational Test'
SESSIONNAME = `Console'
SHELL = `/bin/bash'
SHLVL = `1'
SITE_ADMIN = `Andrew DeFaria'
SITE_ADMIN_EMAIL = `ADeFaria@Salira.com'
SITE_ANON_FTP_SERVER = `sons-clearcase'
SITE_BUILD_SERVER = `sons-clearcase'
SITE_DYNAMIC_VIEW_PATH = `/dview'
SITE_HOME_SERVER = `sonscentral'
SITE_HOME_SHARENAME = `users'
SITE_NAME = `US'
SITE_NAME_LONG = `Santa Clara'
SITE_OFFICIAL_VIEW = `official'
SITE_REGION = `US'
SITE_RELEASE_PATH = `Release Corporate/Software/Release'
SITE_RELEASE_SERVER = `swlab-ftpserver sonscentral'
SITE_SNAPSHOT_VIEW_PATH = `/view'
SITE_TOOLS_PATH = `/view/official/Tools'
SITE_TOOLS_VIEW = `official'
SITE_TOOLS_VOB = `Tools'
SITE_VIEW_SERVER = `sons-clearcase'
SITE_VIEW_SHARENAME = `Views'
SITE_VIEW_STORAGE = `//sons-clearcase/Views'
SITE_VOB_SERVER = `sons-clearcase'
SYSNAME = `adefaria'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `C:\Cygwin\tmp'
TERM = `cygwin'
TMP = `C:\Cygwin\tmp'
USERDNSDOMAIN = `SALIRA.COM'
USERDOMAIN = `SALIRA'
USERNAME = `adefaria'
USERPROFILE = `C:\Documents and Settings\adefaria'
VENDOR = `Unknown'
VISUAL = `vim'
WINDIR = `C:\WINDOWS'
WINDOWID = `168061944'
_ = `/bin/cygcheck'
_cd = `() {  if [ "_$1" = "_" ]; then
 dir="$HOME";
 else
 dir="$1";
 fi;
 \cd "$dir";
 set_title;
 set_prompt
}'
build = `/view1/defaria/salira/neopon/build'
catcs = `() {  ct catcs "$@"
}'
cdiff = `() {  if [ $# = 1 ]; then
 ct diff -diff -pred "$1";
 else
 ct diff -diff "$@";
 fi
}'
common = `//sonscentral/Corporate/Software'
ct = `() {  if [ -f "$CLEARTOOL" ]; then
 "$CLEARTOOL" "$@";
 else
 echo "ClearCase is not installed on this system!";
 fi
}'
ctdiff = `() {  if [ $# = 1 ]; then
 ct xdiff -vstack -pred "$1";
 else
 ct xdiff -vstack "$@";
 fi
}'
describe = `() {  ct describe "$@"
}'
edcs = `() {  ct edcs "$@"
}'
endview = `() {  ct endview "$@"
}'
icon_name = `() {  if [ "$TERM" = "hpterm" -o "$TERM" = "hp" -o "$TERM" = "2392A" ]; then
 string=$(echo "$1");
 echo -n "${ESC}&f-1k${#string}D$string";
 else
 if [ "$TERM" = "dtterm" -o "$TERM" = "vt100" -a "$DTTERM" = "True" ]; then
 echo -n "${ESC}]1;$@\007";
 fi;
 fi
}'
interactive = `false'
killview = `() {  ct endview -server "$@"
}'
llview = `() {  if [ $# = 0 ]; then
 ct lsview -long | less;
 else
 ct lsview -long "$@";
 fi
}'
llvob = `() {  if [ $# = 0 ]; then
 ct lsvob -long | less;
 else
 ct lsvob -long "$@";
 fi
}'
lslic = `() {  clearlicense -product ClearCase
}'
lsview = `() {  if [ $# = 0 ]; then
 ct lsview | less;
 else
 if [ $# = 1 ]; then
 ct lsview | grep "$1";
 else
 ct lsview "$@";
 fi;
 fi
}'
lsvob = `() {  if [ $# = 0 ]; then
 ct lsvob | less;
 else
 if [ $# = 1 ]; then
 ct lsvob | grep "$1";
 else
 ct lsvob "$@";
 fi;
 fi
}'
mktag = `() {  ct mktag "$@"
}'
mkview = `() {  ct mkview "$@"
}'
myview = `/view1/defaria'
pwv = `() {  ct pwv "$@"
}'
register = `() {  ct register "$@"
}'
rellic = `() {  if [ "_$1" == "_" ]; then
 echo "You must specify username(s) to release Clearcase licenses";
 else
 clearlicense -product ClearCase MultiSite -release "$@";
 fi
}'
rmtag = `() {  ct rmtag "$@"
}'
rmview = `() {  ct rmview "$@"
}'
rsh = `() {  /usr/bin/rsh "$@"
}'
salira = `/view1/defaria/salira'
set_prompt = `() {  uid=$(id | cut -f2 -d= | cut -f1 -d\();
 if [ $uid -eq 0 ]; then
 if [ "$TERM" = "hpterm" -o "$TERM" = "hp" -o "$TERM" = "2392A" -o "$TERM" = "dtterm" -o ! -z "$DTTERM" ]; then
 ROOT="${RED}Wizard$NORMAL ";
 else
 if [ "$TERM" = "vt100" -o "$TERM" = "vt220" ]; then
 ROOT="${BOLD}${BLINK}Wizard$NORMAL ";
 fi;
 fi;
 else
 ROOT=;
 fi;
 if [ "$TERM" = "vt100" -o "$TERM" = "vt220" ]; then
 PS1="$ROOT$BOLD$SYSNAME:$NORMAL";
 fi
}'
set_title = `() {  uid=$(id | cut -f2 -d= | cut -f1 -d\();
 if [ $uid -eq 0 ]; then
 ROOT="Wizard ";
 else
 ROOT=;
 fi;
 view_name="$(pwv -short)";
 if [[ $view_name = *NONE* ]]; then
 view_name="";
 if [ "$HOME" = "$PWD" ]; then
 title_bar "$ROOT~";
 else
 if [ "${PWD#$HOME}" != "$PWD" ]; then
 title_bar "$ROOT~    ${PWD#$HOME/*}";
 else
 title_bar "$ROOT$(basename "$PWD")    ${PWD#$HOME/*}";
 fi;
 fi;
 else
 title_bar "${ROOT}$(basename "$PWD")    ${PWD#/view/$view_name*}    [$view_name]";
 fi;
 icon_name "${SYSNAME##*:}"
}'
setcs = `() {  ct setcs "$@"
}'
setview = `() {  echo "Warning: Setview not supported on Windows platforms!"
}'
softkeys = `() {  if [ "$TERM" = "hpterm" -o "$TERM" = "hp" ]; then
 echo "${ESC}&f1k0a16d2Lesc esc Complete${ESC}${ESC}${ESC}&f2k0a16d2L esc =  Possible${ESC}=${ESC}&f3k0a16d7L 2>&1 & NoStderr 2>&1 &${ESC}&f4k0a16d2L esc *   Expand ${ESC}*${ESC}&f5k0a16d2L esc #   Comment${ESC}#${ESC}&f6k0a16d2L esc _  Last Arg${ESC}_${ESC}&f7k0a16d6L ps -ef         ps -ef${ESC}&f8k2a16d4L exit           exit\c";
 fi
}'
space = `() {  ct space "$@"
}'
src = `/view1/defaria/salira/neopon/src'
startview = `() {  ct startview "$@"
}'
title = `() {  title_bar "$@";
 icon_name "${SYSNAME##*:}"
}'
title_bar = `() {  if [ "$TERM" = "hpterm" -o "$TERM" = "hp" -o "$TERM" = "2392A" ]; then
 string=$(echo "${SYSNAME##*:}:$@");
 echo -n "${ESC}&f0k${#string}D$string";
 else
 if [ "$TERM" = "dtterm" -o "$TERM" = "vt100" -o "$TERM" = "vt221" ]; then
 string=$(echo "${SYSNAME##*:}:$@");
 echo -n "${ESC}]2;$string\007";
 else
 if [ "$TERM" = "cygwin" ]; then
 if [ $USER = "adefaria" ]; then
 PS1="\[\e]0;$@\a\e[01;33m$SYSNAME:\e[0m";
 else
 PS1="\[\e]0;$@\a\e[01m[$USER] $SYSNAME:\e[0m";
 fi;
 fi;
 fi;
 fi
}'
tools = `//sons-clearcase/Tools'
unco = `() {  if [ $# = 0 ]; then
 echo "Error: No files specified to unco.";
 else
 ct unco -rm "$@";
 fi
}'
unregister = `() {  ct unregister "$@"
}'
update = `() {  ct update "$@"
}'
view_server = `/view1'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/dev'
  cygdrive flags = 0x0000002a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\Cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/china
  (default) = `\\sons-shanghai\users'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/dview
  (default) = `M:'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/release
  (default) = `\\swlab-ftpserver\Release'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/tools
  (default) = `\\sons-clearcase\Tools'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/us
  (default) = `\\sonscentral\users'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\Cygwin/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\Cygwin/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts
  (default) = `C:\Cygwin\usr\X11R6\lib\X11\fonts'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/view
  (default) = `\\sons-clearcase\Views'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/view1
  (default) = `\\sonsbld1\Views'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd           N/A    N/A                    
c:  hd  NTFS    9758Mb  84% CP CS UN PA FC     System
d:  cd  CDFS     376Mb 100%    CS UN           TINY_CV_1030
g:  net NTFS   29996Mb  93% CP CS UN PA FC     Part2
h:  net NTFS   45002Mb  72% CP CS UN PA FC     Part3
m:  net MVFS    1000Mb  50% CP CS              CCase
q:  net NTFS   29996Mb  93% CP CS UN PA FC     Part2
t:  net NTFS   33996Mb  66% CP CS UN PA FC     Views

C:\Cygwin                          /                         system  binmode
\\sons-shanghai\users              /china                    system  binmode
M:                                 /dview                    system  binmode
\\swlab-ftpserver\Release          /release                  system  binmode
\\sons-clearcase\Tools             /tools                    system  binmode
\\sonscentral\users                /us                       system  binmode
C:\Cygwin/bin                      /usr/bin                  system  binmode
C:\Cygwin/lib                      /usr/lib                  system  binmode
C:\Cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
\\sons-clearcase\Views             /view                     system  binmode
\\sonsbld1\Views                   /view1                    system  binmode
.                                  /dev                      system  binmode,cygdrive

Found: C:\Cygwin\bin\awk.exe
Found: C:\Cygwin\bin\bash.exe
Found: C:\Cygwin\bin\cat.exe
Found: C:\Cygwin\bin\cp.exe
Found: C:\Cygwin\bin\cpp.exe
Found: C:\Cygwin\bin\find.exe
Found: C:\Cygwin\bin\gcc.exe
Found: C:\Cygwin\bin\gdb.exe
Found: C:\Cygwin\bin\grep.exe
Found: C:\Cygwin\bin\ld.exe
Found: C:\Cygwin\bin\ls.exe
Found: C:\Cygwin\bin\make.exe
Found: C:\Cygwin\bin\mv.exe
Found: C:\Cygwin\bin\rm.exe
Found: C:\Cygwin\bin\sed.exe
Found: C:\Cygwin\bin\sh.exe
Found: C:\Cygwin\bin\tar.exe

   61k 2003/08/09 C:\Cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2003/8/8 23:35
   54k 2002/08/05 C:\Cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz21.0.dll" v0.0 ts=2002/1/26 17:07
   14k 2003/08/10 C:\Cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2003/8/10 13:57
  849k 2003/08/11 C:\Cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.7.dll" v0.0 ts=2003/8/11 1:58
  645k 2003/04/11 C:\Cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto.dll" v0.0 ts=2003/4/11 3:37
   28k 2003/08/11 C:\Cygwin\bin\cygcygipc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcygipc-2.dll" v0.0 ts=2003/8/10 17:54
  380k 2002/07/24 C:\Cygwin\bin\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-3.1.dll" v0.0 ts=2002/7/24 9:24
  487k 2002/07/24 C:\Cygwin\bin\cygdb_cxx-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-3.1.dll" v0.0 ts=2002/7/24 9:25
  135k 2003/04/13 C:\Cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2003/4/13 14:24
   61k 2003/06/10 C:\Cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexslt-0.dll" v0.0 ts=2003/6/10 11:07
   45k 2002/08/14 C:\Cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/24 22:28
   35k 2002/08/14 C:\Cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/8 22:03
   48k 2003/08/09 C:\Cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/8/9 2:25
   28k 2003/07/20 C:\Cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-3.dll" v0.0 ts=2003/7/20 0:58
   30k 2003/08/11 C:\Cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2003/8/10 19:12
   19k 2003/03/22 C:\Cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/19 19:05
   15k 2003/07/20 C:\Cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 1:00
   15k 2003/08/11 C:\Cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2003/8/10 19:13
   69k 2003/08/10 C:\Cygwin\bin\cyggettextlib-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextlib-0-12-1.dll" v0.0 ts=2003/8/10 15:10
   12k 2003/08/10 C:\Cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2003/8/10 15:11
  134k 2003/08/10 C:\Cygwin\bin\cyggettextsrc-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextsrc-0-12-1.dll" v0.0 ts=2003/8/10 15:10
  489k 2003/08/09 C:\Cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-12.dll" v0.0 ts=2003/8/9 7:17
  489k 2003/07/28 C:\Cygwin\bin\cygguile-12abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-12abi13.dll" v0.0 ts=2003/7/28 11:18
  488k 2002/07/18 C:\Cygwin\bin\cygguile-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-14.dll" v0.0 ts=2002/7/18 3:35
   24k 2003/08/09 C:\Cygwin\bin\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-ltdl-1.dll" v0.0 ts=2003/8/9 7:16
   24k 2003/07/28 C:\Cygwin\bin\cygguile-ltdl-1abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-ltdl-1abi13.dll" v0.0 ts=2003/7/28 10:48
   63k 2002/07/18 C:\Cygwin\bin\cygguile-srfi-srfi-13-14-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-13-14-1.dll" v0.0 ts=2002/7/18 3:35
   62k 2003/08/09 C:\Cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-13-14-v-1-1.dll" v0.0 ts=2003/8/9 7:17
   62k 2003/07/28 C:\Cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-13-14-v-1-1abi13.dll" v0.0 ts=2003/7/28 11:18
   24k 2002/07/18 C:\Cygwin\bin\cygguile-srfi-srfi-4-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-4-1.dll" v0.0 ts=2002/7/18 3:35
   23k 2003/08/09 C:\Cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-4-v-1-1.dll" v0.0 ts=2003/8/9 7:17
   23k 2003/07/28 C:\Cygwin\bin\cygguile-srfi-srfi-4-v-1-1abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-4-v-1-1abi13.dll" v0.0 ts=2003/7/28 11:18
   14k 2002/07/18 C:\Cygwin\bin\cygguilereadline-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygguilereadline-14.dll" v0.0 ts=2002/7/18 3:35
   11k 2003/08/09 C:\Cygwin\bin\cygguilereadline-v-12-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygguilereadline-v-12-12.dll" v0.0 ts=2003/8/9 7:17
   11k 2003/07/28 C:\Cygwin\bin\cygguilereadline-v-12-12abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygguilereadline-v-12-12abi13.dll" v0.0 ts=2003/7/28 11:18
   17k 2002/08/14 C:\Cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/6 20:34
   29k 2003/08/10 C:\Cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2003/8/10 16:16
  306k 2002/04/27 C:\Cygwin\bin\cyghttpd.dll - os=4.0 img=1.0 sys=4.0
                  "cyghttpd.dll" v0.0 ts=2002/4/27 6:23
  958k 2003/08/10 C:\Cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2003/8/10 13:57
   22k 2003/03/17 C:\Cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 1:28
   37k 2003/08/10 C:\Cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/10 14:50
   21k 2002/08/14 C:\Cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2001/6/20 10:09
   48k 2003/08/10 C:\Cygwin\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig1.dll" v0.0 ts=2003/8/10 16:58
  132k 2003/08/11 C:\Cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2003/8/10 17:37
  119k 2002/02/09 C:\Cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg6b.dll" v0.0 ts=2002/2/8 21:19
   61k 2003/08/09 C:\Cygwin\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3.dll" v0.0 ts=2003/8/9 7:52
   32k 2003/08/18 C:\Cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-3.dll" v0.0 ts=2003/8/17 22:35
   26k 2002/08/14 C:\Cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/24 22:27
   20k 2002/08/14 C:\Cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/8 22:03
   29k 2003/08/09 C:\Cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/8/9 2:25
  156k 2002/08/14 C:\Cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/24 22:29
  175k 2002/08/14 C:\Cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/8 22:03
  226k 2002/08/14 C:\Cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/24 22:17
  202k 2002/08/05 C:\Cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/8 22:03
  224k 2003/08/09 C:\Cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 2:24
   15k 2002/08/05 C:\Cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/24 22:27
   12k 2002/08/05 C:\Cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/8 22:03
   19k 2003/08/09 C:\Cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/8/9 2:24
   67k 2003/08/22 C:\Cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2003/8/22 3:41
   63k 2003/04/11 C:\Cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 1:31
   15k 2003/08/22 C:\Cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2003/8/22 3:41
   61k 2003/04/11 C:\Cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2003/4/11 1:31
 1100k 2003/08/29 C:\Cygwin\bin\cygperl5_8_0.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8_0.dll" v0.0 ts=2003/8/29 3:20
  168k 2003/08/10 C:\Cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng10.dll" v0.0 ts=2003/8/10 15:31
  173k 2003/08/10 C:\Cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2003/8/10 15:35
  170k 2002/01/21 C:\Cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng2.dll" v0.0 ts=2002/1/20 17:05
   22k 2002/06/09 C:\Cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/8 22:45
  108k 2002/08/05 C:\Cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/6 20:34
  148k 2003/08/10 C:\Cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2003/8/10 16:16
   66k 2002/08/05 C:\Cygwin\bin\cygregex.dll - os=4.0 img=1.0 sys=4.0
                  "cygregex.dll" v0.0 ts=2001/11/20 6:44
  176k 2003/08/11 C:\Cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.7.dll" v0.0 ts=2003/8/11 1:58
  165k 2003/04/11 C:\Cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl.dll" v0.0 ts=2003/4/11 3:37
  281k 2003/02/24 C:\Cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff3.dll" v0.0 ts=2003/2/23 20:58
  282k 2003/08/11 C:\Cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff4.dll" v0.0 ts=2003/8/10 19:32
  903k 2003/06/09 C:\Cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2003/6/9 16:49
   50k 2003/08/09 C:\Cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-noX4.dll" v0.0 ts=2003/8/9 0:21
   54k 2003/08/09 C:\Cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-X4.dll" v0.0 ts=2003/8/9 0:22
  174k 2003/06/10 C:\Cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxslt-1.dll" v0.0 ts=2003/6/10 10:42
   13k 2003/06/10 C:\Cygwin\bin\cygxsltbreakpoint-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxsltbreakpoint-1.dll" v0.0 ts=2003/6/10 11:07
   60k 2003/08/09 C:\Cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2003/8/8 23:28
  945k 2003/09/01 C:\Cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/9/1 10:15
    Cygwin DLL version info:
        DLL version: 1.5.3
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 90
        Shared data: 3
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Mon Sep 1 13:15:28 EDT 2003
        Shared id: cygwin1S3

  671k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdps-1.dll" v0.0 ts=2003/7/31 21:06
   53k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdpstk-1.dll" v0.0 ts=2003/7/31 21:06
  146k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2003/7/31 21:06
  174k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2003/7/31 21:06
  340k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygfreetype-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-9.dll" v0.0 ts=2003/7/31 21:06
  524k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2003/7/31 21:05
  592k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2003/7/31 21:05
  109k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2003/7/31 21:05
   25k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygoldX-6.dll" v0.0 ts=2003/7/31 21:04
 1510k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygOSMesa-4.dll" v0.0 ts=2003/7/31 21:05
   40k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpsres-1.dll" v0.0 ts=2003/7/31 21:06
   54k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2003/7/31 21:05
 1067k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2003/7/31 21:04
   57k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2003/7/31 21:06
   77k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2003/7/31 21:05
   83k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-1.dll" v0.0 ts=2003/7/31 21:06
  105k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2003/7/31 21:06
   53k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2003/7/31 21:05
   29k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2003/7/31 21:05
   58k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXp-6.dll" v0.0 ts=2003/7/31 21:05
   81k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2003/7/31 21:05
   29k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2003/7/31 21:06
   49k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2003/7/31 21:06
  384k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXTrap-6.dll" v0.0 ts=2003/7/31 21:06
   38k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2003/7/31 21:05
   34k 2003/08/01 C:\Cygwin\usr\X11R6\bin\cygXv-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXv-1.dll" v0.0 ts=2003/7/31 21:05
  125k 2001/12/18 C:\Cygwin\usr\local\bin\cygaudiofile-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaudiofile-0.dll" v0.0 ts=2001/12/14 12:09

Cygwin Package Information
Last downloaded files to: \\sonsservices\Software\Applications\Cygwin
Last downloaded files from: ftp://planetmirror.com/pub/sourceware/cygwin

Package                 Version            
_update-info-dir        00211-1            
a2ps                    4.13-1             
apache                  1.3.24-5           
ash                     20020731-3         
autoconf                2.57a-1            
autoconf-devel          2.57-2             
autoconf-stable         2.13-5             
automake                1.7.5a-1           
automake-devel          1.7.6-2            
automake-stable         1.4p5-6            
base-files              2.5-1              
base-passwd             1.1-1              
bash                    2.05b-13           
bc                      1.06-1             
binutils                20030901-1         
bison                   20030307-1         
byacc                   1.9-1              
bzip2                   1.0.2-5            
ccache                  2.2-1              
clear                   1.0-1              
cpio                    2.5-3              
cron                    3.0.1-11           
crypt                   1.0-2              
ctags                   5.5-4              
cvs                     1.11.6-3           
cygipc                  2.01-2             
cygrunsrv               0.96-2             
cygutils                1.2.1-2            
cygwin                  1.5.3-1            
cygwin-doc              1.3-6              
dejagnu                 20021217-2         
diff                    1.0-1              
diffutils               2.8.4-1            
ed                      0.2-1              
enscript                1.6.3-3            
exim                    4.22-1             
expat                   1.95.6-1           
expect                  20030128-1         
figlet                  2.2-1              
file                    4.03-2             
fileutils               4.1-2              
findutils               4.1.7-4            
flex                    2.5.4-2            
fortune                 1.8-2              
gawk                    3.1.3-3            
gcc                     3.2-3              
gcc-mingw               20020817-5         
gcc2                    2.95.3-10          
gdb                     20030901-1         
gdbm                    1.8.3-7            
gettext                 0.12.1-3           
gettext-devel           0.12.1-3           
ghostscript             7.05-2             
ghostscript-base        7.05-2             
ghostscript-x11         7.05-2             
gnupg                   1.2.2-1            
grep                    2.5-1              
groff                   1.18.1-2           
gsl                     1.4-1              
guile                   1.6.4-12           
guile-devel             1.6.4-12           
guile-doc               1.6.4-12           
gzip                    1.3.3-4            
indent                  2.2.8-1            
inetutils               1.3.2-24           
irc                     20010101-3         
jbigkit                 1.5-3              
jpeg                    6b-11              
less                    381-1              
libbz2_0                1.0.2-1            
libbz2_1                1.0.2-5            
libcharset1             1.9.1-3            
libdb3.1                3.1.17-2           
libgdbm                 1.8.0-5            
libgdbm-devel           1.8.3-7            
libgdbm3                1.8.3-3            
libgdbm4                1.8.3-7            
libgettextpo0           0.12.1-3           
libguile12              1.6.4-12           
libguile12abi13         1.6.4-2            
libguile14              1.5.6-5            
libiconv                1.9.1-3            
libiconv2               1.9.1-3            
libintl                 0.10.38-3          
libintl1                0.10.40-1          
libintl2                0.12.1-3           
libjpeg62               6b-11              
libjpeg6b               6b-8               
libkpathsea3            2.0.2-12           
libltdl3                1.5-3              
libncurses5             5.2-1              
libncurses6             5.2-8              
libncurses7             5.3-4              
libpcre                 4.1-1              
libpcre0                4.4-1              
libpng                  1.2.5-4            
libpng10                1.0.15-4           
libpng10-devel          1.0.15-4           
libpng12                1.2.5-4            
libpng12-devel          1.2.5-4            
libpng2                 1.0.12-1           
libpopt0                1.6.4-4            
libreadline4            4.1-2              
libreadline5            4.3-5              
libtiff-devel           3.6.0-5            
libtiff3                3.6.0-2            
libtiff4                3.6.0-5            
libtool                 1.5a-1             
libtool-devel           1.5-3              
libtool-stable          1.4.3-2            
libxml2                 2.5.7-1            
libxslt                 1.0.30-2           
links                   0.96-1             
login                   1.9-7              
lynx                    2.8.4-7            
m4                      1.4-1              
make                    3.80-1             
man                     1.5j-2             
mingw-runtime           3.0-1              
mktemp                  1.5-3              
mod_auth_mysql          1.11-1             
mod_auth_ntsec          1.7-1              
mod_dav                 1.0.3-1.3.6-1      
mod_php4                4.2.0-2            
mod_ssl                 2.8.8-1.3.24-1     
more                    2.11o-1            
mt                      2.0.1-2            
mutt                    1.4-1              
ncftp                   3.1.4-1            
ncurses                 5.3-4              
newlib-man              20020801           
opengl                  1.1.0-6            
openssh                 3.6.1p2-2          
openssl                 0.9.7b-3           
openssl-devel           0.9.7b-3           
openssl096              0.9.6j-1           
patch                   2.5.8-8            
pcre                    4.4-1              
pcre-doc                4.4-1              
perl                    5.8.0-5            
pine                    4.55-1             
pinfo                   0.6.8-1            
pkgconfig               0.15.0-4           
popt                    1.6.4-4            
postgresql              7.3.4-2            
procmail                3.22-8             
procps                  010801-2           
psutils                 1.17-1             
python                  2.3-2              
rcs                     5.7-3              
readline                4.3-5              
rebase                  2.2-3              
regex                   4.4-2              
rsync                   2.5.6-2            
rxvt                    2.7.10-3           
sed                     4.0.7-3            
sh-utils                2.0.15-4           
sharutils               4.2.1-3            
shutdown                1.3-1              
ssmtp                   2.38.7-4           
swig                    1.3.19-1           
tar                     1.13.25-3          
tcltk                   20030901-1         
tcp_wrappers            7.6-1              
tcsh                    6.12.00-7          
termcap                 20021106-2         
terminfo                5.3_20030726-1     
texinfo                 4.2-4              
textutils               2.0.21-1           
tidy                    030201-1           
tiff                    3.6.0-5            
time                    1.7-1              
ttcp                    19980512-1         
ucl                     1.01-1             
units                   1.77-1             
unzip                   5.50-5             
upx                     1.24-1             
vim                     6.2-3              
w32api                  2.3-1              
wget                    1.8.2-2            
which                   1.5-2              
whois                   4.6.2-1            
XFree86-base            4.3.0-1            
XFree86-bin             4.3.0-1            
XFree86-etc             4.3.0-3            
XFree86-f100            4.2.0-3            
XFree86-fenc            4.2.0-3            
XFree86-fnts            4.2.0-3            
XFree86-html            4.3.0-1            
XFree86-lib             4.3.0-1            
XFree86-lib-compat      4.3.0-1            
XFree86-man             4.3.0-1            
XFree86-startup-scripts 4.2.0-5            
XFree86-xserv           4.3.0-6            
xpm-nox                 4.2.0-4            
zip                     2.3-5              
zlib                    1.1.4-4            
zsh                     4.0.7-2            
Use -h to see help about each section


[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: File name completion in bash completes to .lnk
  2003-09-12  1:53       ` Andrew DeFaria
@ 2003-09-12  2:10         ` Christopher Faylor
  2003-09-12  2:18           ` Larry Hall
  2003-09-12  3:05           ` Andrew DeFaria
  0 siblings, 2 replies; 8+ messages in thread
From: Christopher Faylor @ 2003-09-12  2:10 UTC (permalink / raw)
  To: cygwin

So, the eventual cygcheck output reveals that the problem is this:

http://cygwin.com/ml/cygwin/2003-09/msg00569.html

Which should be fixed in tonight's snapshot.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: File name completion in bash completes to .lnk
  2003-09-12  2:10         ` Christopher Faylor
@ 2003-09-12  2:18           ` Larry Hall
  2003-09-12  3:05           ` Andrew DeFaria
  1 sibling, 0 replies; 8+ messages in thread
From: Larry Hall @ 2003-09-12  2:18 UTC (permalink / raw)
  To: cygwin

At 10:10 PM 9/11/2003, Christopher Faylor you wrote:
>So, the eventual cygcheck output reveals that the problem is this:
>
>http://cygwin.com/ml/cygwin/2003-09/msg00569.html
>
>Which should be fixed in tonight's snapshot.


Wow, that was quick diagnosis.  I was just starting to go through the 
cygcheck myself.  Isn't cygcheck wonderful?  :-)



--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
838 Washington Street                   (508) 893-9889 - FAX
Holliston, MA 01746                     


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: File name completion in bash completes to .lnk
  2003-09-12  2:10         ` Christopher Faylor
  2003-09-12  2:18           ` Larry Hall
@ 2003-09-12  3:05           ` Andrew DeFaria
  1 sibling, 0 replies; 8+ messages in thread
From: Andrew DeFaria @ 2003-09-12  3:05 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:

> So, the eventual cygcheck output reveals that the problem is this:
>
> http://cygwin.com/ml/cygwin/2003-09/msg00569.html
>
> Which should be fixed in tonight's snapshot.

Ah, duh. Sorry I should have thought of that. I guess I have 
sufficiently hidden the fact that my home directory is on a mount point! 
Even from myself :-)

Actually I'm not sure if I would have made the connection - I do vaguely 
recall something about .lnk's showing up on network paths.

Thanks for the quick diagnosis and impending fix.

===
Obligatory witty saying: Bad command. Bad, bad command! Sit! Stay! Staaay..



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-09-12  3:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-11 23:32 File name completion in bash completes to .lnk Andrew DeFaria
2003-09-11 23:37 ` Christopher Faylor
2003-09-11 23:57   ` Andrew DeFaria
2003-09-12  1:41     ` Larry Hall
2003-09-12  1:53       ` Andrew DeFaria
2003-09-12  2:10         ` Christopher Faylor
2003-09-12  2:18           ` Larry Hall
2003-09-12  3:05           ` Andrew DeFaria

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).