aboutsummaryrefslogtreecommitdiffstats
path: root/intern.h
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level.nobu2004-06-291-1/+1
* * eval.c (eval): warning during eval should not cause deadlock.matz2004-05-101-1/+1
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-071-0/+2
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-071-1/+0
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-1/+4
* * intern.h: provide proper prototypes. [ruby-core:02724]nobu2004-03-311-3/+3
* * configure.in: check functions, fork spawnv.nobu2004-02-161-0/+15
* * eval.c (method_proc): return bound Proc object. [ruby-dev:22854]nobu2004-02-101-0/+1
* * variable.c (rb_set_class_path): do not set path ifmatz2004-01-191-0/+1
* * class.c (rb_check_inheritable): new function. [ruby-dev:22316]nobu2003-12-211-0/+1
* * dir.c (check_dirname): check string safety and remove extraneousnobu2003-12-151-0/+4
* * intern.h (ruby_stop): never return.nobu2003-10-141-1/+1
* * eval.c (rb_feature_p): match by classified suffix.nobu2003-10-131-0/+1
* * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,matz2003-10-011-1/+1
* * eval.c (rb_thread_atfork): wrong format specifier.matz2003-09-291-0/+1
* * intern.h (rb_disable_super, rb_enable_super): replace with dummynobu2003-09-121-2/+2
* * eval.c (rb_call0): update ruby_class as well as ruby_cref.matz2003-08-061-2/+2
* * numeric.c (rb_num_coerce_relop): export function.matz2003-07-311-2/+3
* * lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz2003-07-291-0/+1
* * variable.c (rb_mod_const_missing): "const_missing" should notmatz2003-07-261-1/+1
* * variable.c (rb_mod_const_missing): new method. [ruby-core:00441]matz2003-07-221-1/+1
* * lib/matrix.rb: remove elements conversion to_f, to_i, to_r.matz2003-07-151-0/+1
* * eval.c (rb_call_super): k->super maybe NULL if klass is Kernel.matz2003-07-071-0/+1
* * array.c (rb_values_at): extract common procedure frommatz2003-07-031-0/+1
* * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz2003-06-201-1/+3
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-1/+1
* * gc.c (define_final): eliminate rb_f_lambda() call.matz2003-06-061-0/+1
* * eval.c (ev_const_defined, ev_const_get), variable.cnobu2003-05-291-4/+3
* * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz2003-05-191-1/+1
* * eval.c (error_pos): use $deferr for output instead of stderrmatz2003-05-131-0/+2
* * compar.c (rb_cmperr): raise comparison failure.nobu2003-05-081-0/+1
* * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz2003-03-201-0/+1
* * parse.y (dsym): :"symbol string" style should not contain `\0'.matz2003-03-071-0/+1
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: definenobu2003-03-041-11/+11
* * eval.c (rb_call0): should not report uninitialized warning bymatz2003-02-181-1/+1
* * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC, RB_CVAR_SET_4ARGS):nobu2003-02-091-2/+2
* * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC): New boolean macro to makeknu2003-02-071-0/+2
* * intern.h, re.c (rb_memsearch): returns long.nobu2003-02-071-1/+1
* * re.c (rb_memsearch): algolithm body of String#index.matz2003-02-031-0/+1
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * eval.c: remove ruby_last_node and assignments seems to bematz2003-01-081-1/+1
* * intern.h (rb_check_array_type): Declare rb_check_array_type().knu2003-01-061-0/+1
* * class.c (ins_methods_i): should not show ID_ALLOCATOR.matz2002-12-241-1/+1
* * parse.y (do_block): split "do" block and tLBRACE_ARG block.matz2002-12-201-0/+4
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-191-0/+3
* * sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz2002-12-101-0/+2
* * object.c (copy_object): copy finalizers as well if any.matz2002-12-041-0/+1
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-221-1/+2
* * eval.c (rb_mod_public_method_defined, etc.): new methods:matz2002-10-301-0/+1
* * eval.c (error_print, rb_longjmp, rb_thread_schedule): flushnobu2002-10-291-0/+2