RE: basename()?

2000-08-22 Thread Joseph Malicki
It is well known that man-pages does NOT document glibc, and does not ATTEMPT to. Joe Malicki -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Trond Eivind Glomsrød Sent: Monday, August 21, 2000 4:35 AM To: [EMAIL PROTECTED] Subject: Re: basename()?

RE: how to use ipchains?

2000-10-11 Thread Joseph Malicki
> > I just reinstalled from scratch a RH 6.1 box... and updated to the latest > kernel in updates (2.2.16-3) > > How do I make ipchains work??? It says it's not supported in the kernel > and I > didnt see any modules that might support it... > > help??? > > Ricardo > Are you sure you're not

RE: System Type

2001-02-20 Thread Joseph Malicki
perhaps the existance of /etc/redhat-release? However, do you actually need to determine whether the system is redhat, or do you need to look for specific characteristics of the system? It seems that it would make much more sense to look for things such as /etc/sysconfig/whatever or /etc/rc.d/in

RE: Missing kernel-headers in latest 2.2.17 update?

2001-02-20 Thread Joseph Malicki
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of John Summerfield > Sent: Monday, February 19, 2001 6:00 PM > To: [EMAIL PROTECTED] > Subject: Re: Missing kernel-headers in latest 2.2.17 update? > > The correct kernel headers to have in place are th

Re: GTK Text Widget

1999-10-30 Thread Joseph Malicki
, I'm all ears. > If you use pipe(2) and dup(2), you can set fd's 0 and 1 (stdin and stdout) to pipes that you can read from, before you fork and exec. Joseph Malicki -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

glibc 2.1 netscape works great!

1999-10-30 Thread Joseph Malicki
I'd just like to comment that the rawhide netscape that is supposedly linked with glibc 2.1 works GREAT with Java! Java applets that would easily crash netscape before seem to work wonderfully now.. Thank you Joseph Malicki -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Re: 3 problems with rawhide

1999-12-07 Thread Joseph Malicki
On Mon, 06 Dec 1999, Ivan Jager wrote: > If I hold down a key it repeats it very slowly. It repeats it about 4 > times each second. It is normally much faster. This can be changed in XF86Config... changing 500 and 20 work great for me. Joseph Malicki -- To unsubscribe: mail -s unsub

RE: Why no i586/i686 support?

2000-05-03 Thread Joseph Malicki
> > A program that works is much more useful than a faster program that > doesn't. If that's true for you, then why bother even using C at all? Joe -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

RE: basename()?

2000-08-19 Thread Joseph Malicki
glibc is documented in info, not manpages. the manpages there are just an incomplete and in some cases inaccurate collection, werent they from libc5 or something? The wonders of GNU software... Joe Malicki -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behal