aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-121-1/+1
* * configure.in, cygwin/GNUmakefile.in (mingw): use def file to aliasnobu2005-11-051-1/+1
* * eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definitionocean2005-10-201-6/+0
* * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`.ocean2005-09-141-1/+1
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-10/+10
* * dln.c: avoid warning of const to non-const convertion.ocean2005-09-121-1/+1
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-55/+24
* * parse.y: remove static variables. [ruby-dev:26530]nobu2005-07-131-5/+5
* * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unusedocean2005-06-281-0/+2
* * ruby.c (load_file): '!' is already read. reported by gotoyuzo.usa2005-06-161-1/+1
* * numeric.c (fix_pow): support Fixnum ** Float case directlymatz2005-05-241-1/+4
* * intern.h (ruby_pragma): prototype. [ruby-core:04881]nobu2005-05-141-4/+12
* * ruby.c (process_sflag): replace '-' in variable names with '_'.nobu2005-05-011-11/+34
* * ruby.c (set_arg0): use also environment variable space for settingnobu2005-04-271-10/+44
* * ruby.c (ruby_incpush_expand, proc_options): expand relative pathnobu2005-04-201-6/+37
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-5/+5
* * ruby.c (proc_options): correct -T option in RUBYOPT.usa2005-01-251-2/+2
* * ruby.c (proc_options): ignore trailing CRs at the end of shortnobu2005-01-151-2/+13
* * parse.y (rb_parser_append_print): should handle prelude.matz2004-09-241-5/+0
* * parse.y: remove global variables ruby_eval_tree andmatz2004-09-221-11/+14
* * gc.c (define_final): should not disclose NODE* to Ruby world.matz2004-07-231-4/+4
* * ruby.c (require_libraries): restore source file/line afternobu2004-04-111-1/+4
* * eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299]aamine2004-04-021-0/+1
* * configure.in (rb_cv_noreturn): default for platforms not supportnobu2004-03-121-6/+12
* * ruby.c (opt_W_getter): get rid of warning.usa2004-03-101-0/+1
* * eval.c (method_hash): new method. [ruby-talk:93968]matz2004-03-031-0/+11
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-211-2/+2
* * defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX.siena2004-01-211-1/+1
* * ruby.c: use translate_char() on Cygwin.eban2004-01-181-3/+3
* * ext/stringio/stringio.c (strio_set_string, strio_reopen): checknobu2003-11-061-0/+3
* * ruby.c (proc_options): -F set compiled regular expression to $;.matz2003-07-301-1/+1
* * ruby.c: typo fix.eban2003-07-301-1/+1
* * marshal.c (w_object): if object responds to 'marshal_dump',matz2003-07-291-3/+34
* * string.c (rb_str_upto): generate sequence according to "succ"matz2003-06-231-4/+5
* * defines.h (PATH_ENV): name of PATH environment. [new].usa2003-06-201-1/+1
* * ruby.c: don't call VirtualQuery in ruby_init_loadpath()uema22003-04-221-0/+3
* * eval.c (rb_yield_0): call avalue_to_mrhs() to assign blockmatz2003-03-251-1/+4
* * ruby.c (proc_options): script argument is in effect only when -e is not given.nobu2003-02-131-10/+8
* * ruby.c (ruby_init_loadpath): ensures buffer terminatednobu2003-02-131-11/+10
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-1/+1
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * ruby.c (ruby_init_loadpath): under Windows, get the modulenobu2003-01-051-4/+5
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-0/+3
* * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu2002-10-291-1/+1
* * bcc32/mkexports.rb: to work on cygwin via telnet.nobu2002-10-031-9/+29
* * eval.c (call_trace_func): should not call trace function whilenobu2002-09-221-3/+4
* * gc.c (gc_sweep): does reclaim nodes in also compile time, if we can.aamine2002-09-021-1/+4
* * ruby.c (require_libraries): prevent ruby_sorcefile from GC.nobu2002-08-271-4/+6
* *.c: Int vs Long cleanupmichal2002-08-211-2/+2
* * ruby.c (set_arg0): Correct the position of #endif.knu2002-08-121-1/+1