summaryrefslogtreecommitdiff
path: root/intern.h
AgeCommit message (Expand)Author
2011-05-20* eval.c (rb_thread_atfork): When a ruby process forks, its randomshyouhei
2011-01-01 * intern.h (VALUE rb_ary_join): I have never seen this functionnobu
2010-09-03* intern.h (rb_usascii_str_new): macros for forward compatibility.nobu
2010-07-27* defines.h, intern.h, missing.h, ruby.h, st.h, util.h: includenobu
2010-05-10* pack.c: backport integer pack/unpack from 1.9 for [ruby-core:21937].akr
2010-03-25* variable.c, intern.h: Add rb_const_remove().knu
2009-12-31* object.c, intern.h: Export rb_sym_to_s.knu
2009-10-22* intern.h (rb_thread_join): added prototype. a patch fromnobu
2009-10-22* *.[chy]: removed trailing spaces.nobu
2009-04-03* gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350]nobu
2008-12-03* pack.c (rb_utf8_to_uv), intern.h: Rename utf8_to_uv toknu
2008-09-03* gc.c (rb_mark_set): new function to mark keys.nobu
2008-08-13* hash.c (rb_hash_set_default_proc): Add Hash#default_proc=;knu
2008-08-09* gc.c (STACK_LEVEL_MAX, ruby_stack_length): returns size_t.nobu
2008-07-02* gc.c: add rb_during_gc(). based on a patch from arton <artonx ATsuke
2008-06-19* array.c (ary_new, rb_ary_initialize, rb_ary_store,shyouhei
2008-06-01* suppress warnings on cygwin, mingw and mswin.nobu
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-04-26* class.c (struct clone_method_data): Add cref.knu
2008-04-22* eval.c (rb_proc_new, YIELD_FUNC_LAMBDA): Add a new nd_stateknu
2008-04-21* eval.c (rb_f_method_name): New gloval function: __method__;knu
2008-04-19* eval.c (rb_exec_recursive): New internal function to helpknu
2008-04-19* intern.h, hash.c (rb_hash_lookup): New internal function toknu
2008-04-14* random.c (rb_genrand_int32, rb_genrand_real), intern.h: Export.knu
2008-04-09* enumerator.c, inits.c (rb_call_inits), ruby.h, intern.h,knu
2008-04-09* eval.c (rb_obj_method, rb_proc_call), intern.h: Export.knu
2008-04-05* object.c (rb_check_to_integer): backported for range_step.nobu
2007-12-27* intern.h, string.c (rb_str_set_len): added for upgrading path fromnobu
2007-09-20* eval.c, intern.h, ext/thread/thread.c: should not free queue whilenobu
2007-07-22* intern.h (is_ruby_native_thread): removed since declared as an intnobu
2007-07-22* file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu
2007-07-19* bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu
2007-03-11* eval.c (error_handle): no message when exiting by signal.nobu
2007-02-15* dir.c, win32/win32.c, win32/dir.h, ruby.h, intern.h: Bringknu
2007-01-10* ext/strscan/strscan.c (strscan_do_scan): should set kcode option before mat...aamine
2006-10-30* sprintf.c (rb_str_format): should preserve leading zeromatz
2006-09-14* string.c (rb_str_intern): raise SecurityError only when $SAFEmatz
2006-05-16* re.c (rb_reg_initialize): should not modify untainted objects inmatz
2006-01-25* configure.in, dln.c, file.c, intern.h, missing.h (eaccess): usenobu
2005-11-23* intern.h, file.c: failed to compile on windows.ocean
2005-10-22* object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu
2005-10-11* eval.c (rb_obj_respond_to): check if obj responds to the givennobu
2005-09-28* eval.c (ev_const_get), variable.c (rb_const_get_0): retry only whennobu
2005-06-12* signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz
2004-12-03* st.h: fix prototypes.nobu
2004-11-29* object.c (convert_type): [ruby-core:03845]matz
2004-10-30* string.c (rb_str_locktmp): lock string temporarily.matz
2004-10-20* string.c (str_gsub): reentrant check. [ruby-dev:24432]matz
2004-10-18* intern.h, object.c (rb_class_inherited_p): export.nobu
2004-10-06* io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz