summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
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
2003-11-06* ext/stringio/stringio.c (strio_set_string, strio_reopen): checknobu
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
2003-06-23* string.c (rb_str_upto): generate sequence according to "succ"matz
2003-06-20* defines.h (PATH_ENV): name of PATH environment. [new].usa
2003-04-22* ruby.c: don't call VirtualQuery in ruby_init_loadpath()uema2
2003-03-25* eval.c (rb_yield_0): call avalue_to_mrhs() to assign blockmatz
2003-02-13* ruby.c (proc_options): script argument is in effect only when -e is not given.nobu
2003-02-13* ruby.c (ruby_init_loadpath): ensures buffer terminatednobu
2003-01-16-Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal
2003-01-16Updated Copyrights of Matz to 2003.michal
2003-01-05* ruby.c (ruby_init_loadpath): under Windows, get the modulenobu
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2