Masaki Muranaka
|
bc870ce3f8
|
Remove mrb_obj_ptr(). Use mrb_object() instead.
|
2013-03-15 18:12:18 +09:00 |
|
Masaki Muranaka
|
0c11a1ca2f
|
Fix some confusions between mrb_object() and mrb_basic().
|
2013-03-15 17:43:02 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
3f4c2d451d
|
Merge pull request #985 from monaka/pr-remove-unused-code-20130312
Remove mrb_str_sublen() as it is not used.
|
2013-03-12 17:26:04 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
7ba309600a
|
Merge pull request #982 from monaka/pr-make-MRB_STR_BUF_MIN_SIZE-configurable
Rename STR_BUF_MIN_SIZE to MRB_STR_BUF_MIN_SIZE. Make it configurable.
|
2013-03-12 17:24:02 -07:00 |
|
Masaki Muranaka
|
e7fe4ed499
|
Use suitable types for variables.
|
2013-03-12 20:50:02 +09:00 |
|
Masaki Muranaka
|
3af128c742
|
Remove mrb_str_sublen() as it is not used.
|
2013-03-12 18:08:40 +09:00 |
|
Masaki Muranaka
|
e2d31ba3f3
|
Rename STR_BUF_MIN_SIZE to MRB_STR_BUF_MIN_SIZE. Make it configurable.
|
2013-03-12 17:10:18 +09:00 |
|
Yukihiro Matz Matsumoto
|
cdd41a33de
|
unify mrb_ary_new{,_elts,_from_values}; mrb_ary_from_values() is a winner
|
2013-03-08 05:18:33 +09:00 |
|
Masaki Muranaka
|
95c34a90ca
|
Remove RB_GC_GUARD(x) macro. See also mruby/mruby#948.
|
2013-03-05 13:00:17 +09:00 |
|
Yukihiro Matz Matsumoto
|
02dba48367
|
Merge branch 'heredoc' of https://github.com/FUKUZAWA-Tadashi/mruby into FUKUZAWA-Tadashi-heredoc
|
2013-03-04 09:49:16 +09:00 |
|
Yukihiro Matz Matsumoto
|
7e910bd4c2
|
use mrb_int for RString len
|
2013-03-04 09:39:04 +09:00 |
|
FUKUZAWA-Tadashi
|
1af4110f7d
|
implement heredoc
|
2013-03-03 20:08:13 +09:00 |
|
Masaki Muranaka
|
f998691da8
|
Define ARY_MAX_SIZE strictly. Use mrb_int instead of int.
|
2013-03-03 11:43:56 +09:00 |
|
Yukihiro Matz Matsumoto
|
8d2880bbfe
|
Merge branch 'pluggable_struct' of https://github.com/mattn/mruby into mattn-pluggable_struct
|
2013-03-01 21:38:02 +09:00 |
|
Masaki Muranaka
|
e4231a0a33
|
Add typedef to structures that have mrb_ prefix. Use typedef-ed type instead of struct directly.
|
2013-03-01 14:28:22 +09:00 |
|
mattn
|
138ecf4723
|
Pluggable Struct
|
2013-03-01 13:37:46 +09:00 |
|
Masaki Muranaka
|
cb7cf4e795
|
Simplify mrb_range_beg_len(). Don't use OTHER macro.
|
2013-02-26 15:43:19 +09:00 |
|
Masaki Muranaka
|
2bfb88825d
|
Fix errors caused by stdio.h dependent code.
|
2013-02-23 17:05:18 +09:00 |
|
Yukihiro Matz Matsumoto
|
59a6d1b514
|
remove TT_REGEX and TT_MATCH
|
2013-02-18 16:18:19 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9b06a4506e
|
Merge pull request #850 from mattn/pluggable_regexp
Pluggable regexp
|
2013-02-17 23:08:58 -08:00 |
|
Yukihiro Matz Matsumoto
|
37fe3d666f
|
add Module#remove_const
|
2013-02-15 10:20:55 +09:00 |
|
mattn
|
b1a5146ea8
|
Pluggable Regexp
|
2013-02-15 04:38:27 +09:00 |
|
Akira Yumiyama
|
397d1e7aa9
|
add mrb_str_to_cstr
|
2013-02-11 21:02:35 +09:00 |
|
Yukihiro Matz Matsumoto
|
d98ad06ef5
|
changing Make_Data_Struct API; you need to modify your code that uses Make_Data_Struct; close #821
|
2013-02-06 15:12:31 +09:00 |
|
Masaki Muranaka
|
c23057e577
|
Add semi-colon after the statement.
|
2013-02-06 13:53:18 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d3626f6b7d
|
Merge pull request #820 from cremno/unused-stuff
Remove declarations of undefined functions
|
2013-02-03 16:06:31 -08:00 |
|
Cremno
|
feaff10c58
|
removed declarations of undefined functions
|
2013-02-03 19:48:41 +01:00 |
|
Masamitsu MURASE
|
54eb08e2fc
|
Remove ";" suffix from function-type macros.
|
2013-02-02 00:24:30 +09:00 |
|
Yukihiro Matz Matsumoto
|
900b856415
|
remove src/cdump.c to resolve; need make clean
|
2013-01-30 07:38:14 +09:00 |
|
Yuichiro MASUI
|
cf81a88b04
|
Removed mrbc -C option what's C function dump. and TAB to space
|
2013-01-29 22:47:50 +09:00 |
|
Masaki Muranaka
|
3ab1afa07d
|
Remove API mrb_str_catf().
|
2013-01-29 17:21:50 +09:00 |
|
mattn
|
0b814c862b
|
supress cast warning on C++.
|
2013-01-16 09:43:02 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
709c120d14
|
Merge pull request #734 from monaka/pr-error-check-inprovement-in-cdump-and-dump
Error check inprovements in cdump and dump
|
2013-01-15 14:50:05 -08:00 |
|
Masaki Muranaka
|
85bdd63465
|
include/mruby/cdump.h: Add new error codes.
src/cdump.h: Use error codes defined in mruby/cdump.h.
|
2013-01-15 09:04:51 +09:00 |
|
takkaw
|
06dac3fba0
|
fix typos
|
2013-01-13 15:28:03 +09:00 |
|
skandhas
|
1a528da40b
|
add mrb_check_hash_type
|
2013-01-10 17:02:41 +08:00 |
|
Masaki Muranaka
|
d5b8dc54a6
|
Add a comment: the usage of MRB_DUMP_GENERAL_FAILURE.
|
2013-01-09 13:33:51 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0f98227dfc
|
Merge pull request #702 from monaka/pr-check-cdump-with-disable-stdio
Add check for using cdump with DISABLE_STDIO option.
|
2013-01-07 21:32:37 -08:00 |
|
Daniel Bovensiepen
|
af75d8de2c
|
Export mrb_ary_clear in array.h
|
2013-01-08 10:07:15 +08:00 |
|
Masaki Muranaka
|
068cbef61c
|
Add check for using cdump with DISABLE_STDIO option.
|
2013-01-07 16:14:45 +09:00 |
|
skandhas
|
9599381ae3
|
add mrb_mod_cv_defined and mrb_cv_defined
|
2012-12-23 15:25:24 +08:00 |
|
skandhas
|
824bacbee4
|
add mrb_mod_cv_set, mrb_cv_set
|
2012-12-21 14:22:35 +08:00 |
|
skandhas
|
a9f1c4593c
|
add mrb_cv_get
|
2012-12-20 21:33:30 +08:00 |
|
skandhas
|
5a65a7258f
|
add mrb_mod_cv_get
|
2012-12-20 21:29:35 +08:00 |
|
Yukihiro Matz Matsumoto
|
c02c264be2
|
prototype refactoring on mrb_load_irep(); close #647
|
2012-12-19 20:44:30 +09:00 |
|
Jan Berdajs
|
ab80843880
|
add mrb_closure_new_cfunc to header
|
2012-12-14 16:00:22 +01:00 |
|
Yukihiro Matz Matsumoto
|
f63d5c2905
|
new function mrb_obj_iv_ifnone()
|
2012-12-12 18:22:23 +09:00 |
|
Yukihiro Matz Matsumoto
|
2a5d82885a
|
add MRB_TT_VOIDP
|
2012-12-12 18:20:50 +09:00 |
|
Yukihiro Matz Matsumoto
|
d042e16171
|
move prototype for mrb_load_irep to mruby/irep.h; close #569
|
2012-12-07 17:48:16 +09:00 |
|
Yukihiro Matz Matsumoto
|
f486774352
|
refactor and move irep malloc away to mrb_add_irep()
|
2012-12-07 15:57:40 +09:00 |
|