summaryrefslogtreecommitdiff
path: root/intern.h
AgeCommit message (Expand)Author
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-04-07* pack.c (pack_pack): use NUM2INT() instead of num2i32().matz
2004-04-07* file.c (rb_get_path): get path string via "to_path" method ifmatz
2004-03-31* intern.h: provide proper prototypes. [ruby-core:02724]nobu
2004-02-16* configure.in: check functions, fork spawnv.nobu
2004-02-10* eval.c (method_proc): return bound Proc object. [ruby-dev:22854]nobu
2004-01-19* variable.c (rb_set_class_path): do not set path ifmatz
2003-12-21* class.c (rb_check_inheritable): new function. [ruby-dev:22316]nobu
2003-12-15* dir.c (check_dirname): check string safety and remove extraneousnobu
2003-10-14* intern.h (ruby_stop): never return.nobu
2003-10-13* eval.c (rb_feature_p): match by classified suffix.nobu
2003-10-01* ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,matz
2003-09-29* eval.c (rb_thread_atfork): wrong format specifier.matz
2003-09-12* intern.h (rb_disable_super, rb_enable_super): replace with dummynobu
2003-08-06* eval.c (rb_call0): update ruby_class as well as ruby_cref.matz
2003-07-31* numeric.c (rb_num_coerce_relop): export function.matz
2003-07-29* lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz
2003-07-26* variable.c (rb_mod_const_missing): "const_missing" should notmatz
2003-07-22* variable.c (rb_mod_const_missing): new method. [ruby-core:00441]matz
2003-07-15* lib/matrix.rb: remove elements conversion to_f, to_i, to_r.matz
2003-07-07* eval.c (rb_call_super): k->super maybe NULL if klass is Kernel.matz
2003-07-03* array.c (rb_values_at): extract common procedure frommatz
2003-06-20* parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz
2003-06-16* eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz
2003-06-06* gc.c (define_final): eliminate rb_f_lambda() call.matz
2003-05-29* eval.c (ev_const_defined, ev_const_get), variable.cnobu
2003-05-19* ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz
2003-05-13* eval.c (error_pos): use $deferr for output instead of stderrmatz
2003-05-08* compar.c (rb_cmperr): raise comparison failure.nobu
2003-03-20* eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz
2003-03-07* parse.y (dsym): :"symbol string" style should not contain `\0'.matz
2003-03-04* configure.in, bcc32/Makefile.sub, win32/Makefile.sub: definenobu
2003-02-18* eval.c (rb_call0): should not report uninitialized warning bymatz
2003-02-09* intern.h (HAVE_RB_DEFINE_ALLOC_FUNC, RB_CVAR_SET_4ARGS):nobu
2003-02-07* intern.h (HAVE_RB_DEFINE_ALLOC_FUNC): New boolean macro to makeknu
2003-02-07* intern.h, re.c (rb_memsearch): returns long.nobu
2003-02-03* re.c (rb_memsearch): algolithm body of String#index.matz
2003-01-16Updated Copyrights of Matz to 2003.michal
2003-01-08* eval.c: remove ruby_last_node and assignments seems to bematz
2003-01-06* intern.h (rb_check_array_type): Declare rb_check_array_type().knu
2002-12-24* class.c (ins_methods_i): should not show ID_ALLOCATOR.matz
2002-12-20* parse.y (do_block): split "do" block and tLBRACE_ARG block.matz
2002-12-19* numeric.c (num_step): use DBL_EPSILON.matz
2002-12-10* sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz
2002-12-04* object.c (copy_object): copy finalizers as well if any.matz
2002-11-22* file.c (rb_find_file_ext): should not terminate searching withmatz
2002-10-30* eval.c (rb_mod_public_method_defined, etc.): new methods:matz
2002-10-29 * eval.c (error_print, rb_longjmp, rb_thread_schedule): flushnobu
2002-10-23* eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu
2002-09-23* eval.c (rb_call0): must not clear ruby_current_node, ornobu