aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* * dln.c (load_1, dln_find_1): constified.nobu2007-07-261-2/+2
* * dln.c (conv_to_posix_path): removed.nobu2007-07-261-92/+109
* * parse.y (rb_parser_append_print, rb_parser_while_loop): moved checknobu2007-07-181-2/+2
* * ruby.c: Qfalse is VALUE, not pointer.usa2007-07-051-1/+1
* * ruby.c (proc_options): moved do_print and do_loop optionsnobu2007-07-051-9/+9
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-051-53/+27
* * include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdbnobu2007-07-051-0/+9
* * eval.c: remove ruby_current_node and change eval() prototype.ko12007-06-241-5/+0
* * eval_*.h: rename to eval_*.ci.ko12007-06-241-2/+0
* * include/ruby: moved public headers.nobu2007-06-101-4/+4
* * ruby.c (set_arg0): support RSTRING_LEN on HP-UX. a patch frommatz2007-05-221-10/+10
* * ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle givennobu2007-05-181-9/+13
* * Merge YARVko12006-12-311-118/+179
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-3/+3
* * ruby.h (struct RString): embed small strings.matz2006-08-311-14/+14
* * ruby.c (set_arg0): fill argv other than the first with an emptynobu2006-08-161-11/+6
* * ruby.c (proc_options): script is never used while recursing.nobu2006-07-211-7/+6
* * ruby.c (proc_options): supress warning on DOSISH.usa2006-07-041-1/+2
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-2/+2
* * configure.in, hash.c (ruby_setenv): use setenv(3) and unsetenv(3)ocean2006-02-011-2/+9
* * 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