| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/ruby.h (USE_SYMBOL_AS_METHOD_NAME): Module#methods, | nobu | 2009-02-23 | 1 | -0/+3 |
* | * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end), | mame | 2009-02-14 | 1 | -0/+4 |
* | * compile.c (compile_array_, defined_expr, iseq_compile_each): hide | nobu | 2009-02-12 | 1 | -0/+1 |
* | * include/ruby/st.h, st.c: order entries by a linked list instead of | mame | 2009-02-08 | 1 | -1/+1 |
* | * include/ruby/backward/rubysig.h (rb_thread_blocking_region_begin), | nobu | 2009-02-08 | 1 | -3/+3 |
* | * include/ruby/backward/rubysig.h: extern "C" was missing. | nobu | 2009-02-08 | 1 | -0/+15 |
* | * configure.in (--with-arch): added new option to support | nobu | 2009-02-07 | 1 | -4/+1 |
* | [__SYMBIAN32__]: included <sys/select.h> for fd_set definition | azav | 2009-02-06 | 1 | -0/+2 |
* | * include/ruby/intern.h (rb_run_exec_options_err): renamed from | akr | 2009-02-05 | 1 | -4/+8 |
* | * include/ruby/ruby.h (STR2CSTR): removed. | akr | 2009-01-31 | 1 | -5/+0 |
* | * revert previous revision. it's already out-of-date. | usa | 2009-01-22 | 1 | -1/+0 |
* | * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new function | usa | 2009-01-22 | 1 | -0/+1 |
* | * include/ruby/io.h (typedef struct rb_io_t): | nobu | 2009-01-21 | 1 | -0/+1 |
* | * include/ruby/defines.h (RUBY_ALIAS_FUNCTION_TYPE): added. | nobu | 2009-01-19 | 1 | -3/+3 |
* | * include/ruby/defines.h (RUBY_ALIAS_FUNCTION2): added. | nobu | 2009-01-19 | 1 | -2/+10 |
* | * include/ruby/ruby.h (VALUE): use unsigned long or long long | nobu | 2009-01-16 | 1 | -3/+6 |
* | * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX): must define as string. | usa | 2009-01-16 | 1 | -1/+1 |
* | * configure.in (RUBY_REPLACE_TYPE): does not define rb_ prefixed | nobu | 2009-01-16 | 1 | -3/+26 |
* | * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t, | usa | 2009-01-13 | 1 | -0/+18 |
* | * win32/win32.c (internal_cmd_match): extracted from | nobu | 2009-01-12 | 1 | -2/+0 |
* | * include/ruby/missing.h, sprintf.c: get rid of a warning of VC++. | usa | 2009-01-02 | 1 | -0/+6 |
* | * pack.c (pack_pack): template f should not accept non float | matz | 2008-12-29 | 1 | -0/+1 |
* | * io.c (fptr_finalize): close the IO object even if finish_writeconv or | akr | 2008-12-26 | 1 | -0/+3 |
* | * process.c (rb_fork): propagete an error message from child to parent. | akr | 2008-12-23 | 1 | -4/+4 |
* | * include/ruby/st.h: need to include defines.h because LONG_LONG is | usa | 2008-12-23 | 1 | -0/+1 |
* | * configure.in (mingw): no longer uses snprintf and vsnprintf of | nobu | 2008-12-22 | 2 | -6/+5 |
* | * io.c (rb_io_extract_encoding_option): "internal_encoding: nil" | matz | 2008-12-19 | 1 | -0/+1 |
* | * include/ruby/st.h (size_t): needs stddef.h or stdlib.h. | nobu | 2008-12-11 | 1 | -0/+13 |
* | * id.h, include/ruby/{intern,oniguruma}.h, regenc.h, regparse.h, | nobu | 2008-12-09 | 2 | -3/+3 |
* | * load.c (rb_get_load_path): returns the load path without | nobu | 2008-12-04 | 1 | -0/+1 |
* | move the previous comment. | akr | 2008-12-02 | 1 | -26/+0 |
* | add comment for select behavior on file descriptors over FD_SETSIZE. | akr | 2008-12-02 | 1 | -0/+26 |
* | * include/ruby/intern.h (rb_{external,locale}_str_new_cstr): optimized | nobu | 2008-11-11 | 1 | -0/+12 |
* | * load.c (rb_require_safe): destroys barrier after successfully | nobu | 2008-11-11 | 1 | -0/+1 |
* | * ext/curses/curses.c: curses encoding should obey locale. | matz | 2008-11-07 | 1 | -0/+1 |
* | * include/ruby/io.h (rb_io_t): added write_lock to serialize. | nobu | 2008-11-07 | 1 | -0/+2 |
* | * include/ruby/intern.h (rb_mutex_synchronize): fixed prototype. | nobu | 2008-11-03 | 1 | -1/+1 |
* | * missing.h: needs RUBY_EXTERN instead of extern for mswin. | nobu | 2008-11-03 | 1 | -29/+33 |
* | * string.c (rb_external_str_new_with_enc): no implicit strlen call. | matz | 2008-10-22 | 1 | -0/+2 |
* | * include/ruby/vm.h: write a comment. | ko1 | 2008-10-21 | 1 | -4/+9 |
* | * ext/zlib/zlib.c: remove obsolete prototype macros. | matz | 2008-10-21 | 1 | -0/+1 |
* | * io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed. | shugo | 2008-10-21 | 1 | -0/+1 |
* | * include/ruby/ruby.h (ExportStringValue): new macro to convert | matz | 2008-10-20 | 2 | -1/+8 |
* | * string.c (rb_locale_str_new): new function to convert string | matz | 2008-10-20 | 1 | -0/+1 |
* | * string.c (rb_external_str_new): a new function to convert from | matz | 2008-10-18 | 2 | -0/+3 |
* | * io.c (rb_getc, rb_io_fread, rb_io_fwrite, rb_read_pending): | mame | 2008-10-16 | 1 | -5/+0 |
* | * io.c (Init_IO): $FILENAME and $* must be read-only. [ruby-dev:36698] | nobu | 2008-10-14 | 1 | -0/+20 |
* | * include/ruby.h: updated macros for headers. [ruby-core:19275] | nobu | 2008-10-10 | 1 | -2/+1 |
* | * include/ruby/ruby.h: embeds the elements of an array into its | yugui | 2008-10-09 | 1 | -8/+25 |
* | * encoding.c (rb_default_internal_encoding): merged a patch from | matz | 2008-10-07 | 1 | -0/+3 |