FUKUZAWA-Tadashi
41698100ad
remove disused check code
2013-03-17 21:27:38 +09:00
FUKUZAWA-Tadashi
aec3e1c4ff
refactor heredoc identifier
2013-03-17 21:27:38 +09:00
FUKUZAWA-Tadashi
49413a312f
Could you add me to AUTHORS?
2013-03-17 21:27:38 +09:00
FUKUZAWA-Tadashi
44fbfc5184
implement literal %W %w %s
...
refactor string parsing
2013-03-17 21:27:37 +09:00
Yukihiro "Matz" Matsumoto
7872bee700
Merge pull request #1024 from crimsonwoods/remove_bitshifted_constants_larger_than_16bit
...
remove bit-shift operation.
2013-03-17 05:15:40 -07:00
Kurebayashi, Takahiro
83ddef6880
remove bit-shift operation.
2013-03-17 17:44:18 +09:00
Masaki Muranaka
ca3fd5d0d4
Remove memmove(). Use value_move() instead.
...
value_move() is type-safer than memmove().
And may be faster on some targets.
(If it makes slow on your target,
rewrite to call memset(s1, s2, sizeof(mrb_value)*n)
in value_move().)
2013-03-17 17:25:44 +09:00
Masaki Muranaka
11ed7a6128
Fix a warning happens on MRB_INT64 enabled.
2013-03-17 03:24:19 +09:00
Masaki Muranaka
9be437c6d5
Add a new function mrb_flo_to_str(). Use it instead of sprintf() as possible.
2013-03-17 02:31:40 +09:00
Masaki Muranaka
fd69e271bb
Add float.h. It exists even if the environment was freestanding. It has been supported since C89.
2013-03-17 02:31:40 +09:00
Yukihiro "Matz" Matsumoto
526f4bf640
Merge pull request #1018 from bovi/arduino-due
...
Compile Support for Arduino Due
2013-03-16 08:30:00 -07:00
Yukihiro Matz Matsumoto
8ae0c58bb0
resolve conflict from #1017
2013-03-17 00:28:49 +09:00
Yukihiro Matz Matsumoto
3f85079cc0
refine abf1b18 to remove nested if
2013-03-17 00:22:36 +09:00
Yukihiro "Matz" Matsumoto
5f2e9e45df
Merge pull request #1016 from monaka/pr-reduce-string.h-20130316
...
Reduce string.h.
2013-03-16 08:20:36 -07:00
Yukihiro "Matz" Matsumoto
d2c5dff657
Merge pull request #1015 from monaka/pr-khash-cleanup-20130316
...
khash cleanup.
2013-03-16 08:19:02 -07:00
Daniel Bovensiepen
4e1c54ea7c
Add Build Example for Arduino Due
2013-03-16 14:06:50 +00:00
Masaki Muranaka
4ad08caca0
Remove stdio.h as it is included in mrbconf.h.
2013-03-16 21:39:52 +09:00
Masaki Muranaka
3aa3b4af90
Remove stdlib.h from mruby.h. It is for portability (care for freestanding environments).
...
This is a first step. It will be reduced stdlib.h in each files later.
2013-03-16 21:29:39 +09:00
Masaki Muranaka
6ba298ed54
Remove unnecessory stdint.h.
2013-03-16 21:06:32 +09:00
Masaki Muranaka
715270bec5
Include mruby.h. As KHASH_DEFAULT_SIZE might be defined in mrbconf.h.
2013-03-16 21:06:03 +09:00
Masaki Muranaka
a11e7f3c30
Remove unused string.h.
2013-03-16 18:08:18 +09:00
Masaki Muranaka
abf1b188e3
Remove strncmp(). It enables to process various options.
2013-03-16 18:07:33 +09:00
Masaki Muranaka
7de2deab1e
Remove string.h in khash.h
2013-03-16 17:48:30 +09:00
Masaki Muranaka
1bb447a7d3
Avoid to call memset(). Use the new function kh_fill_flags() instead. This is for compatibility.
2013-03-16 17:00:44 +09:00
Masaki Muranaka
591dbbf13f
Change the place of the close parenthesis. Even though it probably cause no bugs for current code.
2013-03-16 16:58:14 +09:00
Yukihiro "Matz" Matsumoto
2e937a5bba
Merge pull request #1014 from takkaw/display_bo_info_in_mirb
...
display BasicObject information in mirb
2013-03-15 19:38:26 -07:00
Yukihiro "Matz" Matsumoto
26926a1d52
Merge pull request #1013 from takkaw/fix_bo_missing
...
fix segmentation fault in BasicObject#inspect
2013-03-15 09:12:05 -07:00
takkaw
839d801c7a
display BasicObject information in mirb
2013-03-16 00:16:35 +09:00
takkaw
5aafbca0e4
fix segmentation fault in BasicObject#inspect
2013-03-16 00:16:34 +09:00
Yukihiro "Matz" Matsumoto
618d7339f1
Merge pull request #1010 from monaka/pr-remove-meaningless-bitfields-in-irep
...
Remove bit-fields. They doesn't reduce memory on major environments.
2013-03-15 07:25:09 -07:00
Yukihiro Matz Matsumoto
8d98b84543
removed compatibility macros mrb_ary_new_elts() and mrb_ary_new4()
2013-03-15 23:23:45 +09:00
Yukihiro Matz Matsumoto
88483fad00
rename mrb_basic to mrb_basic_ptr; close #1011
2013-03-15 23:21:13 +09:00
Yukihiro Matz Matsumoto
243669308d
obsolete mrb_object; opposite of bc870ce
2013-03-15 23:16:20 +09:00
Yukihiro "Matz" Matsumoto
c5db1397ee
Merge pull request #1009 from skandhas/pr-add-mrb-array-ext
...
add mrbgem: mruby-array-ext
2013-03-15 05:19:06 -07:00
Masaki Muranaka
5f992f8712
Remove bit-fields. They doesn't reduce memory on major environments.
2013-03-15 15:56:23 +09:00
skandhas
e6ab9237cc
rename method
2013-03-15 11:41:49 +08:00
skandhas
59d33146e5
update build_config.rb
2013-03-15 11:29:48 +08:00
skandhas
6c284ec31f
add mrbgem: mrb-array-ext
2013-03-15 11:28:01 +08:00
Yukihiro Matz Matsumoto
75dd4a5aed
resolve conflict
2013-03-15 00:21:22 +09:00
Yukihiro "Matz" Matsumoto
2ff330ee0e
Merge pull request #1007 from kano4/pr-add-break
...
Add break to default case in switch statement
2013-03-14 08:17:30 -07:00
Yukihiro "Matz" Matsumoto
ad11d3144e
Merge pull request #975 from crimsonwoods/modify_build_script
...
Improve Android platform support.
2013-03-14 08:15:40 -07:00
crimsonwoods
d2f74c7c46
bug fix: fix wrong method name.
2013-03-14 23:54:50 +09:00
crimsonwoods
ef23ae4e41
support 'Cygwin' as build platform.
2013-03-14 23:51:44 +09:00
kano4
22756f45be
Fix indentation in symbol.c
2013-03-14 23:47:31 +09:00
crimsonwoods
bb63eb04d0
bug fix: fix "--sysroot" option and host platform detection.
2013-03-14 23:36:28 +09:00
kano4
60df77788b
Add break to default case in switch statement
2013-03-14 23:18:12 +09:00
Yukihiro Matz Matsumoto
08a0c9f328
add mrb_int overflow check for mrb_int
2013-03-14 23:12:21 +09:00
Yukihiro Matz Matsumoto
228687cfff
experimental MRB_INT16 added
2013-03-14 23:12:00 +09:00
Yukihiro "Matz" Matsumoto
ce1756b3b6
Merge pull request #997 from monaka/pr-add-type-mrb_bool_t
...
Define mrb_bool_t.
2013-03-14 04:51:14 -07:00
Yukihiro Matz Matsumoto
38571fd769
use mrb_int as possible based on a patch from @monaka; close #994
2013-03-14 19:39:17 +09:00