Re: htonl, htons, ntohl and ntohs types

2006-04-21 Thread Lars Munch
On Fri, Apr 21, 2006 at 04:32:37PM +0200, Corinna Vinschen wrote: > On Apr 21 14:11, Lars Munch wrote: > > My code still gives me warnings due to a problem with stdint.h. > > > > The Xint32_t typedef's uses long instead of int: > > > > >From stdint.h: &

Re: htonl, htons, ntohl and ntohs types

2006-04-21 Thread Lars Munch
On Fri, Apr 21, 2006 at 02:49:08PM +0200, Samuel Thibault wrote: > Hi, > > Lars Munch, le Fri 21 Apr 2006 14:27:40 +0200, a écrit : > > > That's on purpose: on windows, ints are 16bits. > > > > How can that be when sizeof(int) returns 4 with cygwin gcc on a 3

Re: htonl, htons, ntohl and ntohs types

2006-04-21 Thread Lars Munch
On Fri, Apr 21, 2006 at 12:00:00PM +0200, Corinna Vinschen wrote: > On Apr 21 11:25, Lars Munch wrote: > > Hello > > > > I have noticed that the types of the functions htonl, htons, ntohs and > > ntohl differs from standard (and linux): > > > > http:/

Re: htonl, htons, ntohl and ntohs types

2006-04-21 Thread Lars Munch
On Fri, Apr 21, 2006 at 02:17:13PM +0200, Samuel Thibault wrote: > Lars Munch, le Fri 21 Apr 2006 14:11:51 +0200, a écrit : > > On Fri, Apr 21, 2006 at 12:00:00PM +0200, Corinna Vinschen wrote: > > > On Apr 21 11:25, Lars Munch wrote: > > > > Hello > > > >

Re: htonl, htons, ntohl and ntohs types

2006-04-21 Thread Lars Munch
On Fri, Apr 21, 2006 at 12:00:00PM +0200, Corinna Vinschen wrote: > On Apr 21 11:25, Lars Munch wrote: > > Hello > > > > I have noticed that the types of the functions htonl, htons, ntohs and > > ntohl differs from standard (and linux): > > > > http:/

htonl, htons, ntohl and ntohs types

2006-04-21 Thread Lars Munch
reason for this difference? The difference in the api gives me warnings when porting code from Linux to Cygwin. Thanks Lars Munch -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: buggy tab-expansion

2005-07-22 Thread Lars Munch
On Thu, Jul 21, 2005 at 12:25:16PM -0400, Igor Pechtchanski wrote: > On Thu, 21 Jul 2005, Lars Munch wrote: > > > On Thu, Jul 21, 2005 at 06:10:48AM -0600, Eric Blake wrote: > > > According to Alex Goldman on 7/21/2005 3:00 AM: > > > > Here's an example (I

Re: buggy tab-expansion

2005-07-21 Thread Lars Munch
ers in the string, and I am awaiting a patch from the upstream > maintainer. In the meantime, I was unable to reproduce the symptoms; > could you please let me know what your $PS1 variable is? I have also been having this problem for the last month or so. My PS1 is a long nasty one: \[\e]2;[EM

Re: CygUtils website going dark

2004-06-07 Thread Lars Munch
On Mon, Jun 07, 2004 at 02:17:40PM -0400, Igor Pechtchanski wrote: > On Mon, 7 Jun 2004, Lars Munch wrote: > > > On Sun, Jun 06, 2004 at 11:24:13PM -0400, Charles Wilson wrote: > > > For six years, I've hosted a website for the cygwin free software > > >

Re: CygUtils website going dark

2004-06-07 Thread Lars Munch
Has run-1.1.4 been included in cygwin? I always this to start rxvt and would be very sad to see this util disappear. Regards Lars Munch On Sun, Jun 06, 2004 at 11:24:13PM -0400, Charles Wilson wrote: > For six years, I've hosted a website for the cygwin free software > community. It

Re: Command-line options for setup.exe

2003-02-24 Thread Lars Munch
jiv > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ -- Lars Munch -- Unsubscribe info: h

Re: su command ?

2003-01-29 Thread Lars Munch
indows XP as Administrator. I tried to su to a normal user but got: su: cannot run /bin/bash: Permission denied This is with cygwin 1.3.19. I used the binary from your page. Do your have any ideas? Thanks a lot Lars Munch -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug repor

Recreating gcc package

2002-03-25 Thread Lars Munch
Hi Could someone provide me with information on how to recreate the gcc package? I could not find any information in /usr/doc/gcc or in the gcc source tarball. Thanks a lot Lars Munch -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com

Re: copying and pasting in rxvt

2002-03-19 Thread Lars Munch
ility) > > # Make Home work > "\e[7~": beginning-of-line > # Make End work > "\e[8~": end-of-line > # Make Delete work > "\e[3~": delete-char > # make Insert work > "\e[2~": paste-from-clipboard More goodies (for rxvt

Re: termcap problem in RXVT?

2002-03-19 Thread Lars Munch
gt; $ > --- end --- > > I am at a loss to explain what to do. This has not happened to me in prior > cygwin installs. I checked the FAQ and the mailing list archives for March, > but could not find any reference to anything new that should have caused > this. Put: export SHELL=/

Re: cygwin start-up options

2002-03-18 Thread Lars Munch
3: MediumOrchid3 rxvt*color14: Cyan3 rxvt*color15: White Regards Lars Munch -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: copying and pasting in rxvt

2002-03-18 Thread Lars Munch
ft and right buttons > at the same time). I used to have it work on my other computer (laptop). The > setup seems to be identical, but it doesn't work now. Try putting: "\e[2~": paste-from-clipboard in your .inputrc. With this, copy/paste work perfectly in rxvt for

Re: Bash - bind Alt-Arrow keys

2002-03-15 Thread Lars Munch
nd'ed: "^[[4~": end-of-line My "end" key, but this do not work in rxvt on cygwin, but fine in rxvt on Linux. It just produces a '~'?? I have set the TERM=rxvt. Regards Lars Munch -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/