aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/intern.h
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre2012-03-141-0/+6
* * vm_insnhelper.c: improve number of arguments error in case ofmarcandre2012-03-141-0/+1
* rb_load_failnobu2012-03-071-1/+0
* * error.c (rb_loaderror_with_path): Adding the missing file as antenderlove2012-03-061-0/+1
* * internal.h (rb_file_const, rb_file_load_ok): moved functions fornobu2012-03-011-2/+0
* * io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu2012-02-271-0/+1
* * string.c (rb_str_modify_expand): fix memory leak.nobu2012-02-081-0/+1
* * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu2012-01-251-6/+0
* * object.c (rb_Hash): add Kernel#Hash conversion method likematz2012-01-241-0/+1
* * object.c (rb_check_to_int): new function to convert a VALUE tonobu2011-12-111-0/+1
* * include/ruby/intern.h (rb_fd_fix_cloexec): renamed fromakr2011-10-311-1/+1
* * include/ruby/intern.h (rb_cloexec_fcntl_dupfd): declared.akr2011-10-301-0/+1
* * include/ruby/intern.h (rb_cloexec_pipe): declared.akr2011-10-301-0/+1
* * include/ruby/intern.h (rb_cloexec_dup2): declared.akr2011-10-291-0/+1
* * include/ruby/intern.h (rb_cloexec_dup): declared.akr2011-10-291-0/+1
* * include/ruby/intern.h (rb_cloexec_open): declared.akr2011-10-291-0/+1
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-221-0/+1
* * include/ruby/intern.h (rb_ary_reverse): export.nobu2011-10-141-0/+1
* * win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implementusa2011-08-301-0/+2
* * error.c (rb_name_error_str): new function to raise NameErrornobu2011-07-231-0/+1
* * parse.y (rb_is_global_id, rb_is_attrset_id): add missingnobu2011-07-221-0/+2
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-201-0/+1
* * error.c (rb_check_trusted): new function to check an object isnobu2011-07-171-0/+15
* * include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p,ko12011-07-031-0/+2
* * internal.h: move rb_thread_io_blocking_region() declarationkosaki2011-06-211-1/+0
* revert r32183kosaki2011-06-211-0/+1
* * internal.h: move rb_thread_io_blocking_region() declarationkosaki2011-06-211-1/+0
* * include/ruby/backward/classext.h: for evil gems. fixed #4803nobu2011-06-181-0/+1
* * internal.h: add for internal use only.nobu2011-05-181-0/+1
* * include/ruby/intern.h: resurrect old rb_fd_copy().kosaki2011-05-151-0/+2
* * include/ruby/intern.h: remove rb_fd_copy() to rb_fd_dup() andkosaki2011-05-151-4/+4
* * thread.c (rb_fd_init): remove volatile qualifier.kosaki2011-05-071-2/+2
* * thread.c (rb_fd_init_copy): new internal api. It provide efficientkosaki2011-05-071-0/+1
* * include/ruby/intern.h (rb_w32_fdcopy): add prototype. fixesnobu2011-05-021-0/+1
* * win32/win32.c (rb_w32_fdcopy): New. This can copy even thoughkosaki2011-04-301-1/+1
* * thread.c (rb_fd_copy): Change function argument. Nowkosaki2011-04-301-2/+3
* * include/ruby/intern.h (rb_thread_select): mark as deprecated.kosaki2011-04-301-1/+1
* * include/ruby/intern.h: pcc can't use __builtin_constant_p.naruse2011-04-231-1/+1
* * include/ruby/intern.h: parenthesize macro arguments.akr2011-04-061-38/+38
* * numeric.c (flo_round): fix inaccurate results.nobu2011-03-221-0/+1
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-0/+1
* * include/ruby/intern.h: fix a typo of prototype declaration.nagachika2011-03-051-1/+1
* * thread.c (rb_thread_io_blocking_region): new function to runnobu2011-02-121-0/+1
* * string.c (rb_str_ellipsize): new function to ellipsize a string.nobu2011-01-301-0/+1
* * array.c (rb_ary_modify): export.nobu2011-01-051-0/+1
* * array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu2011-01-051-0/+1
* * intern.h (VALUE rb_ary_join): I have never seen this functionnobu2011-01-011-1/+0
* * re.c (rb_reg_expr_str): need to escape if the coderage is invalid.usa2010-12-281-0/+1
* * transcode.c (transcode_loop): call default handler of the givennobu2010-12-071-0/+1
* * hash.c (rb_hash_update_by): new API for Hash#update.nobu2010-12-041-0/+2