summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-09* numeric.c (ULLONG_MAX): fallback definition.nobu
2011-07-09* win32/win32.c (rb_w32_{read,write}): should be signed.nobu
2011-07-09* lib/cgi/core.rb: fix multipart form parsing bug. [Bug #3866]xibbar
2011-07-09comment clarification. Only Leopard or earlier has ENOTSUPP kosaki
2011-07-09* lib/matrix.rb: Add Vector#normalize [ruby-dev:43829]marcandre
2011-07-09 * enumerator.c: Remove "enumeration sequenced by".drbrain
2011-07-09 * io.c: Note that methods other than IO#gets may increase IO#lineno.drbrain
2011-07-08* common.mk (RUN_OPT): disable gems.nobu
2011-07-08* 2011-07-09svn
2011-07-08* io.c (rb_io_close): close(2) on a fd which is being read bynobu
2011-07-08* addr2line.c: use USE_ELF instead of __ELF__ because Solarisnaruse
2011-07-08* ext/json/{generator/generator.c,parser/parser.rl}: fix indent.nobu
2011-07-08* ext/json/parser/parser.rl (JSON_parse_object): add missing parens.nobu
2011-07-08* ext/json/parser/parser.rl (convert_encoding): should not modifynobu
2011-07-08* ext/json/parser/parser.rl (convert_encoding): no needs to usenobu
2011-07-08* common.mk: add dependencies for EXT_SRCS.nobu
2011-07-08* ext/json/parser/prereq.mk: remove trailing spaces.nobu
2011-07-08* thread.c (cmp_tv, subtract_tv): no longer used on Win32.nobu
2011-07-08* error.c (rb_bug): get rid of segfault after all threadsnobu
2011-07-08* ext/openssl/ossl.h: include openssl/e_os2.h before checking theusa
2011-07-08* win32/win32.c (wunlink): reverted a part of r32426. it was mistakenlyusa
2011-07-08* configure.in: can't subtract void *.nari
2011-07-08* win32/Makefile.sub (config.h): define GC_MARK_STACKFRAME_WORD.usa
2011-07-08add test for [ruby-dev:44049].kosaki
2011-07-08* thread.c (rb_mutex_unlock_all): folded intokosaki
2011-07-08* thread.c (thread_unlock_all_locking_mutexes): rename tokosaki
2011-07-08* cont.c (FIBER_MACHINE_STACK_ALLOCATION_SIZE): Fiber stack sizekosaki
2011-07-08* common.mk (sudo-precheck): true command is not standard onnobu
2011-07-08* ext/-test-/string/enc_associate.c: needs ruby/encoding.h fornobu
2011-07-08* thread_pthread.c (gvl_destroy): fix cond_t leak.kosaki
2011-07-08 * gc.c: Improve documentationdrbrain
2011-07-07* 2011-07-08svn
2011-07-07fix typoskazu
2011-07-07* gc.c: change water_mark value value that may callnari
2011-07-07add a comment why FreeBSD can't use MAP_STACK.kosaki
2011-07-07* test/testunit/test_parallel.rb (TestParallelWorker#teardown): waitusa
2011-07-07* encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu
2011-07-07* ext/-test-/string/modify.c: split from init.c.nobu
2011-07-07* numeric.c (rb_num2ull): use own switch sentense.naruse
2011-07-06* cont.c (FIBER_STACK_FLAGS): workaround fix for r32420 on FreeBSD.naruse
2011-07-06Hide bmlog files from subversiondrbrain
2011-07-06 * benchmark/driver.rb: Add difference column to report that averagesdrbrain
2011-07-06 * lib/rubygems.rb: Reduce requires to improve `make benchmark`.drbrain
2011-07-06* parse.y (arg): rescue_mod is in inverse order from othernobu
2011-07-06* ChangeLog: typos.usa
2011-07-06* win32/win32.c (kill): check the process exited or not beforeusa
2011-07-06* 2011-07-07svn
2011-07-06* parse.y (opt_call_args): allow trailing comma after assocmatz
2011-07-06* test/cgi/test_cgi_header.rb(test_cgi_header_nph): Validate date insorah
2011-07-06* cont.c (fiber_machine_stack_alloc): cleanup pointer arithmetic.kosaki