public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: 1.5.7: Problems with german umlauts in bash/rxvt command line
@ 2004-02-27 17:32 Morche Matthias
  2004-02-28 14:34 ` Olaf Foellinger
  0 siblings, 1 reply; 13+ messages in thread
From: Morche Matthias @ 2004-02-27 17:32 UTC (permalink / raw)
  To: cygwin

Just to be a little more helpful :)
Have You set some evironmental INPUTRC to use some other file than ~/.inputrc?
Or does bash not find Your homedir?

  matthias


...
> This was set to 'off' here though it is turned on in the .inputrc. I
> don't know why .inputrc doesn't work but this is another issue. I've
> turned it on in .bashrc using the syntax documented below and  äöü and
> EUR are shown fine on the commandline.
...

--
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] 13+ messages in thread

* Re: 1.5.7: Problems with german umlauts in bash/rxvt command line
  2004-02-27 17:32 1.5.7: Problems with german umlauts in bash/rxvt command line Morche Matthias
@ 2004-02-28 14:34 ` Olaf Foellinger
  0 siblings, 0 replies; 13+ messages in thread
From: Olaf Foellinger @ 2004-02-28 14:34 UTC (permalink / raw)
  To: cygwin

On Fri, Feb 27, 2004 at 04:09:01PM +0100, Morche Matthias wrote:
> Just to be a little more helpful :)
> Have You set some evironmental INPUTRC to use some other file than ~/.inputrc?

No.

> Or does bash not find Your homedir?

It does find my homedir.

Gruss Olaf Föllinger

--
Olaf Föllinger
Senior Consultant IT Solutions
S.E.S.A. Software und Systeme AG




--
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] 13+ messages in thread

* RE: 1.5.7: Problems with german umlauts in bash/rxvt command line
@ 2004-03-01 12:32 Morche Matthias
  0 siblings, 0 replies; 13+ messages in thread
From: Morche Matthias @ 2004-03-01 12:32 UTC (permalink / raw)
  To: Cygwin Mailinglist (E-Mail)

Now that You point it out, I myself also do not understand how this can work, but it does!

BTW, Hannu, Your mailto does not really work :-)


> -----Original Message-----
> From: Hannu E K Nevalainen [mailto:garbage_collector@telia.com]
> Sent: Saturday, February 28, 2004 3:04 PM
> To: Morche Matthias
> Subject: RE: 1.5.7: Problems with german umlauts in bash/rxvt command
> line
> 
> 
> > From: Morche Matthias
> > Subject: RE: 1.5.7: Problems with german umlauts in 
...
> > set input-meta off
...
> > set meta-flag off
> > set output-meta on
...
> --- bind.mm     2004-02-28 12:49:20.000000000 +0100
> +++ bind.henk   2004-02-28 12:47:04.000000000 +0100
> @@ -6 +6 @@
> -set enable-keypad off
> +set enable-keypad on
> @@ -10 +10 @@
> -set input-meta off
> +set input-meta on
> @@ -13 +13 @@
> -set mark-symlinked-directories off
> +set mark-symlinked-directories on
> @@ -15 +15 @@
> -set meta-flag off
> +set meta-flag on
> @@ -22 +22 @@
> -set bell-style audible
> +set bell-style visible
> 
>  I find it strange that you have got characters with 8'th bit 
> set to work...
> My experience is that 'input-meta' and 'meta-flag' has to be set as
> indicated on '+' marked lines above. Read below to see how I 
> have things
> set.
...

--
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] 13+ messages in thread

* Re: 1.5.7: Problems with german umlauts in bash/rxvt command line
       [not found] <16192.1078000438@www59.gmx.net>
@ 2004-03-01  7:53 ` of
  0 siblings, 0 replies; 13+ messages in thread
From: of @ 2004-03-01  7:53 UTC (permalink / raw)
  To: cygwin

On Sat, Feb 28, 2004 at 09:33:58PM +0100, Mikka wrote:
> Hi Olaf,
> 
> > I have trouble to show german umlauts in bash command line in rxvt.
> > All I get are the following values:
> 
> > $ \344\366\374
> > bash: äöü: command not found
> > [...]
> 
> I once had similar troubles, I'll paste you my settings.
> First, the relevant lines in my .inputrc ($HOME) read:
> 
> set convert-meta off
> set input-meta on
> set meta-flag on
> set output-meta on
> 
> 
> Furthermore, I've alias'd ls to the following:
> 
> alias ls='ls      --color=auto --show-control-chars'
> alias ll='ls -l   --color=auto --show-control-chars'
>       etc.
> 
> Notice the "--show-control-chars" here.
> 
> 
> I usually call rxvt.exe this way:
> 
> c:\Cygwin\bin\rxvt.exe -e /bin/bash.exe --login
> 
> set termencoding=latin1
> 
> Now, umlauts äöüæåø... should be enabled in VIM, too.

Does vim show the euro-sign € right ?
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG


--
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] 13+ messages in thread

* Re: 1.5.7: Problems with german umlauts in bash/rxvt command line
  2004-02-27 13:50   ` Alejandro Lopez-Valencia
