aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_index): check if substring is broken.matz2007-12-174-6/+22
* * common.mk (encs): new target to compile external encodings.nobu2007-12-178-82/+147
* * configure.in (MAKEFILES): removed enc/Makefile.nobu2007-12-172-2/+4
* * enc/depend: commit miss.nobu2007-12-171-0/+3
* * configure.in (EXTERNAL_ENCOBJS, ENCSOS): removed.nobu2007-12-176-33/+31
* * string.c (rb_enc_str_asciionly_p): use rb_enc_str_coderange.akr2007-12-172-10/+7
* * string.c (rb_enc_str_coderange): set ENC_CODERANGE_BROKEN usingakr2007-12-172-32/+27
* * ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added secondgotoyuzo2007-12-173-1/+14
* * lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line orgotoyuzo2007-12-174-11/+29
* * include/ruby/encoding.h (ENC_CODERANGE_VALID): rename fromakr2007-12-173-3/+10
* * string.c (tr_find): wrong condition fixed.matz2007-12-173-5/+18
* extern rb_gc_stack_maxsize.akr2007-12-171-0/+2
* * Makefile.in (RUNRUBY): added RUNRUBYOPT.nobu2007-12-173-2/+6
* * thread_win32.ci (native_thread_create): initializeakr2007-12-172-1/+6
* for undefined conversions.matz2007-12-175-1981/+1667
* * configure.in (BUILTIN_ENCS): removed escapes for OpenBSD.nobu2007-12-162-2/+4
* more tests.akr2007-12-161-0/+61
* add test for [ruby-dev:32608].akr2007-12-151-0/+17
* * configure.in (MAKEFILES): should be enc/Makefile, not GNUmakefile.nobu2007-12-153-4/+9
* * test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, evenakr2007-12-152-0/+10
* * test/xmlrpc/webrick_testing.rb: join webrick server thread.akr2007-12-152-1/+6
* * configure.in (BUILTIN_ENCS): splitted command line instead ofnobu2007-12-152-1/+8
* * lib/timeout.rb: join the background thread to make sure it is dead.akr2007-12-152-1/+8
* * configure.in (BUILTIN_ENCS): [] needs to be enclosed because of m4.nobu2007-12-152-2/+4
* avoid ruby -d test/ruby/test_marshal.rb output binary marshaled data.akr2007-12-151-1/+1
* catch EOFError in a thread.akr2007-12-151-7/+5
* close socket.akr2007-12-151-1/+7
* * configure.in (enc/Makefile): add external encoding objects list.nobu2007-12-156-10/+103
* * lib/e2mmap.rb (Exception2MessageMapper::E2MM.Raise): $! nomatz2007-12-152-25/+9
* * transcode.c (str_transcode, transcode_dispatch): added two-stepmatz2007-12-155-1373/+1448
* * vm_core.h (rb_thread_t): new member machine_stack_maxsize andakr2007-12-156-24/+58
* * encoding.c (rb_enc_register, rb_enc_replicate, rb_enc_alias): checknobu2007-12-152-10/+53
* use Enumerator for reproduce [ruby-dev:32604].akr2007-12-151-3/+2
* * cosmetic: fixed a typo in RDoc commentnahi2007-12-151-1/+1
* add test for [ruby-dev:32604].akr2007-12-141-0/+8
* * lib/rdoc/options.rb (Options::parse): do not access $KCODE anymatz2007-12-145-23/+15
* * thread_pthread.ci (native_thread_create): twice the stack size.akr2007-12-142-1/+7
* * io.c (rb_f_p): RDoc update. a patch from murphy <murphy AT rubychan.de>.matz2007-12-143-2/+9
* * string.c (rb_str_cmp): encoding aware comparison.matz2007-12-142-13/+41
* * common.mk (ruby.imp): fix for circular dependency. a patch fromnobu2007-12-145-10/+18
* * ext/readline/extconf.rb: should use have_func for functions insteadnobu2007-12-142-5/+7
* * lib/mkmf.rb (try_var): should fail for functions.nobu2007-12-143-5/+8
* * configure.in (RUBY_CHECK_VARTYPE): check if a variable is definednobu2007-12-143-32/+61
* * eval.c (rb_protect): restore root_jmpbuf even if proc exits byakr2007-12-132-3/+8
* * string.c (str_nth): direct jump if string is 7bit only. greatmatz2007-12-132-12/+29
* * encoding.c (rb_enc_compatible): 1st argument (typically thematz2007-12-132-1/+6
* * io.c (rb_io_synchronized): should check if initialized.matz2007-12-132-0/+6
* * re.c (rb_reg_initialize): embedded string may override encodingmatz2007-12-133-11/+24
* * encoding.c (rb_enc_compatible): encoding should never fall backmatz2007-12-134-9/+18
* don't show shared and assoc for embed string.akr2007-12-131-6/+7