cremno
|
39b6a9dafc
|
define macros only if builtins are n/a
|
2016-05-09 16:34:20 +02:00 |
|
cremno
|
30b0100e6c
|
fix VS2010/2012 build
They don't have <inttypes.h>, only <stdint.h>.
|
2016-03-22 11:46:49 +01:00 |
|
Yukihiro "Matz" Matsumoto
|
3c73c315f4
|
Hash: check flags before accessing ifnone; ref #980
|
2016-02-05 10:08:28 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
25e4ec3f37
|
cache UTF8 status for utf8_strlen(); ref #980
|
2016-02-04 23:33:16 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f7afe1d82a
|
change mrb_run related API names; compatibility macros provided
|
2016-01-07 22:36:29 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
725b3ca5a7
|
move KHASH_DECLARE(ht..) to mruby/hash.h; close #3073
|
2016-01-07 12:46:38 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
7c82bfa7fe
|
mruby-sprintf to use mrb_int formatting macros; ref #3076
|
2016-01-07 12:23:17 +09:00 |
|
Kazuho Oku
|
cd131d18a7
|
define MRB_PRI? that map to PRI?NN depending on the size of mrb_int
|
2016-01-06 12:00:56 +09:00 |
|
Kazuho Oku
|
121c6e30aa
|
use _setjmp/_longjmp on other BSD flavors
|
2016-01-01 06:48:53 +09:00 |
|
Kazuho Oku
|
f4bb329c74
|
use _setjmp/_longjmp on OS X
|
2016-01-01 06:24:49 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
3531fe179c
|
GC must scan env from fibers even when it's not yet copied to heap; fix #3063
|
2015-12-31 00:11:37 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
36fabe104b
|
new API function mrb_string_value_len()
|
2015-12-01 16:18:01 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
065966dae4
|
common.h are supposed to be included from other header, so call it with quotes; ref #3032
|
2015-11-28 00:10:38 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
5c405dea3d
|
include changed from by quotes ("") to by brackets (<>); close #3032
|
2015-11-27 17:48:23 +09:00 |
|
Tomoyuki Sahara
|
90b7ec88dc
|
YARD doc for mrb_str_to_cstr.
|
2015-11-24 16:03:58 +09:00 |
|
mimaki
|
22464fe5a0
|
mruby-1.2.0
|
2015-11-17 18:02:30 +09:00 |
|
cremno
|
ad21e5e6d8
|
fix MRB_DISABLE_STDIO typos
|
2015-11-17 00:08:41 +01:00 |
|
Yukihiro "Matz" Matsumoto
|
4440566b95
|
DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014
changes:
* rename DISABLE_STDIO -> MRB_DISABLE_STDIO
* rename ENABLE_DEBUG -> MRB_ENABLE_DEBUG_HOOK
* no more opposite macro definitions (e.g. ENABLE_STDIO, DISABLE_DEBUG).
* rewrite above macro references throughout the code.
* update documents
|
2015-11-17 07:30:34 +09:00 |
|
cremno
|
d109e5b4e1
|
remove ifdef as MRB_FIXNUM_SHIFT is always defined
|
2015-11-06 19:27:39 +01:00 |
|
Yukihiro "Matz" Matsumoto
|
727f2485c9
|
Merge pull request #2999 from sagmor/better-docs
More Docs
|
2015-10-22 07:10:16 +09:00 |
|
Seba Gamboa
|
d4238494eb
|
Tag include/mruby/error.h functions with required mrbgem tag
|
2015-10-21 17:03:43 -03:00 |
|
Seba Gamboa
|
25c8e95365
|
Revert "Mark core gems with mrbgem tag"
This reverts commit 5cdcce8dbd.
|
2015-10-21 14:31:13 -03:00 |
|
Seba Gamboa
|
5cdcce8dbd
|
Mark core gems with mrbgem tag
|
2015-10-20 12:16:47 -03:00 |
|
Seba Gamboa
|
84b70886cd
|
Add block to document mrb_value type
|
2015-10-20 12:16:46 -03:00 |
|
furunkel
|
1c6b1d0155
|
Prefix mrb_gc_state enum members, make color defines private
|
2015-10-20 10:54:47 +02:00 |
|
furunkel
|
2b39d87fe8
|
Remove gc_ prefix of mrb_gc fields
|
2015-10-19 23:00:07 +02:00 |
|
furunkel
|
2f8b0f66bc
|
Move MRB_GC_ARENA_SIZE to gc.h and fix compiler warnings
|
2015-10-19 22:43:09 +02:00 |
|
furunkel
|
3ab2f9371e
|
Clean up GC code
|
2015-10-19 22:29:43 +02:00 |
|
Seba Gamboa
|
ef73ec560e
|
array header cleanup
|
2015-10-08 13:33:38 -03:00 |
|
Seba Gamboa
|
11fb10a21a
|
Merge doc/api/mruby/hash.h.md docs
|
2015-10-08 13:29:57 -03:00 |
|
Seba Gamboa
|
5dfdd53bcc
|
Merge doc/api/mruby/range.h.md docs
|
2015-10-08 13:26:23 -03:00 |
|
Seba Gamboa
|
e441fdaad8
|
Merge doc/api/mruby/value.h.md docs
|
2015-10-08 13:17:31 -03:00 |
|
Seba Gamboa
|
649901b75c
|
Merge doc/api/mruby/string.h.md contents
|
2015-10-08 12:55:28 -03:00 |
|
Seba Gamboa
|
4dc9869700
|
Merge contents from doc/api/mruby/version.h.md
|
2015-10-08 12:45:25 -03:00 |
|
Seba Gamboa
|
a0fe0c40b1
|
Remove old doxygen tags
|
2015-10-08 12:29:10 -03:00 |
|
Seba Gamboa
|
4c8205db1f
|
Merge descriptions from doc/api/mruby/array.h.md
|
2015-09-21 15:13:43 -03:00 |
|
Seba Gamboa
|
88f9770f83
|
document mrb_nil_value
|
2015-09-21 14:50:59 -03:00 |
|
Seba Gamboa
|
0e5b815399
|
Document data header
|
2015-09-21 14:50:04 -03:00 |
|
Seba Gamboa
|
dd925578c6
|
Sort compiler macros around
|
2015-09-21 11:59:39 -03:00 |
|
Seba Gamboa
|
40bf7bde78
|
Sorting documentation grouping
|
2015-09-21 01:48:42 -03:00 |
|
Seba Gamboa
|
c127614638
|
Setting up doxygen groups
|
2015-09-20 21:14:07 -03:00 |
|
Seba Gamboa
|
7505bad677
|
Playing around with some documentations schemes
|
2015-09-18 23:59:29 -03:00 |
|
Yukihiro "Matz" Matsumoto
|
2550edd570
|
remove origin member to implement prepend from struct RClass; ref #2885
instead origin is saved in ICLASS with MRB_FLAG_IS_ORIGIN set.
|
2015-09-05 02:01:02 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
8bb7962eb8
|
Merge branch 'module-prepend' of https://github.com/polyfox/mruby into polyfox-module-prepend
|
2015-09-04 04:01:49 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
7b5f8b0728
|
remove trailing spaces from bc9c47d5
|
2015-09-03 01:39:17 +09:00 |
|
jbreeden
|
5ed13da7d6
|
C++ 11 requires a space between literal and identifiers
|
2015-09-01 18:12:53 -07:00 |
|
Jun Hiroe
|
a2385c05f5
|
Refactor version.h macros
|
2015-09-01 13:54:52 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
1a45447b8b
|
add String#freeze to the core
|
2015-08-27 17:54:30 +09:00 |
|
Corey Powell
|
667f7788db
|
Renamed MRB_FLAG_IS_INSTANCE to MRB_INSTANCE_TT_MASK
|
2015-07-15 07:27:31 -05:00 |
|
Yukihiro "Matz" Matsumoto
|
1085167fef
|
add an small comment description in mruby/error.h header
|
2015-07-15 14:47:15 +09:00 |
|