summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-02-23* debug.c (ruby_set_debug_option): separated ruby_each_words().nobu
2008-02-23* follow type.naruse
2008-02-21* include/ruby/encoding.h (rb_enc_asciicompat): dummy encoding is notnaruse
2008-02-20* win32/win32.c (rb_w32_map_errno): exported.nobu
2008-02-18* include/ruby/node.h (NODE_FL_NEWLINE): renamed from NODE_NEWLINEmatz
2008-02-17* encoding.c (ENC_CODERANGE_AND): fix broken case. [ruby-dev:33826]naruse
2008-02-17* encoding.c (ENC_CODERANGE_AND): added.naruse
2008-02-16* include/ruby/re.h (struct rmatch_offset): new struct for characterakr
2008-02-13* include/ruby/ruby.h (RObject): add iv_index_tbl for shortcut ofakr
2008-02-12* string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() formatz
2008-02-12* numeric.c (rb_num_coerce_bin): add ID argument to specifymatz
2008-02-07* math.c (math_gamma): new method Math.gamma.akr
2008-01-27* include/ruby/oniguruma.h: precise mbclen API redesigned to avoidakr
2008-01-26* include/ruby/encoding.h (rb_usascii_encindex): added prototype.nobu
2008-01-25* include/ruby/intern.h (rb_str_buf_cat_ascii): declared.akr
2008-01-24* include/ruby/encoding.h (rb_enc_is_newline): parenthesized arguments.nobu
2008-01-23* string.c (rb_str_each_line): use memchr(3) for faster newlinematz
2008-01-23* encoding.{c, h} (rb_usascii_encoding): added.naruse
2008-01-21* parse.y (rb_intern3): do not call rb_enc_mbclen() if *m ismatz
2008-01-16* file.c (sys_fail2): get rid of unlimited alloca.nobu
2008-01-16* include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace):nobu
2008-01-15* encoding.c (ENC_REGISTER): use &OnigEncoding*.naruse
2008-01-13* include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*naruse
2008-01-11* defines.h (WORDS_BIGENDIAN): honor __BIG_ENDIAN__ than the result ofnobu
2008-01-08* encoding.c, Makefile.in, include/ruby/oniguruma.h,naruse
2008-01-07* include/ruby/oniguruma.h (OnigEncodingType): new memberakr
2008-01-07* encoding.c (rb_enc_internal_get_index): extracted fromakr
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2008-01-06* include/ruby/encoding.h (rb_enc_str_buf_cat): declared.akr
2008-01-04* include/ruby/ruby.h (rb_intern): memorize interned ID for constantakr
2008-01-04* include/ruby/intern.h, re.c (rb_reg_new): keep interface same asnobu
2008-01-04parenthesize macro arguments.akr
2008-01-03* win32.h: only VC6 needs extern "C++" for math.h. [ruby-talk:285660]nobu
2008-01-03* include/ruby/oniguruma.h: Oniguruma 1.9.1 merged.matz
2008-01-03* include/ruby/ruby.h (st_strcasecmp): declared for STRCASECMP.akr
2008-01-03* regenc.h (onigenc_ascii_is_code_ctype): put back.akr
2008-01-03* encoding.c (rb_isalnum): defined.akr
2008-01-03* include/ruby/encoding.h (rb_isascii): simplified.akr
2008-01-02* util.c (ruby_strtoul): locale independent strtoul is implemented toakr
2008-01-02* include/ruby/missing.h (strcasecmp): removed.akr
2008-01-01* include/ruby/encoding.h (rb_isascii): defined.akr
2007-12-30* include/ruby/encoding.h (rb_enc_sprintf, rb_enc_vsprintf): prototyped.nobu
2007-12-28* ext/strscan/strscan.c (str_new): new function for allocate an stringakr
2007-12-28* encoding.c (rb_locale_encoding): defined.akr
2007-12-27* encoding.c (rb_enc_codelen): show codepoint in error message.akr
2007-12-25* encoding.h (rb_enc_mbc_to_codepoint): wrapper fornobu
2007-12-25* vm.c (rb_frame_method_id_and_class): new function to get theshugo
2007-12-25* include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() toko1
2007-12-24* include/ruby/encoding.h (rb_enc_left_char_head): new utility macro.matz
2007-12-24* include/ruby/intern.h, random.c, array.c:akr