aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * include/ruby/encoding.h (ECONV_UNDEF_HEX_CHARREF): defined.akr2008-09-051-0/+1
* * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz2008-09-051-1/+1
* * include/ruby/io.h (rb_io_modestr_fmode): renamed fromakr2008-09-051-3/+7
* * include/ruby/io.h (rb_io_mode_modenum): moved fromakr2008-09-052-1/+1
* * include/ruby/intern.h (rb_file_open_str): declared.akr2008-09-041-0/+1
* * include/ruby/io.h (rb_io_enc_t): rename flags to ecflags.akr2008-09-041-4/+4
* * include/ruby/encoding.h (ECONV_INVALID_IGNORE): removed becauseakr2008-09-041-2/+0
* * include/ruby/io.h (rb_io_t): new fields: encs.ecopts andakr2008-09-032-2/+9
* * include/ruby/encoding.h (rb_econv_set_replacemenet): declared.akr2008-09-031-0/+3
* * include/ruby/encoding.h (rb_econv_option_t): removed. Sinceakr2008-09-032-12/+7
* * include/ruby/signal.h: removed.ko12008-09-031-92/+0
* * include/ruby/intern.h: rename RB_UBF_DFL toko12008-08-311-1/+2
* * include/ruby/intern.h (rb_file_s_absolute_path),nobu2008-08-291-0/+2
* * gc.c, include/ruby/ruby.h: rename T_DEFERRED to T_ZOMBIE.ko12008-08-291-2/+2
* * win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped fileusa2008-08-281-1/+4
* * include/ruby/io.h (rb_io_t): refcnt field removed.akr2008-08-271-2/+0
* * include/ruby/encoding.h (rb_econv_result_t): enumeration constant:akr2008-08-261-0/+1
* * include/ruby/io.h (rb_io_t): rename crbuf to cbuf.akr2008-08-261-8/+8
* * include/ruby/encoding.h (rb_econv_elem_t): move to transcode.cakr2008-08-261-41/+1
* * transcode.c (rb_econv_open): disable newline conversion for ASCIIakr2008-08-261-0/+6
* * include/ruby/io.h (rb_io_t): new field: writeconv_pre_opts.akr2008-08-251-0/+1
* * include/ruby/intern.h (rb_io_ungetbyte): added prototype.nobu2008-08-251-0/+1
* * include/ruby/encoding.h (rb_econv_t): use rb_econv_option_t.akr2008-08-241-5/+5
* * include/ruby/io.h (rb_io_enc_t): add opts field.akr2008-08-241-6/+2
* * include/ruby/encoding.h (rb_str_transcode): make 3rd argumentakr2008-08-241-2/+2
* * include/ruby/io.h (rb_io_t): make enc and enc2 as structakr2008-08-241-4/+6
* add comment.akr2008-08-241-0/+1
* * include/ruby/encoding.h (rb_econv_opts): declared.akr2008-08-241-0/+2
* * include/ruby/encoding.h (rb_econv_option_t): defined.akr2008-08-241-2/+6