summaryrefslogtreecommitdiff
path: root/include/ruby/encoding.h
AgeCommit message (Expand)Author
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-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-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/intern.h, re.c (rb_reg_new): keep interface same asnobu
2008-01-03* encoding.c (rb_isalnum): defined.akr
2008-01-03* include/ruby/encoding.h (rb_isascii): simplified.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-24* include/ruby/encoding.h (rb_enc_left_char_head): new utility macro.matz
2007-12-23comment updated.akr
2007-12-23* encoding.c (rb_enc_codepoint): implemented to raise invalidakr
2007-12-22* include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c,akr
2007-12-21* encoding.c (rb_ascii_encoding): renamed from previousmatz
2007-12-21* encoding.c (rb_enc_replicate): now creates first class encoding.nobu
2007-12-21* encoding.c (rb_enc_init): use enc_register_at() directly.nobu
2007-12-21* encoding.c: include locale.hakr
2007-12-17* include/ruby/encoding.h (ENC_CODERANGE_VALID): rename fromakr
2007-12-11* encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii.akr
2007-12-11* encoding.c (rb_enc_get_ascii): add an argument to provide the akr
2007-12-10* transcode.c (str_transcode): allow non-registered encodings.nobu
2007-12-08* encoding.c (rb_enc_mbclen): make it never fail.akr
2007-12-06* encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr
2007-12-01* encoding.c: rename primary_encoding -> default_external (encoding).matz
2007-11-27* include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: akr
2007-11-25* include/ruby/encoding.h (rb_enc_str_asciionly_p): declared.akr
2007-10-22* encoding.c (rb_enc_compatible): check if two objects have compatiblenobu
2007-10-21* encoding.c (rb_enc_default, rb_enc_primary): return pointers tonobu
2007-10-16* encoding.c (rb_primary_encoding): added Encoding.primary_encoding.nobu
2007-10-13* encoding.c (rb_cEncoding): new Encoding class.nobu
2007-10-04* encoding.c (rb_obj_encoding): returns encoding of the given object.nobu
2007-09-30* string.c (rb_str_append): always set encoding, and coderangenobu
2007-09-28* encoding.c (rb_enc_alias): allow encodings multiple aliases.nobu
2007-09-26* encoding.c (rb_enc_associate_index): deal with ASCII compatiblenobu
2007-09-26* encoding.c (rb_enc_check): check for ASCII-compatibilities.nobu
2007-09-06* array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz
2007-09-06* string.c (rb_str_succ, rb_str_chop_bang, rb_str_chop): m17n support.nobu
2007-08-27* encoding.c (rb_enc_codelen): raises invalid sequence exceptionmatz
2007-08-25* include/ruby/encoding.h: remove unused rb_enc_ismbchar().matz