summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-03* enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified asakr
2008-01-03* re.c (rb_reg_search): iterate onig_match for reverse mode.akr
2008-01-03* win32.h: only VC6 needs extern "C++" for math.h. [ruby-talk:285660]nobu
2008-01-03* include/ruby/oniguruma.h: Oniguruma 1.9.1 merged.matz
2008-01-03* io.c (io_ungetc): move data in buffer if it is required to store theakr
2008-01-03add a test for getc with stateful conversion.akr
2008-01-03* include/ruby/ruby.h (st_strcasecmp): declared for STRCASECMP.akr
2008-01-03* eval_jump.c (rb_f_catch): Resotre cfp if catched thrown object.ko1
2008-01-03Added known bug from ruby-core:14537ryan
2008-01-03* bootstraptest/test_eval.rb, test_knownbug.rb: move a fixed test.ko1
2008-01-03* encoding.c: (rb_tolower, rb_toupper): body was exchanged.akr
2008-01-03* regenc.h (onigenc_ascii_is_code_ctype): put back.akr
2008-01-03* encoding.c (rb_isalnum): defined.akr
2008-01-03* include/ruby/encoding.h (rb_isascii): simplified.akr
2008-01-03* parse.y (parser_magic_comment): use STRNCASECMP.akr
2008-01-03downcase MUL_OVERFLOW. it is a local variable.akr
2008-01-03update dependency for alloca.o and dmydln.o.akr
2008-01-03update golf dependency.akr
2008-01-03* time.c: don't mention an obsolete library, ParseDate.akr
2008-01-03* io.c (fptr_finalize): clear errno first. [ruby-talk:284492]nobu
2008-01-03* 2007-01-03usa
2008-01-02* enc/us_ascii.c: add us_ascii_ prefix for functions to easeakr
2008-01-02* bignum.c (conv_digit): use ISDIGIT, ISLOWER and ISUPPER.akr
2008-01-02* util.c (ruby_strtoul): "0x", "+" and "-" is not a valid integer.akr
2008-01-02don't need to include ruby/util.h.akr
2008-01-02describe about OS.akr
2008-01-02use signed char explicitly for table in scan_digits.akr
2008-01-02* util.c (ruby_strtoul): locale independent strtoul is implemented toakr
2008-01-02* include/ruby/missing.h (strcasecmp): removed.akr
2008-01-02* common.mk (strcasecmp.o): removed.akr
2008-01-02* missing/strcasecmp.c: removed. Ruby don't use locale dependentakr
2008-01-02* 2008-01-02usa
2008-01-02use hard tab.tadf
2008-01-02 * sample/time.rb: use Process.times instead of Time.times.tadf
2008-01-02removed an entry.tadf
2008-01-02 * sample/goodfriday.rb: examples for date are enough. retired.tadf
2008-01-02 * sample/cal.rb: just updated with the newest version.tadf
2008-01-01thread_pthread.c -> thread_$(THREAD_MODEL).c.akr
2008-01-01* enc/depend: dependency updated.akr
2008-01-01* ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: Update nkf.naruse
2008-01-01thread_pthread.h -> thread_$(THREAD_MODEL).h.akr
2008-01-01* common.mk: dependency updated.akr
2008-01-01abolish warnings by previous change.akr
2008-01-01* include/ruby/encoding.h (rb_isascii): defined.akr
2008-01-01* io.c (rb_io_mode_enc): encoding spec is not allowed in binary mode.nobu
2008-01-01add a test: "y".count("a\\-z") should be 0.akr
2008-01-01* lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog:matz
2008-01-01* string.c (rb_str_substr): offset movement bug. a patch frommatz
2007-12-31* bootstraptest/test_knownbug.rb: more portable waymatz
2007-12-31* bootstraptest/test_knownbug.rb: shut up syntax errormatz