MATSUMOTO Ryosuke
f6bc6b7692
Add mruby_ldflags when tools/mruby and tools/mrbc link archive files
2013-01-05 15:12:42 +09:00
Yuichiro MASUI
7c469c0b9d
Rebuild CRuby based building script without Makefile
...
Tested CRuby 1.8.6 and 1.9.3
You can see building configuration in build_config.rb
2013-01-03 02:24:15 +09:00
Yukihiro Matz Matsumoto
bfd41bd6bf
avoid printing backtrace line with unknown place info
2012-12-22 00:11:45 +09:00
Tomoyuki Sahara
bf87a0f701
rebuild binaries when mrbgem archives are updated.
2012-12-14 13:39:19 +09:00
Yukihiro Matz Matsumoto
fd12f87712
save lastpc on exception and use it in mruby stack trace
2012-12-12 18:23:20 +09:00
Yuichiro MASUI
dcdd893bed
Added LDFLAGS to Makefiles
2012-12-09 19:18:40 +09:00
Daniel Bovensiepen
be99d87ca4
rename mrb_load_irep for mrbtest to be consistent to name change
2012-12-05 17:45:24 +08:00
Yukihiro Matz Matsumoto
b8e5a57047
rename mrb_load_irep etc. for naming consistency
2012-12-05 02:48:29 +09:00
Daniel Bovensiepen
4f55a3e0b4
Deactivate / Activate GEMs Flag introduced into mruby
2012-11-22 19:01:02 +08:00
Daniel Bovensiepen
ed92a86212
Include dynamically GEMs into mruby
2012-11-21 15:57:49 +08:00
Yukihiro Matsumoto
5987f67a8d
ignore cfunc method in backtrace
2012-11-03 01:42:19 +09:00
Yukihiro Matsumoto
e0aa96a682
avoid trigraph (???) in backtrace
2012-11-03 01:40:51 +09:00
Tomoyuki Sahara
43f4934e6d
printf("%s", NULL) is not safe on some platforms.
2012-11-02 10:48:39 +09:00
Tomoyuki Sahara
650008bf9e
fix compilation.
2012-11-02 10:37:52 +09:00
Tomoyuki Sahara
9622d65a6b
show line numbers in backtrace.
2012-11-02 10:33:33 +09:00
Tomoyuki Sahara
80ed166e9f
show all callinfo's.
2012-11-02 10:33:23 +09:00
Tomoyuki Sahara
075aa3eeaa
don't print garbage entries.
2012-11-02 10:33:14 +09:00
Tomoyuki Sahara
5bae6459ff
show backtrace.
2012-11-02 10:32:39 +09:00
Akira Yumiyama
38fb8b07c6
fix mruby exit status with mrb file.
2012-10-30 23:49:10 +09:00
Yukihiro Matsumoto
19cd9c6e2e
print error message on mrb load error
2012-10-18 06:05:59 +09:00
Yukihiro Matsumoto
cf2bd3469a
preserve script file name
2012-10-05 10:55:29 +09:00
Yukihiro Matsumoto
70916d030c
script file name should not be in ARGV
2012-10-04 14:56:24 +09:00
Yukihiro Matsumoto
0d9b91083b
specify know capacity of an array
2012-10-04 14:39:44 +09:00
Yukihiro Matsumoto
af8f039b90
mruby should exit with 0 on success
2012-09-30 08:41:36 +09:00
Daniel Bovensiepen
f6a9846d0e
Fix writing errors in Makefiles
2012-09-10 23:25:50 +08:00
Masaki Muranaka
75da995489
Fix not to use memset() in structure inizialization.
2012-09-05 02:55:25 +09:00
Masamitsu MURASE
213477df2d
Modify argument of mrbc_filename.
2012-08-18 22:14:47 +09:00
Yukihiro Matsumoto
7bf4142c42
mruby should read from stdin if no argument given as cruby does
2012-08-15 09:31:59 +09:00
Yukihiro Matsumoto
5f11890d04
mruby should accept "-" as stdin
2012-08-15 09:31:13 +09:00
suzukaze
d648970bc8
fixed showing no 'Usage'.
2012-08-14 23:50:39 +09:00
Max Anselm
50b9f54a65
Make void casts explicit.
...
(Forgot a couple files)
2012-07-29 20:11:08 -04:00
Yukihiro Matsumoto
42cfe5c9f3
make mruby work even when DISABLE_STDIO is set
2012-07-17 23:51:57 +09:00
Yukihiro Matsumoto
c8700c4a21
remove Syntax OK if syntax isn't ok; close #368
2012-07-15 16:23:55 +09:00
Yukihiro Matsumoto
72f7c51bc0
mruby should print error properly
2012-07-14 15:39:53 +09:00
Yukihiro Matsumoto
83ccb715b2
mruby: print Syntax OK on -c
2012-07-14 07:45:24 +09:00
Yukihiro Matsumoto
8e1c842b7e
simpify mruby/mrbc using context
2012-07-13 15:36:43 +09:00
Yukihiro Matsumoto
bbec03bb7a
add missing (empty) default for swtch; close #364
2012-07-13 14:35:18 +09:00
Yukihiro Matsumoto
85a0cad905
use new function mrb_parser_free()
2012-07-03 21:54:08 +09:00
Yukihiro Matsumoto
65096c4c1b
add context to parser, that would hold local variable info, filename, and line number. mrbc_context argument has been added to mrb_parse_xxx() functions. Normally, you just to need to add NULL (or 0) to the last argument of the above functions.
2012-07-03 20:59:07 +09:00
Daniel Bovensiepen
83e5999d7e
Make CFLAG choices in Makefiles more flexible
2012-06-18 11:22:05 +08:00
NARUSE, Yui
03d32796b4
Support mruby -e'p 1'.
...
mruby supports already -e 'p 1' (-e, space, command), but hadn't
supported no space version.
2012-06-14 07:56:07 +09:00
Jon
2fff59dc86
Check mrb_open return value for NULL
2012-06-03 11:11:35 -04:00
Jon
105c11b7f6
Clean and DRY up the basic Makefiles
2012-05-23 13:19:40 -04:00
Yukihiro "Matz" Matsumoto
9a64598121
Merge pull request #180 from mitchblank/master
...
call mrb_close() in tools and test programs
2012-05-22 11:01:29 -07:00
Jon
9f89da6eef
Add native and cross compiling CMake build support
2012-05-22 10:50:28 -04:00
Beoran
b5dcb7128d
First cmake build system. Works on Linux.
2012-05-22 09:11:13 -04:00
Mitchell Blank Jr
d1cd10421f
change example code to do mrb_close()
...
I was hoping this would cause valgrind to complain less, but there is still
a lot of memory leaked (does mrb_close() actually free all of the managed
blocks?) Anyway this helps somewhat and is good practice
2012-05-22 01:03:54 -07:00
mattn
751d391aab
don't close stdin.
2012-05-18 15:36:18 +09:00
Yukihiro Matsumoto
f7406435f3
mruby should read from stdin when no argument given
2012-05-18 14:51:27 +09:00
Yukihiro Matsumoto
f81ddf9025
terminate programs after showing version/copyright
2012-05-18 14:49:09 +09:00