| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * encoding.c (rb_isalnum): defined. | akr | 2008-01-03 | 2 | -29/+29 |
* | * include/ruby/encoding.h (rb_isascii): simplified. | akr | 2008-01-03 | 3 | -13/+16 |
* | * util.c (ruby_strtoul): locale independent strtoul is implemented to | akr | 2008-01-02 | 2 | -4/+3 |
* | * include/ruby/missing.h (strcasecmp): removed. | akr | 2008-01-02 | 1 | -8/+0 |
* | * include/ruby/encoding.h (rb_isascii): defined. | akr | 2008-01-01 | 3 | -14/+36 |
* | * include/ruby/encoding.h (rb_enc_sprintf, rb_enc_vsprintf): prototyped. | nobu | 2007-12-30 | 1 | -0/+7 |
* | * ext/strscan/strscan.c (str_new): new function for allocate an string | akr | 2007-12-28 | 1 | -1/+1 |
* | * encoding.c (rb_locale_encoding): defined. | akr | 2007-12-28 | 1 | -0/+1 |
* | * encoding.c (rb_enc_codelen): show codepoint in error message. | akr | 2007-12-27 | 1 | -1/+1 |
* | * encoding.h (rb_enc_mbc_to_codepoint): wrapper for | nobu | 2007-12-25 | 1 | -4/+7 |
* | * vm.c (rb_frame_method_id_and_class): new function to get the | shugo | 2007-12-25 | 1 | -0/+1 |
* | * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() to | ko1 | 2007-12-25 | 1 | -1/+1 |
* | * include/ruby/encoding.h (rb_enc_left_char_head): new utility macro. | matz | 2007-12-24 | 1 | -0/+3 |
* | * include/ruby/intern.h, random.c, array.c: | akr | 2007-12-24 | 1 | -2/+2 |
* | * load.c (rb_feature_p): returns loading path name too. | nobu | 2007-12-24 | 1 | -0/+1 |
* | comment updated. | akr | 2007-12-23 | 1 | -4/+4 |
* | * encoding.c (rb_enc_codepoint): implemented to raise invalid | akr | 2007-12-23 | 1 | -6/+6 |
* | * include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c, | akr | 2007-12-22 | 1 | -1/+1 |
* | * io.c, io.h: temporary patch to partially implement transcode-on-read and tr... | davidflanagan | 2007-12-22 | 1 | -0/+2 |
* | * common.mk (encs, ext/ripper/ripper.c): needs MFLAGS. | nobu | 2007-12-22 | 1 | -0/+5 |
* | * encoding.c (rb_ascii_encoding): renamed from previous | matz | 2007-12-21 | 1 | -1/+1 |
* | * include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped. | nobu | 2007-12-21 | 2 | -0/+3 |
* | * encoding.c (rb_enc_replicate): now creates first class encoding. | nobu | 2007-12-21 | 1 | -7/+9 |
* | * enumerator.c (enumerator_iter_i): adjusted for rb_block_call_func. | nobu | 2007-12-21 | 1 | -0/+2 |
* | * encoding.c (rb_enc_init): use enc_register_at() directly. | nobu | 2007-12-21 | 1 | -0/+1 |
* | * encoding.c: include locale.h | akr | 2007-12-21 | 1 | -0/+1 |
* | * object.c (rb_obj_freeze): preserve frozen state of immediate | matz | 2007-12-18 | 1 | -0/+1 |
* | * include/ruby/encoding.h (ENC_CODERANGE_VALID): rename from | akr | 2007-12-17 | 1 | -1/+1 |
* | * include/ruby/io.h (MakeOpenFile): fptr->enc should be | matz | 2007-12-13 | 1 | -0/+1 |
* | * encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii. | akr | 2007-12-11 | 1 | -1/+1 |
* | * encoding.c (rb_enc_get_ascii): add an argument to provide the | akr | 2007-12-11 | 1 | -4/+4 |
* | * include/ruby/oniguruma.h (ONIGENC_CONSTRUCT_MBCLEN_NEEDMORE): | akr | 2007-12-11 | 1 | -1/+1 |
* | * transcode.c (str_transcode): allow non-registered encodings. | nobu | 2007-12-10 | 1 | -0/+1 |
* | * parse.y (expr): redefinable not (!) operator. | matz | 2007-12-09 | 1 | -3/+0 |
* | * include/ruby/ruby.h (FilePathStringValue): defined. similar to | akr | 2007-12-09 | 1 | -0/+3 |
* | * encoding.c (rb_enc_mbclen): make it never fail. | akr | 2007-12-08 | 2 | -1/+3 |
* | * encoding.c (rb_enc_precise_mbclen): new function for mbclen with | akr | 2007-12-06 | 2 | -3/+34 |
* | * include/ruby/intern.h (rb_uv_to_utf8): declared. | akr | 2007-12-01 | 1 | -0/+1 |
* | * encoding.c: rename primary_encoding -> default_external (encoding). | matz | 2007-12-01 | 1 | -4/+4 |
* | * insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on third | ko1 | 2007-12-01 | 1 | -0/+1 |
* | * signal.c (ruby_signal): use SA_SIGINFO if available. | matz | 2007-11-30 | 1 | -1/+1 |
* | * signal.c (trap_signm): SIGVTALRM no longer used for green | matz | 2007-11-30 | 1 | -0/+1 |
* | * include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: | akr | 2007-11-27 | 1 | -3/+3 |
* | * include/ruby/encoding.h (rb_enc_str_asciionly_p): declared. | akr | 2007-11-25 | 1 | -0/+2 |
* | * struct.c (rb_struct_alloc_noinit): new function. | akr | 2007-11-23 | 1 | -1/+2 |
* | * struct.c (rb_struct_define_without_accessor): new function. | akr | 2007-11-23 | 1 | -0/+1 |
* | * re.c (match_begin): should return offset by character. | matz | 2007-11-23 | 1 | -2/+2 |
* | * include/ruby/ruby.h: rename RFloat#double_value -> float_value. | ko1 | 2007-11-20 | 1 | -2/+2 |
* | * gc.h, vm_core.h: decl of rb_gc_save_machine_context() | ko1 | 2007-11-20 | 2 | -6/+2 |
* | * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fd | usa | 2007-11-20 | 1 | -1/+1 |