summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * parse.y (expr): redefinable not (!) operator.matz2007-12-091-3/+0
* * include/ruby/ruby.h (FilePathStringValue): defined. similar toakr2007-12-091-0/+3
* * encoding.c (rb_enc_mbclen): make it never fail.akr2007-12-082-1/+3
* * encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr2007-12-062-3/+34
* * include/ruby/intern.h (rb_uv_to_utf8): declared.akr2007-12-011-0/+1
* * encoding.c: rename primary_encoding -> default_external (encoding).matz2007-12-011-4/+4
* * insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on thirdko12007-12-011-0/+1
* * signal.c (ruby_signal): use SA_SIGINFO if available.matz2007-11-301-1/+1
* * signal.c (trap_signm): SIGVTALRM no longer used for greenmatz2007-11-301-0/+1
* * include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: akr2007-11-271-3/+3
* * include/ruby/encoding.h (rb_enc_str_asciionly_p): declared.akr2007-11-251-0/+2
* * struct.c (rb_struct_alloc_noinit): new function.akr2007-11-231-1/+2
* * struct.c (rb_struct_define_without_accessor): new function.akr2007-11-231-0/+1
* * re.c (match_begin): should return offset by character.matz2007-11-231-2/+2
* * include/ruby/ruby.h: rename RFloat#double_value -> float_value.ko12007-11-201-2/+2
* * gc.h, vm_core.h: decl of rb_gc_save_machine_context()ko12007-11-202-6/+2
* * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fdusa2007-11-201-1/+1
* * include/ruby/io.h (rb_io_t): add tied_io_for_writing member.akr2007-11-201-0/+2
* * configure.in: check struct timespec, clock_gettime, utimensat,akr2007-11-192-2/+10