Re: [fpc-devel] Documentation update

2009-09-15 Thread Michael V. Denisenko
Paul Ishenin wrote: > Can we hope that after all experince you've got during this new compiler > feature development you will not stop and continue with development of > other 'nice to have' fpc features? For example discussed in 'Request for > student project ideas' topic in the lazarus mail list?

Re: [fpc-devel] Documentation update

2009-09-15 Thread Michael V. Denisenko
I'll send the description during the day; there are some specific cases which deserve to be documented =) ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re[2]: [fpc-devel] Documentation update

2009-09-15 Thread Michael V. Denisenko
I've just finished development of case-of-string (http://bugs.freepascal.org/view.php?id=13700) which slightly modifies case-statement syntax: now it understands either ordinal type expressions or constant string type expressions. For me, these modifications should be included into documentation.

[fpc-devel] Documentation update

2009-09-15 Thread Michael V. Denisenko
Trying to update case-statement syntax documentation I didn't understand how to do it. Please help. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] String cases development

2009-09-14 Thread Michael V. Denisenko
Hello everyone, is it possible to check my patch series? Bugtracker link: http://bugs.freepascal.org/view.php?id=13700 ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] String cases development

2009-06-03 Thread Michael V. Denisenko
Hello everyone, is it possible to review my patch series which can be seen here: http://bugs.freepascal.org/view.php?id=13700 ? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] String cases development

2009-05-22 Thread Michael V. Denisenko
Hello everyone, just one question: can anyone monitor my patches: "Case of string"? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] String cases development

2009-05-05 Thread Michael V. Denisenko
A question appeared when I tried to find a method of generating case-expression just once, not for every comparison. Is it optimal to try to add for every case-structure (and do...while, by the way) a temporary variable where we may hold the value of case-expression? mailto:mik...@mail.ru ___

Re[2]: [fpc-devel] String cases development

2009-05-02 Thread Michael V. Denisenko
Здравствуйте, Jonas. Вы писали 24 апреля 2009 г., 22:30:55: > On 24 Apr 2009, at 13:24, Michael V. Denisenko wrote: >> I have a question about adding error messages to msgtxt.inc. >> As I've understood, there's an array of strings each 240 symbs long. >> So shal

Re: [fpc-devel] String cases development

2009-04-24 Thread Michael V. Denisenko
I have a question about adding error messages to msgtxt.inc. As I've understood, there's an array of strings each 240 symbs long. So shall I add a string 240 characters long only, or there's another way? ___ fpc-devel maillist - fpc-devel@lists.freepas