aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.h
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute.nobu2005-04-301-4/+10
* * eval.c (ruby_native_thread_kill): call pthread_kill() to send anagai2005-03-021-1/+7
* * re.c (rb_reg_initialize_m): should raise exception instead ofmatz2004-11-171-1/+2
* * process.c (proc_getrlimit): new function for Process.getrlimit.akr2004-11-141-0/+1
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-271-3/+1
* * hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]matz2004-09-221-0/+1
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-071-0/+3
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-0/+1
* * intern.h: provide proper prototypes. [ruby-core:02724]nobu2004-03-311-1/+1
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-101-13/+13
* * ruby.h, dir.c (rb_glob): add const.ocean2004-02-151-1/+1
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-291-1/+0
* * misc/ruby-mode.el: better support for general delimitedmatz2004-01-271-6/+2
* * parse.y (primary): allow no "when" case. [ruby-dev:22578]matz2004-01-131-14/+25
* * configure.in (ac_cv_func_setitimer): moved from defines.hnobu2003-12-221-0/+4
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-10/+10
* * pack.c (htov16): converts endian using swap16. htov32(), hton16,matz2003-12-011-4/+4
* * ruby.h: don't treat Cygwin as Windows.eban2003-11-251-1/+1
* * check existence of "pthread.h"nagai2003-11-201-0/+7
* * ruby.h: define is_ruby_native_thread() for no native thread environmentnagai2003-11-201-2/+0
* * configure.in: always check existence of the pthread librarynagai2003-11-201-0/+15
* * intern.h (ruby_stop): never return.nobu2003-10-141-1/+1
* * enum.c (inject_i): use rb_yield_values.matz2003-08-221-0/+1
* * ruby.h (LLONG_MIN): fix typo.usa2003-07-291-1/+1
* * lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz2003-07-291-1/+1
* * ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz2003-07-281-1/+0
* * string.c: use StringValueCStr to retrieve paths to system calls.matz2003-07-201-0/+2
* * string.c (rb_str_upto): generate sequence according to "succ"matz2003-06-231-1/+1
* * eval.c: remove rb_cBlock.matz2003-06-171-1/+0
* * gc.c (define_final): eliminate rb_f_lambda() call.matz2003-06-061-0/+1
* * numeric.c (rb_num2uint, rb_fix2int): new function to convertnobu2003-05-301-2/+4
* * eval.c (rb_yield_0): give warning for multiple values for amatz2003-05-201-0/+1
* * eval.c (error_pos): use $deferr for output instead of stderrmatz2003-05-131-1/+3
* * io.c (rb_io_initialize): should check rb_secure(4).matz2003-03-251-0/+3
* security enhancement of dl library (need test).matz2003-03-241-2/+4
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: definenobu2003-03-041-65/+65
* * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC, RB_CVAR_SET_4ARGS):nobu2003-02-091-1/+1
* * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC): New boolean macro to makeknu2003-02-071-0/+1
* * variable.c (rb_obj_classname): new function.matz2003-01-311-0/+1
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu2002-10-291-4/+4
* capa field in RString, and RArray is now LONG (ruby-lang:458)michal2002-09-091-2/+2
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-1/+1
* * array.c (rb_ary_become): should not free ptr if it's shared.matz2002-08-291-1/+2
* *.c: Int vs Long cleanupmichal2002-08-211-1/+1
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * forgot to commit.eban2002-05-111-0/+1
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-8/+7
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-4/+4
* * io.c (rb_io_sysseek): new method based on a patch from Aristarkhmatz2002-03-271-1/+1