Yukihiro "Matz" Matsumoto
|
571cb54f38
|
compar.c: remove unused file
|
2023-11-01 22:21:59 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4b15d5d1e3
|
Initialize String before Exception; fix #3672
The old order generated some strings with their class set to NULL.
|
2017-05-30 11:38:54 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
5c405dea3d
|
include changed from by quotes ("") to by brackets (<>); close #3032
|
2015-11-27 17:48:23 +09:00 |
|
take_cheeze
|
6bb56ed920
|
add mrb_open_without_mrbgems API
|
2014-06-23 20:06:17 +09:00 |
|
take_cheeze
|
64300b2c43
|
Add API mrb_atexit().
`mrb_final_mrbgems` will be called as mrb_state atexit function.
Maybe useful in #1844.
|
2014-05-08 22:19:14 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
3ff9aad22f
|
move version info from gems to core; ref #576 #1684
|
2014-02-07 12:18:55 +09:00 |
|
mattn
|
e53fa35748
|
Remove __printstr__
|
2013-03-24 00:18:39 +09:00 |
|
mattn
|
138ecf4723
|
Pluggable Struct
|
2013-03-01 13:37:46 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f586dff5af
|
Merge pull request #909 from mattn/cleanup_regexp
Cleanup Regexp codes
|
2013-02-28 05:32:56 -08:00 |
|
mattn
|
6bee2fd193
|
Pluggable Math
|
2013-02-28 17:52:18 +09:00 |
|
mattn
|
473abbd0ff
|
Cleanup Regexp codes
|
2013-02-28 17:39:38 +09:00 |
|
mattn
|
f2d62c7c9f
|
Fix build
|
2013-02-26 17:22:24 +09:00 |
|
mattn
|
b1a5146ea8
|
Pluggable Regexp
|
2013-02-15 04:38:27 +09:00 |
|
Yuichiro MASUI
|
310b0dce8f
|
Added finalizer of mrbgems
|
2013-01-22 20:18:48 +09:00 |
|
Daniel Bovensiepen
|
82446cc747
|
Use only DISABLE_GEMS for feature request in include/mrbconf.h
|
2012-12-08 13:26:50 +08:00 |
|
Daniel Bovensiepen
|
bef73cc54f
|
Integrate refactoring of commit f1ed143624
|
2012-12-07 16:19:52 +08:00 |
|
Yukihiro Matz Matsumoto
|
f1ed143624
|
mange arena_idx smarter for smaller ARENA_SIZE; now default to 100 from 1024
|
2012-12-07 16:58:50 +09:00 |
|
Daniel Bovensiepen
|
35edbb0688
|
Deactivate / Activate GEMs Flag introduced into src/init.c
|
2012-11-22 19:00:24 +08:00 |
|
Daniel Bovensiepen
|
d3d21cbdfe
|
Add init function for gems to init of core
|
2012-09-13 22:23:25 +09:00 |
|
Selman ULUG
|
a190ec8298
|
function prototypes sorted by call & removed unused (file, io, thread)
|
2012-08-17 16:48:07 +03:00 |
|
Yukihiro Matsumoto
|
3705bfb020
|
DIABLE_STDIO to disable __printstr__
|
2012-07-15 17:30:15 +09:00 |
|
Yukihiro Matsumoto
|
ede3049f33
|
allow disabling Struct class
|
2012-06-17 23:36:34 +09:00 |
|
Yukihiro Matsumoto
|
76f7aecff3
|
use ENABLE/DISABLE instead of INCLUDE for configuration macro names
|
2012-06-15 15:34:49 +09:00 |
|
Yukihiro Matsumoto
|
0ef76fdbde
|
make init function consistent: mrb_init_symbols to mrb_init_symbol
|
2012-06-15 14:08:11 +09:00 |
|
Yukihiro Matsumoto
|
8c838de4a8
|
Time class made optinal
|
2012-06-15 14:07:24 +09:00 |
|
Yukihiro Matsumoto
|
764a791f43
|
make Math module optional
|
2012-06-14 00:59:35 +09:00 |
|
Yukihiro Matsumoto
|
64fc4ac332
|
resolve conflict
|
2012-05-31 15:32:38 +09:00 |
|
Yukihiro Matsumoto
|
4523bee953
|
cast style consistency
|
2012-05-23 03:31:55 +09:00 |
|
Yukihiro Matsumoto
|
1ace96a943
|
remove unused prototype
|
2012-05-18 14:42:07 +09:00 |
|
Yukihiro Matsumoto
|
fb60a2191a
|
revise version description
|
2012-05-18 14:41:00 +09:00 |
|
Yukihiro Matsumoto
|
201a013bf6
|
remove old MANDEL code; close #134
|
2012-05-15 08:01:45 +09:00 |
|
Paolo Bosetti
|
7cdf0ca1c1
|
Added src/math.c. Also, edited src/init.c in order to load the Math module.
|
2012-05-12 12:04:58 -07:00 |
|
Yukihiro Matsumoto
|
b0e94d8c14
|
Time class available; based on code from @beoran; sorry for jumbo patch
|
2012-05-06 00:52:22 +09:00 |
|
roco
|
4ec6d41f16
|
rm whitespace
|
2012-04-30 14:29:19 -07:00 |
|
mimaki
|
835443614d
|
add file header
|
2012-04-23 11:46:16 +09:00 |
|
mimaki
|
e0d6430f63
|
add mruby sources
|
2012-04-20 09:39:03 +09:00 |
|