aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
...
* ruby.c: removed a comma before "before"duerst2012-11-101-1/+1
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-1/+1
* Cache the expanded load pathshirosaki2012-11-051-1/+2
* ruby.c: --help optionnobu2012-10-231-32/+73
* ruby.c: passing blocknobu2012-10-141-4/+4
* configure.in: use configured libdir valuenobu2012-08-291-0/+4
* ruby.c: magic numbersnobu2012-08-291-2/+10
* load.c: keep encoding of feature namenobu2012-08-231-1/+8
* ruby.c: show version only oncenobu2012-08-091-3/+4
* Reverts a half of r36079. As we discussed on ruby-dev@ and IRC,yugui2012-07-111-110/+13
* * ruby.c (proc_options): warn only if -K and -w option is specified.naruse2012-07-041-1/+3
* * ruby.c (proc_options): warn if -K option is specified. [Feature #5206]naruse2012-07-031-0/+1
* * iseq.c, vm_eval.c: set th->base_block properly.ko12012-06-221-3/+0
* * ruby.c (rb_f_sub): use ansi style declaration.kosaki2012-06-191-9/+3
* ruby.c: add castnobu2012-06-141-1/+1
* fix r36079nobu2012-06-141-2/+2
* Embedding CRuby interpreter without internal headers has been difficultyugui2012-06-141-26/+138
* * eval.c: Add doxygen comments.yugui2012-06-141-0/+12
* ruby.c: fixed typonobu2012-05-201-1/+1
* Supports static linking of extensions and encodings again.yugui2012-05-161-0/+4
* * reduce UNREACHABLE.nobu2012-04-151-2/+2
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-141-1/+2
* * win32/win32.c (check_if_dir, check_if_wdir): fix for Visual C++nobu2012-03-261-4/+5
* * ruby.c (load_file_internal): bail out if the script is a directory.nobu2012-03-261-0/+9
* * error.c (rb_load_fail): should honor encoding.nobu2012-03-071-1/+1
* rb_load_failnobu2012-03-071-3/+1
* * error.c (rb_loaderror_with_path): Adding the missing file as antenderlove2012-03-061-1/+1
* * missing/setproctitle.c (ruby_init_setproctitle): changed prefix.nobu2012-01-171-2/+2
* * ruby.c (load_file_internal): convert the encoding of load path ifusa2011-10-311-6/+8
* * ruby.c (fill_standard_fds): use fstat() instead of fcntl(F_GETFD)akr2011-10-301-3/+4
* * ruby.c (fill_standard_fds): new function to open closed standardakr2011-10-301-0/+30
* * process.c (ruby_setsid): use rb_cloexec_open.akr2011-10-291-2/+2
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-221-1/+1
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-1/+1
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-201-0/+1
* * encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu2011-07-071-2/+3
* * ruby.c (ruby_init_loadpath_safe): ensure RUBYLIB_PREFIX storednobu2011-06-291-0/+3
* * math.c: Attach documentation for Math.drbrain2011-06-291-0/+19
* * internal.h: declare more internal functions.akr2011-06-181-2/+0
* * internal.h: declare internal functions here.akr2011-06-171-18/+1
* * ruby.c (ruby_process_options): add missing return type.nobu2011-06-111-1/+1
* introduce missing/setproctitle.ckosaki2011-05-141-96/+9
* * ruby.c (proc_options): reduce warning: "ALLOW_DEFAULT_SOURCE_ENCODING" is n...kazu2011-04-151-2/+2
* * ruby.c (proc_options): remove an experimental feature: --gem option.nobu2011-03-221-45/+2
* * ruby.c (proc_options): remove an experimental feature: --requirenobu2011-03-221-3/+0
* * ruby.c (add_gems): remove unused variable.nobu2011-03-221-1/+1
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-0/+1
* * ruby.c (proc_options): enable rubygems if --gem option is given.nobu2011-02-111-0/+5
* * ruby.c (proc_options): add --gem=enabled as an alias ofyugui2011-02-111-1/+9
* * ruby.c (add_gems, require_libraries, proc_options): addnobu2011-02-111-2/+40