summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-01-03* io.c (io_ungetc): move data in buffer if it is required to store theakr
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-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-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-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-02describe about OS.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 * sample/time.rb: use Process.times instead of Time.times.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-01* enc/depend: dependency updated.akr
2008-01-01* ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: Update nkf.naruse
2008-01-01* common.mk: dependency updated.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-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* encoding.c (rb_to_encoding): raises for non-nil, non-encoding,nobu
2007-12-31* ruby.c (process_options): rejects dummy encoding.nobu
2007-12-31* ruby.c (proc_options, process_options): delays finding encodingnobu
2007-12-31* string.c (rb_str_resize): embeds if ptr is null. [ruby-dev:32819]nobu
2007-12-31* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo
2007-12-31* thread_pthread.c (native_sleep): timespec tv_sec may overflow onmatz
2007-12-31* string.c (IS_7BIT): removed.akr
2007-12-30* main.c, goruby.c (RUBY_MAIN_INIT): removed.nobu
2007-12-30* trunk/common.mk: not use -I$(srcdir)/lib with $(MINIRUBY) for crossnobu
2007-12-30* include/ruby/encoding.h (rb_enc_sprintf, rb_enc_vsprintf): prototyped.nobu
2007-12-30 * golf_prelude.rb (String#/): define / as split, as association ofusa
2007-12-30* golf_prelude.rb (@@golf_hash): for performance improvement.eban
2007-12-30 * lib/date.rb (_valid_time?): I'm not sure to recommend such antadf
2007-12-30* parse.y (program, yycompile0): too early to drop lex_lastline innobu
2007-12-30 * bootstraptest/test_knownbug.rb: support DOSISH.usa
2007-12-30* encoding.c (Init_Encoding): registered rb_encoding differs fromnobu
2007-12-30* parse.y (program): clear input strings after all process.nobu
2007-12-30* configure.in: rm largefile.h.naruse
2007-12-29 * encoding.c (Init_encoding): register Windows-31J and its alias.usa
2007-12-29 * lib/mkmf.rb (depend_rules): need to convert `/' to `\' for windowsusa
2007-12-29* enc/Makefile.in (DLDFLAGS): like as extensions. [ruby-core:14567]nobu