@ 2004-02-27 18:04     ` Thorsten Kampe
  0 siblings, 0 replies; 13+ messages in thread
From: Thorsten Kampe @ 2004-02-27 18:04 UTC (permalink / raw)
  To: cygwin

* Alejandro Lopez-Valencia (2004-02-27 14:42 +0100)
> On Fri, 27 Feb 2004 12:35:23 +0100, Thorsten Kampe wrote in
> <slzvxi996kss.dlg@thorstenkampe.de>:
>> although typing non-ascii characters in a
>>shell doesn't make sense. The only use is showing files with ls or d -
>>which is not a shell thing.
> 
> Really?
> 
> Say, you use cygwin to do text processing (I do, with the help of a
> bleeding edge groff), and in a whim you decide to write poetry to your
> girlfirend. Being a German speaker, you type, e.g.,
> "Lieder_für_meine_geliebte.tr". 
> 
> Did you or did you not need to type high-bit charecters in your shell?
> (Don't say you type them from within your editor, that's cheating).

I simply wouldn't generate filenames with non-ascii characters in a
shell. Same with spaces. Sooner or later some application will choke
on it and it'll take me hours to search and find the script or
application and fix it or make a workaround.

"Lieder_fuer_meine_Geliebte.tr" suffices and probably I'd call it
"poems_for_my_sweetheart.txt" because she comes from Poland and we
communicate in English... :-)

Thorsten


--
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] 13+ messages in thread

* Re: 1.5.7: Problems with german umlauts in bash/rxvt command line
  2004-02-27 14:42     ` Alejandro Lopez-Valencia
@ 2004-02-27 15:09       ` Olaf Föllinger
  0 siblings, 0 replies; 13+ messages in thread
From: Olaf Föllinger @ 2004-02-27 15:09 UTC (permalink / raw)
  To: cygwin

On Fri, Feb 27, 2004 at 08:42:58AM -0500, Alejandro Lopez-Valencia wrote:
> On Fri, 27 Feb 2004 13:39:09 +0100, Olaf Föllinger wrote in
> <20040227123909.GE2068@bln.sesa.de>:
> 
> 
> >
> >Final goal is to show the ? character rigth in vi and mutt. So I
> >thought the shell is a good start. Is it?
> 
> Don't mix the shell, which uses readline for line input, with vim and
> mutt. The latter are curses-based applications and can't care less for
> whatever you set up for cooking or uncooking input for your shell.

Thanks, now I've understood this. Bash works but vi(m) doesn't.
 
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG


--
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] 13+ messages in thread

* Re: 1.5.7: Problems with german umlauts in bash/rxvt command line
  2004-02-27 13:43   ` Olaf Föllinger
@ 2004-02-27 14:42     ` Alejandro Lopez-Valencia
  2004-02-27 15:09       ` Olaf Föllinger
  0 siblings, 1 reply; 13+ messages in thread
From: Alejandro Lopez-Valencia @ 2004-02-27 14:42 UTC (permalink / raw)
  To: cygwin

On Fri, 27 Feb 2004 13:39:09 +0100, Olaf Föllinger wrote in
<20040227123909.GE2068@bln.sesa.de>:


>
>Final goal is to show the € character rigth in vi and mutt. So I
>thought the shell is a good start. Is it?

Don't mix the shell, which uses readline for line input, with vim and
mutt. The latter are curses-based applications and can't care less for
whatever you set up for cooking or uncooking input for your shell.



--
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] 13+ messages in thread

* Re: 1.5.7: Problems with german umlauts in bash/rxvt command line
  2004-02-27 13:14 ` Thorsten Kampe
  2004-02-27 13:43   ` Olaf Föllinger
@ 2004-02-27 13:50   ` Alejandro Lopez-Valencia
  2004-02-27 18:04     ` Thorsten Kampe
  1 sibling, 1 reply; 13+ messages in thread
From: Alejandro Lopez-Valencia @ 2004-02-27 13:50 UTC (permalink / raw)
  To: cygwin

On Fri, 27 Feb 2004 12:35:23 +0100, Thorsten Kampe wrote in
<slzvxi996kss.dlg@thorstenkampe.de>:

> although typing non-ascii characters in a
>shell doesn't make sense. The only use is showing files with ls or d -
>which is not a shell thing.

Really?

Say, you use cygwin to do text processing (I do, with the help of a
bleeding edge groff), and in a whim you decide to write poetry to your
girlfirend. Being a German speaker, you type, e.g.,
"Lieder_für_meine_geliebte.tr". 

Did you or did you not need to type high-bit charecters in your shell?
(Don't say you type them from within your editor, that's cheating).



--
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] 13+ messages in thread

* Re: 1.5.7: Problems with german umlauts in bash/rxvt command line
  2004-02-27 13:45 Morche Matthias
