summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
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
2005-01-15* ruby.c (proc_options): ignore trailing CRs at the end of shortnobu
2004-09-24* parse.y (rb_parser_append_print): should handle prelude.matz
2004-09-22* parse.y: remove global variables ruby_eval_tree andmatz
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 afternobu
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 supportnobu
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