summaryrefslogtreecommitdiff
path: root/ruby.h
AgeCommit message (Expand)Author
2003-10-14* intern.h (ruby_stop): never return.nobu
2003-08-22* enum.c (inject_i): use rb_yield_values.matz
2003-07-29* ruby.h (LLONG_MIN): fix typo.usa
2003-07-29* lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz
2003-07-28* ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz
2003-07-20* string.c: use StringValueCStr to retrieve paths to system calls.matz
2003-06-23* string.c (rb_str_upto): generate sequence according to "succ"matz
2003-06-17* eval.c: remove rb_cBlock.matz
2003-06-06* gc.c (define_final): eliminate rb_f_lambda() call.matz
2003-05-30* numeric.c (rb_num2uint, rb_fix2int): new function to convertnobu
2003-05-20* eval.c (rb_yield_0): give warning for multiple values for amatz
2003-05-13* eval.c (error_pos): use $deferr for output instead of stderrmatz
2003-03-25* io.c (rb_io_initialize): should check rb_secure(4).matz
2003-03-24security enhancement of dl library (need test).matz
2003-03-04* configure.in, bcc32/Makefile.sub, win32/Makefile.sub: definenobu
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-01-31* variable.c (rb_obj_classname): new function.matz
2003-01-16Updated Copyrights of Matz to 2003.michal
2002-10-29* eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu
2002-09-09capa field in RString, and RArray is now LONG (ruby-lang:458)michal
2002-09-03 * variable.c (rb_copy_generic_ivar): remove old generic instancematz
2002-08-29* array.c (rb_ary_become): should not free ptr if it's shared.matz
2002-08-21*.c: Int vs Long cleanupmichal
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-05-11* forgot to commit.eban
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-27* io.c (rb_io_sysseek): new method based on a patch from Aristarkhmatz
2002-03-22* the VMS support patch submitted by Akiyoshi, Masamichimatz
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-02-18* parse.y (expr_value, arg_value, primary_value): value_expr()matz
2001-12-21* dln.h, ruby.h, util.h: enable prototypes in C++.nobu
2001-12-17* intern.h: add prototypes.nobu
2001-12-10auxiliary routines update.matz
2001-12-10* array.c (rb_ary_modify): should copy the internal buffer if thematz
2001-11-08* process.c (security): always give warning for insecure PATH.matz
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-07-19* ruby.h: enable volatile directive with VC++.usa
2001-07-14* regex.c (re_search): should consider reverse search.matz
2001-07-08* ruby.h: fix a wrong function name: rb_iglob() -> rb_globi().knu
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-11* ruby.h (rb_string_value): add volatile to avoid compiler warning.eban
2001-05-11* bignum.c (bigdivrem): access boundary bug.matz
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-03-28* object.c (rb_str2cstr): warn if string contains \0 and lengthmatz
2001-03-27* eval.c (rb_mod_define_method): should have clear method cache.matz
2001-03-26* eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz
2001-03-22* ruby.h: better inline function support.matz