aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * regenc.h (onigenc_ascii_is_code_ctype): put back.akr2008-01-031-0/+4
* * encoding.c (rb_isalnum): defined.akr2008-01-031-0/+63
* * include/ruby/encoding.h (rb_isascii): simplified.akr2008-01-031-0/+19
* * parse.y (parser_magic_comment): use STRNCASECMP.akr2008-01-031-0/+5
* * time.c: don't mention an obsolete library, ParseDate.akr2008-01-031-0/+4
* * io.c (fptr_finalize): clear errno first. [ruby-talk:284492]nobu2008-01-031-0/+4
* * enc/us_ascii.c: add us_ascii_ prefix for functions to easeakr2008-01-021-0/+23
* * bignum.c (conv_digit): use ISDIGIT, ISLOWER and ISUPPER.akr2008-01-021-0/+4
* * util.c (ruby_strtoul): "0x", "+" and "-" is not a valid integer.akr2008-01-021-0/+6
* describe about OS.akr2008-01-021-1/+2
* * util.c (ruby_strtoul): locale independent strtoul is implemented toakr2008-01-021-0/+21
* * include/ruby/missing.h (strcasecmp): removed.akr2008-01-021-1/+4
* * common.mk (strcasecmp.o): removed.akr2008-01-021-0/+5
* * missing/strcasecmp.c: removed. Ruby don't use locale dependentakr2008-01-021-0/+11
* * sample/time.rb: use Process.times instead of Time.times.tadf2008-01-021-0/+4
* * sample/goodfriday.rb: examples for date are enough. retired.tadf2008-01-021-0/+4
* * sample/cal.rb: just updated with the newest version.tadf2008-01-021-0/+4
* * enc/depend: dependency updated.akr2008-01-011-0/+4
* * ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: Update nkf.naruse2008-01-011-0/+10
* * common.mk: dependency updated.akr2008-01-011-0/+4
* * include/ruby/encoding.h (rb_isascii): defined.akr2008-01-011-0/+44
* * io.c (rb_io_mode_enc): encoding spec is not allowed in binary mode.nobu2008-01-011-0/+5
* * lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog:matz2008-01-011-0/+6
* * string.c (rb_str_substr): offset movement bug. a patch frommatz2008-01-011-0/+6
* * encoding.c (rb_to_encoding): raises for non-nil, non-encoding,nobu2007-12-311-0/+5
* * ruby.c (process_options): rejects dummy encoding.nobu2007-12-311-0/+4
* * ruby.c (proc_options, process_options): delays finding encodingnobu2007-12-311-0/+5
* * string.c (rb_str_resize): embeds if ptr is null. [ruby-dev:32819]nobu2007-12-311-0/+4
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo2007-12-311-0/+8
* * thread_pthread.c (native_sleep): timespec tv_sec may overflow onmatz2007-12-311-0/+6
* * string.c (IS_7BIT): removed.akr2007-12-311-0/+15
* * main.c, goruby.c (RUBY_MAIN_INIT): removed.nobu2007-12-301-0/+7
* * trunk/common.mk: not use -I$(srcdir)/lib with $(MINIRUBY) for crossnobu2007-12-301-0/+8
* * include/ruby/encoding.h (rb_enc_sprintf, rb_enc_vsprintf): prototyped.nobu2007-12-301-0/+7
* * golf_prelude.rb (String#/): define / as split, as association ofusa2007-12-301-0/+5
* * golf_prelude.rb (@@golf_hash): for performance improvement.eban2007-12-301-0/+4
* * lib/date.rb (_valid_time?): I'm not sure to recommend such antadf2007-12-301-0/+5
* * parse.y (program, yycompile0): too early to drop lex_lastline innobu2007-12-301-0/+5
* * bootstraptest/test_knownbug.rb: support DOSISH.usa2007-12-301-0/+4
* * encoding.c (Init_Encoding): registered rb_encoding differs fromnobu2007-12-301-0/+5
* * parse.y (program): clear input strings after all process.nobu2007-12-301-0/+7
* * configure.in: rm largefile.h.naruse2007-12-301-0/+10
* * encoding.c (Init_encoding): register Windows-31J and its alias.usa2007-12-291-0/+7
* * lib/mkmf.rb (depend_rules): need to convert `/' to `\' for windowsusa2007-12-291-0/+5
* * enc/Makefile.in (DLDFLAGS): like as extensions. [ruby-core:14567]nobu2007-12-291-0/+4
* * io.c (io_fflush): don't retry when wbuf modified by other threads.akr2007-12-291-0/+4
* * re.c (rb_reg_regsub): returns the given string itself if nothingnobu2007-12-291-0/+9
* * common.mk (clean, distclean, realclean): should include clean-encnobu2007-12-291-0/+5
* changelog for previous change.akr2007-12-291-0/+9
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throws):gotoyuzo2007-12-281-0/+9