Yukihiro "Matz" Matsumoto
|
843abc5c7b
|
cdump.c: rename dump_ prefix to cdump for static functions.
|
2021-06-01 22:21:04 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ff93854c4a
|
cdump.c: separate irep dump in C feature.
|
2021-06-01 16:47:06 +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
|
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 |
|
Masaki Muranaka
|
94fb04a51e
|
Remove redundant null checks.
|
2013-01-09 11:22:39 +09:00 |
|
skandhas
|
1187bb5f05
|
fix memory leak in fuction:make_cdump_irep
|
2012-12-19 15:49:40 +08:00 |
|
Yukihiro Matz Matsumoto
|
975adbfb5f
|
remove unused variable
|
2012-12-12 08:36:42 +09:00 |
|
Yukihiro Matz Matsumoto
|
ba38dd5398
|
should update cdump.c to new mrb_add_irep() API; close #597
|
2012-12-08 19:21:32 +09:00 |
|
Beoran
|
2dafb884c0
|
Fix for issue #569
|
2012-12-07 09:25:17 +01:00 |
|
Masaki Muranaka
|
30f7a93d41
|
Use NULL instead of 0. (It is not a bug fix but a cosmetic change.)
|
2012-10-30 14:25:00 +09:00 |
|
Yukihiro Matsumoto
|
70abbb423a
|
should not free() static iseq from cdump
|
2012-10-17 02:57:40 +09:00 |
|
Yukihiro Matsumoto
|
950204bc4d
|
remove flags from irep
|
2012-08-29 11:45:36 +09:00 |
|
Yukihiro Matsumoto
|
7d02df3016
|
NaN boxing
|
2012-08-14 13:16:34 +09:00 |
|
Max Anselm
|
5a4beeed2d
|
Make all(?) void casts explicit for C++
|
2012-07-29 19:48:48 -04:00 |
|
Junji Sawada
|
96366117ea
|
Remove unnecessary header inclusion
|
2012-07-14 11:39:25 +09:00 |
|
Yukihiro Matsumoto
|
c4208a413d
|
restore arena_idx after initializing irep
|
2012-07-05 01:36:54 +09:00 |
|
Yukihiro Matsumoto
|
07bcd6bed8
|
cdump.c: pool may contain fixnum value
|
2012-07-05 01:34:35 +09:00 |
|
Yukihiro Matsumoto
|
0e9e0693b4
|
big init function in cdump may overflow arena
|
2012-07-05 01:13:09 +09:00 |
|
Masamitsu MURASE
|
0b4d96741b
|
Fix str_format_len.
|
2012-06-27 00:38:59 +09:00 |
|
Masaki Muranaka
|
b18ab1dc3f
|
Fix str_to_format. See also #314.
|
2012-06-26 12:03:12 +09:00 |
|
Masaki Muranaka
|
3fb9408669
|
Fix redundant declraration warnings by gcc.
|
2012-06-14 18:28:05 +09:00 |
|
Masaki Muranaka
|
c785382dee
|
Use %d instead of %ld in case the type of parameter is int.
|
2012-05-12 11:25:56 +09:00 |
|
roco
|
4ec6d41f16
|
rm whitespace
|
2012-04-30 14:29:19 -07:00 |
|
Yukihiro Matsumoto
|
8b367098ac
|
move header files {irep,dump,cdump,ritehash}.h to /include/mruby
|
2012-04-24 17:41:28 +09:00 |
|
Yukihiro Matsumoto
|
2970b6aadb
|
change type of RString.size from size_t to long
|
2012-04-24 16:03:42 +09:00 |
|
mimaki
|
c80487561f
|
Merge branch 'master' of github.com:mruby/mruby
Conflicts:
src/variable.c
|
2012-04-23 11:51:47 +09:00 |
|
mimaki
|
835443614d
|
add file header
|
2012-04-23 11:46:16 +09:00 |
|
Yukihiro Matsumoto
|
c138d7ef0a
|
use %zd for size_t argument
|
2012-04-21 00:51:20 +09:00 |
|
mimaki
|
e0d6430f63
|
add mruby sources
|
2012-04-20 09:39:03 +09:00 |
|