| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/intern.h (rb_struct_iv_get): deprecated because it is | akr | 2009-09-29 | 1 | -1/+1 |
* | * encoding.c (rb_enc_unicode_p): defined. | naruse | 2009-09-29 | 1 | -0/+1 |
* | * hash.c (rb_f_getenv): use rb_filesystem_str_new_cstr | naruse | 2009-09-28 | 1 | -0/+2 |
* | * include/ruby/st.h: include inttypes.h and stdint.h. | naruse | 2009-09-28 | 1 | -0/+7 |
* | include/ruby/st.h: aligned prototype of st_hash_uint32 with function | duerst | 2009-09-28 | 1 | -1/+1 |
* | * st.c: moved murmur hash from string.c. [ruby-dev:39376] | nobu | 2009-09-26 | 2 | -0/+9 |
* | * include/ruby/intern.h (rb_hash_{start,uint32,uint,end}): fixed | nobu | 2009-09-26 | 1 | -4/+4 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_access): new function to | usa | 2009-09-25 | 1 | -0/+2 |
* | * include/ruby/ruby.h (rb_type): forward declaration to suppress a | nobu | 2009-09-18 | 1 | -0/+1 |
* | * common.mk (eval.o): needs vm.h. | nobu | 2009-09-18 | 1 | -0/+6 |
* | * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor... | marcandre | 2009-09-15 | 1 | -0/+1 |
* | * debug.c, parse.y: fixed types. | nobu | 2009-09-14 | 1 | -0/+1 |
* | * include/ruby/ruby.h (RB_TYPE_P): should not use BUILTIN_TYPE for | nobu | 2009-09-14 | 1 | -1/+1 |
* | * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM), | usa | 2009-09-14 | 1 | -62/+62 |
* | * configure.in (XLDFLAGS): link startup code with ObjC support. | nobu | 2009-09-13 | 1 | -2/+1 |
* | * include/ruby/ruby.h (rb_special_const_p): fixed typo. | nobu | 2009-09-13 | 1 | -1/+1 |
* | * include/ruby/ruby.h (SYM2ID): needs parens. | nobu | 2009-09-13 | 1 | -1/+1 |
* | * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM), | nobu | 2009-09-13 | 1 | -13/+70 |
* | * include/ruby/win32.h (fstat): override if large file support is | nobu | 2009-09-11 | 1 | -1/+2 |
* | * include/ruby/ruby.h (rb_data_type_t): Add comments. | ko1 | 2009-09-10 | 1 | -1/+4 |
* | Wed Sep 9 15:24:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk> | takano32 | 2009-09-09 | 1 | -0/+1 |
* | Wed Sep 9 14:07:19 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk> | takano32 | 2009-09-09 | 1 | -1/+0 |
* | * st.c (st_free_table): constified. | nobu | 2009-09-09 | 1 | -1/+1 |
* | * include/ruby/ruby.h (rb_data_type_struct): constified dsize. | nobu | 2009-09-09 | 1 | -1/+1 |
* | * st.c (st_init_*table_with_size): use st_index_t. | nobu | 2009-09-08 | 1 | -4/+4 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 2 | -6/+6 |
* | * vm_method.c (rb_remove_method_id): exported. | nobu | 2009-08-27 | 1 | -0/+1 |
* | * random.c (random_rand): unified random_int and random_float. | nobu | 2009-08-26 | 1 | -0/+1 |
* | * include/ruby/missing.h (vsnprintf): rollback a part of r24179, because | usa | 2009-08-24 | 1 | -1/+7 |
* | Rename FMODE_STRIP_BOM to FMODE_SETENC_BY_BOM. | naruse | 2009-08-21 | 1 | -1/+1 |
* | \d, \s and \w are now non Unicode class. [ruby-dev:39026] | naruse | 2009-08-15 | 1 | -0/+8 |
* | * include/ruby/ruby.h (rb_check_safe_str): deprecated. | nobu | 2009-08-14 | 1 | -1/+1 |
* | * class.c (rb_define_class_id_under, rb_define_module_id_under): | nobu | 2009-08-12 | 1 | -0/+2 |
* | * include/ruby/intern.h (rb_path2class): no deprecation. | nobu | 2009-08-10 | 1 | -1/+1 |
* | * gc.c: reject unused longlife gc. | nari | 2009-08-10 | 2 | -2/+1 |
* | * marshal.c (class2path, w_unique, w_extended, w_class, w_uclass): | nobu | 2009-08-09 | 1 | -1/+2 |
* | Warn duplicated characters in character class of regexp. [ruby-core:24593] | naruse | 2009-08-04 | 1 | -0/+1 |
* | * insns.def (defineclass): preserve encoding of class/module | nobu | 2009-07-30 | 1 | -0/+1 |
* | * include/ruby/intern.h (rb_*str_new_cstr, rb_str_buf_new_cstr), | nobu | 2009-07-27 | 1 | -10/+10 |
* | * include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match cha... | azav | 2009-07-25 | 1 | -0/+5 |
* | * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/ | usa | 2009-07-21 | 1 | -0/+17 |
* | * include/ruby/defines.h (TRUE, FALSE): for internal use. | nobu | 2009-07-18 | 1 | -0/+12 |
* | * random.c (rb_random_{int32,real,bytes,int}): added functions for | nobu | 2009-07-18 | 1 | -1/+5 |
* | * include/ruby/win32.h: include winsock headers in extern "C++" for | usa | 2009-07-17 | 2 | -7/+7 |
* | * bignum.c (rb_big_new, rb_bigzero_p), range.c (rb_range_values): | nobu | 2009-07-16 | 1 | -0/+3 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -1/+0 |
* | * include/ruby/ruby.h (rb_obj_{untrust,untrusted,trust}): added | nobu | 2009-07-10 | 1 | -0/+3 |
* | Set encoding and strip bom when modeenc string is "r:foo-bom" [ruby-dev:37236] | naruse | 2009-07-09 | 1 | -0/+1 |
* | * include/ruby/ruby.h: | ko1 | 2009-07-07 | 1 | -9/+9 |
* | * error.c (rb_typed_struct_is_kind_of): new function to see if the | nobu | 2009-07-07 | 1 | -0/+2 |