| Commit message (Expand) | Author | Age | Files | Lines |
* | * transcode.c (transcode_loop): call default handler of the given | nobu | 2010-12-07 | 1 | -0/+1 |
* | * hash.c (rb_hash_update_by): new API for Hash#update. | nobu | 2010-12-04 | 1 | -0/+2 |
* | * vm.c (ruby_vm_at_exit): new API. This enables extension libs to | shyouhei | 2010-12-02 | 1 | -0/+18 |
* | * include/ruby/win32.h (rb_w32_write_console): wrong prototype. | usa | 2010-11-29 | 1 | -1/+1 |
* | * include/ruby/io.h (rb_io_buffer_t): extract from rb_io_t. | nobu | 2010-11-18 | 1 | -26/+25 |
* | * fix type warnings. | nobu | 2010-11-11 | 1 | -1/+1 |
* | * include/ruby/ruby.h (PRI_LL_PREFIX): format type specifier for | nobu | 2010-11-11 | 1 | -10/+13 |
* | * error.c (rb_syserr_new): new function to make SystemCallError | nobu | 2010-11-08 | 1 | -0/+3 |
* | * include/ruby/oniguruma.h (ONIGENC_CTYPE_SPECIAL_MASK): | naruse | 2010-10-28 | 1 | -1/+1 |
* | * include/ruby/ruby.h (NUM2LONG_internal): add cast to get rid of a | usa | 2010-10-27 | 1 | -1/+1 |
* | * class.c, gc.c, object.c, variable.c, vm_insnhelper.c, | mame | 2010-10-26 | 1 | -0/+3 |
* | * include/ruby/intern.h (rb_check_frozen): optimize. | nobu | 2010-10-24 | 1 | -0/+17 |
* | * include/ruby/ruby.h (VALUE): prefer long over uintptr_t, | nobu | 2010-10-15 | 1 | -2/+2 |
* | * include/ruby/ruby.h (ruby_executable_node): missing prototype. | nobu | 2010-10-13 | 1 | -0/+1 |
* | * configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf format | nobu | 2010-10-12 | 1 | -3/+5 |
* | * numeric.c (rb_enc_uint_chr): split from int_chr. | naruse | 2010-10-12 | 1 | -0/+1 |
* | * include/ruby/intern.h (rb_set_kcode, rb_get_kcode): removed | nobu | 2010-09-11 | 1 | -2/+0 |
* | * random.c (rb_genrand_ulong_limited): renamed from | naruse | 2010-09-10 | 1 | -0/+1 |
* | * include/ruby/version.h (RUBY_API_VERSION_*): renamed and moved | nobu | 2010-08-23 | 1 | -0/+7 |
* | * include/ruby/ruby.h (UINT2NUM): fix ifdef condition for LLP64. | akr | 2010-08-22 | 1 | -1/+1 |
* | * thread.c (rb_gc_mark_threads): deprecated. | nobu | 2010-08-14 | 1 | -1/+1 |
* | * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macro | nobu | 2010-08-14 | 1 | -0/+4 |
* | * include/ruby/intern.h (rb_time_interval): used in io/wait. | nobu | 2010-08-14 | 1 | -0/+3 |
* | * include/ruby/intern.h (rb_make_backtrace, rb_make_exception): | nobu | 2010-08-14 | 1 | -0/+2 |
* | * include/ruby/encoding.h (rb_char_to_option_kcode): used in | nobu | 2010-08-11 | 1 | -0/+2 |
* | * include/ruby/missing.h, include/ruby/ruby.h (namespace ruby): | nobu | 2010-08-07 | 1 | -1/+1 |
* | * include/ruby/subst.h (snprintf): redefinition moved from ruby.h. | akr | 2010-08-07 | 2 | -4/+5 |
* | * include/ruby/subst.h: new file for substitute standard functions.. | akr | 2010-08-07 | 3 | -8/+19 |
* | * include/ruby/missing.h: moved BROKEN_CLOSE replacements from | nobu | 2010-08-07 | 2 | -11/+8 |
* | * hash.c (rb_check_hash_type): added. | nobu | 2010-08-03 | 1 | -0/+1 |
* | * include/ruby/win32.h: latest x86_64 mingw defines stati64. | nobu | 2010-08-01 | 1 | -0/+2 |
* | * util.c (ruby_add_suffix): fixed a bug returning uninitialized | nobu | 2010-07-29 | 1 | -0/+2 |
* | * win32/Makefile.sub (config.h): VC6 or later have stddef.h. | usa | 2010-07-28 | 1 | -0/+6 |
* | * defines.h, intern.h, missing.h, ruby.h, st.h, util.h: include | nobu | 2010-07-27 | 6 | -8/+20 |
* | * include/ruby/missing.h: revert a part of r28727. config.h is expected | usa | 2010-07-26 | 1 | -2/+0 |
* | * configure.in: define BROKEN_CLOSE on FreeBSD. | naruse | 2010-07-26 | 2 | -2/+2 |
* | * configure.in (XCFLAGS): reverted mistakenly removed option. | nobu | 2010-07-23 | 1 | -0/+2 |
* | * include/ruby/missing.h: add prototype for ruby_close(). | naruse | 2010-07-22 | 1 | -0/+9 |
* | * include/ruby/{intern,io}.h: add missing prototypes. | nobu | 2010-07-22 | 2 | -0/+4 |
* | * configure.in (XCFLAGS): use -fvisibility=hidden if possible. | nobu | 2010-07-21 | 14 | -0/+115 |
* | * include/ruby/ruby.h (RSTRING_GETMEM): new macro to get ptr and | nobu | 2010-07-20 | 1 | -5/+9 |
* | * include/ruby/ruby.h (rb_data_type_t): add new feature macros. | nobu | 2010-07-18 | 1 | -0/+4 |
* | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu | 2010-07-18 | 1 | -7/+13 |
* | * thread.c (rb_thread_wakeup_alive): split from rb_thread_wakeup. | nobu | 2010-07-17 | 1 | -0/+1 |
* | * include/ruby/ruby.h (rb_cRandom): added. | mrkn | 2010-07-11 | 1 | -0/+1 |
* | * missing/close.c: ignore ECONNRESET. | naruse | 2010-07-07 | 1 | -0/+11 |
* | * include/ruby/io.h, io.c: reverted r21709. | nobu | 2010-06-27 | 1 | -1/+0 |
* | * include/ruby/ruby.h (static inline rb_gc_guarded_ptr): prevent | tarui | 2010-06-24 | 1 | -0/+6 |
* | * include/ruby/missing.h (isnan): fix compilation error on OpenBSD. | akr | 2010-06-11 | 1 | -1/+3 |
* | * include/ruby/encoding.h (rb_filesystem_encindex): defined. | naruse | 2010-05-27 | 1 | -0/+2 |