summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
2007-10-07* include/ruby/node.h: make node flags as VALUE type.akr
2007-10-07* include/ruby/ruby.h: enum ruby_value_flags removed.akr
2007-10-03* ruby.c (ruby_process_options): push frame with program name.nobu
2007-10-01* ruby.c (require_libraries): use require method instead of callingnobu
2007-10-01* eval.c (ruby_options), ruby.c (proc_options, process_options): notnobu
2007-09-29* main.c (main): use platform-independent per-process initialization.nobu
2007-09-28* ruby.c (origarg): commit miss.nobu
2007-09-28* ruby.c (struct cmdline_options): static variables packed.nobu
2007-09-28* io.c (rb_io_fdopen): create IO object from fd.nobu
2007-09-15* parse.y (parser_initialize): set default encoding. [ruby-dev:31787]nobu
2007-09-12* ruby.c (proc_options): -W should be allowed in RUBYOPTmatz
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-07-26* dln.c (load_1, dln_find_1): constified.nobu
2007-07-26* dln.c (conv_to_posix_path): removed.nobu
2007-07-18* parse.y (rb_parser_append_print, rb_parser_while_loop): moved checknobu
2007-07-05 * ruby.c: Qfalse is VALUE, not pointer.usa
2007-07-05* ruby.c (proc_options): moved do_print and do_loop optionsnobu
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 gdbnobu
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 frommatz
2007-05-18* ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle givennobu
2006-12-31 * Merge YARVko1
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 emptynobu
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 Huehnermatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
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 tomatz
2005-11-05* configure.in, cygwin/GNUmakefile.in (mingw): use def file to aliasnobu
2005-10-20* eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definitionocean
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 "unusedocean
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 directlymatz
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 settingnobu
2005-04-20* ruby.c (ruby_incpush_expand, proc_options): expand relative pathnobu
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-01-25* ruby.c (proc_options): correct -T option in RUBYOPT.usa