aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* * include/ruby/encoding.h (rb_econv_putbackable): declared.akr2008-08-171-1/+3
* * include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off,akr2008-08-161-2/+16
* * include/ruby/encoding.h (rb_econv_check_error): declared.akr2008-08-161-1/+3
* * include/ruby/encoding.h (rb_econv_elem_t): fields removed: from andakr2008-08-161-2/+3
* * include/ruby/encoding.h (rb_econv_t): add fields: in_buf_start,akr2008-08-161-5/+12
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-0/+6
* * include/ruby/ruby.h: commit miss.nobu2008-08-161-0/+1
* * include/ruby/ruby.h (SSIZET2NUM, NUM2SSIZET, SSIZE_MAX, SSIZE_MIN):nobu2008-08-151-0/+20
* * include/ruby/encoding.h (rb_econv_output): add str_encodingakr2008-08-151-1/+4
* * include/ruby/encoding.h (rb_econv_t): add error_tc in last_error.akr2008-08-151-0/+1
* * include/ruby/encoding.h (rb_econv_t): new field: last_error.akr2008-08-151-0/+11
* * include/ruby/encoding.h (rb_econv_output): declared.akr2008-08-141-3/+7
* * include/ruby/encoding.h (ECONV_UNIVERSAL_NEWLINE_DECODER): defined.akr2008-08-141-0/+9
* * include/ruby/encoding.h (rb_econv_result_t): moved fromakr2008-08-141-0/+41
* * include/ruby/encoding.h (rb_enc_ispunct): added.nobu2008-08-141-0/+1
* * include/ruby/defines.h (RUBY_ALIAS_FUNCTION): fallback definition.nobu2008-08-141-0/+5
* * thread.c (rb_thread_check_ints): added. please note thatko12008-08-131-0/+1
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-7/+9
* * error.c (rb_eEncCompatError): add Exception.naruse2008-08-121-0/+1
* * string.c (rb_str_drop_bytes): new function to drop first bytes.nobu2008-08-121-1/+1
* * string.c (rb_str_drop): new function to drop first bytes.nobu2008-08-121-0/+1
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-08-121-8/+23
* * gc.c (STACK_LEVEL_MAX, ruby_stack_length): returns size_t.nobu2008-08-091-1/+1
* add a comment.akr2008-08-071-1/+1
* * eval_intern.h: Add support to Haiku. see [ruby-core:18110]naruse2008-08-061-1/+1
* * include/ruby/win32.h, bcc32/Makefile.sub (config.h): bcc 5.8 hasnobu2008-08-051-1/+1
* * array.c (rb_ary_sort_bang): respect overridden <=> for String andnobu2008-08-042-2/+4
* * array.c (rb_ary_tmp_new): added.nobu2008-08-041-0/+1
* * include/ruby/ruby.h (struct RString): size of ary must bemame2008-07-311-1/+1
* * include/ruby/ruby.h: add a type T_DEFERRED.ko12008-07-271-0/+2
* * include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): newnobu2008-07-221-0/+3
* * include/ruby/intern.h (rb_str_buf_new2): optimization for literals.nobu2008-07-211-0/+7
* * include/ruby/intern.h (rb_str_buf_cat2, rb_str_cat2): optimizationnobu2008-07-211-20/+32
* * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): typo.usa2008-07-121-2/+2
* * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): fixed typo.nobu2008-07-121-6/+6
* * include/ruby/intern.h (HAVE_RUBY_RUBY_H): defines macros so thatnobu2008-07-124-5/+23
* * configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t.nobu2008-07-121-13/+36
* * include/ruby/win32.h (pipe): prohibit inheritance.usa2008-07-101-1/+1
* * dir.c: shoudn't use ruby object in globbing, because glob serviceusa2008-07-081-2/+2
* * dir.c: preserve encoding of strings in glob and fnmatch.naruse2008-07-071-3/+2
* * include/ruby/ruby.h (NUM2INT): cast to int.akr2008-07-051-4/+4
* rename rb_pipe_internal to rb_pipe.akr2008-07-051-0/+1
* * include/ruby/oniguruma.h (OnigEncoding): removed auxiliary_data.nobu2008-07-042-10/+10
* * include/ruby/intern.h: remove prototypes about coverage.mame2008-07-031-2/+0
* * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame2008-07-031-0/+2
* * gc.c: add rb_during_gc(). based on a patch from arton <artonx ATsuke2008-07-021-0/+1
* * compile.h, insns.def: reduce insn operand of "trace".ko12008-07-011-12/+13
* * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei2008-07-011-2/+2
* * regexec.c (stack_double): use MatchStackLimitSize atomically.nobu2008-07-011-16/+16
* * include/ruby/st.h (struct st_table): type of bit-fieldshyouhei2008-07-011-0/+3