Age | Commit message (Expand) | Author |
2011-11-08 | * include/ruby/ruby.h (rb_long2int): define as a macro always, so | nobu |
2011-11-07 | * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK, | usa |
2011-10-31 | * include/ruby/intern.h (rb_fd_fix_cloexec): renamed from | akr |
2011-10-31 | * win32/win32.c (setfl): extract from fcntl(). | usa |
2011-10-30 | * include/ruby/intern.h (rb_cloexec_fcntl_dupfd): declared. | akr |
2011-10-30 | * include/ruby/intern.h (rb_cloexec_pipe): declared. | akr |
2011-10-29 | * include/ruby/intern.h (rb_cloexec_dup2): declared. | akr |
2011-10-29 | * include/ruby/intern.h (rb_cloexec_dup): declared. | akr |
2011-10-29 | * include/ruby/intern.h (rb_cloexec_open): declared. | akr |
2011-10-27 | * include/ruby/ruby.h (SIZE_MAX): define SIZE_MAX if not defined. | naruse |
2011-10-25 | * include/ruby/defines.h: use "__sparc" instead of "sparc" and | akr |
2011-10-22 | * include/ruby/intern.h (rb_fd_set_cloexec): declared. | akr |
2011-10-21 | * numeric.c (rb_infinity, rb_nan): use union to prevent bus error | ngoto |
2011-10-20 | * include/ruby/defines.h (flush_register_windows): use software | nobu |
2011-10-14 | * include/ruby/intern.h (rb_ary_reverse): export. | nobu |
2011-09-26 | * include/ruby/defines.h: remove NextStep, OpenStep, Rhapsody | kosaki |
2011-08-30 | * win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implement | usa |
2011-08-05 | * include/ruby/win32.h (frexp, modf): original macros. | nobu |
2011-08-04 | * include/ruby/missing.h: fix typo and so on. | nobu |
2011-08-04 | * include/ruby/missing.h: define __syscall on OpenBSD as r32702. | naruse |
2011-08-03 | Mark a code is GPL or not. | naruse |
2011-08-03 | * util.c, include/ruby/util.h (ruby_add_suffix): remove the function. | usa |
2011-07-28 | See __APPLE__ for __syscall. | naruse |
2011-07-27 | * include/ruby/missing.h: define __syscall if the platform has | naruse |
2011-07-26 | * parse.y (rb_check_id): make the given name a symbol or a string. | nobu |
2011-07-23 | * error.c (rb_name_error_str): new function to raise NameError | nobu |
2011-07-22 | * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined): | nobu |
2011-07-22 | * parse.y (rb_is_global_id, rb_is_attrset_id): add missing | nobu |
2011-07-20 | * include/ruby/intern.h (rb_update_max_fd): declaration moved from | akr |
2011-07-17 | * error.c (rb_check_trusted): new function to check an object is | nobu |
2011-07-15 | * win32/win32.c, include/ruby/win32.h (rb_w32_io_cancelable_p): renamed | usa |
2011-07-09 | * win32/win32.c (rb_w32_{read,write}): should be signed. | nobu |
2011-07-03 | * include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p, | ko1 |
2011-06-21 | * internal.h: move rb_thread_io_blocking_region() declaration | kosaki |
2011-06-21 | revert r32183 | kosaki |
2011-06-21 | * internal.h: move rb_thread_io_blocking_region() declaration | kosaki |
2011-06-18 | * include/ruby/backward/classext.h: for evil gems. fixed #4803 | nobu |
2011-06-16 | * fix for build on solaris 10. | nobu |
2011-06-06 | * include/ruby/{defines,missing}.h (rb_infinity, rb_nan): move from | usa |
2011-06-06 | * include/ruby/defines.h (rb_inifinity, rb_nan): export for Windows. | usa |
2011-06-03 | * include/ruby/missing.h, numeric.c (round): moved prototype of round() | usa |
2011-05-23 | * include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. Forgot to | nahi |
2011-05-22 | * bignum.c (dump_bignum, bigmul1_balance, big_split, biglsh_bang, | mrkn |
2011-05-18 | * internal.h: add for internal use only. | nobu |
2011-05-15 | * include/ruby/intern.h: resurrect old rb_fd_copy(). | kosaki |
2011-05-15 | * include/ruby/intern.h: remove rb_fd_copy() to rb_fd_dup() and | kosaki |
2011-05-15 | * remove trailing spaces. | nobu |
2011-05-14 | introduce missing/setproctitle.c | kosaki |
2011-05-07 | * thread.c (rb_fd_init): remove volatile qualifier. | kosaki |
2011-05-07 | * thread.c (rb_fd_init_copy): new internal api. It provide efficient | kosaki |