* Latest CVS speakup and 2.6.14.2
@ Garrett Klein
` Garry Turkington
0 siblings, 1 reply; 8+ messages in thread
From: Garrett Klein @ UTC (permalink / raw)
To: speakup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hello,
I am getting the following errors when trying to compile a 2.6.14.2 kernel with the latest CVS speakup. Belo are the last 15 lines of output (unfortunately, this includes the command prompt).
drivers/char/speakup/speakup.c: At top level:
drivers/char/speakup/speakup.c:2234: error: conflicting types for 'get_index_count'
drivers/char/speakup/speakup.c:1985: error: previous implicit declaration of 'get_index_count' was here
drivers/char/speakup/speakup.c: In function `cursor_done':
drivers/char/speakup/speakup.c:2242: warning: unused variable `indcount'
drivers/char/speakup/speakup.c:2242: warning: unused variable `sentcount'
drivers/char/speakup/speakup.c:2242: warning: unused variable `rv'
drivers/char/speakup/speakup.c: In function `speakup_key':
drivers/char/speakup/speakup.c:2673: warning: ISO C90 forbids mixed declarations and code
make[3]: *** [drivers/char/speakup/speakup.o] Error 1
make[2]: *** [drivers/char/speakup] Error 2
make[1]: *** [drivers/char] Error 2
make: *** [drivers] Error 2
root@garrettk17:/usr/src/linux#
Script done on Fri 25 Nov 2005 04:50:11 PM EST
Kirk, if you need more info like my .config or the entire transcript then you can email me off-list at kleins@iquest.net. Apparently, Igor got this same kernel version to compile just fine.
Another probably irrelivant fact about my problem is that it occurs with and without including my custom speakup driver for the echo synthesizer. Though it doesn't matter, since the error is in speakup.c...
Anyway, any help, suggestions, success stories with this kernel to show me that things aren't totally broken, ETC. would be appreciated.
Garrett
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iQIVAwUBQ4iwHfQ3GgYHRr/HAQprYQ/+KXxUNNoUVZnqSv1fCQZqDFClptsELz+W
XjKNa3mea0yZwlKexcvyyYq5abVIr/BC69BOerBhsZDX3gyQpsjRQjN1u42kHl3y
fmi3eoe8tO4Ge6mB1/QAnjD/cbK/Cm36DjNMM6duTji9zlsxDJJMx++6kfxVcD72
tdyXA0F3RmITLufWWVE5obcKXDJz1lDmmHX6JvBKqBSY39wYgU6vnYaQ4OMFJKLZ
18Fi7ctjkBEQTjaX+XdxKuWgud8kS+zIAya7hd3Zn0FNm7P1trP7HhWKmBrFg+Ha
1Igmmn5hZN6iCd6nQbOJFUpFhuMJrRXH/9KToin3MRhGPn1y0S1l7WESZNTHp+ah
NthQLbBlWqTDI8rwJzdmoxmt7fwL8JOhCCO6MryEN5vfMAybx11uDAOBuXFKPfgo
Epfq8scoqksjymW24nkzNhSqDEbeT/7IPqHa89PjXtkjkILqXHFZT29aL2dV5Irp
RtdO77FoNDFA9RclfDwa2Sm8DZYQ6aMzlCeVjnbbkU0bWTwg2WSCdJWf6EZJIKb3
5xk2dd2u0iKeM4Nx0DVDgGVZOvD7aLWTcf2yxp9wMp0av/MxLxKTr+8TfJV7o4gy
t6Ua4pyyI925OqKBcM+qzm7WtbfYnVI1hS6AJEZ1xyCNe74LeLIWhLCUVxfueYXr
vWIZZqpvOoc=
=I6+2
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Latest CVS speakup and 2.6.14.2
Latest CVS speakup and 2.6.14.2 Garrett Klein
@ ` Garry Turkington
` Sina Bahram
` Garrett Klein
0 siblings, 2 replies; 8+ messages in thread
From: Garry Turkington @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi,
Bet you're using gcc v 3.x.y? Some of the recent changes to Speakup only
compile cleanly on gcc 4.x.y systems. The error about mixed declarations
is the give-away, gcc 3 doesn't allow variable declarations except at the
start of code blocks.
I made the file gcc 3.x.y friendly and planned to email it to Michael but
I'm getting Dectalk driver crashes on boot and I haven't had time to debug
as yet.
Regards,
Garry
--
Garry Turkington
garry.turkington@gmail.com
On Sat, 26 Nov 2005, Garrett Klein wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> Hello,
>
> I am getting the following errors when trying to compile a 2.6.14.2 kernel with the latest CVS speakup. Belo are the last 15 lines of output (unfortunately, this includes the command prompt).
>
>
> drivers/char/speakup/speakup.c: At top level:
> drivers/char/speakup/speakup.c:2234: error: conflicting types for 'get_index_count'
> drivers/char/speakup/speakup.c:1985: error: previous implicit declaration of 'get_index_count' was here
> drivers/char/speakup/speakup.c: In function `cursor_done':
> drivers/char/speakup/speakup.c:2242: warning: unused variable `indcount'
> drivers/char/speakup/speakup.c:2242: warning: unused variable `sentcount'
> drivers/char/speakup/speakup.c:2242: warning: unused variable `rv'
> drivers/char/speakup/speakup.c: In function `speakup_key':
> drivers/char/speakup/speakup.c:2673: warning: ISO C90 forbids mixed declarations and code
> make[3]: *** [drivers/char/speakup/speakup.o] Error 1
> make[2]: *** [drivers/char/speakup] Error 2
> make[1]: *** [drivers/char] Error 2
> make: *** [drivers] Error 2
> root@garrettk17:/usr/src/linux#
> Script done on Fri 25 Nov 2005 04:50:11 PM EST
> Kirk, if you need more info like my .config or the entire transcript then you can email me off-list at kleins@iquest.net. Apparently, Igor got this same kernel version to compile just fine.
>
> Another probably irrelivant fact about my problem is that it occurs with and without including my custom speakup driver for the echo synthesizer. Though it doesn't matter, since the error is in speakup.c...
>
> Anyway, any help, suggestions, success stories with this kernel to show me that things aren't totally broken, ETC. would be appreciated.
>
> Garrett
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.1 (GNU/Linux)
>
> iQIVAwUBQ4iwHfQ3GgYHRr/HAQprYQ/+KXxUNNoUVZnqSv1fCQZqDFClptsELz+W
> XjKNa3mea0yZwlKexcvyyYq5abVIr/BC69BOerBhsZDX3gyQpsjRQjN1u42kHl3y
> fmi3eoe8tO4Ge6mB1/QAnjD/cbK/Cm36DjNMM6duTji9zlsxDJJMx++6kfxVcD72
> tdyXA0F3RmITLufWWVE5obcKXDJz1lDmmHX6JvBKqBSY39wYgU6vnYaQ4OMFJKLZ
> 18Fi7ctjkBEQTjaX+XdxKuWgud8kS+zIAya7hd3Zn0FNm7P1trP7HhWKmBrFg+Ha
> 1Igmmn5hZN6iCd6nQbOJFUpFhuMJrRXH/9KToin3MRhGPn1y0S1l7WESZNTHp+ah
> NthQLbBlWqTDI8rwJzdmoxmt7fwL8JOhCCO6MryEN5vfMAybx11uDAOBuXFKPfgo
> Epfq8scoqksjymW24nkzNhSqDEbeT/7IPqHa89PjXtkjkILqXHFZT29aL2dV5Irp
> RtdO77FoNDFA9RclfDwa2Sm8DZYQ6aMzlCeVjnbbkU0bWTwg2WSCdJWf6EZJIKb3
> 5xk2dd2u0iKeM4Nx0DVDgGVZOvD7aLWTcf2yxp9wMp0av/MxLxKTr+8TfJV7o4gy
> t6Ua4pyyI925OqKBcM+qzm7WtbfYnVI1hS6AJEZ1xyCNe74LeLIWhLCUVxfueYXr
> vWIZZqpvOoc=
> =I6+2
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 8+ messages in thread* RE: Latest CVS speakup and 2.6.14.2
` Garry Turkington
@ ` Sina Bahram
` Garrett Klein
1 sibling, 0 replies; 8+ messages in thread
From: Sina Bahram @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.'
I have had no problems with gcc 3.y allowing variable declarations in the
middle of code blocks.
You simply have to specify -std=c99
If it's c89 that you're using, the gcc 4.x shouldn't allow this either, as
it is not in the standard.
Take care,
Sina
-----Original Message-----
From: speakup-bounces@braille.uwo.ca [mailto:speakup-bounces@braille.uwo.ca]
On Behalf Of Garry Turkington
Sent: Sunday, November 27, 2005 12:59 PM
To: Speakup is a screen review system for Linux.
Subject: Re: Latest CVS speakup and 2.6.14.2
Hi,
Bet you're using gcc v 3.x.y? Some of the recent changes to Speakup only
compile cleanly on gcc 4.x.y systems. The error about mixed declarations is
the give-away, gcc 3 doesn't allow variable declarations except at the start
of code blocks.
I made the file gcc 3.x.y friendly and planned to email it to Michael but
I'm getting Dectalk driver crashes on boot and I haven't had time to debug
as yet.
Regards,
Garry
--
Garry Turkington
garry.turkington@gmail.com
On Sat, 26 Nov 2005, Garrett Klein wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> Hello,
>
> I am getting the following errors when trying to compile a 2.6.14.2
kernel with the latest CVS speakup. Belo are the last 15 lines of output
(unfortunately, this includes the command prompt).
>
>
> drivers/char/speakup/speakup.c: At top level:
> drivers/char/speakup/speakup.c:2234: error: conflicting types for
'get_index_count'
> drivers/char/speakup/speakup.c:1985: error: previous implicit
> declaration of 'get_index_count' was here
> drivers/char/speakup/speakup.c: In function `cursor_done':
> drivers/char/speakup/speakup.c:2242: warning: unused variable `indcount'
> drivers/char/speakup/speakup.c:2242: warning: unused variable `sentcount'
> drivers/char/speakup/speakup.c:2242: warning: unused variable `rv'
> drivers/char/speakup/speakup.c: In function `speakup_key':
> drivers/char/speakup/speakup.c:2673: warning: ISO C90 forbids mixed
> declarations and code
> make[3]: *** [drivers/char/speakup/speakup.o] Error 1
> make[2]: *** [drivers/char/speakup] Error 2
> make[1]: *** [drivers/char] Error 2
> make: *** [drivers] Error 2
> root@garrettk17:/usr/src/linux#
> Script done on Fri 25 Nov 2005 04:50:11 PM EST Kirk, if you need more
> info like my .config or the entire transcript then you can email me
off-list at kleins@iquest.net. Apparently, Igor got this same kernel version
to compile just fine.
>
> Another probably irrelivant fact about my problem is that it occurs
with and without including my custom speakup driver for the echo
synthesizer. Though it doesn't matter, since the error is in speakup.c...
>
> Anyway, any help, suggestions, success stories with this kernel to
show me that things aren't totally broken, ETC. would be appreciated.
>
> Garrett
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.1 (GNU/Linux)
>
> iQIVAwUBQ4iwHfQ3GgYHRr/HAQprYQ/+KXxUNNoUVZnqSv1fCQZqDFClptsELz+W
> XjKNa3mea0yZwlKexcvyyYq5abVIr/BC69BOerBhsZDX3gyQpsjRQjN1u42kHl3y
> fmi3eoe8tO4Ge6mB1/QAnjD/cbK/Cm36DjNMM6duTji9zlsxDJJMx++6kfxVcD72
> tdyXA0F3RmITLufWWVE5obcKXDJz1lDmmHX6JvBKqBSY39wYgU6vnYaQ4OMFJKLZ
> 18Fi7ctjkBEQTjaX+XdxKuWgud8kS+zIAya7hd3Zn0FNm7P1trP7HhWKmBrFg+Ha
> 1Igmmn5hZN6iCd6nQbOJFUpFhuMJrRXH/9KToin3MRhGPn1y0S1l7WESZNTHp+ah
> NthQLbBlWqTDI8rwJzdmoxmt7fwL8JOhCCO6MryEN5vfMAybx11uDAOBuXFKPfgo
> Epfq8scoqksjymW24nkzNhSqDEbeT/7IPqHa89PjXtkjkILqXHFZT29aL2dV5Irp
> RtdO77FoNDFA9RclfDwa2Sm8DZYQ6aMzlCeVjnbbkU0bWTwg2WSCdJWf6EZJIKb3
> 5xk2dd2u0iKeM4Nx0DVDgGVZOvD7aLWTcf2yxp9wMp0av/MxLxKTr+8TfJV7o4gy
> t6Ua4pyyI925OqKBcM+qzm7WtbfYnVI1hS6AJEZ1xyCNe74LeLIWhLCUVxfueYXr
> vWIZZqpvOoc=
> =I6+2
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Latest CVS speakup and 2.6.14.2
` Garry Turkington
` Sina Bahram
@ ` Garrett Klein
` Luke Yelavich
1 sibling, 1 reply; 8+ messages in thread
From: Garrett Klein @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Wow, changes made for gcc-4? Wow. Okay, gcc 4 is from the deepest rings of hell, so if I install it it's definitely going to be either in its own directory or have a program-suffix on the end of all related binaries. I'm using gcc-3.4.4.
Hasw gcc 4 gotten any better?
Garrett
On Sun, Nov 27, 2005 at 12:58:55PM -0500, Garry Turkington wrote:
> Hi,
>
> Bet you're using gcc v 3.x.y? Some of the recent changes to Speakup only
> compile cleanly on gcc 4.x.y systems. The error about mixed declarations
> is the give-away, gcc 3 doesn't allow variable declarations except at the
> start of code blocks.
>
> I made the file gcc 3.x.y friendly and planned to email it to Michael but
> I'm getting Dectalk driver crashes on boot and I haven't had time to debug
> as yet.
>
> Regards,
> Garry
>
> --
> Garry Turkington
> garry.turkington@gmail.com
>
> On Sat, 26 Nov 2005, Garrett Klein wrote:
>
> >-----BEGIN PGP SIGNED MESSAGE-----
> >Hash: SHA512
> >
> >Hello,
> >
> > I am getting the following errors when trying to compile a 2.6.14.2
> > kernel with the latest CVS speakup. Belo are the last 15 lines of
> > output (unfortunately, this includes the command prompt).
> >
> >
> >drivers/char/speakup/speakup.c: At top level:
> >drivers/char/speakup/speakup.c:2234: error: conflicting types for
> >'get_index_count'
> >drivers/char/speakup/speakup.c:1985: error: previous implicit declaration
> >of 'get_index_count' was here
> >drivers/char/speakup/speakup.c: In function `cursor_done':
> >drivers/char/speakup/speakup.c:2242: warning: unused variable `indcount'
> >drivers/char/speakup/speakup.c:2242: warning: unused variable `sentcount'
> >drivers/char/speakup/speakup.c:2242: warning: unused variable `rv'
> >drivers/char/speakup/speakup.c: In function `speakup_key':
> >drivers/char/speakup/speakup.c:2673: warning: ISO C90 forbids mixed
> >declarations and code
> >make[3]: *** [drivers/char/speakup/speakup.o] Error 1
> >make[2]: *** [drivers/char/speakup] Error 2
> >make[1]: *** [drivers/char] Error 2
> >make: *** [drivers] Error 2
> >root@garrettk17:/usr/src/linux#
> >Script done on Fri 25 Nov 2005 04:50:11 PM EST
> >Kirk, if you need more info like my .config or the entire transcript then
> >you can email me off-list at kleins@iquest.net. Apparently, Igor got this
> >same kernel version to compile just fine.
> >
> > Another probably irrelivant fact about my problem is that it occurs
> > with and without including my custom speakup driver for the echo
> > synthesizer. Though it doesn't matter, since the error is in
> > speakup.c...
> >
> > Anyway, any help, suggestions, success stories with this kernel to
> > show me that things aren't totally broken, ETC. would be appreciated.
> >
> >Garrett
> >-----BEGIN PGP SIGNATURE-----
> >Version: GnuPG v1.4.1 (GNU/Linux)
> >
> >iQIVAwUBQ4iwHfQ3GgYHRr/HAQprYQ/+KXxUNNoUVZnqSv1fCQZqDFClptsELz+W
> >XjKNa3mea0yZwlKexcvyyYq5abVIr/BC69BOerBhsZDX3gyQpsjRQjN1u42kHl3y
> >fmi3eoe8tO4Ge6mB1/QAnjD/cbK/Cm36DjNMM6duTji9zlsxDJJMx++6kfxVcD72
> >tdyXA0F3RmITLufWWVE5obcKXDJz1lDmmHX6JvBKqBSY39wYgU6vnYaQ4OMFJKLZ
> >18Fi7ctjkBEQTjaX+XdxKuWgud8kS+zIAya7hd3Zn0FNm7P1trP7HhWKmBrFg+Ha
> >1Igmmn5hZN6iCd6nQbOJFUpFhuMJrRXH/9KToin3MRhGPn1y0S1l7WESZNTHp+ah
> >NthQLbBlWqTDI8rwJzdmoxmt7fwL8JOhCCO6MryEN5vfMAybx11uDAOBuXFKPfgo
> >Epfq8scoqksjymW24nkzNhSqDEbeT/7IPqHa89PjXtkjkILqXHFZT29aL2dV5Irp
> >RtdO77FoNDFA9RclfDwa2Sm8DZYQ6aMzlCeVjnbbkU0bWTwg2WSCdJWf6EZJIKb3
> >5xk2dd2u0iKeM4Nx0DVDgGVZOvD7aLWTcf2yxp9wMp0av/MxLxKTr+8TfJV7o4gy
> >t6Ua4pyyI925OqKBcM+qzm7WtbfYnVI1hS6AJEZ1xyCNe74LeLIWhLCUVxfueYXr
> >vWIZZqpvOoc=
> >=I6+2
> >-----END PGP SIGNATURE-----
> >
> >_______________________________________________
> >Speakup mailing list
> >Speakup@braille.uwo.ca
> >http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iQIVAwUBQ4n+s/Q3GgYHRr/HAQpgfRAAjA/LPOoBsJRvqoSUjF/OJFCY5c8RNWuU
0ymSs7G3fPw10NOQvXY9zBGLWJBRvW6jILQSQZ4duughGxYdGB2QMNs9CfrC9V2G
p4IxlxZ9udsMDXSwXQREv/DEgketDmN74v2dTNmOhT8S70LETY5vqu+Fk8AFx9vw
nGhjASfvXrx9F5+ECp9AW/q/tIKZN3KYHSKCy2oHcw8Jr84mt9gPoTYvnAgVMjGD
Bj3YrNWX3DLeo+auVxtWVJIyGOFrgiVRmZft5Kj//W/jOKaxlJbc19ikSyDqFbGP
6exArB9BIR+E7Hpw2NDDKuLxkTyaqgwJaiKZuNXBIbBL0X1xfgu73mF3uwNiybcp
azsYjyIUGYRdcp9OndicJuYpMNroUiawXt4eI1TmF4sdbDD4UDNtH6+xyIkx8WAs
is+wVMydCBsRvXDHW39pOVEog693C09nicxrx/X2OwtrRGDcB+G/e7gLTX8kY52m
IZojRQyO8bhMnttdwnRUwhhROKxLDK9QnR+y+GD5dkEFNePWOpTRpFUTxCS2jfKy
7O3qv+ZBX9tw15dRp+MXpWoQ8CUYs7jUg4BGNsBevZi4Q4i36sgZnI+VmzgKwlbN
GBZuccMZh5iuVK2s0y/Mk7Hd9Zc3VKUaDQ8VIXfGSiH3ByaJNQu32jMfP+2zLBnN
b4sVvs/w33U=
=ViuQ
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Latest CVS speakup and 2.6.14.2
` Garrett Klein
@ ` Luke Yelavich
0 siblings, 0 replies; 8+ messages in thread
From: Luke Yelavich @ UTC (permalink / raw)
To: speakup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Mon, Nov 28, 2005 at 05:45:07AM EST, Garrett Klein wrote:
> Wow, changes made for gcc-4? Wow. Okay, gcc 4 is from the deepest rings of hell, so if I install it it's definitely going to be either in its own directory or have a program-suffix on the end of all related binaries. I'm using gcc-3.4.4.
I just built a 2.6.15-rc2 kernel yesterday with Speakup included, which
I am pretty sure used gcc 3.4.
- --
Luke Yelavich
GPG key: 0xD06320CE
(http://www.themuso.com/themuso-gpg-key.txt)
Email & MSN: themuso@themuso.com
ICQ: 18444344
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDihNUjVefwtBjIM4RAm9PAJ0bQSyCNpRhsS/jw6+glHfu59bfLACfbUcn
8qSo6un0BJj70/3EecJ+u8g=
=yOKz
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Latest CVS speakup and 2.6.14.2
@ MICHAEL MCDONALD
0 siblings, 0 replies; 8+ messages in thread
From: MICHAEL MCDONALD @ UTC (permalink / raw)
To: speakup
Yeah, sorry about the problems. I've been using gcc 4.x.x, so that is
how the problem was introduced. Garry is working on a patch for the
problem, so I can get it working for earlier gcc versions again...
Michael
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Latest CVS speakup and 2.6.14.2
@ MICHAEL MCDONALD
` Garry Turkington
0 siblings, 1 reply; 8+ messages in thread
From: MICHAEL MCDONALD @ UTC (permalink / raw)
To: speakup
I just checked in some changes that may fix your problem compiling
speakup. Let me know how it works. Also you may have some problems
with your custom echo driver, because the spk_synth struct has been
updated. You will need to add a
NULL, NULL, {NULL,0,0,0}
to the end of the structure. You can see examples in some of the other
drivers...
Michael McDonald
APH
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Latest CVS speakup and 2.6.14.2
MICHAEL MCDONALD
@ ` Garry Turkington
0 siblings, 0 replies; 8+ messages in thread
From: Garry Turkington @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi Michael,
The latest Speakup from CVS does indeed build cleanly on my gcc 3.4.4
which is a good thing, thanks.
However, I'm still getting what appears to be the Dectalk Express driver
dying when I reboot into the newly built kernel. This is the same
behaviour I'd seen when I had changed the code to be gcc 3 friendly and
also when I built with gcc 4 on this machine. This is a CentOS 4.2
install on a VIA Eden platform.
Will experiment further...
Regards,
Garry
--
Garry Turkington
garry.turkington@gmail.com
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Latest CVS speakup and 2.6.14.2 Garrett Klein
` Garry Turkington
` Sina Bahram
` Garrett Klein
` Luke Yelavich
MICHAEL MCDONALD
MICHAEL MCDONALD
` Garry Turkington
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).