summaryrefslogtreecommitdiff
path: root/intern.h
AgeCommit message (Expand)Author
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
2002-09-05* gc.c (gc_sweep): should mark parser.aamine
2002-09-03rb_check_frozen has been added (ruby-core:412)michal
2002-09-03 * variable.c (rb_copy_generic_ivar): remove old generic instancematz
2002-09-02* gc.c (gc_sweep): does reclaim nodes in also compile time, if we can.aamine
2002-08-19* array.c (sort_2): *a - *b may overflow.matz
2002-08-15* eval.c (ruby_current_node) : added to set sourceline on demand.nobu
2002-07-26* random.c: replace with Mersenne Twister RNG.matz
2002-05-29* parse.y: yyparse #defines moved from intern.hmatz
2002-04-26ANSI C requires a named argument before `...'nobu
2002-04-26* eval.c (rb_proc_new): make Proc from C function. [new]nobu
2002-04-24* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz
2002-04-18* re.c (rb_reg_expr_str): should treat backslash specially inmatz
2002-03-15* bignum.c, intern.h (rb_ull2big, rb_ll2big, rb_ull2inum, rb_ll2inum,usa
2002-03-14* re.c (rb_reg_match): should clear $~ if operand is nil.matz
2002-03-07* gc.c (rb_source_filename): added. holds unique strings for filenobu
2002-02-20* intern.h: prototypes; rb_io_addstr(), rb_io_printf(),nobu
2002-02-15* eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set().matz
2002-02-13* parse.y (stmt): local variable declaration order was changedmatz
2002-02-01* intern.h: prototypes for new functions; rb_cstr_to_inum(),nobu
2002-01-11* re.c (match_select): should propagate taintness.matz
2002-01-10* class.c (rb_make_metaclass): [new]nobu
2002-01-04* process.c (rb_f_system): abandon vfork.matz
2001-12-17* intern.h: add prototypes.nobu
2001-11-29* string.c (rb_str_equal): object with to_str must be treated as amatz
2001-11-21* parse.y (str_extend): should check nesting parentheses in #{}.matz
2001-11-19* parse.y (parse_regx): should raise error on untermitatedmatz