aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/optparse.rb (OptionParser#candidate): get rid of 1.9 syntaxnobu2010-11-272-2/+7
* * addr2line.c: needs <errno.h>.nobu2010-11-271-0/+1
* * addr2line.c (rb_dump_backtrace_with_lines): should close fd onnobu2010-11-263-3/+10
* * addr2line.c: apply a patch from shinichiro.h.naruse2010-11-262-2/+15
* * addr2line.c: added to show source filename and line number ofnaruse2010-11-266-1/+577
* * regcomp.c (setup_tree): restart setup_tree() for a node whosenaruse2010-11-263-0/+22
* * vm_dump.c (dump_thread): get only required rights of the targetusa2010-11-262-1/+7
* * vm_dump.c (dump_thread): show the displacement from the beginningusa2010-11-262-2/+9
* * vm_dump.c (dump_thread): follow the output of glibc.usa2010-11-262-2/+7
* * re.c (rb_reg_initialize_str): should succeed the taint status fromusa2010-11-262-0/+6
* * ChangeLog: commit miss.usa2010-11-261-0/+5
* * vm_dump.c (dump_thread): seems to be necessary the 3rd argument ofusa2010-11-261-1/+2
* * 2010-11-26svn2010-11-261-2/+2
* * regcomp.c (onig_is_prelude): added to check whether ruby is stillnaruse2010-11-262-15/+40
* fix typos.nobu2010-11-252-2/+2
* * regcomp.c (print_distance_range): use PRIuSIZE.naruse2010-11-253-4/+18
* * ext/dl/callback/mkcallback.rb (gencallback): shouldn't assume thatusa2010-11-252-1/+14
* * test/win32ole/test_err_in_callback.rb (teardown): remove tmp fileusa2010-11-252-4/+7
* * 2010-11-25svn2010-11-241-2/+2
* * enc/trans/big5-hkscs-tbl.rb: Update table as HKSCS-2008.naruse2010-11-244-4/+37315
* * vsnprintf (BSD_vfprintf): use QUADINT macro only when _HAVE_SANE_QUAD_usa2010-11-242-1/+8
* * vsnprintf (BSD_vfprintf): added VC++ compatible size specificationsusa2010-11-242-0/+23
* * string.c (rb_str_inspect): treat UTF-16 and UTF-32 as BE or LE.naruse2010-11-242-0/+13
* * enc/trans/utf_16_32.trans: add the UTF-32 converter.naruse2010-11-243-1/+101
* * test/ruby/test_transcode.rb: ASCII-8BIT is not a valid encoding name in Emacs.nobu2010-11-231-2/+2
* * win32/win32.c (filecp, wstr_to_mbstr, mbstr_to_wstr):nobu2010-11-232-38/+23
* * enc/trans/utf_16_32.trans: add a convert from UTF-8 to UTF-16.naruse2010-11-233-5/+35
* * enc/trans/utf_16_32.trans: raise error on unpaired uppernaruse2010-11-233-8/+15
* * 2010-11-24svn2010-11-231-2/+2
* * enc/utf_16_32.h: add UTF-16 and UTF-32 as a dummy encoding.naruse2010-11-234-0/+91
* fixed very important banners.tadf2010-11-232-2/+2
* modified some descriptions.tadf2010-11-232-11/+11
* * win32/win32.c (wlink, rb_w32_getppid): use typedef instead ofnobu2010-11-232-4/+11
* * vm.c (rb_thread_mark): should mark self in conrolnobu2010-11-233-0/+29
* * lib/date/delta/parser.{ry,rb}: fixed a bug of token scanner.tadf2010-11-223-5/+11
* added some tests.tadf2010-11-222-0/+38
* * complex.c, rational.c ({nucomp,nurat}_expt): added a check.tadf2010-11-223-4/+8
* added some tests.tadf2010-11-222-0/+4
* * lib/date.rb (daynum): should be private.tadf2010-11-222-0/+5
* * ChangeLog (change-log-indent-text): hunging indent.nobu2010-11-221-4/+5
* * configure.in (SITE_DIR, VENDOR_DIR),nobu2010-11-223-3/+19
* * configure.in (rubylibprefix): No ruby, No libprefix.nobu2010-11-222-1/+8
* * ChangeLog (change-log-indent-text): hunging indent.nobu2010-11-221-0/+4
* * 2010-11-23svn2010-11-221-2/+2
* * vsnprintf.c (BSD_vfprintf): don't output floating pointnaruse2010-11-223-2/+7
* * string.c (rb_str_inspect): fix for ascii-compatible externalnobu2010-11-223-1/+14
* Add missing tables.naruse2010-11-224-0/+76244
* * lib/mkmf.rb (create_makefile): should not duplicate rules.nobu2010-11-222-2/+8
* * enc/big5.c: split CP950 from Big5.naruse2010-11-227-32103/+67
* * string.c (rb_str_inspect): append for each chars instead of bulknobu2010-11-223-2/+11