@ 2004-02-27 13:47 ` Olaf Föllinger
  0 siblings, 0 replies; 13+ messages in thread
From: Olaf Föllinger @ 2004-02-27 13:47 UTC (permalink / raw)
  To: cygwin

Hi,

this was a very helpful hint. Not only I've learned how to manipulate
the values interactively now I know the reason:

On Fri, Feb 27, 2004 at 02:14:46PM +0100, Morche Matthias wrote:
> Just to be sure, type the following command:
> bind -v :
> $ bind -v
> set blink-matching-paren on
> set byte-oriented on
> set completion-ignore-case off
> set convert-meta off
> set disable-completion off
> set enable-keypad off
> set expand-tilde off
> set history-preserve-point off
> set horizontal-scroll-mode off
> set input-meta off
> set mark-directories on
> set mark-modified-lines off
> set mark-symlinked-directories off
> set match-hidden-files on
> set meta-flag off
> set output-meta on

This was set to 'off' here though it is turned on in the .inputrc. I
don't know why .inputrc doesn't work but this is another issue. I've
turned it on in .bashrc using the syntax documented below and  äöü and
€ are shown fine on the commandline.

> That's my settings... and it works from whitin console and PuTTY.
> By the way, You can set the variables without using .inputrc eg. by
> bind 'set meta-flag on'
 

 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG


--
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] 13+ messages in thread

* RE: 1.5.7: Problems with german umlauts in bash/rxvt command line
@ 2004-02-27 13:45 Morche Matthias
  2004-02-27 13:47 ` Olaf Föllinger
  0 siblings, 1 reply; 13+ messages in thread
From: Morche Matthias @ 2004-02-27 13:45 UTC (permalink / raw)
  To: cygwin

Just to be sure, type the following command:
bind -v :
$ bind -v
set blink-matching-paren on
set byte-oriented on
set completion-ignore-case off
set convert-meta off
set disable-completion off
set enable-keypad off
set expand-tilde off
set history-preserve-point off
set horizontal-scroll-mode off
set input-meta off
set mark-directories on
set mark-modified-lines off
set mark-symlinked-directories off
set match-hidden-files on
set meta-flag off
set output-meta on
set page-completions on
set prefer-visible-bell on
set print-completions-horizontally off
set show-all-if-ambiguous off
set visible-stats off
set bell-style audible
set comment-begin #
set completion-query-items 100
set editing-mode emacs
set keymap emacs

That's my settings... and it works from whitin console and PuTTY.
By the way, You can set the variables without using .inputrc eg. by
bind 'set meta-flag on'

  matthias

...
> > > I have trouble to show german umlauts in bash command 
...
> > > $ less .inputrc
> > > set input-meta on 
> > > set convert-meta off 
> > > set output-meta on 
...

--
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] 13+ messages in thread

* Re: 1.5.7: Problems with german umlauts in bash/rxvt command line
  2004-02-27 13:14 ` Thorsten Kampe
@ 2004-02-27 13:43   ` Olaf Föllinger
  2004-02-27 14:42     ` Alejandro Lopez-Valencia
  2004-02-27 13:50   ` Alejandro Lopez-Valencia
  1 sibling, 1 reply; 13+ messages in thread
From: Olaf Föllinger @ 2004-02-27 13:43 UTC (permalink / raw)
  To: cygwin

On Fri, Feb 27, 2004 at 12:35:23PM +0100, Thorsten Kampe wrote:
> * Olaf Föllinger (2004-02-27 09:49 +0100)
> > I have trouble to show german umlauts in bash command line in rxvt.
> 
> What about zsh (or another shell) and the standard Cygwin Console?

