Re: [E-devel] e16 : file.c

2004-09-07 Thread Kim Woelders
Vadik Mironov wrote: þÅÔ×ÅÒÇ 02 óÅÎÔÑÂÒØ 2004 22:41, Kim Woelders ÎÁÐÉÓÁÌ: 1. The allocation on the stack around 16 kilobytes is not a god idea, because stack was invented for function calls and recursion , but not for storing data. And this could theoretically lead to a problem in general

Re: [E-devel] e16 : file.c

2004-09-07 Thread Vadik Mironov
Четверг 02 Сентябрь 2004 22:41, Kim Woelders написал: > > 1. The allocation on the stack around 16 kilobytes is not a god idea, > > because stack was invented for function calls and recursion , but not for > > storing data. And this could theoretically lead to a problem in general > > case, if

Re: [E-devel] e16 : file.c

2004-09-02 Thread Kim Woelders
Vadik Mironov wrote: óÒÅÄÁ 01 óÅÎÔÑÂÒØ 2004 20:32, Kim Woelders ÎÁÐÉÓÁÌ: Vadik Mironov wrote: Good day, everybody ! These two patches replace broken getword function in file.c with the not broken one (I hope). Also i made small warkaround about one bug, and i submit another patch later, but i need

Re: [E-devel] e16 : file.c

2004-09-02 Thread Vadik Mironov
Среда 01 Сентябрь 2004 20:32, Kim Woelders написал: > Vadik Mironov wrote: > > Good day, everybody ! > > > > These two patches replace broken getword function in file.c with the > > not broken one (I hope). Also i made small warkaround about one bug, > > and i submit another patch later, but i need

Re: [E-devel] e16 : file.c

2004-09-01 Thread Kim Woelders
Vadik Mironov wrote: Good day, everybody ! These two patches replace broken getword function in file.c with the not broken one (I hope). Also i made small warkaround about one bug, and i submit another patch later, but i need this function, so it will be really cool, if somebody merge these patches

Re: [E-devel] e16 : file.c

2004-09-01 Thread Vadik Mironov
Среда 01 Сентябрь 2004 19:01, Michael Jennings написал: > On Wednesday, 01 September 2004, at 12:14:40 (+0400), > > Vadik Mironov wrote: > > These two patches replace broken getword function in file.c with the > > not broken one (I hope). Also i made small warkaround about one bug, > > and i submit

Re: [E-devel] e16 : file.c

2004-09-01 Thread Michael Jennings
On Wednesday, 01 September 2004, at 12:14:40 (+0400), Vadik Mironov wrote: > These two patches replace broken getword function in file.c with the > not broken one (I hope). Also i made small warkaround about one bug, > and i submit another patch later, but i need this function, so it > will be rea

[E-devel] e16 : file.c

2004-09-01 Thread Vadik Mironov
Good day, everybody ! These two patches replace broken getword function in file.c with the not broken one (I hope). Also i made small warkaround about one bug, and i submit another patch later, but i need this function, so it will be really cool, if somebody merge these patches to the CVS. Than