aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * golf_prelude.rb (@@golf_hash): for performance improvement.eban2007-12-302-2/+6
* * lib/date.rb (_valid_time?): I'm not sure to recommend such antadf2007-12-302-4/+9
* * parse.y (program, yycompile0): too early to drop lex_lastline innobu2007-12-302-2/+7
* timeout larger area.akr2007-12-301-10/+10
* * bootstraptest/test_knownbug.rb: support DOSISH.usa2007-12-302-1/+6
* update force_encoding document.akr2007-12-301-0/+2
* * encoding.c (Init_Encoding): registered rb_encoding differs fromnobu2007-12-302-1/+6
* * parse.y (program): clear input strings after all process.nobu2007-12-302-6/+16
* * enc/depend: replace spaces by tabnaruse2007-12-301-1/+1
* * configure.in: rm largefile.h.naruse2007-12-305-11/+21
* * encoding.c (Init_encoding): register Windows-31J and its alias.usa2007-12-293-1/+12
* * lib/mkmf.rb (depend_rules): need to convert `/' to `\' for windowsusa2007-12-292-0/+9
* use EWOULDBLOCK as an example in document.akr2007-12-291-6/+6
* * 2007-12-30usa2007-12-291-3/+3
* use timeout for thread join to avoid hang.akr2007-12-291-1/+4
* * enc/Makefile.in (DLDFLAGS): like as extensions. [ruby-core:14567]nobu2007-12-292-3/+9
* comment modified.akr2007-12-291-1/+1
* * io.c (io_fflush): don't retry when wbuf modified by other threads.akr2007-12-292-8/+6
* * re.c (rb_reg_regsub): returns the given string itself if nothingnobu2007-12-293-6/+23
* * common.mk (clean, distclean, realclean): should include clean-encnobu2007-12-292-3/+8
* changelog for previous change.akr2007-12-291-0/+9
* add tests.akr2007-12-292-0/+21
* * Fix variable name.gotoyuzo2007-12-281-5/+5
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throws):gotoyuzo2007-12-283-11/+36
* * io.c (io_unread): fix typo.usa2007-12-282-2/+5
* * io.c (io_unread): adhoc workaround for non-binary mode of some DOSishusa2007-12-283-3/+20
* unused variable removed.akr2007-12-281-1/+0
* add a test.akr2007-12-281-0/+7
* * ext/strscan/strscan.c (str_new): new function for allocate an stringakr2007-12-284-9/+31
* * golf_prelude.rb (Object.say): derived from Perl 5.10.eban2007-12-282-0/+6
* * encoding.c (rb_locale_encoding): should check return value fromusa2007-12-284-35/+20
* * ext/readline/readline.c (readline_readline, readline_s_set_input):usa2007-12-282-3/+8
* * encoding.c (rb_locale_encoding): defined.akr2007-12-283-0/+19
* * ext/readline/readline.c (readline_readline): set encoding to result.usa2007-12-282-1/+25
* Fri Dec 28 01:55:04 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-285-53/+154
* * time.c (make_time_t): verify mktime and timegm result.akr2007-12-282-16/+17
* * lib/resolv.rb (Resolv::DNS#each_address): now returns IPv6 address.naruse2007-12-282-3/+14
* Move lib/rdoc/dot/dot.rb to lib/rdoc, un-namespace.drbrain2007-12-284-274/+272
* Move RDoc markup samples to sample/rdoc/markup directorydrbrain2007-12-283-6/+8
* Remove test directorydrbrain2007-12-281-2/+0
* Sort methods in TestSimpleMarkupAttributeManagerdrbrain2007-12-281-22/+22
* Remove garbage ("X=1").knu2007-12-282-2/+4
* Move RDoc tests out of lib/drbrain2007-12-284-220/+221
* * encoding.c (set_base_encoding, enc_base_encoding): renamednobu2007-12-282-9/+14
* * golf_prelude.rb (Integer#each): use alias simply.usa2007-12-282-4/+5
* * golf_prelude.rb (Object.const_missing): No need to delegate toknu2007-12-282-2/+7
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.2 -> 0.2.3.kou2007-12-285-16/+37
* * gc.c (os_obj_of): returns an enumerator if no block given. based onnobu2007-12-282-1/+7
* * tool/ytab.sed: skip yydestruct hack unless yymsg exists, for bisonnobu2007-12-282-1/+6
* * golf_prelude.rb (Object.quine): need to join because SCRIPT_LINES__[]usa2007-12-282-1/+6