summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-08-24 * include/ruby/missing.h (vsnprintf): rollback a part of r24179, becauseusa
2009-08-21Rename FMODE_STRIP_BOM to FMODE_SETENC_BY_BOM.naruse
2009-08-15\d, \s and \w are now non Unicode class. [ruby-dev:39026]naruse
2009-08-14* include/ruby/ruby.h (rb_check_safe_str): deprecated.nobu
2009-08-12* class.c (rb_define_class_id_under, rb_define_module_id_under):nobu
2009-08-10* include/ruby/intern.h (rb_path2class): no deprecation.nobu
2009-08-10* gc.c: reject unused longlife gc.nari
2009-08-09* marshal.c (class2path, w_unique, w_extended, w_class, w_uclass):nobu
2009-08-04Warn duplicated characters in character class of regexp. [ruby-core:24593]naruse
2009-07-30* insns.def (defineclass): preserve encoding of class/modulenobu
2009-07-27* include/ruby/intern.h (rb_*str_new_cstr, rb_str_buf_new_cstr),nobu
2009-07-25* include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match cha...azav
2009-07-21 * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/usa
2009-07-18* include/ruby/defines.h (TRUE, FALSE): for internal use.nobu
2009-07-18* random.c (rb_random_{int32,real,bytes,int}): added functions fornobu
2009-07-17 * include/ruby/win32.h: include winsock headers in extern "C++" forusa
2009-07-16* bignum.c (rb_big_new, rb_bigzero_p), range.c (rb_range_values):nobu
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-07-10* include/ruby/ruby.h (rb_obj_{untrust,untrusted,trust}): addednobu
2009-07-09Set encoding and strip bom when modeenc string is "r:foo-bom" [ruby-dev:37236]naruse
2009-07-07* include/ruby/ruby.h:ko1
2009-07-07* error.c (rb_typed_struct_is_kind_of): new function to see if thenobu
2009-07-07* error.c (rb_check_typed_struct): new function to check typednobu
2009-07-01* include/ruby/intern.h (rb_time_num_new): declared.akr
2009-06-30* re.c (reg_match_pos): adjust offset based on characters, notmatz
2009-06-30* include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,nobu
2009-06-23* file.c (rb_get_path_check): check with given safe level.nobu
2009-06-23* file.c (rb_find_file_ext, rb_find_file): no needs to expandnobu
2009-06-16* st.c, include/ruby/st.h (st_memsize): added. This function returnsko1
2009-06-16* include/ruby/ruby.h: New structure RTypedData, added.ko1
2009-06-08* thread.c: rename functions which require a parameterko1
2009-06-01* include/ruby/intern.h (rb_exc_new2): optimization for literal.nobu
2009-05-27* st.c (st_insert2): new function with processing new key,matz
2009-05-26* common.mk (bignum.o, numeric.o): depend on util.h.nobu
2009-05-25* include/ruby/ruby.h (FilePathValue): prevent from GC.nobu
2009-05-25* include/ruby/ruby.h (NUM2LONG): added GCC specific optimization.nobu
2009-05-24* thread.c (rb_exec_recursive_paired): new function for propernobu
2009-05-21* include/ruby/ruby.h (RB_EVENT_HOOKS_HAVE_CALLBACK_DATA):nobu
2009-05-20* include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long tonobu
2009-05-20* encoding.c (rb_enc_fast_mbclen): faster mbclen for strings knownmatz
2009-05-19* encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()matz
2009-05-13* gc.c: add longlife garbage collection. [ruby-dev:38423]nari
2009-05-13* include/ruby/version.h: extracted the extensions interface andnobu
2009-05-07* string.c, include/ruby/encoding.h: fixed types.nobu
2009-04-19* eval.c (ruby_cleanup): the order of local variables on stack isnobu
2009-04-16* class.c (rb_define_method_id): use rb_define_notimplement_method_idakr
2009-04-05* include/ruby/intern.h (rb_fd_resize): does nothing on Win32.nobu
2009-04-05* include/ruby/intern.h (Init_stack): moved.nobu
2009-04-04* include/ruby/intern.h (RB_NUM_COERCE_FUNCS_NEED_OPID): macro tonobu
2009-04-01* thread.c (rb_thread_fd_select): new function to call selectmatz