aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dln.c: non-ascii path on Windowsnobu2014-04-055-5/+45
* * 2014-04-06svn2014-04-051-2/+2
* win32.c: wchar conversionnobu2014-04-052-6/+8
* * ext/date/date_core.c (d_lite_cmp): should compare with #<.tadf2014-04-053-1/+7
* * 2014-04-05svn2014-04-041-2/+2
* readline/extconf.rb: rl_hook_func_tnobu2014-04-042-1/+6
* signal.c: check stack overflow by SPnobu2014-04-041-2/+22
* eval_intern.h: VAR_INITIALIZEDnobu2014-04-045-3/+15
* configure.in: get rid of clang fatal errornobu2014-04-041-3/+4
* * 2014-04-04svn2014-04-031-2/+2
* configure.in: restore flagsnobu2014-04-032-2/+9
* configure.in: indentnobu2014-04-031-14/+14
* * 2014-04-03svn2014-04-031-2/+2
* * lib/csv.rb: fix minor typo by @baroquebobcat [fix GH-583][ci skip]hsbt2014-04-031-1/+1
* configure.in: use the first candidatenobu2014-04-021-1/+1
* configure.in: fix for clang 5.1 __builtin_longjmpnobu2014-04-022-7/+21
* * properties.nobu2014-04-020-0/+0
* * remove trailing spaces.nobu2014-04-022-10/+10
* * gc.c, gc.h (rb_objspace_each_objects_without_setup):ko12014-04-023-0/+22
* eval_intern.h: __builtin_longjmp requires literal 1 on gcc 4.9nobu2014-04-021-1/+2
* configure.in: do not use a variable for longjmpnobu2014-04-022-2/+13
* * common.mk: Use redmine-2.x url for DeveloperHowto wiki.hsbt2014-04-022-1/+6
* * doc/syntax/assignment.rdoc: [DOC] Fix typo unclosed HTML tag by @andrewdotnhsbt2014-04-021-1/+1
* * 2014-04-02svn2014-04-021-2/+2
* Fix error with empty args.kazu2014-04-023-0/+11
* * lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space.jeg22014-04-013-5/+12
* * lib/csv.rb: Don't attempt to convert nil headers.jeg22014-04-013-0/+13
* fix the example of failed URInaruse2014-04-011-1/+1
* * README.EXT: fix typo.hsbt2014-04-012-2/+2
* config_files.rb: show failurenobu2014-04-013-4/+17
* * addr2line.c (rb_dump_backtrace_with_lines): don't depend hard codednaruse2014-04-012-110/+138
* * parse.y (rb_str_dynamic_intern): set mark bit if dynamic symbolktsj2014-04-012-1/+12
* * addr2line.c (fill_lines): use dynsym, which is used for dynamicnaruse2014-03-312-2/+19
* * 2014-04-01svn2014-03-311-3/+3
* * vm_dump.c (rb_print_backtrace): current implementationnaruse2014-03-312-1/+6
* readline/extconf.rb: fix typonobu2014-03-312-1/+6
* variable.c, vm_method.c: pin downnobu2014-03-312-0/+3
* * test/ruby/memory_status.rb: require envutil before accessing EnvUtilusa2014-03-312-0/+7
* fix typoskazu2014-03-311-2/+2
* signal.c: preserve encodingnobu2014-03-312-4/+12
* vm.c: avoid inadvertent pin-downnobu2014-03-312-2/+4
* st.c (st_init_table_with_size): update commentnormal2014-03-312-1/+6
* gc.c: avoid inadvertent pin-downnobu2014-03-302-4/+11
* * 2014-03-31svn2014-03-301-2/+2
* process.c: preserve encodingsnobu2014-03-302-2/+6
* test_process.rb: test if success?nobu2014-03-301-2/+2
* * win32/win32.c (rb_w32_accept, open_ifs_socket, socketpair_internal):usa2014-03-302-0/+12
* * 2014-03-30svn2014-03-301-2/+2
* * parse.y (rb_str_dynamic_intern): [DOC] move rdoc from rb_str_intern.ktsj2014-03-302-20/+20
* * gc.c (gc_before_sweep): cap `malloc_limit' toko12014-03-292-1/+11