aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * re.c (rb_reg_search): avoid inner loop for reverse search.matz2008-01-043-28/+17
* * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified asakr2008-01-0319-162/+201
* * re.c (rb_reg_search): iterate onig_match for reverse mode.akr2008-01-032-8/+27
* * win32.h: only VC6 needs extern "C++" for math.h. [ruby-talk:285660]nobu2008-01-032-8/+10
* * include/ruby/oniguruma.h: Oniguruma 1.9.1 merged.matz2008-01-0323-652/+872
* * io.c (io_ungetc): move data in buffer if it is required to store theakr2008-01-032-1/+12
* add a test for getc with stateful conversion.akr2008-01-031-0/+11
* * include/ruby/ruby.h (st_strcasecmp): declared for STRCASECMP.akr2008-01-032-7/+14
* * eval_jump.c (rb_f_catch): Resotre cfp if catched thrown object.ko12008-01-032-0/+6
* Added known bug from ruby-core:14537ryan2008-01-031-0/+9
* * bootstraptest/test_eval.rb, test_knownbug.rb: move a fixed test.ko12008-01-033-9/+14
* * encoding.c: (rb_tolower, rb_toupper): body was exchanged.akr2008-01-032-2/+6
* * regenc.h (onigenc_ascii_is_code_ctype): put back.akr2008-01-033-2/+5
* * encoding.c (rb_isalnum): defined.akr2008-01-035-121/+189
* * include/ruby/encoding.h (rb_isascii): simplified.akr2008-01-035-14/+35
* * parse.y (parser_magic_comment): use STRNCASECMP.akr2008-01-032-2/+7
* downcase MUL_OVERFLOW. it is a local variable.akr2008-01-031-2/+2
* update dependency for alloca.o and dmydln.o.akr2008-01-031-3/+4
* update golf dependency.akr2008-01-031-3/+10
* * time.c: don't mention an obsolete library, ParseDate.akr2008-01-032-1/+5
* * io.c (fptr_finalize): clear errno first. [ruby-talk:284492]nobu2008-01-032-0/+5
* * 2007-01-03usa2008-01-031-3/+3
* * enc/us_ascii.c: add us_ascii_ prefix for functions to easeakr2008-01-0211-96/+119
* * bignum.c (conv_digit): use ISDIGIT, ISLOWER and ISUPPER.akr2008-01-022-3/+7
* * util.c (ruby_strtoul): "0x", "+" and "-" is not a valid integer.akr2008-01-022-2/+13
* don't need to include ruby/util.h.akr2008-01-021-1/+0
* describe about OS.akr2008-01-021-1/+2
* use signed char explicitly for table in scan_digits.akr2008-01-021-1/+1
* * util.c (ruby_strtoul): locale independent strtoul is implemented toakr2008-01-0211-211/+142
* * include/ruby/missing.h (strcasecmp): removed.akr2008-01-022-9/+4
* * common.mk (strcasecmp.o): removed.akr2008-01-022-2/+5
* * missing/strcasecmp.c: removed. Ruby don't use locale dependentakr2008-01-025-37/+12
* * 2008-01-02usa2008-01-021-3/+3
* use hard tab.tadf2008-01-022-2/+2
* * sample/time.rb: use Process.times instead of Time.times.tadf2008-01-022-6/+14
* removed an entry.tadf2008-01-021-1/+0
* * sample/goodfriday.rb: examples for date are enough. retired.tadf2008-01-022-48/+4
* * sample/cal.rb: just updated with the newest version.tadf2008-01-022-24/+28
* thread_pthread.c -> thread_$(THREAD_MODEL).c.akr2008-01-011-91/+52
* * enc/depend: dependency updated.akr2008-01-012-1/+5
* * ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: Update nkf.naruse2008-01-016-867/+801
* thread_pthread.h -> thread_$(THREAD_MODEL).h.akr2008-01-011-18/+18
* * common.mk: dependency updated.akr2008-01-012-169/+278
* abolish warnings by previous change.akr2008-01-011-15/+10
* * include/ruby/encoding.h (rb_isascii): defined.akr2008-01-0114-39/+152
* * io.c (rb_io_mode_enc): encoding spec is not allowed in binary mode.nobu2008-01-012-0/+8
* add a test: "y".count("a\\-z") should be 0.akr2008-01-011-0/+1
* * lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog:matz2008-01-0116-67/+91
* * string.c (rb_str_substr): offset movement bug. a patch frommatz2008-01-012-2/+8
* * bootstraptest/test_knownbug.rb: more portable waymatz2007-12-311-1/+1