summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * debug.c, parse.y: fixed types.nobu2009-09-141-0/+1
* * include/ruby/ruby.h (RB_TYPE_P): should not use BUILTIN_TYPE fornobu2009-09-141-1/+1
* * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM),usa2009-09-141-62/+62
* * configure.in (XLDFLAGS): link startup code with ObjC support.nobu2009-09-131-2/+1
* * include/ruby/ruby.h (rb_special_const_p): fixed typo.nobu2009-09-131-1/+1
* * include/ruby/ruby.h (SYM2ID): needs parens.nobu2009-09-131-1/+1
* * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM),nobu2009-09-131-13/+70
* * include/ruby/win32.h (fstat): override if large file support isnobu2009-09-111-1/+2
* * include/ruby/ruby.h (rb_data_type_t): Add comments.ko12009-09-101-1/+4
* Wed Sep 9 15:24:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-09-091-0/+1
* Wed Sep 9 14:07:19 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-09-091-1/+0
* * st.c (st_free_table): constified.nobu2009-09-091-1/+1
* * include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu2009-09-091-1/+1
* * st.c (st_init_*table_with_size): use st_index_t.nobu2009-09-081-4/+4
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-082-6/+6
* * vm_method.c (rb_remove_method_id): exported.nobu2009-08-271-0/+1
* * random.c (random_rand): unified random_int and random_float.nobu2009-08-261-0/+1
* * include/ruby/missing.h (vsnprintf): rollback a part of r24179, becauseusa2009-08-241-1/+7
* Rename FMODE_STRIP_BOM to FMODE_SETENC_BY_BOM.naruse2009-08-211-1/+1
* \d, \s and \w are now non Unicode class. [ruby-dev:39026]naruse2009-08-151-0/+8
* * include/ruby/ruby.h (rb_check_safe_str): deprecated.nobu2009-08-141-1/+1
* * class.c (rb_define_class_id_under, rb_define_module_id_under):nobu2009-08-121-0/+2
* * include/ruby/intern.h (rb_path2class): no deprecation.nobu2009-08-101-1/+1
* * gc.c: reject unused longlife gc.nari2009-08-102-2/+1
* * marshal.c (class2path, w_unique, w_extended, w_class, w_uclass):nobu2009-08-091-1/+2
* Warn duplicated characters in character class of regexp. [ruby-core:24593]naruse2009-08-041-0/+1
* * insns.def (defineclass): preserve encoding of class/modulenobu2009-07-301-0/+1
* * include/ruby/intern.h (rb_*str_new_cstr, rb_str_buf_new_cstr),nobu2009-07-271-10/+10
* * include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match cha...azav2009-07-251-0/+5
* * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/usa2009-07-211-0/+17
* * include/ruby/defines.h (TRUE, FALSE): for internal use.nobu2009-07-181-0/+12
* * random.c (rb_random_{int32,real,bytes,int}): added functions fornobu2009-07-181-1/+5
* * include/ruby/win32.h: include winsock headers in extern "C++" forusa2009-07-172-7/+7
* * bignum.c (rb_big_new, rb_bigzero_p), range.c (rb_range_values):nobu2009-07-161-0/+3
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-1/+0
* * include/ruby/ruby.h (rb_obj_{untrust,untrusted,trust}): addednobu2009-07-101-0/+3
* Set encoding and strip bom when modeenc string is "r:foo-bom" [ruby-dev:37236]naruse2009-07-091-0/+1
* * include/ruby/ruby.h:ko12009-07-071-9/+9
* * error.c (rb_typed_struct_is_kind_of): new function to see if thenobu2009-07-071-0/+2
* * error.c (rb_check_typed_struct): new function to check typednobu2009-07-071-0/+6
* * include/ruby/intern.h (rb_time_num_new): declared.akr2009-07-011-0/+1
* * re.c (reg_match_pos): adjust offset based on characters, notmatz2009-06-301-0/+1
* * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,nobu2009-06-302-7/+7
* * file.c (rb_get_path_check): check with given safe level.nobu2009-06-231-0/+1
* * file.c (rb_find_file_ext, rb_find_file): no needs to expandnobu2009-06-231-0/+3
* * st.c, include/ruby/st.h (st_memsize): added. This function returnsko12009-06-161-0/+1
* * include/ruby/ruby.h: New structure RTypedData, added.ko12009-06-161-0/+30
* * thread.c: rename functions which require a parameterko12009-06-081-2/+0
* * include/ruby/intern.h (rb_exc_new2): optimization for literal.nobu2009-06-011-0/+6
* * st.c (st_insert2): new function with processing new key,matz2009-05-271-0/+1