ganado / redtamarin

Automatically exported from code.google.com/p/redtamarin
Other
2 stars 0 forks source link

implement C.limits #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
limits.h

Original issue reported on code.google.com by zwetan on 25 Nov 2013 at 4:38

GoogleCodeExporter commented 9 years ago
will be partially supported

We support things like NAME_MAX (Maximum number of bytes in a filename) because 
it can influence how you work with the file system etc.

But we will not support things like CHARCLASS_NAME_MAX (Maximum number of bytes 
in a character class name) as in AVM2/AS3 we roll with different rules.

Original comment by zwetan on 17 Jan 2014 at 8:34

GoogleCodeExporter commented 9 years ago
structure is in place, need to do the implementation

Original comment by zwetan on 17 Jan 2014 at 8:35