mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #2938 from Mav7/master
Added version.h.md and re.h.md
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#### Macros
|
||||
### REGEXP_CLASS
|
||||
A string with the name of the REGEXP class.
|
||||
@@ -0,0 +1,33 @@
|
||||
#### Macros
|
||||
### MRUBY_RUBY_VERSION
|
||||
The version of Ruby used by mruby.
|
||||
### MRUBY_RUBY_ENGINE
|
||||
Ruby engine.
|
||||
### MRUBY_VERSION
|
||||
The mruby version.
|
||||
### MRUBY_RELEASE_MAJOR
|
||||
Major release version.
|
||||
### MRUBY_RELEASE_MINOR
|
||||
Minor release version.
|
||||
### MRUBY_RELEASE_NO
|
||||
Release number.
|
||||
### MRUBY_RELEASE_DATE
|
||||
Release date as a string.
|
||||
### MRUBY_RELEASE_YEAR
|
||||
Release year.
|
||||
### MRUBY_RELEASE_MONTH
|
||||
Release month.
|
||||
### MRUBY_RELEASE_DAY
|
||||
Release day.
|
||||
### MRUBY_BIRTH_YEAR
|
||||
The year mruby was first created.
|
||||
### MRUBY_AUTHOR
|
||||
Mruby's authors.
|
||||
### MRB_STRINGIZE0(expr)
|
||||
A passed in expression.
|
||||
### MRB_STRINGIZE(expr)
|
||||
Passes in an expression to MRB_STRINGIZE0.
|
||||
### MRUBY_DESCRIPTION
|
||||
mruby's version, and release date.
|
||||
### MRUBY_COPYRIGHT
|
||||
mruby's copyright information.
|
||||
Reference in New Issue
Block a user