Age | Commit message (Expand) | Author |
2007-07-05 | * ruby.c (proc_options): moved do_print and do_loop options | nobu |
2007-07-05 | * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, | nobu |
2007-07-05 | * include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdb | nobu |
2007-06-24 | * eval.c: remove ruby_current_node and change eval() prototype. | ko1 |
2007-06-24 | * eval_*.h: rename to eval_*.ci. | ko1 |
2007-06-10 | * include/ruby: moved public headers. | nobu |
2007-05-22 | * ruby.c (set_arg0): support RSTRING_LEN on HP-UX. a patch from | matz |
2007-05-18 | * ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle given | nobu |
2006-12-31 | * Merge YARV | ko1 |
2006-09-02 | * ruby.h (struct RArray): embed small arrays. | matz |
2006-08-31 | * ruby.h (struct RString): embed small strings. | matz |
2006-08-16 | * ruby.c (set_arg0): fill argv other than the first with an empty | nobu |
2006-07-21 | * ruby.c (proc_options): script is never used while recursing. | nobu |
2006-07-04 | * ruby.c (proc_options): supress warning on DOSISH. | usa |
2006-06-20 | * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner | matz |
2006-06-09 | * sprintf.c (rb_str_format): allow %c to print one character | matz |
2006-02-01 | * configure.in, hash.c (ruby_setenv): use setenv(3) and unsetenv(3) | ocean |
2005-12-12 | * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to | matz |
2005-11-05 | * configure.in, cygwin/GNUmakefile.in (mingw): use def file to alias | nobu |
2005-10-20 | * eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definition | ocean |
2005-09-14 | * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`. | ocean |
2005-09-14 | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean |
2005-09-12 | * dln.c: avoid warning of const to non-const convertion. | ocean |
2005-09-12 | * array.c: moved to ANSI function style from K&R function style. | ocean |
2005-07-13 | * parse.y: remove static variables. [ruby-dev:26530] | nobu |
2005-06-28 | * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unused | ocean |
2005-06-16 | * ruby.c (load_file): '!' is already read. reported by gotoyuzo. | usa |
2005-05-24 | * numeric.c (fix_pow): support Fixnum ** Float case directly | matz |
2005-05-14 | * intern.h (ruby_pragma): prototype. [ruby-core:04881] | nobu |
2005-05-01 | * ruby.c (process_sflag): replace '-' in variable names with '_'. | nobu |
2005-04-27 | * ruby.c (set_arg0): use also environment variable space for setting | nobu |
2005-04-20 | * ruby.c (ruby_incpush_expand, proc_options): expand relative path | nobu |
2005-03-04 | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz |
2005-01-25 | * ruby.c (proc_options): correct -T option in RUBYOPT. | usa |
2005-01-15 | * ruby.c (proc_options): ignore trailing CRs at the end of short | nobu |
2004-09-24 | * parse.y (rb_parser_append_print): should handle prelude. | matz |
2004-09-22 | * parse.y: remove global variables ruby_eval_tree and | matz |
2004-07-23 | * gc.c (define_final): should not disclose NODE* to Ruby world. | matz |
2004-04-11 | * ruby.c (require_libraries): restore source file/line after | nobu |
2004-04-02 | * eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299] | aamine |
2004-03-12 | * configure.in (rb_cv_noreturn): default for platforms not support | nobu |
2004-03-10 | * ruby.c (opt_W_getter): get rid of warning. | usa |
2004-03-03 | * eval.c (method_hash): new method. [ruby-talk:93968] | matz |
2004-01-21 | * parse.y (newline_node): do not use NODE_NEWLINE node anymore, | matz |
2004-01-21 | * defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX. | siena |
2004-01-18 | * ruby.c: use translate_char() on Cygwin. | eban |
2003-11-06 | * ext/stringio/stringio.c (strio_set_string, strio_reopen): check | nobu |
2003-07-30 | * ruby.c (proc_options): -F set compiled regular expression to $;. | matz |
2003-07-30 | * ruby.c: typo fix. | eban |
2003-07-29 | * marshal.c (w_object): if object responds to 'marshal_dump', | matz |