ammar (Ammar Ali)
- Login: ammar
- Email: ammarabuali@gmail.com
- Registered on: 06/17/2009
- Last sign in: 01/15/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/06/2010
-
07:46 AM Ruby Feature #4016: Consider adding Age Unicode property
- =begin
Run Paint Run Run beat me by a few minutes :)
In addition to the syntax possibilities outlined by Run Paint, there is also the possibility of
* \p{age: 5.0} Used by perl, but this is also inconsistent with the current conv...
11/03/2010
-
07:33 AM Ruby Feature #4016: Consider adding Age Unicode property
- =begin
Sorry for the incorrect output, copy paste error on my part. Output should have been:
mini:bin ammar$ ./ruby -v
ruby 1.9.3dev (2010-11-02 trunk 29669) [i386-darwin9.8.0]
mini:bin ammar$ ./ruby -e 'p /\p{age=5.2}/'
-e:1... -
07:25 AM Ruby Feature #4016 (Closed): Consider adding Age Unicode property
- =begin
Please consider adding the Age Unicode property to Oniguruma. This property is useful when it is necessary to determine availability of code points in a given text against a given Unicode version. Latest info: http://unicode.org/...
01/06/2010
-
07:25 AM Ruby Feature #1082: add Object#singleton_class method
- =begin
Suggesting new terms might be completely unwelcome, but...
The distinction between a "regular" class and a singleton/eigen/whatever class appears similar to the distinction between phonetic and phonemic in phonology. Some s...
12/02/2009
-
07:40 AM Ruby Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- =begin
Hi Suraj,
Perhaps I wishfully believed your patch to be the needed solution, but what I'm seeing is definitely occurring when pthread_main_np() == 0.
With 1.9.1-p243 I was seeing random problems that seemed stack relate...
11/30/2009
-
12:33 PM Ruby Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- =begin
Encountered this problem while embedding Ruby in a pthread'ed plug-in. I applied the patch against r25604 but unfortunately it did not solve the problem. When pthread_main_np() == 0 it crashes. When pthread_main_np() != 0 it work...