summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-27* thread.c, vm_core.h: make gvl_acquire/release/init/destructko1
2010-11-27 * io.c (io_fwrite): use rb_w32_write_console under Windows.luislavena
2010-11-27* 2010-11-28svn
2010-11-27* lib/net/http.rb: improve rdoc.naruse
2010-11-27* time.c: parenthesize macro arguments.akr
2010-11-27* time.c (leap_year_v_p): fixed typo. [ruby-dev:42631]nobu
2010-11-27* resolv.rb (Resolv::DNS): use the same DNS server when retry using TCP.akr
2010-11-27* vm_dump.c (rb_vm_bugreport): see CrashReport log on Mac OS X.nobu
2010-11-27* configure.in: link addr2line only for ELF.nobu
2010-11-27* lib/optparse.rb (OptionParser#candidate): : was missing. Thanks,shugo
2010-11-27* man/ruby.1: Ruby man page from Arthur Gunn in [ruby-core:33412]matz
2010-11-27* lib/optparse.rb (OptionParser#candidate): get rid of 1.9 syntaxnobu
2010-11-27* addr2line.c: needs <errno.h>.nobu
2010-11-26* addr2line.c (rb_dump_backtrace_with_lines): should close fd onnobu
2010-11-26* addr2line.c: apply a patch from shinichiro.h.naruse
2010-11-26* addr2line.c: added to show source filename and line number ofnaruse
2010-11-26* regcomp.c (setup_tree): restart setup_tree() for a node whosenaruse
2010-11-26* vm_dump.c (dump_thread): get only required rights of the targetusa
2010-11-26* vm_dump.c (dump_thread): show the displacement from the beginningusa
2010-11-26* vm_dump.c (dump_thread): follow the output of glibc.usa
2010-11-26* re.c (rb_reg_initialize_str): should succeed the taint status fromusa
2010-11-26* ChangeLog: commit miss.usa
2010-11-26* vm_dump.c (dump_thread): seems to be necessary the 3rd argument ofusa
2010-11-26* 2010-11-26svn
2010-11-26* regcomp.c (onig_is_prelude): added to check whether ruby is stillnaruse
2010-11-25fix typos.nobu
2010-11-25* regcomp.c (print_distance_range): use PRIuSIZE.naruse
2010-11-25* ext/dl/callback/mkcallback.rb (gencallback): shouldn't assume thatusa
2010-11-25* test/win32ole/test_err_in_callback.rb (teardown): remove tmp fileusa
2010-11-24* 2010-11-25svn
2010-11-24* enc/trans/big5-hkscs-tbl.rb: Update table as HKSCS-2008.naruse
2010-11-24* vsnprintf (BSD_vfprintf): use QUADINT macro only when _HAVE_SANE_QUAD_usa
2010-11-24* vsnprintf (BSD_vfprintf): added VC++ compatible size specificationsusa
2010-11-24* string.c (rb_str_inspect): treat UTF-16 and UTF-32 as BE or LE.naruse
2010-11-24* enc/trans/utf_16_32.trans: add the UTF-32 converter.naruse
2010-11-23* test/ruby/test_transcode.rb: ASCII-8BIT is not a valid encoding name in Emacs.nobu
2010-11-23* win32/win32.c (filecp, wstr_to_mbstr, mbstr_to_wstr):nobu
2010-11-23* enc/trans/utf_16_32.trans: add a convert from UTF-8 to UTF-16.naruse
2010-11-23* enc/trans/utf_16_32.trans: raise error on unpaired uppernaruse
2010-11-23* 2010-11-24svn
2010-11-23* enc/utf_16_32.h: add UTF-16 and UTF-32 as a dummy encoding.naruse
2010-11-23fixed very important banners.tadf
2010-11-23modified some descriptions.tadf
2010-11-23* win32/win32.c (wlink, rb_w32_getppid): use typedef instead ofnobu
2010-11-23* vm.c (rb_thread_mark): should mark self in conrolnobu
2010-11-22 * lib/date/delta/parser.{ry,rb}: fixed a bug of token scanner.tadf
2010-11-22added some tests.tadf
2010-11-22 * complex.c, rational.c ({nucomp,nurat}_expt): added a check.tadf
2010-11-22added some tests.tadf
2010-11-22 * lib/date.rb (daynum): should be private.tadf