summaryrefslogtreecommitdiff
path: root/include/ruby/intern.h
AgeCommit message (Expand)Author
2011-07-03* include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p,ko1
2011-06-21* internal.h: move rb_thread_io_blocking_region() declarationkosaki
2011-06-21revert r32183kosaki
2011-06-21* internal.h: move rb_thread_io_blocking_region() declarationkosaki
2011-06-18* include/ruby/backward/classext.h: for evil gems. fixed #4803nobu
2011-05-18* internal.h: add for internal use only.nobu
2011-05-15* include/ruby/intern.h: resurrect old rb_fd_copy().kosaki
2011-05-15* include/ruby/intern.h: remove rb_fd_copy() to rb_fd_dup() andkosaki
2011-05-07* thread.c (rb_fd_init): remove volatile qualifier.kosaki
2011-05-07* thread.c (rb_fd_init_copy): new internal api. It provide efficientkosaki
2011-05-02* include/ruby/intern.h (rb_w32_fdcopy): add prototype. fixesnobu
2011-04-30* win32/win32.c (rb_w32_fdcopy): New. This can copy even thoughkosaki
2011-04-30* thread.c (rb_fd_copy): Change function argument. Nowkosaki
2011-04-30* include/ruby/intern.h (rb_thread_select): mark as deprecated.kosaki
2011-04-23* include/ruby/intern.h: pcc can't use __builtin_constant_p.naruse
2011-04-06* include/ruby/intern.h: parenthesize macro arguments.akr
2011-03-22* numeric.c (flo_round): fix inaccurate results.nobu
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-03-05 * include/ruby/intern.h: fix a typo of prototype declaration.nagachika
2011-02-12* thread.c (rb_thread_io_blocking_region): new function to runnobu
2011-01-30* string.c (rb_str_ellipsize): new function to ellipsize a string.nobu
2011-01-05* array.c (rb_ary_modify): export.nobu
2011-01-05* array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu
2011-01-01 * intern.h (VALUE rb_ary_join): I have never seen this functionnobu
2010-12-28 * re.c (rb_reg_expr_str): need to escape if the coderage is invalid.usa
2010-12-07* transcode.c (transcode_loop): call default handler of the givennobu
2010-12-04* hash.c (rb_hash_update_by): new API for Hash#update.nobu
2010-10-24* include/ruby/intern.h (rb_check_frozen): optimize.nobu
2010-09-11* include/ruby/intern.h (rb_set_kcode, rb_get_kcode): removednobu
2010-09-10* random.c (rb_genrand_ulong_limited): renamed fromnaruse
2010-08-14* thread.c (rb_gc_mark_threads): deprecated.nobu
2010-08-14* include/ruby/intern.h (rb_time_interval): used in io/wait.nobu
2010-08-14* include/ruby/intern.h (rb_make_backtrace, rb_make_exception):nobu
2010-08-03* hash.c (rb_check_hash_type): added.nobu
2010-07-29* util.c (ruby_add_suffix): fixed a bug returning uninitializednobu
2010-07-27* defines.h, intern.h, missing.h, ruby.h, st.h, util.h: includenobu
2010-07-22* include/ruby/{intern,io}.h: add missing prototypes.nobu
2010-07-21* configure.in (XCFLAGS): use -fvisibility=hidden if possible.nobu
2010-07-17* thread.c (rb_thread_wakeup_alive): split from rb_thread_wakeup.nobu
2010-05-12* include/ruby/intern.h (rb_quad_pack): deprecated.akr
2010-04-30* merge some patches from win32-uncode-test branch.usa
2010-03-30* file.c (rb_file_dirname): split from rb_file_s_dirname.nobu
2010-03-13* load.c (rb_get_expanded_load_path): does not expand paths if allshugo
2010-03-11* ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and removenobu
2010-02-26* pack.c: fix q and Q for big endian environments which have noakr
2010-02-13* marshal.c (r_object0): register regexp object before encodingnobu
2010-01-12* prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr
2010-01-11* string.c (rb_str_strlen): added. [ruby-dev:40028]naruse
2009-12-23* iseq.c (iseq_s_disasm): return nil for native methods.nobu
2009-12-05* marshal.c (w_object): dump instance variables when usingnobu