aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/intern.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * include/ruby/intern.h (rb_check_frozen): optimize.nobu2010-10-241-0/+17
* * include/ruby/intern.h (rb_set_kcode, rb_get_kcode): removednobu2010-09-111-2/+0
* * random.c (rb_genrand_ulong_limited): renamed fromnaruse2010-09-101-0/+1
* * thread.c (rb_gc_mark_threads): deprecated.nobu2010-08-141-1/+1
* * include/ruby/intern.h (rb_time_interval): used in io/wait.nobu2010-08-141-0/+3
* * include/ruby/intern.h (rb_make_backtrace, rb_make_exception):nobu2010-08-141-0/+2
* * hash.c (rb_check_hash_type): added.nobu2010-08-031-0/+1
* * util.c (ruby_add_suffix): fixed a bug returning uninitializednobu2010-07-291-0/+2
* * defines.h, intern.h, missing.h, ruby.h, st.h, util.h: includenobu2010-07-271-0/+5
* * include/ruby/{intern,io}.h: add missing prototypes.nobu2010-07-221-0/+3
* * configure.in (XCFLAGS): use -fvisibility=hidden if possible.nobu2010-07-211-0/+8
* * thread.c (rb_thread_wakeup_alive): split from rb_thread_wakeup.nobu2010-07-171-0/+1
* * include/ruby/intern.h (rb_quad_pack): deprecated.akr2010-05-121-2/+2
* * merge some patches from win32-uncode-test branch.usa2010-04-301-0/+1
* * file.c (rb_file_dirname): split from rb_file_s_dirname.nobu2010-03-301-0/+1
* * load.c (rb_get_expanded_load_path): does not expand paths if allshugo2010-03-131-0/+1
* * ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and removenobu2010-03-111-0/+1
* * pack.c: fix q and Q for big endian environments which have noakr2010-02-261-0/+2
* * marshal.c (r_object0): register regexp object before encodingnobu2010-02-131-0/+2