$ zsh
\[\e]0;\l \w\007\n\t \[\e[36m\] \[\e[32m\]\u@\h\[\e[33m\]\w\[\e[0m\]\n$äöü
zsh: command not found: \M-d\M-v\M-|

Changes the problem fron shell to rsponse.

> > I get are the following values:
> > 
> > $ \344\366\374
> > bash: äöü: command not found
> > 
> > I have set the following in .inputrc
> > 
> > $ less .inputrc
> > set input-meta on 
> > set convert-meta off 
> > set output-meta on 
> 
> This is the canonic way. Make sure that the file is sourced. 

The file is sourced, without this it wouldn't show the escaped
sequences.

> But I
> have no problems here - although typing non-ascii characters in a
> shell doesn't make sense. The only use is showing files with ls or d -
> which is not a shell thing.

Final goal is to show the € character rigth in vi and mutt. So I
thought the shell is a good start. Is it?
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG

Alt-Moabit 91a
D-10559 Berlin
Germany
Tel:   +49 30 390722 -291
Fax:   +49 30 390722 -222
Mobil: +49 173 6227080
http://www.sesa.de
mailto: Olaf.Foellinger@sesa.de

--
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] 13+ messages in thread

* Re: 1.5.7: Problems with german umlauts in bash/rxvt command line
  2004-02-27 11:35 Olaf Föllinger
@ 2004-02-27 13:14 ` Thorsten Kampe
  2004-02-27 13:43   ` Olaf Föllinger
  2004-02-27 13:50   ` Alejandro Lopez-Valencia
  0 siblings, 2 replies; 13+ messages in thread
From: Thorsten Kampe @ 2004-02-27 13:14 UTC (permalink / raw)
  To: cygwin

* Olaf Föllinger (2004-02-27 09:49 +0100)
> I have trouble to show german umlauts in bash command line in rxvt.

What about zsh (or another shell) and the standard Cygwin Console?

> I get are the following values:
> 
> $ \344\366\374
> bash: äöü: command not found
> 
> I have set the following in .inputrc
> 
> $ less .inputrc
> set input-meta on 
> set convert-meta off 
> set output-meta on 

This is the canonic way. Make sure that the file is sourced. But I
have no problems here - although typing non-ascii characters in a
shell doesn't make sense. The only use is showing files with ls or d -
which is not a shell thing.

Thorsten


--
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] 13+ messages in thread

* 1.5.7: Problems with german umlauts in bash/rxvt command line
@ 2004-02-27 11:35 Olaf Föllinger
  2004-02-27 13:14 ` Thorsten Kampe
  0 siblings, 1 reply; 13+ messages in thread
From: Olaf Föllinger @ 2004-02-27 11:35 UTC (permalink / raw)
  To: cygwin

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

Hi,

I have trouble to show german umlauts in bash command line in rxvt. All
I get are the following values:

$ \344\366\374
bash: äöü: command not found

I have set the following in .inputrc


$ less .inputrc
set input-meta on 
set convert-meta off 
set output-meta on 

The shell starts with 

D:\Programme\Cygwin\bin\rxvt.exe --scrollstyle next -fb 'Courier New-17' -fn 'Courier New-17' -e /usr/bin/bash -l -i 

Is there a way to show the umlauts rigth ?
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG


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


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Fri Feb 27 09:45:09 2004

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:	d:\programme\cygwin\usr\local\bin
	d:\programme\cygwin\bin
	d:\programme\cygwin\bin
	d:\programme\cygwin\usr\X11R6\bin
	c:\WINNT\system32
	c:\WINNT
	c:\WINNT\System32\Wbem
	c:\Programme\MSSQL7\BINN
	d:\Programme\Apache Group\ant\bin
	c:\Programme\Microsoft SQL Server\80\Tools\Binn\
	c:\Nokia\Update_Manager\bin
	d:\Programme\Nokia\Tools\Nokia_Developers_Suite_for_J2ME\bin
	c:\PROGRA~1\CA\SHARED~1\SCANEN~1
	c:\PROGRA~1\CA\ETRUST~1
	d:\Programme\SFU\common\
	d:\Programme\SFU\Perl\bin\
	d:\programme\cygwin\usr\X11R6\bin
	d:\programme\cygwin\usr\X11R6\bin
	d:\programme\cygwin\usr\X11R6\bin

Output from d:\programme\cygwin\bin\id.exe (nontsec)
UID: 14189(of) GID: 545(Benutzer)
545(Benutzer)

Output from d:\programme\cygwin\bin\id.exe (ntsec)
UID: 14189(of) GID: 545(Benutzer)
544(Administratoren)    545(Benutzer)
1004(Debuggerbenutzer)  10545(mkgroup-l-d)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

CYGWIN = `ntsec ntea tty'
HOME = `d:\Users\of'
LD_LIBRARY_PATH = `d:\programme\cygwin\usr\lib:\usr\X11R6\lib'
MAKE_MODE = `unix'
PWD = `/home/of'
USER = `of'

ALLUSERSPROFILE = `C:\Dokumente und Einstellungen\All Users'
ANT_HOME = `//D/Programme/Apache Group/ant'
APPDATA = `C:\Dokumente und Einstellungen\of\Anwendungsdaten'
AVENGINE = `C:\PROGRA~1\CA\SHARED~1\SCANEN~1'
CLASSPATH = `"C:\Programme\Java\j2re1.4.1_01\lib\ext\QTJava.zip"'
COLORFGBG = `0;default;15'
COLORTERM = `rxvt-xpm'
COMMONPROGRAMFILES = `C:\Programme\Gemeinsame Dateien'
COMPUTERNAME = `NBOF'
COMSPEC = `C:\WINNT\system32\cmd.exe'
CVS_RSH = `/bin/ssh'
DISPLAY = `:0'
EDITOR = `vi'
HOMEDRIVE = `H:'
HOMEPATH = `\'
HOMESHARE = `\\DCBLN01\home\of'
HOSTNAME = `nbof'
INFOPATH = `/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
INOCULAN = `C:\PROGRA~1\CA\ETRUST~1'
INTERIX_COMPILERDIR = `/dev/fs/e/Programme/Microsoft Visual Studio .NET/Vc7'
INTERIX_ROOT = `/dev/fs/D/Programme/SFU/'
INTERIX_ROOT_WIN = `D:\Programme\SFU\'
JAVA_HOME = `/D/Programme/JavaSoft/j2sdk1.4.2_02'
LC_CTYPE = `de_DE.ISO-8859-1'
LESS = `isrR'
LOGONSERVER = `\\DCBLN01'
MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/X11R6/man:/usr/ssl/man:/usr/man:/usr/local/man:/usr/man:/usr/local/man:/usr/man:/usr/local/man'
NNTPSERVER = `news'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/usr/bin'
OPENNT_ROOT = `/dev/fs/D/Programme/SFU/'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PKG_CONFIG_PATH = `:/usr/X11R6/lib/pkgconfig'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 8 Stepping 3, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0803'
PROGRAMFILES = `C:\Programme'
PS1 = `\[\e]0;\l \w\007\n\t \[\e[36m\] \[\e[32m\]\u@\h\[\e[33m\]\w\[\e[0m\]\n$ '
QTJAVA = `"C:\Programme\Java\j2re1.4.1_01\lib\ext\QTJava.zip"'
SFUDIR = `D:\Programme\SFU\'
SFUDIR_INTERIX = `/dev/fs/D/Programme/SFU/'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
TEMP = `c:\temp'
TERM = `xterm'
TMP = `c:\temp'
TMPDIR = `d:\programme\cygwin\tmp'
TZ = `MET-1MEET'
USERDNSDOMAIN = `de.sesa.net'
USERDOMAIN = `DE-SESA-NET'
USERNAME = `of'
USERPROFILE = `C:\Dokumente und Einstellungen\of'
WINDIR = `C:\WINNT'
WINDOWID = `168034472'
XAPPLRESDIR = `/usr/X11R6/lib/X11/app-defaults'
XCMSDB = `/usr/X11R6/lib/X11/Xcms.txt'
XKEYSYMDB = `/usr/X11R6/lib/X11/XKeysymDB'
XNLSPATH = `/usr/X11R6/lib/X11/locale'
_ = `/usr/bin/cygcheck'
ftp_proxy = `http://www-cache:8080/'
http_proxy = `http://www-cache:8080/'

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) = `/'
  cygdrive flags = 0x0000002a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `d:\programme\cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home
  (default) = `d:\Users'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/of/mail
  (default) = `d:\Users\mail'
  flags = 0x0000080a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `d:\programme\cygwin/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `d:\programme\cygwin/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts
  (default) = `d:\programme\cygwin\usr\X11R6\lib\X11\fonts'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\08
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\09
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0E
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0F
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\10
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\11
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\12
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\13
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\14
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\15
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\16
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\17
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\18
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\19
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1D

a:  fd           N/A    N/A                    
c:  hd  NTFS    4000Mb  83% CP CS UN PA FC     System
d:  hd  NTFS    8001Mb  73% CP CS UN PA FC     Daten
e:  hd  FAT32   7053Mb  24% CP    UN           DATEN2
h:  net NTFS    1228Mb  90% CP CS UN PA FC     Home
i:  net NTFS   25313Mb  96% CP CS UN PA FC     
n:  net NTFS   30719Mb  44% CP CS UN PA FC     Daten
o:  net NTFS   30719Mb  44% CP CS UN PA FC     Daten
p:  net NTFS   30719Mb  44% CP CS UN PA FC     Daten
r:  net NTFS   30719Mb  44% CP CS UN PA FC     Daten
s:  net NTFS   30719Mb  44% CP CS UN PA FC     Daten
t:  net NTFS   25313Mb  96% CP CS UN PA FC     
x:  cd           N/A    N/A                    

d:\programme\cygwin                          /                         system  binmode
d:\Users                                     /home                     system  binmode
d:\Users\mail                                /home/of/mail             system  binmode
d:\programme\cygwin/bin                      /usr/bin                  system  binmode
d:\programme\cygwin/lib                      /usr/lib                  system  binmode
d:\programme\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
.                                            /                         system  binmode,cygdrive

Found: d:\programme\cygwin\bin\awk.exe
Found: d:\programme\cygwin\bin\bash.exe
Found: d:\programme\cygwin\bin\cat.exe
Found: d:\Programme\SFU\common\cat.exe
Warning: d:\programme\cygwin\bin\cat.exe hides d:\Programme\SFU\common\cat.exe
Found: d:\programme\cygwin\bin\cp.exe
Found: d:\Programme\SFU\common\cp.exe
Warning: d:\programme\cygwin\bin\cp.exe hides d:\Programme\SFU\common\cp.exe
Found: d:\programme\cygwin\bin\cpp.exe
Found: d:\programme\cygwin\bin\find.exe
Found: d:\Programme\SFU\common\find.exe
Warning: d:\programme\cygwin\bin\find.exe hides d:\Programme\SFU\common\find.exe
Found: d:\programme\cygwin\bin\gcc.exe
Found: d:\programme\cygwin\bin\gdb.exe
Found: d:\programme\cygwin\bin\grep.exe
Found: d:\Programme\SFU\common\grep.exe
Warning: d:\programme\cygwin\bin\grep.exe hides d:\Programme\SFU\common\grep.exe
Found: d:\programme\cygwin\bin\ld.exe
Found: d:\programme\cygwin\bin\ls.exe
Found: d:\Programme\SFU\common\ls.exe
Warning: d:\programme\cygwin\bin\ls.exe hides d:\Programme\SFU\common\ls.exe
Found: d:\programme\cygwin\bin\make.exe
Found: d:\programme\cygwin\bin\mv.exe
Found: d:\Programme\SFU\common\mv.exe
Warning: d:\programme\cygwin\bin\mv.exe hides d:\Programme\SFU\common\mv.exe
Found: d:\programme\cygwin\bin\rm.exe
Found: d:\Programme\SFU\common\rm.exe
Warning: d:\programme\cygwin\bin\rm.exe hides d:\Programme\SFU\common\rm.exe
Found: d:\programme\cygwin\bin\sed.exe
Found: d:\Programme\SFU\common\sed.exe
Warning: d:\programme\cygwin\bin\sed.exe hides d:\Programme\SFU\common\sed.exe
Found: d:\programme\cygwin\bin\sh.exe
Found: d:\programme\cygwin\bin\tar.exe

   23k 2003/11/20 d:\programme\cygwin\usr\local\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2001/7/23 10:14
 1539k 2003/11/20 d:\programme\cygwin\usr\local\bin\cygdns-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdns-8.dll" v0.0 ts=2003/6/16 14:34
  321k 2003/11/20 d:\programme\cygwin\usr\local\bin\cygisc-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygisc-4.dll" v0.0 ts=2003/6/16 11:38
  105k 2003/11/20 d:\programme\cygwin\usr\local\bin\cygisccc-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygisccc-0.dll" v0.0 ts=2003/6/16 14:32
  293k 2003/11/20 d:\programme\cygwin\usr\local\bin\cygisccfg-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygisccfg-0.dll" v0.0 ts=2003/6/16 14:35
  136k 2003/11/20 d:\programme\cygwin\usr\local\bin\cyglwres-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglwres-1.dll" v0.0 ts=2003/6/16 13:01
   31k 2003/11/20 d:\programme\cygwin\usr\local\bin\cygminires.dll - os=4.0 img=0.93 sys=4.0
                  "cygminires.dll" v0.0 ts=2002/6/3 14:52
  802k 2003/09/15 d:\programme\cygwin\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygaspell-15.dll" v0.0 ts=2003/9/15 14:32
   61k 2003/08/09 d:\programme\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2003/8/9 8:35
   54k 2002/01/27 d:\programme\cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz21.0.dll" v0.0 ts=2002/1/27 2:07
   14k 2003/08/10 d:\programme\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2003/8/10 22:57
    7k 2003/10/19 d:\programme\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 9:57
  842k 2003/09/30 d:\programme\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/9/30 18:49
   22k 2004/02/10 d:\programme\cygwin\bin\cygcygipc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcygipc-2.dll" v0.0 ts=2004/2/10 3:48
  380k 2002/07/24 d:\programme\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 18:24
  831k 2003/09/20 d:\programme\cygwin\bin\cygdb-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.1.dll" v0.0 ts=2003/9/20 23:51
  487k 2002/07/24 d:\programme\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 18:25
 1080k 2003/09/20 d:\programme\cygwin\bin\cygdb_cxx-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.1.dll" v0.0 ts=2003/9/20 23:53
  155k 2004/01/07 d:\programme\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2004/1/7 17:14
  131k 2003/10/28 d:\programme\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2003/10/28 23:44
   45k 2001/04/25 d:\programme\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/25 7:28
   35k 2002/01/09 d:\programme\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/9 7:03
   48k 2003/08/09 d:\programme\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/8/9 11:25
  361k 2003/10/25 d:\programme\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2003/10/22 6:18
   28k 2003/07/20 d:\programme\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-3.dll" v0.0 ts=2003/7/20 9:58
   30k 2003/08/11 d:\programme\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2003/8/11 4:12
   19k 2003/03/22 d:\programme\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/20 4:05
   15k 2003/07/20 d:\programme\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 10:00
   15k 2003/08/11 d:\programme\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2003/8/11 4:13
   69k 2003/08/10 d:\programme\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/11 0:10
   12k 2003/08/10 d:\programme\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2003/8/11 0:11
  134k 2003/08/10 d:\programme\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/11 0:10
   17k 2001/06/28 d:\programme\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/7 5:34
   29k 2003/08/10 d:\programme\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2003/8/11 1:16
  958k 2003/08/10 d:\programme\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2003/8/10 22:57
   22k 2001/12/13 d:\programme\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 10:28
   37k 2003/08/10 d:\programme\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/10 23:50
   21k 2001/06/20 d:\programme\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2001/6/20 19:09
  132k 2003/08/11 d:\programme\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2003/8/11 2:37
  119k 2002/02/09 d:\programme\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg6b.dll" v0.0 ts=2002/2/9 6:19
   60k 2003/09/17 d:\programme\cygwin\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3.dll" v0.0 ts=2003/9/17 18:37
   60k 2003/07/27 d:\programme\cygwin\bin\cygkpathsea-3abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3abi13.dll" v0.0 ts=2003/7/27 22:23
   26k 2001/04/25 d:\programme\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/25 7:27
   20k 2002/01/09 d:\programme\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/9 7:03
   29k 2003/08/09 d:\programme\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/8/9 11:25
   15k 2003/11/20 d:\programme\cygwin\bin\cygminires.dll - os=4.0 img=0.97 sys=4.0
                  "cygminires.dll" v0.0 ts=2003/11/20 2:55
  156k 2001/04/25 d:\programme\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/25 7:29
  175k 2002/01/09 d:\programme\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/9 7:03
  226k 2001/04/25 d:\programme\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 7:17
  202k 2002/01/09 d:\programme\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/9 7:03
  224k 2003/08/09 d:\programme\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 11:24
   15k 2001/04/25 d:\programme\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/25 7:27
   12k 2002/01/09 d:\programme\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/9 7:03
   19k 2003/08/09 d:\programme\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/8/9 11:24
   62k 2003/12/11 d:\programme\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2003/12/11 18:01
   63k 2003/04/11 d:\programme\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 10:31
    9k 2003/12/11 d:\programme\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2003/12/11 18:01
   61k 2003/04/11 d:\programme\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2003/4/11 10:31
 1049k 2003/11/07 d:\programme\cygwin\bin\cygperl5_8_2.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8_2.dll" v0.0 ts=2003/11/7 12:08
  173k 2003/08/10 d:\programme\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2003/8/11 0:35
  170k 2002/01/21 d:\programme\cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng2.dll" v0.0 ts=2002/1/21 2:05
   22k 2002/06/09 d:\programme\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 7:45
  108k 2001/06/28 d:\programme\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/7 5:34
  148k 2003/08/10 d:\programme\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2003/8/11 1:16
  171k 2003/09/30 d:\programme\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/9/30 18:49
  281k 2003/02/24 d:\programme\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff3.dll" v0.0 ts=2003/2/24 5:58
  282k 2003/08/11 d:\programme\cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff4.dll" v0.0 ts=2003/8/11 4:32
   25k 2002/07/14 d:\programme\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygungif-4.dll" v0.0 ts=2002/7/14 16:58
 1074k 2003/09/23 d:\programme\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2003/9/23 19:52
   61k 2003/12/04 d:\programme\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2003/12/4 4:03
 1083k 2004/01/31 d:\programme\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2004/1/31 1:32
    Cygwin DLL version info:
        DLL version: 1.5.7
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 109
        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: Fri Jan 30 19:32:04 EST 2004
        CVS tag: cr-0x9e
        Shared id: cygwin1S3

  237k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdps-1.dll" v0.0 ts=2003/11/18 2:41
  121k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdpstk-1.dll" v0.0 ts=2003/11/18 2:41
  282k 2003/10/28 d:\programme\cygwin\usr\X11R6\bin\cygfreetype-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-9.dll" v0.0 ts=2003/10/18 8:44
  373k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2003/11/18 2:39
  439k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2003/11/18 2:40
   74k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2003/11/18 2:30
    9k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygoldX-6.dll" v0.0 ts=2003/11/18 2:30
 1271k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygOSMesa-4.dll" v0.0 ts=2003/11/18 2:39
   20k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpsres-1.dll" v0.0 ts=2003/11/18 2:42
   30k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2003/11/18 2:30
  864k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2003/11/18 2:30
  253k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-6.dll" v0.0 ts=2003/11/18 2:33
  355k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2003/11/18 2:34
   36k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2003/11/18 2:43
   49k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2003/11/18 2:30
   56k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-1.dll" v0.0 ts=2003/11/18 2:42
   74k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2003/11/18 2:42
   27k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2003/11/18 2:34
   76k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2003/11/18 2:32
   11k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2003/11/18 2:32
   26k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXp-6.dll" v0.0 ts=2003/11/18 2:35
   51k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2003/11/18 2:32
   14k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2003/11/18 2:43
   26k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2003/11/18 2:42
  282k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2003/11/18 2:31
   27k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXTrap-6.dll" v0.0 ts=2003/11/18 2:43
   17k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2003/11/18 2:34
   15k 2003/11/18 d:\programme\cygwin\usr\X11R6\bin\cygXv-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXv-1.dll" v0.0 ts=2003/11/18 2:35

Cygwin Package Information
Last downloaded files to: D:\tmp\cygwin
Last downloaded files from: ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus

Package                 Version            
_update-info-dir        00226-1            
ash                     20040127-1         
aspell                  0.50.3-1           
aspell-de               0.50.2-1           
aspell-dev              0.50.3-1           
aspell-doc              0.50.3-1           
aspell-en               0.51.0-1           
autoconf                2.59-1             
autoconf-devel          2.59-1             
autoconf-stable         2.13-5             
automake                1.7.9-1            
automake-devel          1.7.9-1            
automake-stable         1.4p6-2            
base-files              2.6-1              
base-passwd             1.1-1              
bash                    2.05b-16           
binutils                20030901-1         
bzip2                   1.0.2-5            
clear                   1.0-1              
crypt                   1.1-1              
ctags                   5.5-4              
cvs                     1.11.6-3           
cygipc                  2.03-2             
cygutils                1.2.4-1            
cygwin                  1.5.7-1            
diffutils               2.8.4-1            
ed                      0.2-1              
editrights              1.01-1             
emacs                   21.2-12            
exim                    4.30-2             
expat                   1.95.7-1           
file                    4.06-1             
fileutils               4.1-2              
findutils               4.1.7-4            
fontconfig              2.2.0-1            
fortune                 1.8-2              
freetype2               2.1.5-1            
gawk                    3.1.3-4            
gcc                     3.3.1-3            
gcc-g++                 3.3.1-3            
gcc-mingw               20030911-4         
gcc-mingw-core          20031020-1         
gcc-mingw-g++           20031020-1         
gdb                     20030919-1         
gdbm                    1.8.3-7            
gettext                 0.12.1-3           
gnupg                   1.2.2-3            
grep                    2.5-1              
groff                   1.18.1-2           
gtypist                 2.7-2              
gzip                    1.3.5-1            
inetutils               1.3.2-25           
jpeg                    6b-11              
less                    381-1              
libaspell15             0.50.3-1           
libbz2_1                1.0.2-5            
libcharset1             1.9.1-3            
libdb3.1                3.1.17-2           
libdb4.1                4.1.25-1           
libfontconfig-devel     2.2.0-1            
libfontconfig1          2.2.0-1            
libfreetype2-devel      2.1.5-1            
libfreetype26           2.1.5-1            
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           
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-13           
libkpathsea3abi13       2.0.2-2            
libncurses-devel        5.3-4              
libncurses5             5.2-1              
libncurses6             5.2-8              
libncurses7             5.3-4              
libpcre                 4.1-1              
libpcre0                4.5-1              
libpng                  1.2.5-4            
libpng12                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            
libungif                4.1.0-2            
login                   1.9-7              
lynx                    2.8.4-7            
m4                      1.4-1              
make                    3.80-1             
man                     1.5k-2             
mingw-runtime           3.2-1              
minires                 0.97-1             
mktemp                  1.5-3              
mutt                    1.4.1-2            
ncurses                 5.3-4              
openssh                 3.7.1p2-2          
openssl                 0.9.7c-1           
openssl-devel           0.9.7c-1           
patch                   2.5.8-8            
patchutils              0.2.22-2           
pcre                    4.5-1              
pcre-doc                4.5-1              
perl                    5.8.2-1            
readline                4.3-5              
rsync                   2.6.0-1            
rxvt                    2.7.10-3           
sed                     4.0.8-1            
sh-utils                2.0.15-4           
ssmtp                   2.60.4-2           
tar                     1.13.25-5          
tcltk                   20030901-1         
termcap                 20021106-2         
terminfo                5.3_20030726-1     
tetex                   2.0.2-13           
tetex-base              2.0.2-13           
tetex-bin               2.0.2-13           
tetex-doc               2.0.2-13           
tetex-extra             2.0.2-13           
tetex-tiny              2.0.2-13           
texinfo                 4.2-4              
textutils               2.0.21-1           
tiff                    3.6.0-5            
unzip                   5.50-5             
vim                     6.2.098-1          
w32api                  2.4-1              
which                   1.5-2              
WindowMaker             0.80.2-1           
XFree86-base            4.3.0-1            
XFree86-bin             4.3.0-8            
XFree86-bin-icons       4.3.0-5            
XFree86-doc             4.3.0-1            
XFree86-etc             4.3.0-6            
XFree86-f100            4.2.0-3            
XFree86-fenc            4.2.0-3            
XFree86-fnts            4.2.0-3            
XFree86-fscl            4.2.0-3            
XFree86-html            4.3.0-1            
XFree86-lib             4.3.0-1            
XFree86-lib-compat      4.3.0-2            
XFree86-man             4.3.0-2            
XFree86-prog            4.3.0-12           
XFree86-startup-scripts 4.2.0-5            
XFree86-xserv           4.3.0-44           
xwinclip                1.2.0-1            
zip                     2.3-5              
zlib                    1.2.1-1            
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] 13+ messages in thread

end of thread, other threads:[~2004-03-01 12:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-27 17:32 1.5.7: Problems with german umlauts in bash/rxvt command line Morche Matthias
2004-02-28 14:34 ` Olaf Foellinger
  -- strict thread matches above, loose matches on Subject: below --
2004-03-01 12:32 Morche Matthias
     [not found] <16192.1078000438@www59.gmx.net>
2004-03-01  7:53 ` of
2004-02-27 13:45 Morche Matthias
2004-02-27 13:47 ` Olaf Föllinger
2004-02-27 11:35 Olaf Föllinger
2004-02-27 13:14 ` Thorsten Kampe
2004-02-27 13:43   ` Olaf Föllinger
2004-02-27 14:42     ` Alejandro Lopez-Valencia
2004-02-27 15:09       ` Olaf Föllinger
2004-02-27 13:50   ` Alejandro Lopez-Valencia
2004-02-27 18:04     ` Thorsten Kampe

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).