Paolo Bosetti
|
6d5bd14481
|
Added test for inline arrays longer than 126 elements.
|
2013-10-01 14:47:58 +02:00 |
|
Tomoyuki Sahara
|
8b48e2b4a4
|
syswrite must write to fd2 if it is properly set.
closes #3.
|
2013-09-30 11:56:15 +09:00 |
|
Tomoyuki Sahara
|
97899a6922
|
style
|
2013-09-30 11:18:22 +09:00 |
|
Tomoyuki Sahara
|
adb3bd6698
|
don't retry when we cannot fork(2).
EAGAIN indicates the system is under heavy load.
Retrying make things worse.
|
2013-09-30 10:55:09 +09:00 |
|
Tomoyuki Sahara
|
d75d23294d
|
fix descriptor leakage.
|
2013-09-30 10:36:29 +09:00 |
|
Tomoyuki Sahara
|
b4f0a68fba
|
add File#flock.
|
2013-09-30 10:17:21 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e870ed708b
|
Merge pull request #1518 from dmajkic/master
Remove function delaration not implemented in code
|
2013-09-29 10:02:54 -07:00 |
|
Dusan D. Majkic
|
1228415c97
|
Remove function delaration not implemented in code
|
2013-09-28 22:10:44 +02:00 |
|
Yukihiro "Matz" Matsumoto
|
ee953abe47
|
Merge pull request #1515 from mynz/master
fix build error when ENABLE_DEBUG is defined
|
2013-09-26 09:22:52 -07:00 |
|
Atsushi_Morimoto
|
86f0912bcc
|
fix build error when ENABLE_DEBUG is defined
|
2013-09-26 18:36:08 +09:00 |
|
Tomoyuki Sahara
|
140da1c6ca
|
remove duplicated white spaces.
|
2013-09-26 18:31:02 +09:00 |
|
Tomoyuki Sahara
|
e27fb544df
|
suppress a warning and fix a possible segv.
|
2013-09-26 10:59:40 +09:00 |
|
Tomoyuki Sahara
|
e2b0606752
|
Merge pull request #2 from pbosetti/master
Catch up with API changes on mrb_intern() -> mrb_intern_cstr()
|
2013-09-25 18:21:27 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
11b0dda641
|
Merge pull request #1509 from FUKUZAWA-Tadashi/heredoc-bugfix
fix bugs on Heredocument
|
2013-09-25 18:02:00 -07:00 |
|
Paolo Bosetti
|
c4e3c46e86
|
Catch up with API changes on mrb_intern() -> mrb_intern_cstr()
|
2013-09-25 13:26:49 +02:00 |
|
Yukihiro "Matz" Matsumoto
|
9194047791
|
change type of mrb->c->status from uint8_t to enum mrb_fiber_state; #1511
|
2013-09-25 02:39:59 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
fe1f121640
|
Merge pull request #1512 from wasabiz/eliminate-mrb-intern
eliminate use of traditional intern API (mrb_intern()) completely
|
2013-09-24 10:31:00 -07:00 |
|
Yuichi Nishiwaki
|
6e47c9dfc1
|
fix a bug introduced in prev commit
|
2013-09-23 19:59:24 -07:00 |
|
Yuichi Nishiwaki
|
0e4a7b2a03
|
eliminate use of traditional intern API (mrb_intern()) completely
|
2013-09-23 19:36:50 -07:00 |
|
Julien Ammous
|
19f5430967
|
support freebsd versions without log2 function
|
2013-09-23 15:14:19 +02:00 |
|
FUKUZAWA-Tadashi
|
8d34e00102
|
fix bugs on Heredocument
- heredoc in array literal
- heredoc in args
- heredoc in expression expand
|
2013-09-22 18:14:40 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
eeac4be4ce
|
Merge pull request #1507 from ktaobo/yield-self
Use self for the given proc in mrb_yield
|
2013-09-21 04:16:28 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
3995e7ff8f
|
rename voidp to cptr
|
2013-09-21 17:28:47 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
fdb58b4734
|
voidp should be an Object; close #1508
|
2013-09-21 17:18:56 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
97ce25fbd0
|
index to mrb_digitmap[] should always be positive
|
2013-09-21 17:15:58 +09:00 |
|
Keita Obo
|
862517d540
|
Use self for the given proc
|
2013-09-20 17:40:55 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d74887f582
|
incomplete renaming node->filename -> node->filename_index
|
2013-09-20 15:41:59 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4c1c7166bf
|
remove unreferenced local variables caused by mrb_assert()
|
2013-09-20 06:11:07 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
12183fa250
|
rename node->filename to node->filename_index
|
2013-09-20 06:09:41 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
58b1c0883b
|
refactor genop_peep(); ref #1505
|
2013-09-20 06:08:01 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e7082a5092
|
Merge pull request #1505 from ktaobo/return-breaks-self
Fixed self value in a block is changed with return value
|
2013-09-19 13:40:32 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
f65a39f4d1
|
Merge pull request #1503 from digitaltom/master
remove executable bit from include/mruby/dump.h file
|
2013-09-18 20:00:35 -07:00 |
|
Keita Obo
|
c4e5a8b167
|
Fix self value in a block is changed with return value for Fixnum, nil, instance variable.
Fix #1504
|
2013-09-18 00:57:23 +09:00 |
|
Keita Obo
|
0bce3a36d2
|
Fixed self value in a block is changed with return value
fix #1504
|
2013-09-18 00:20:13 +09:00 |
|
Thomas Schmidt
|
713e0019ca
|
remove executable bit from include/mruby/dump.h file
|
2013-09-16 13:12:04 +02:00 |
|
Yukihiro "Matz" Matsumoto
|
ccadbbeb84
|
Merge pull request #1501 from iij/pr_fix_read_debug_section
Fix checking return value of fread()
|
2013-09-12 01:42:56 -07:00 |
|
Akito Mochizuki
|
b840a6a813
|
Fix checking return value of fread()
|
2013-09-10 14:50:18 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
668a0466c5
|
Merge pull request #1500 from take-cheeze/debug_info_file_updating
Fix insufficient preparation to call mrb_debug_info_append_file.
|
2013-09-07 09:50:02 -07:00 |
|
take_cheeze
|
af73a740cd
|
check file debug info is appended correctly
|
2013-09-07 20:25:53 +09:00 |
|
take_cheeze
|
8c738e348f
|
remove unnecessary scope filename update
|
2013-09-07 20:23:18 +09:00 |
|
take_cheeze
|
4308932231
|
update filename before appending file debug info
|
2013-09-07 20:22:16 +09:00 |
|
take_cheeze
|
10fecc2375
|
fix line getting handler of line_ary
|
2013-09-07 20:17:39 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
385e5d6e83
|
resolve conflict
|
2013-09-04 21:50:45 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b8d5f0f65c
|
Merge pull request #1497 from cremno/msvc-debug-info-feature
MSVC: compilation works again (+minor style fixes)
|
2013-09-04 05:47:15 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
179a0a70c7
|
Merge pull request #1496 from cremno/bug-debug-info-free
BUG: mrb_irep_free (access of freed memory)
|
2013-09-04 05:46:01 -07:00 |
|
take_cheeze
|
cc64e6e2b2
|
add comment to mrb_assert in src/debug.c
|
2013-09-04 12:19:17 +09:00 |
|
take_cheeze
|
157a5529c5
|
check returning line entry pointer is greater or equal to the first line entry pointer
|
2013-09-04 12:05:49 +09:00 |
|
take_cheeze
|
872f76e68e
|
fix wrong assertion fail when debug info contains more than one files
|
2013-09-04 11:55:51 +09:00 |
|
Cremno
|
12997cebc3
|
BUG: mrb_irep_free (access of freed memory)
|
2013-09-03 21:21:49 +02:00 |
|
Cremno
|
501df71833
|
MSVC: compilation works again (+minor style fixes)
|
2013-09-03 21:15:14 +02:00 |
|