aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/ruby.h (INT2NUM): just use a simple macro on LP64.akr2008-08-211-10/+15
* fix previsous change again.akr2008-08-211-4/+6
* * include/ruby/ruby.h: fix previous change for LP64.akr2008-08-211-2/+6
* * include/ruby/ruby.h (NUM2LONG): make it inline function to evalueteakr2008-08-211-7/+44
* * configure.in: removed strftime from AC_REPLACE_FUNCS().shugo2008-08-201-4/+0
* * include/ruby/io.h (FMODE_TRUNC): value changed because 0x100 is usedakr2008-08-191-1/+3
* * include/ruby/io.h (FMODE_TRUNC): new constant.akr2008-08-191-0/+1
* * include/ruby/io.h (rb_fopen): declaration removed.akr2008-08-191-1/+0
* * include/ruby/io.h (FMODE_READWRITE): define asakr2008-08-191-2/+1
* * include/ruby/io.h (FMODE_*): sorted and describe the values inakr2008-08-191-11/+12
* * io.c (make_writeconv): if enc and enc2 is set, convertakr2008-08-181-1/+1
* * include/ruby/io.h (rb_io_t): new fields: writeconv,akr2008-08-182-0/+13
* update comment.akr2008-08-181-2/+9
* * lib/mkmf.rb (init_mkmf): add include/ruby/backward to $INCFLAGS.nobu2008-08-172-0/+12
* * 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