aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * io.c (rb_getc, rb_io_fread, rb_io_fwrite, rb_read_pending):mame2008-10-161-5/+0
* * io.c (Init_IO): $FILENAME and $* must be read-only. [ruby-dev:36698]nobu2008-10-141-0/+20
* * include/ruby.h: updated macros for headers. [ruby-core:19275]nobu2008-10-101-2/+1
* * include/ruby/ruby.h: embeds the elements of an array into itsyugui2008-10-091-8/+25
* * encoding.c (rb_default_internal_encoding): merged a patch frommatz2008-10-071-0/+3
* * dln.c: Ruby no longer supports VMS.yugui2008-10-042-10/+1
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-042-9/+2
* * dln.c: Ruby no longer supports MacOS 9 or before.yugui2008-10-041-2/+0
* * dln.c: Ruby no longer supports MS-DOS.yugui2008-10-042-2/+2
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-6/+2
* * sprintf.c (rb_str_format): add %<name>s style named argumentmatz2008-09-301-0/+1
* * include/ruby/encoding.h (rb_str_encode): renamed fromakr2008-09-261-2/+2
* * include/ruby/ruby.h (rb_mPrecision): removed.yugui2008-09-261-1/+0
* * error.c (Init_Exception): introduce EncodingError which is amatz2008-09-261-0/+1
* * transcode.c, include/ruby/encoding.c (rb_transcode_convertible):usa2008-09-261-0/+1
* * include/ruby{io,sig}.h: moved to include/ruby/backward.nobu2008-09-263-1/+6
* * include/rubysig.h: old macros for backward compatibility.nobu2008-09-261-1/+33
* comment changed.akr2008-09-241-2/+2
* * include/ruby/node.h, node.h: move node.h from include path.ko12008-09-231-516/+0
* * thread.c, include/ruby/intern.h (rb_thread_interrupted): added.ko12008-09-231-0/+1
* * ruby.h: fix comment and rename macro HAVE_RUBY_MVM_H toko12008-09-231-2/+2
* * include/ruby/node.h, vm_core.h: move definition ofko12008-09-231-0/+2
* * common.mk: clean upko12008-09-232-9/+1
* * include/ruby/encoding.h (enum): ISO C forbids comma at end ofshyouhei2008-09-221-1/+1
* * complex.c: an instance method image has been removed andtadf2008-09-201-1/+1
* * dln.c: newer BeOS support. a patch from Pete Goodevematz2008-09-191-1/+1
* * grapheme cluster implementation reverted. [ruby-dev:36375]akr2008-09-182-7/+5
* * transcode.c: add "Error" suffix for Encoding exception classes.matz2008-09-181-0/+1
* * string.c (rb_str_casecmp): don't use rb_enc_codepoint.akr2008-09-171-3/+3
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr2008-09-162-2/+4
* * gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko12008-09-151-1/+1
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr2008-09-132-5/+5
* * include/ruby/oniguruma.h (ONIGENC_STEP_BACK): add end argument.akr2008-09-131-3/+3
* * include/ruby/oniguruma.h (onigenc_get_prev_char_head): add endakr2008-09-132-4/+4
* * include/ruby/oniguruma.hakr2008-09-131-1/+1
* * include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): addakr2008-09-132-2/+2
* comment modified.akr2008-09-121-2/+2
* * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.naruse2008-09-112-2/+2
* * include/ruby/encoding.h (econv_after_output): renamed fromakr2008-09-091-2/+2
* * include/ruby/io.h (rb_io_t): rename field: writeconv_stateless toakr2008-09-091-2/+2
* * include/ruby/encoding.h (ECONV_DECORATOR_MASK): mergeakr2008-09-091-13/+10
* fix typos.akr2008-09-092-2/+2
* * include/ruby/encoding.h (rb_econv_decorate_at_first): declared.akr2008-09-081-0/+4
* * include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamedakr2008-09-081-2/+3
* * include/ruby/encoding.h (rb_econv_set_replacement): renamed fromakr2008-09-071-1/+1
* * include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.akr2008-09-071-1/+4
* * include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined.akr2008-09-061-12/+17
* * include/ruby/encoding.h (ECONV_XML_TEXT_ENCODER): renamed fromakr2008-09-061-2/+2
* * include/ruby/encoding.h (ECONV_HTML_TEXT_ENCODER): new constant.akr2008-09-061-0/+2
* comment updated.akr2008-09-051-2/+2