| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * dln.c: Ruby no longer supports VMS. | yugui | 2008-10-04 | 2 | -10/+1 |
* | * dln.c: Ruby no longer supports Windows CE. | yugui | 2008-10-04 | 2 | -9/+2 |
* | * dln.c: Ruby no longer supports MacOS 9 or before. | yugui | 2008-10-04 | 1 | -2/+0 |
* | * dln.c: Ruby no longer supports MS-DOS. | yugui | 2008-10-04 | 2 | -2/+2 |
* | * x68/_dtos18.c: removed. Ruby no longer supports human68k. | yugui | 2008-10-04 | 1 | -6/+2 |
* | * sprintf.c (rb_str_format): add %<name>s style named argument | matz | 2008-09-30 | 1 | -0/+1 |
* | * include/ruby/encoding.h (rb_str_encode): renamed from | akr | 2008-09-26 | 1 | -2/+2 |
* | * include/ruby/ruby.h (rb_mPrecision): removed. | yugui | 2008-09-26 | 1 | -1/+0 |
* | * error.c (Init_Exception): introduce EncodingError which is a | matz | 2008-09-26 | 1 | -0/+1 |
* | * transcode.c, include/ruby/encoding.c (rb_transcode_convertible): | usa | 2008-09-26 | 1 | -0/+1 |
* | * include/ruby{io,sig}.h: moved to include/ruby/backward. | nobu | 2008-09-26 | 3 | -1/+6 |
* | * include/rubysig.h: old macros for backward compatibility. | nobu | 2008-09-26 | 1 | -1/+33 |
* | comment changed. | akr | 2008-09-24 | 1 | -2/+2 |
* | * include/ruby/node.h, node.h: move node.h from include path. | ko1 | 2008-09-23 | 1 | -516/+0 |
* | * thread.c, include/ruby/intern.h (rb_thread_interrupted): added. | ko1 | 2008-09-23 | 1 | -0/+1 |
* | * ruby.h: fix comment and rename macro HAVE_RUBY_MVM_H to | ko1 | 2008-09-23 | 1 | -2/+2 |
* | * include/ruby/node.h, vm_core.h: move definition of | ko1 | 2008-09-23 | 1 | -0/+2 |
* | * common.mk: clean up | ko1 | 2008-09-23 | 2 | -9/+1 |
* | * include/ruby/encoding.h (enum): ISO C forbids comma at end of | shyouhei | 2008-09-22 | 1 | -1/+1 |
* | * complex.c: an instance method image has been removed and | tadf | 2008-09-20 | 1 | -1/+1 |
* | * dln.c: newer BeOS support. a patch from Pete Goodeve | matz | 2008-09-19 | 1 | -1/+1 |
* | * grapheme cluster implementation reverted. [ruby-dev:36375] | akr | 2008-09-18 | 2 | -7/+5 |
* | * transcode.c: add "Error" suffix for Encoding exception classes. | matz | 2008-09-18 | 1 | -0/+1 |
* | * string.c (rb_str_casecmp): don't use rb_enc_codepoint. | akr | 2008-09-17 | 1 | -3/+3 |
* | * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_ret | akr | 2008-09-16 | 2 | -2/+4 |
* | * gc.c, include/ruby/ruby.h: rename rb_register_mark_object() | ko1 | 2008-09-15 | 1 | -1/+1 |
* | * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for | akr | 2008-09-13 | 2 | -5/+5 |