aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: Update nkf.naruse2008-01-016-867/+801
* thread_pthread.h -> thread_$(THREAD_MODEL).h.akr2008-01-011-18/+18
* * common.mk: dependency updated.akr2008-01-012-169/+278
* abolish warnings by previous change.akr2008-01-011-15/+10
* * include/ruby/encoding.h (rb_isascii): defined.akr2008-01-0114-39/+152
* * io.c (rb_io_mode_enc): encoding spec is not allowed in binary mode.nobu2008-01-012-0/+8
* add a test: "y".count("a\\-z") should be 0.akr2008-01-011-0/+1
* * lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog:matz2008-01-0116-67/+91
* * string.c (rb_str_substr): offset movement bug. a patch frommatz2008-01-012-2/+8
* * bootstraptest/test_knownbug.rb: more portable waymatz2007-12-311-1/+1
* * bootstraptest/test_knownbug.rb: shut up syntax errormatz2007-12-311-0/+1
* * encoding.c (rb_to_encoding): raises for non-nil, non-encoding,nobu2007-12-312-3/+5
* * ruby.c (process_options): rejects dummy encoding.nobu2007-12-313-5/+12
* * ruby.c (proc_options, process_options): delays finding encodingnobu2007-12-311-6/+9
* * ruby.c (proc_options, process_options): delays finding encodingnobu2007-12-311-0/+5
* * test/webrick/test_httpproxy.rb: set properties.nobu2007-12-310-0/+0
* * string.c (rb_str_resize): embeds if ptr is null. [ruby-dev:32819]nobu2007-12-314-9/+23
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo2007-12-314-105/+434
* * thread_pthread.c (native_sleep): timespec tv_sec may overflow onmatz2007-12-312-1/+7
* fix typos.akr2007-12-311-2/+2
* * string.c (IS_7BIT): removed.akr2007-12-312-19/+50
* fix a typo.akr2007-12-311-1/+1
* fix typos.akr2007-12-317-12/+12
* fix typos.akr2007-12-313-6/+6
* * golf_prelude.rb: find words with underscore.nobu2007-12-311-1/+4
* * main.c, goruby.c (RUBY_MAIN_INIT): removed.nobu2007-12-303-4/+29
* * trunk/common.mk: not use -I$(srcdir)/lib with $(MINIRUBY) for crossnobu2007-12-305-9/+17
* * include/ruby/encoding.h (rb_enc_sprintf, rb_enc_vsprintf): prototyped.nobu2007-12-303-8/+38
* * test/net/imap/test_imap.rb: check OpenSSL definition before testing imaps.usa2007-12-302-27/+37
* add more tests for sub, gsub, sub!, gsub!.akr2007-12-301-0/+102
* fix \xc2\xa0 as \xc2\xa1.akr2007-12-301-43/+43
* * golf_prelude.rb (String#/): define / as split, as association ofusa2007-12-302-0/+9
* * 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