aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * file.c (sys_fail2): get rid of unlimited alloca.nobu2008-01-161-0/+2
* * include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace):nobu2008-01-161-0/+2
* * encoding.c (ENC_REGISTER): use &OnigEncoding*.naruse2008-01-151-2/+0
* * include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*naruse2008-01-131-58/+0
* * defines.h (WORDS_BIGENDIAN): honor __BIG_ENDIAN__ than the result ofnobu2008-01-111-7/+10
* * encoding.c, Makefile.in, include/ruby/oniguruma.h,naruse2008-01-081-8/+8
* * include/ruby/oniguruma.h (OnigEncodingType): new memberakr2008-01-072-1/+2
* * encoding.c (rb_enc_internal_get_index): extracted fromakr2008-01-071-3/+27
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-0610-10/+0
* * include/ruby/encoding.h (rb_enc_str_buf_cat): declared.akr2008-01-061-0/+1
* * include/ruby/ruby.h (rb_intern): memorize interned ID for constantakr2008-01-041-0/+14
* * include/ruby/intern.h, re.c (rb_reg_new): keep interface same asnobu2008-01-042-2/+5
* parenthesize macro arguments.akr2008-01-041-11/+11
* * win32.h: only VC6 needs extern "C++" for math.h. [ruby-talk:285660]nobu2008-01-031-8/+6
* * include/ruby/oniguruma.h: Oniguruma 1.9.1 merged.matz2008-01-031-6/+13
* * include/ruby/ruby.h (st_strcasecmp): declared for STRCASECMP.akr2008-01-031-7/+9
* * regenc.h (onigenc_ascii_is_code_ctype): put back.akr2008-01-031-2/+0
* * encoding.c (rb_isalnum): defined.akr2008-01-032-29/+29
* * include/ruby/encoding.h (rb_isascii): simplified.akr2008-01-033-13/+16
* * util.c (ruby_strtoul): locale independent strtoul is implemented toakr2008-01-022-4/+3
* * include/ruby/missing.h (strcasecmp): removed.akr2008-01-021-8/+0
* * include/ruby/encoding.h (rb_isascii): defined.akr2008-01-013-14/+36
* * include/ruby/encoding.h (rb_enc_sprintf, rb_enc_vsprintf): prototyped.nobu2007-12-301-0/+7
* * ext/strscan/strscan.c (str_new): new function for allocate an stringakr2007-12-281-1/+1
* * encoding.c (rb_locale_encoding): defined.akr2007-12-281-0/+1
* * encoding.c (rb_enc_codelen): show codepoint in error message.akr2007-12-271-1/+1
* * encoding.h (rb_enc_mbc_to_codepoint): wrapper fornobu2007-12-251-4/+7
* * vm.c (rb_frame_method_id_and_class): new function to get theshugo2007-12-251-0/+1
* * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() toko12007-12-251-1/+1
* * include/ruby/encoding.h (rb_enc_left_char_head): new utility macro.matz2007-12-241-0/+3
* * include/ruby/intern.h, random.c, array.c:akr2007-12-241-2/+2
* * load.c (rb_feature_p): returns loading path name too.nobu2007-12-241-0/+1
* comment updated.akr2007-12-231-4/+4
* * encoding.c (rb_enc_codepoint): implemented to raise invalidakr2007-12-231-6/+6
* * include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c,akr2007-12-221-1/+1
* * io.c, io.h: temporary patch to partially implement transcode-on-read and tr...davidflanagan2007-12-221-0/+2
* * common.mk (encs, ext/ripper/ripper.c): needs MFLAGS.nobu2007-12-221-0/+5
* * encoding.c (rb_ascii_encoding): renamed from previousmatz2007-12-211-1/+1
* * include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped.nobu2007-12-212-0/+3
* * encoding.c (rb_enc_replicate): now creates first class encoding.nobu2007-12-211-7/+9
* * enumerator.c (enumerator_iter_i): adjusted for rb_block_call_func.nobu2007-12-211-0/+2
* * encoding.c (rb_enc_init): use enc_register_at() directly.nobu2007-12-211-0/+1
* * encoding.c: include locale.hakr2007-12-211-0/+1
* * object.c (rb_obj_freeze): preserve frozen state of immediatematz2007-12-181-0/+1
* * include/ruby/encoding.h (ENC_CODERANGE_VALID): rename fromakr2007-12-171-1/+1
* * include/ruby/io.h (MakeOpenFile): fptr->enc should bematz2007-12-131-0/+1
* * encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii.akr2007-12-111-1/+1
* * encoding.c (rb_enc_get_ascii): add an argument to provide the akr2007-12-111-4/+4
* * include/ruby/oniguruma.h (ONIGENC_CONSTRUCT_MBCLEN_NEEDMORE):akr2007-12-111-1/+1
* * transcode.c (str_transcode): allow non-registered encodings.nobu2007-12-101-0/+1