Re: Enviroment always uppercased; Help me, please

2002-03-01 Thread Christopher Faylor
On Fri, Mar 01, 2002 at 06:36:13PM +0100, Markus K. E. Kommant wrote: >At the moment "cygwin no thanx if I see this errors", because >>(..) We're only using cygwin to prototype some stuff, not to make any >>viable product as it just isn't stable/reliable/secure enough unfortunately >(...) > >and s

RE: Enviroment always uppercased; Help me, please

2002-03-01 Thread Markus K. E. Kommant
AIL PROTECTED]] > Sent: Friday, March 01, 2002 2:39 PM > To: [EMAIL PROTECTED] > Subject: Re: Enviroment always uppercased; Help me, please > > > On Fri, Mar 01, 2002 at 02:06:06PM +0100, Markus K. E. Kommant wrote: > >Idea: > > > >It would be better to support

Re: Enviroment always uppercased; Help me, please

2002-03-01 Thread Christopher Faylor
On Fri, Mar 01, 2002 at 02:06:06PM +0100, Markus K. E. Kommant wrote: >Idea: > >It would be better to support an evironment variable CYGWIN_ENV_UPPERCASE=0, >1, 2 or a list "var1 var2 var3". >The list could be, to work correctly in most cases (I used in my pdksh port) >"SHELL", "EXECSHELL", "PATH"

RE: Enviroment always uppercased; Help me, please

2002-03-01 Thread Markus K. E. Kommant
and everyting (in the wrong order). The biggest problem, I can not switch it off. best regards Markus > -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 28, 2002 3:22 PM > To: [EMAIL PROTECTED] > Subject: Re: Enviroment

Re: Enviroment always uppercased; Help me, please

2002-02-28 Thread Peter Buckley
ECTED]] >>Sent: Thursday, February 28, 2002 4:26 PM >>To: Markus K. E. Kommant; [EMAIL PROTECTED] >>Subject: Re: Enviroment always uppercased; Help me, please >> >> >>Sounds like a problem with starting env directly from the >>command shell. >>Li

RE: Enviroment always uppercased; Help me, please

2002-02-28 Thread Robinow, David
> From: Markus K. E. Kommant [mailto:[EMAIL PROTECTED]] > Subject: RE: Enviroment always uppercased; Help me, please > The solution could be a user build cygwin1.dll without the Environment > hack?!? Anybody? You. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple B

Re: Enviroment always uppercased; Help me, please

2002-02-28 Thread Peter Buckley
he Environment > hack?!? Anybody? > > Markus > - Thread closed. > > > >>-Original Message- >>From: Hack Kampbjørn [mailto:[EMAIL PROTECTED]] >>Sent: Thursday, February 28, 2002 3:50 PM >>To: Markus K. E. Kommant >>Cc: [EMAIL PROTECTED] >

RE: Enviroment always uppercased; Help me, please

2002-02-28 Thread Markus K. E. Kommant
---Original Message- > From: Hack Kampbjørn [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 28, 2002 3:50 PM > To: Markus K. E. Kommant > Cc: [EMAIL PROTECTED] > Subject: Re: Enviroment always uppercased; Help me, please > > > "Markus K. E. Kommant" wrote

Re: Enviroment always uppercased; Help me, please

2002-02-28 Thread Hack Kampbjørn
"Markus K. E. Kommant" wrote: > > Really??? > > > Don't start the program from a non cygwin program. > > I am using Windows 2000/NT operating system as the base for my cygwin > programs and not DOS and not Linux. > > Do anyone know a good trick to use POSIX Environment (or simply real Windows

Re: Enviroment always uppercased; Help me, please

2002-02-28 Thread Christopher Faylor
On Thu, Feb 28, 2002 at 03:16:47PM +0100, Markus K. E. Kommant wrote: >Really??? > >> Don't start the program from a non cygwin program. > >I am using Windows 2000/NT operating system as the base for my cygwin >programs and not DOS and not Linux. Huh? >Do anyone know a good trick to use POSIX En

RE: Enviroment always uppercased; Help me, please

2002-02-28 Thread Markus K. E. Kommant
MAIL PROTECTED]] > Sent: Wednesday, February 27, 2002 6:59 PM > To: [EMAIL PROTECTED] > Subject: Re: Enviroment always uppercased; Help me, please > > > On Wed, Feb 27, 2002 at 06:46:57PM +0100, Markus K. E. Kommant wrote: > >Seems to be a cygwin "feature" that the enviro

Re: Enviroment always uppercased; Help me, please

2002-02-27 Thread Larry Hall (RFK Partners, Inc)
At 12:46 PM 2/27/2002, Markus K. E. Kommant wrote: >Seems to be a cygwin "feature" that the environment will be uppercased, when >called by a none cygwin program. > >When puting a variable "gar=1" into the environment and call a program >compiled with gcc and cygwin, the result, when printing the

Re: Enviroment always uppercased; Help me, please

2002-02-27 Thread Christopher Faylor
On Wed, Feb 27, 2002 at 06:46:57PM +0100, Markus K. E. Kommant wrote: >Seems to be a cygwin "feature" that the environment will be uppercased, when >called by a none cygwin program. "Correct". >Is there a trick to switch to a "POSIX" mode in cygwin and leave the case of >the environment unchange

Enviroment always uppercased; Help me, please

2002-02-27 Thread Markus K. E. Kommant
Seems to be a cygwin "feature" that the environment will be uppercased, when called by a none cygwin program. When puting a variable "gar=1" into the environment and call a program compiled with gcc and cygwin, the result, when printing the environment, will be GAR=1 ups, gar != GAR, especially