| Commit message (Expand) | Author | Age | Files | Lines |
* | * gc.c: use Bitmap Marking algorithm to avoid copy-on-write of | nari | 2012-01-07 | 1 | -2/+2 |
* | * include/ruby/version.h: RUBY_API_VERSION 2.0.0 | ayumin | 2012-01-06 | 1 | -3/+3 |
* | * include/ruby/ruby.h: fix #error pragma. LLP64 platform is supported. | nagachika | 2011-12-28 | 2 | -2/+2 |
* | * st.c (st_update): new function to lookup the given key and | nobu | 2011-12-27 | 1 | -0/+1 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function. | usa | 2011-12-14 | 1 | -0/+1 |
* | * object.c (rb_check_to_int): new function to convert a VALUE to | nobu | 2011-12-11 | 1 | -0/+1 |
* | Silence stat redefinition warnings under win32 | luislavena | 2011-12-08 | 1 | -0/+1 |
* | * include/ruby/{subst.h,win32.h}, ext/socket/rubysocket.h: revert | usa | 2011-12-05 | 2 | -93/+92 |
* | Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor... | luislavena | 2011-12-04 | 1 | -1/+1 |
* | * include/ruby/subst.h: reverted r33916, since some names in vm.inc conflict. | nobu | 2011-12-01 | 1 | -30/+30 |
* | * include/ruby/subst.h: removed arguments lists so that function | nobu | 2011-12-01 | 1 | -30/+30 |
* | * win32/win32.c (rb_w32_inet_ntop): constified. | nobu | 2011-11-29 | 1 | -1/+1 |
* | * include/ruby/win32.h (GetCurrentThreadHandle): remove unused API. | nagachika | 2011-11-28 | 1 | -1/+0 |
* | * include/ruby/subst.h: typo of r33876. | usa | 2011-11-28 | 1 | -1/+1 |
* | * include/ruby/subst.h: moved Windows specific substitions from | nobu | 2011-11-28 | 2 | -92/+92 |
* | * include/ruby/ruby.h(NUM2LONG, NUM2INT, NUM2SHORT, NUM2LL, | kosaki | 2011-11-15 | 1 | -12/+24 |
* | * fix ANSI C compliance of r33757 | ngoto | 2011-11-15 | 1 | -1/+1 |
* | * include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm code | ngoto | 2011-11-15 | 1 | -15/+2 |
* | * include/ruby/ruby.h: get rid of gcc specific rb_long2int(), | kosaki | 2011-11-15 | 1 | -68/+45 |
* | * include/ruby/ruby.h: add #ifdef comment. | kosaki | 2011-11-14 | 1 | -2/+2 |
* | * include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros. | kosaki | 2011-11-14 | 1 | -0/+19 |
* | * include/ruby/ruby.h (rb_long2int): define as a macro always, so | nobu | 2011-11-08 | 1 | -1/+2 |
* | * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK, | usa | 2011-11-07 | 1 | -0/+2 |
* | * include/ruby/intern.h (rb_fd_fix_cloexec): renamed from | akr | 2011-10-31 | 1 | -1/+1 |
* | * win32/win32.c (setfl): extract from fcntl(). | usa | 2011-10-31 | 1 | -1/+6 |
* | * include/ruby/intern.h (rb_cloexec_fcntl_dupfd): declared. | akr | 2011-10-30 | 1 | -0/+1 |
* | * include/ruby/intern.h (rb_cloexec_pipe): declared. | akr | 2011-10-30 | 1 | -0/+1 |
* | * include/ruby/intern.h (rb_cloexec_dup2): declared. | akr | 2011-10-29 | 1 | -0/+1 |
* | * include/ruby/intern.h (rb_cloexec_dup): declared. | akr | 2011-10-29 | 1 | -0/+1 |
* | * include/ruby/intern.h (rb_cloexec_open): declared. | akr | 2011-10-29 | 1 | -0/+1 |
* | * include/ruby/ruby.h (SIZE_MAX): define SIZE_MAX if not defined. | naruse | 2011-10-27 | 1 | -0/+16 |
* | * include/ruby/defines.h: use "__sparc" instead of "sparc" and | akr | 2011-10-25 | 1 | -1/+1 |
* | * include/ruby/intern.h (rb_fd_set_cloexec): declared. | akr | 2011-10-22 | 1 | -0/+1 |
* | * numeric.c (rb_infinity, rb_nan): use union to prevent bus error | ngoto | 2011-10-21 | 1 | -4/+11 |
* | * include/ruby/defines.h (flush_register_windows): use software | nobu | 2011-10-20 | 1 | -1/+1 |
* | * include/ruby/intern.h (rb_ary_reverse): export. | nobu | 2011-10-14 | 1 | -0/+1 |
* | * include/ruby/defines.h: remove NextStep, OpenStep, Rhapsody | kosaki | 2011-09-26 | 1 | -70/+0 |
* | * win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implement | usa | 2011-08-30 | 1 | -0/+2 |
* | * include/ruby/win32.h (frexp, modf): original macros. | nobu | 2011-08-05 | 1 | -2/+2 |
* | * include/ruby/missing.h: fix typo and so on. | nobu | 2011-08-04 | 1 | -1/+1 |
* | * include/ruby/missing.h: define __syscall on OpenBSD as r32702. | naruse | 2011-08-04 | 1 | -2/+2 |
* | Mark a code is GPL or not. | naruse | 2011-08-03 | 1 | -0/+2 |
* | * util.c, include/ruby/util.h (ruby_add_suffix): remove the function. | usa | 2011-08-03 | 1 | -4/+0 |
* | See __APPLE__ for __syscall. | naruse | 2011-07-28 | 1 | -1/+1 |
* | * include/ruby/missing.h: define __syscall if the platform has | naruse | 2011-07-27 | 1 | -0/+5 |
* | * parse.y (rb_check_id): make the given name a symbol or a string. | nobu | 2011-07-26 | 1 | -1/+1 |
* | * error.c (rb_name_error_str): new function to raise NameError | nobu | 2011-07-23 | 1 | -0/+1 |
* | * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined): | nobu | 2011-07-22 | 1 | -0/+1 |
* | * parse.y (rb_is_global_id, rb_is_attrset_id): add missing | nobu | 2011-07-22 | 1 | -0/+2 |
* | * include/ruby/intern.h (rb_update_max_fd): declaration moved from | akr | 2011-07-20 | 1 | -0/+1 |