Re: Logo contest

1999-02-01 Thread Randy Gobbel
Wichert Akkerman wrote: > > ... we would like to have two logos: > one logo with a very liberal license that everyone is free to use (for example > on things like webpages, shirts, etc.), and a more official logo with a > restricted license which can only be used on more official things (like Cd's

Bug#4610: gcc tries to compile #ifndef'ed-out code

1996-09-27 Thread Randy Gobbel
Package: gcc Version: 2.7.2.1-1 I was trying to track down a bug in csh (5.26-2), and so compiled with -DSYSMALLOC. Most of alloc.c is inside of an #ifndef SYSMALLOC conditional, but gcc complained about a bunch of stuff in alloc.c anyway: cd /usr/src/csh-5.26/ m

Bug#4609: csh bombs when invoked from subdir w/ 28-char name

1996-09-27 Thread Randy Gobbel
Package: csh Version: 5.26-3 I found not one but two bugs in /bin/csh. The incredibly bizarre symptom (on my system) is that if you try to run csh while cd'ed to a subdirectory of your home directory whose full pathname is exactly 28 characters long, csh dies with a segmentation fault. Using Ele