| Commit message (Expand) | Author | Age | Files | Lines |
* | * parse.y: remove static variables. [ruby-dev:26530] | nobu | 2005-07-13 | 1 | -5/+5 |
* | * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unused | ocean | 2005-06-28 | 1 | -0/+2 |
* | * ruby.c (load_file): '!' is already read. reported by gotoyuzo. | usa | 2005-06-16 | 1 | -1/+1 |
* | * numeric.c (fix_pow): support Fixnum ** Float case directly | matz | 2005-05-24 | 1 | -1/+4 |
* | * intern.h (ruby_pragma): prototype. [ruby-core:04881] | nobu | 2005-05-14 | 1 | -4/+12 |
* | * ruby.c (process_sflag): replace '-' in variable names with '_'. | nobu | 2005-05-01 | 1 | -11/+34 |
* | * ruby.c (set_arg0): use also environment variable space for setting | nobu | 2005-04-27 | 1 | -10/+44 |
* | * ruby.c (ruby_incpush_expand, proc_options): expand relative path | nobu | 2005-04-20 | 1 | -6/+37 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -5/+5 |
* | * ruby.c (proc_options): correct -T option in RUBYOPT. | usa | 2005-01-25 | 1 | -2/+2 |
* | * ruby.c (proc_options): ignore trailing CRs at the end of short | nobu | 2005-01-15 | 1 | -2/+13 |
* | * parse.y (rb_parser_append_print): should handle prelude. | matz | 2004-09-24 | 1 | -5/+0 |
* | * parse.y: remove global variables ruby_eval_tree and | matz | 2004-09-22 | 1 | -11/+14 |
* | * gc.c (define_final): should not disclose NODE* to Ruby world. | matz | 2004-07-23 | 1 | -4/+4 |
* | * ruby.c (require_libraries): restore source file/line after | nobu | 2004-04-11 | 1 | -1/+4 |
* | * eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299] | aamine | 2004-04-02 | 1 | -0/+1 |
* | * configure.in (rb_cv_noreturn): default for platforms not support | nobu | 2004-03-12 | 1 | -6/+12 |
* | * ruby.c (opt_W_getter): get rid of warning. | usa | 2004-03-10 | 1 | -0/+1 |
* | * eval.c (method_hash): new method. [ruby-talk:93968] | matz | 2004-03-03 | 1 | -0/+11 |
* | * parse.y (newline_node): do not use NODE_NEWLINE node anymore, | matz | 2004-01-21 | 1 | -2/+2 |
* | * defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX. | siena | 2004-01-21 | 1 | -1/+1 |
* | * ruby.c: use translate_char() on Cygwin. | eban | 2004-01-18 | 1 | -3/+3 |
* | * ext/stringio/stringio.c (strio_set_string, strio_reopen): check | nobu | 2003-11-06 | 1 | -0/+3 |
* | * ruby.c (proc_options): -F set compiled regular expression to $;. | matz | 2003-07-30 | 1 | -1/+1 |
* | * ruby.c: typo fix. | eban | 2003-07-30 | 1 | -1/+1 |
* | * marshal.c (w_object): if object responds to 'marshal_dump', | matz | 2003-07-29 | 1 | -3/+34 |
* | * string.c (rb_str_upto): generate sequence according to "succ" | matz | 2003-06-23 | 1 | -4/+5 |
* | * defines.h (PATH_ENV): name of PATH environment. [new]. | usa | 2003-06-20 | 1 | -1/+1 |
* | * ruby.c: don't call VirtualQuery in ruby_init_loadpath() | uema2 | 2003-04-22 | 1 | -0/+3 |
* | * eval.c (rb_yield_0): call avalue_to_mrhs() to assign block | matz | 2003-03-25 | 1 | -1/+4 |
* | * ruby.c (proc_options): script argument is in effect only when -e is not given. | nobu | 2003-02-13 | 1 | -10/+8 |
* | * ruby.c (ruby_init_loadpath): ensures buffer terminated | nobu | 2003-02-13 | 1 | -11/+10 |
* | -Wall cleanups (removed unused vars, no 'code has no effect' warnings) | michal | 2003-01-16 | 1 | -1/+1 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * ruby.c (ruby_init_loadpath): under Windows, get the module | nobu | 2003-01-05 | 1 | -4/+5 |
* | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 | 2002-12-15 | 1 | -0/+3 |
* | * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c, | knu | 2002-10-29 | 1 | -1/+1 |
* | * bcc32/mkexports.rb: to work on cygwin via telnet. | nobu | 2002-10-03 | 1 | -9/+29 |
* | * eval.c (call_trace_func): should not call trace function while | nobu | 2002-09-22 | 1 | -3/+4 |
* | * gc.c (gc_sweep): does reclaim nodes in also compile time, if we can. | aamine | 2002-09-02 | 1 | -1/+4 |
* | * ruby.c (require_libraries): prevent ruby_sorcefile from GC. | nobu | 2002-08-27 | 1 | -4/+6 |
* | *.c: Int vs Long cleanup | michal | 2002-08-21 | 1 | -2/+2 |
* | * ruby.c (set_arg0): Correct the position of #endif. | knu | 2002-08-12 | 1 | -1/+1 |
* | * parse.y: yyparse #defines moved from intern.h | matz | 2002-05-29 | 1 | -3/+3 |
* | * ruby.c (proc_options): option parsing problem. | nobu | 2002-05-23 | 1 | -2/+1 |
* | * ruby.c (proc_options): removed "-*-" support for #! line. | matz | 2002-05-23 | 1 | -8/+6 |
* | * ruby.c (proc_options): -T consumes digits only. | nobu | 2002-05-22 | 1 | -1/+2 |
* | * eval.c (rb_clear_cache_by_class): new function. | matz | 2002-05-14 | 1 | -1/+1 |
* | * gc.c (rb_source_filename): added. holds unique strings for file | nobu | 2002-03-07 | 1 | -4/+4 |
* | * ruby.c (load_file): avoid SEGV on '#' only input. | nobu | 2002-02-10 | 1 | -0/+1 |