Age | Commit message (Expand) | Author |
2005-09-16 | * dir.c (rb_push_glob): fix delimiter bug. fixed: [ruby-dev:27105] | nobu |
2005-09-14 | * dir.c (ruby_glob): glob function not using ruby exception system. | nobu |
2005-09-14 | * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`. | ocean |
2005-09-14 | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean |
2005-09-13 | * ruby.h (PRINTF_ARGS): new macro for printf style argument checking. | akr |
2005-07-27 | * parse.y (lambda): Perl6 style -> lambda expression. [NEW] | matz |
2005-07-26 | * ruby.h: support LLP64 model. [ruby-talk:149524] | matz |
2005-07-25 | * common.mk: Borland MAKE doesn't look for file names which have paths | nobu |
2005-07-02 | * defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64. | akr |
2005-06-07 | * enum.c (enum_min_by, enum_max_by): return nil if no iteration. | nobu |
2005-05-15 | * configure.in, ruby.h: define rb_[pgu]id_t macros instead of typedefs | nobu |
2005-05-14 | * configure.in: Check for the availability of pid_t, gid_t and uid_t and | nobu |
2005-04-30 | * configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute. | nobu |
2005-03-02 | * eval.c (ruby_native_thread_kill): call pthread_kill() to send a | nagai |
2004-11-17 | * re.c (rb_reg_initialize_m): should raise exception instead of | matz |
2004-11-14 | * process.c (proc_getrlimit): new function for Process.getrlimit. | akr |
2004-10-27 | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz |
2004-09-22 | * hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301] | matz |
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 if | matz |
2004-03-31 | * intern.h: provide proper prototypes. [ruby-core:02724] | nobu |
2004-03-10 | * struct.c (rb_struct_s_def): Struct::new executes block with | matz |
2004-02-15 | * ruby.h, dir.c (rb_glob): add const. | ocean |
2004-01-29 | * dir.c: merge tuning from H.Yamamoto <[email protected]>. | matz |
2004-01-27 | * misc/ruby-mode.el: better support for general delimited | matz |
2004-01-13 | * parse.y (primary): allow no "when" case. [ruby-dev:22578] | matz |
2003-12-22 | * configure.in (ac_cv_func_setitimer): moved from defines.h | nobu |
2003-12-11 | * configure.in (ieeefp.h), numeric.c: needed for finite() on | nobu |
2003-12-01 | * pack.c (htov16): converts endian using swap16. htov32(), hton16, | matz |
2003-11-25 | * ruby.h: don't treat Cygwin as Windows. | eban |
2003-11-20 | * check existence of "pthread.h" | nagai |
2003-11-20 | * ruby.h: define is_ruby_native_thread() for no native thread environment | nagai |
2003-11-20 | * configure.in: always check existence of the pthread library | nagai |
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 convert | nobu |
2003-05-20 | * eval.c (rb_yield_0): give warning for multiple values for a | matz |
2003-05-13 | * eval.c (error_pos): use $deferr for output instead of stderr | matz |
2003-03-25 | * io.c (rb_io_initialize): should check rb_secure(4). | matz |
2003-03-24 | security enhancement of dl library (need test). | matz |
2003-03-04 | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define | nobu |
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 make | knu |