aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * gc.c: use Bitmap Marking algorithm to avoid copy-on-write ofnari2012-01-071-2/+2
* * include/ruby/version.h: RUBY_API_VERSION 2.0.0ayumin2012-01-061-3/+3
* * include/ruby/ruby.h: fix #error pragma. LLP64 platform is supported.nagachika2011-12-282-2/+2
* * st.c (st_update): new function to lookup the given key andnobu2011-12-271-0/+1
* * win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.usa2011-12-141-0/+1
* * object.c (rb_check_to_int): new function to convert a VALUE tonobu2011-12-111-0/+1
* Silence stat redefinition warnings under win32luislavena2011-12-081-0/+1
* * include/ruby/{subst.h,win32.h}, ext/socket/rubysocket.h: revertusa2011-12-052-93/+92
* Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena2011-12-041-1/+1
* * include/ruby/subst.h: reverted r33916, since some names in vm.inc conflict.nobu2011-12-011-30/+30
* * include/ruby/subst.h: removed arguments lists so that functionnobu2011-12-011-30/+30
* * win32/win32.c (rb_w32_inet_ntop): constified.nobu2011-11-291-1/+1
* * include/ruby/win32.h (GetCurrentThreadHandle): remove unused API.nagachika2011-11-281-1/+0
* * include/ruby/subst.h: typo of r33876.usa2011-11-281-1/+1
* * include/ruby/subst.h: moved Windows specific substitions fromnobu2011-11-282-92/+92
* * include/ruby/ruby.h(NUM2LONG, NUM2INT, NUM2SHORT, NUM2LL,kosaki2011-11-151-12/+24
* * fix ANSI C compliance of r33757ngoto2011-11-151-1/+1
* * include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm codengoto2011-11-151-15/+2
* * include/ruby/ruby.h: get rid of gcc specific rb_long2int(),kosaki2011-11-151-68/+45
* * include/ruby/ruby.h: add #ifdef comment.kosaki2011-11-141-2/+2
* * include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki2011-11-141-0/+19
* * include/ruby/ruby.h (rb_long2int): define as a macro always, sonobu2011-11-081-1/+2
* * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK,usa2011-11-071-0/+2
* * include/ruby/intern.h (rb_fd_fix_cloexec): renamed fromakr2011-10-311-1/+1
* * win32/win32.c (setfl): extract from fcntl().usa2011-10-311-1/+6
* * include/ruby/intern.h (rb_cloexec_fcntl_dupfd): declared.akr2011-10-301-0/+1
* * include/ruby/intern.h (rb_cloexec_pipe): declared.akr2011-10-301-0/+1
* * include/ruby/intern.h (rb_cloexec_dup2): declared.akr2011-10-291-0/+1
* * include/ruby/intern.h (rb_cloexec_dup): declared.akr2011-10-291-0/+1
* * include/ruby/intern.h (rb_cloexec_open): declared.akr2011-10-291-0/+1
* * include/ruby/ruby.h (SIZE_MAX): define SIZE_MAX if not defined.naruse2011-10-271-0/+16
* * include/ruby/defines.h: use "__sparc" instead of "sparc" andakr2011-10-251-1/+1
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-221-0/+1
* * numeric.c (rb_infinity, rb_nan): use union to prevent bus errorngoto2011-10-211-4/+11
* * include/ruby/defines.h (flush_register_windows): use softwarenobu2011-10-201-1/+1
* * include/ruby/intern.h (rb_ary_reverse): export.nobu2011-10-141-0/+1
* * include/ruby/defines.h: remove NextStep, OpenStep, Rhapsodykosaki2011-09-261-70/+0
* * win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implementusa2011-08-301-0/+2
* * include/ruby/win32.h (frexp, modf): original macros.nobu2011-08-051-2/+2
* * include/ruby/missing.h: fix typo and so on.nobu2011-08-041-1/+1
* * include/ruby/missing.h: define __syscall on OpenBSD as r32702.naruse2011-08-041-2/+2
* Mark a code is GPL or not.naruse2011-08-031-0/+2
* * util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa2011-08-031-4/+0
* See __APPLE__ for __syscall.naruse2011-07-281-1/+1
* * include/ruby/missing.h: define __syscall if the platform hasnaruse2011-07-271-0/+5
* * parse.y (rb_check_id): make the given name a symbol or a string.nobu2011-07-261-1/+1
* * error.c (rb_name_error_str): new function to raise NameErrornobu2011-07-231-0/+1
* * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu2011-07-221-0/+1
* * parse.y (rb_is_global_id, rb_is_attrset_id): add missingnobu2011-07-221-0/+2
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-201-0/+1