aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * io.c (io_unread): fix typo.usa2007-12-281-0/+4
* * io.c (io_unread): adhoc workaround for non-binary mode of some DOSishusa2007-12-281-0/+5
* * ext/strscan/strscan.c (str_new): new function for allocate an stringakr2007-12-281-0/+9
* * golf_prelude.rb (Object.say): derived from Perl 5.10.eban2007-12-281-0/+4
* * encoding.c (rb_locale_encoding): should check return value fromusa2007-12-281-0/+13
* * ext/readline/readline.c (readline_readline, readline_s_set_input):usa2007-12-281-0/+5
* * encoding.c (rb_locale_encoding): defined.akr2007-12-281-0/+6
* * ext/readline/readline.c (readline_readline): set encoding to result.usa2007-12-281-0/+7
* Fri Dec 28 01:55:04 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-281-0/+17
* * time.c (make_time_t): verify mktime and timegm result.akr2007-12-281-0/+4
* * lib/resolv.rb (Resolv::DNS#each_address): now returns IPv6 address.naruse2007-12-281-0/+4
* Move lib/rdoc/dot/dot.rb to lib/rdoc, un-namespace.drbrain2007-12-281-0/+6
* Move RDoc markup samples to sample/rdoc/markup directorydrbrain2007-12-281-0/+4
* Remove garbage ("X=1").knu2007-12-281-0/+4
* Move RDoc tests out of lib/drbrain2007-12-281-0/+4
* * encoding.c (set_base_encoding, enc_base_encoding): renamednobu2007-12-281-0/+5
* * golf_prelude.rb (Integer#each): use alias simply.usa2007-12-281-0/+4
* * golf_prelude.rb (Object.const_missing): No need to delegate toknu2007-12-281-0/+5
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.2 -> 0.2.3.kou2007-12-281-0/+7
* * gc.c (os_obj_of): returns an enumerator if no block given. based onnobu2007-12-281-0/+5
* * tool/ytab.sed: skip yydestruct hack unless yymsg exists, for bisonnobu2007-12-281-0/+5
* * golf_prelude.rb (Object.quine): need to join because SCRIPT_LINES__[]usa2007-12-281-0/+5