| Commit message (Expand) | Author | Age | Files | Lines |
* | Second merge from trunk.rexml_adds_tests | ser | 2008-09-22 | 4 | -18/+19 |
* | Merged changes from trunk | ser | 2008-09-21 | 13 | -217/+455 |
* | Merged revisions 15970-15975,15978-15980,15983,15985-15986,15990-15997,16003,... | ser | 2008-06-12 | 6 | -83/+167 |
* | * include/ruby/node.h: add new constants for rb_call()'s scope. | matz | 2008-04-01 | 1 | -0/+5 |
* | * re.c (rb_memsearch_ss): simple shift search. | naruse | 2008-03-17 | 2 | -1/+1 |
* | both complex and rational are now builtin classes. | tadf | 2008-03-16 | 2 | -0/+41 |
* | * include/ruby/ruby.h (inttypes.h): includes always if available. | nobu | 2008-03-14 | 1 | -0/+4 |
* | * include/ruby/missing.h (cbrt): add declaration. | akr | 2008-03-06 | 1 | -0/+4 |
* | * include/ruby/encoding.h (rb_str_coderange_scan_restartable): added | nobu | 2008-02-28 | 1 | -0/+1 |
* | * include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN. | akr | 2008-02-25 | 1 | -6/+6 |
* | * debug.c (ruby_set_debug_option): separated ruby_each_words(). | nobu | 2008-02-23 | 1 | -0/+2 |
* | * follow type. | naruse | 2008-02-23 | 1 | -1/+1 |
* | * include/ruby/encoding.h (rb_enc_asciicompat): dummy encoding is not | naruse | 2008-02-21 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_map_errno): exported. | nobu | 2008-02-20 | 1 | -0/+1 |
* | * include/ruby/node.h (NODE_FL_NEWLINE): renamed from NODE_NEWLINE | matz | 2008-02-18 | 1 | -2/+2 |
* | * encoding.c (ENC_CODERANGE_AND): fix broken case. [ruby-dev:33826] | naruse | 2008-02-17 | 1 | -7/+6 |
* | * encoding.c (ENC_CODERANGE_AND): added. | naruse | 2008-02-17 | 1 | -0/+7 |
* | * include/ruby/re.h (struct rmatch_offset): new struct for character | akr | 2008-02-16 | 1 | -1/+15 |
* | * include/ruby/ruby.h (RObject): add iv_index_tbl for shortcut of | akr | 2008-02-13 | 1 | -0/+5 |
* | * string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() for | matz | 2008-02-12 | 1 | -0/+1 |
* | * numeric.c (rb_num_coerce_bin): add ID argument to specify | matz | 2008-02-12 | 1 | -3/+3 |
* | * math.c (math_gamma): new method Math.gamma. | akr | 2008-02-07 | 1 | -0/+8 |
* | * include/ruby/oniguruma.h: precise mbclen API redesigned to avoid | akr | 2008-01-27 | 2 | -22/+15 |
* | * include/ruby/encoding.h (rb_usascii_encindex): added prototype. | nobu | 2008-01-26 | 2 | -0/+3 |
* | * include/ruby/intern.h (rb_str_buf_cat_ascii): declared. | akr | 2008-01-25 | 1 | -0/+1 |
* | * include/ruby/encoding.h (rb_enc_is_newline): parenthesized arguments. | nobu | 2008-01-24 | 1 | -1/+1 |
* | * string.c (rb_str_each_line): use memchr(3) for faster newline | matz | 2008-01-23 | 1 | -1/+1 |
* | * encoding.{c, h} (rb_usascii_encoding): added. | naruse | 2008-01-23 | 1 | -0/+1 |
* | * parse.y (rb_intern3): do not call rb_enc_mbclen() if *m is | matz | 2008-01-21 | 1 | -0/+3 |
* | * file.c (sys_fail2): get rid of unlimited alloca. | nobu | 2008-01-16 | 1 | -0/+2 |
* | * include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace): | nobu | 2008-01-16 | 1 | -0/+2 |
* | * encoding.c (ENC_REGISTER): use &OnigEncoding*. | naruse | 2008-01-15 | 1 | -2/+0 |
* | * include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding* | naruse | 2008-01-13 | 1 | -58/+0 |
* | * defines.h (WORDS_BIGENDIAN): honor __BIG_ENDIAN__ than the result of | nobu | 2008-01-11 | 1 | -7/+10 |
* | * encoding.c, Makefile.in, include/ruby/oniguruma.h, | naruse | 2008-01-08 | 1 | -8/+8 |
* | * include/ruby/oniguruma.h (OnigEncodingType): new member | akr | 2008-01-07 | 2 | -1/+2 |
* | * encoding.c (rb_enc_internal_get_index): extracted from | akr | 2008-01-07 | 1 | -3/+27 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 10 | -10/+0 |
* | * include/ruby/encoding.h (rb_enc_str_buf_cat): declared. | akr | 2008-01-06 | 1 | -0/+1 |
* | * include/ruby/ruby.h (rb_intern): memorize interned ID for constant | akr | 2008-01-04 | 1 | -0/+14 |
* | * include/ruby/intern.h, re.c (rb_reg_new): keep interface same as | nobu | 2008-01-04 | 2 | -2/+5 |
* | parenthesize macro arguments. | akr | 2008-01-04 | 1 | -11/+11 |
* | * win32.h: only VC6 needs extern "C++" for math.h. [ruby-talk:285660] | nobu | 2008-01-03 | 1 | -8/+6 |
* | * include/ruby/oniguruma.h: Oniguruma 1.9.1 merged. | matz | 2008-01-03 | 1 | -6/+13 |
* | * include/ruby/ruby.h (st_strcasecmp): declared for STRCASECMP. | akr | 2008-01-03 | 1 | -7/+9 |
* | * regenc.h (onigenc_ascii_is_code_ctype): put back. | akr | 2008-01-03 | 1 | -2/+0 |
* | * 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 |