summaryrefslogtreecommitdiff
path: root/intern.h
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 19078,20097:shyouhei2009-01-221-0/+1
* merge revision(s) 18463:shyouhei2009-01-151-1/+1
* merge revision(s) 17827,17846:17848:shyouhei2008-07-071-0/+1
* * array.c (ary_new, rb_ary_initialize, rb_ary_store,shyouhei2008-06-191-0/+1
* Merge changes from ruby_1_8 to reduce warnings and potentially improveknu2008-06-061-1/+1
* Merge from ruby_1_8.knu2008-05-311-1/+1
* Merge r16206 and r16239 from ruby_1_8.knu2008-05-181-0/+2
* Merge from ruby_1_8.knu2008-04-221-1/+0
* Merge from ruby_1_8.knu2008-04-211-1/+2
* Merge everything from ruby_1_8.knu2008-04-191-0/+2
* * random.c (rb_genrand_int32, rb_genrand_real), intern.h: Export.knu2008-04-141-0/+4
* * enumerator.c, inits.c (rb_call_inits), ruby.h, intern.h,knu2008-04-091-0/+8
* * eval.c (rb_obj_method, rb_proc_call), intern.h: Export.knu2008-04-091-0/+2
* * object.c (rb_check_to_integer): backported for range_step.nobu2008-04-051-0/+1
* * intern.h, string.c (rb_str_set_len): added for upgrading path fromnobu2007-12-271-0/+1
* * eval.c, intern.h, ext/thread/thread.c: should not free queue whilenobu2007-09-201-0/+2
* * intern.h (is_ruby_native_thread): removed since declared as an intnobu2007-07-221-1/+0
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu2007-07-221-0/+1
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu2007-07-191-0/+1
* * eval.c (error_handle): no message when exiting by signal.nobu2007-03-111-1/+2
* * dir.c, win32/win32.c, win32/dir.h, ruby.h, intern.h: Bringknu2007-02-151-0/+1
* * ext/strscan/strscan.c (strscan_do_scan): should set kcode option before mat...aamine2007-01-101-0/+2
* * sprintf.c (rb_str_format): should preserve leading zeromatz2006-10-301-0/+1
* * string.c (rb_str_intern): raise SecurityError only when $SAFEmatz2006-09-141-0/+1
* * re.c (rb_reg_initialize): should not modify untainted objects inmatz2006-05-161-3/+3
* * configure.in, dln.c, file.c, intern.h, missing.h (eaccess): usenobu2006-01-251-1/+0
* * intern.h, file.c: failed to compile on windows.ocean2005-11-231-0/+1
* * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu2005-10-221-0/+1
* * eval.c (rb_obj_respond_to): check if obj responds to the givennobu2005-10-111-0/+1
* * eval.c (ev_const_get), variable.c (rb_const_get_0): retry only whennobu2005-09-281-1/+1
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-121-0/+1
* * st.h: fix prototypes.nobu2004-12-031-2/+2
* * object.c (convert_type): [ruby-core:03845]matz2004-11-291-0/+1
* * string.c (rb_str_locktmp): lock string temporarily.matz2004-10-301-0/+2
* * string.c (str_gsub): reentrant check. [ruby-dev:24432]matz2004-10-201-0/+1
* * intern.h, object.c (rb_class_inherited_p): export.nobu2004-10-181-0/+1
* * io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz2004-10-061-0/+2
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-021-0/+2
* * gc.c (define_final): should not disclose NODE* to Ruby world.matz2004-07-231-4/+4
* * class.c, error.c, eval.c, intern.h, object.c, variable.c:ocean2004-07-151-0/+1
* * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level.nobu2004-06-291-1/+1
* * eval.c (eval): warning during eval should not cause deadlock.matz2004-05-141-1/+1
* * intern.h: provide proper prototypes. [ruby-core:02724]nobu2004-03-311-3/+3
* * class.c (rb_check_inheritable): new function. [ruby-dev:22316]nobu2003-12-211-0/+1
* * dir.c (check_dirname): check string safety and remove extraneousnobu2003-12-151-0/+4
* * intern.h (ruby_stop): never return.nobu2003-10-141-1/+1
* * eval.c (rb_feature_p): match by classified suffix.nobu2003-10-131-0/+1
* * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,matz2003-10-011-1/+1
* * eval.c (rb_thread_atfork): wrong format specifier.matz2003-09-291-0/+1
* * intern.h (rb_disable_super, rb_enable_super): replace with dummynobu2003-09-121-2/+2