| Commit message (Expand) | Author | Age | Files | Lines |
* | fix typos. Patch by k_takata. | ktsj | 2013-05-19 | 3 | -4/+4 |
* | * missing/isnan.c (isnan): Don't define if isnan() macro is defined. | akr | 2013-04-23 | 1 | -0/+15 |
* | * configure.in: check for the whether crt_externs.h is present when compiling | charliesome | 2012-12-28 | 2 | -3/+15 |
* | setproctitle.c: _NSGetEnviron | nobu | 2012-06-20 | 1 | -0/+6 |
* | Imports Ruby's port to NativeClient (a.k.a NaCl). | yugui | 2012-05-17 | 1 | -1/+2 |
* | * missing/alloca.c (xmalloc, xfree): use ruby version, not | nobu | 2012-04-05 | 1 | -2/+0 |
* | fix typos | kazu | 2012-04-02 | 1 | -1/+1 |
* | * missing/alloca.c: suppress warnings. | nobu | 2012-04-01 | 1 | -0/+4 |
* | * missing/setproctitle.c (ruby_init_setproctitle): changed prefix. | nobu | 2012-01-17 | 1 | -0/+1 |
* | * missing/lgamma_r.c (lgamma_r): get rid of false warning on mingw. | nobu | 2011-05-18 | 1 | -0/+11 |
* | * remove trailing spaces. | nobu | 2011-05-15 | 5 | -7/+7 |
* | fix mswin32 build error. | kosaki | 2011-05-14 | 1 | -0/+2 |
* | * missing/setproctitle.c: add to include "ruby/util.h". | kosaki | 2011-05-14 | 1 | -0/+1 |
* | * missing/setproctitle.c (compat_init_setproctitle): use | kosaki | 2011-05-14 | 1 | -5/+1 |
* | introduce missing/setproctitle.c | kosaki | 2011-05-14 | 1 | -0/+160 |
* | * missing/langinfo.c: parenthesize macro arguments. | akr | 2011-01-31 | 1 | -1/+1 |
* | * missing/crypt.c: parenthesize macro arguments. | akr | 2011-01-30 | 1 | -39/+39 |
* | * missing/langinfo.c (strncasecmp): get rid of redefinition. | nobu | 2010-11-17 | 1 | -1/+1 |
* | * Makefile.in (ASFLAGS): needs INCFLAGS. | nobu | 2010-10-26 | 1 | -0/+10 |
* | * missing/strchr.c: add strlen's prototype. | naruse | 2010-10-12 | 2 | -0/+4 |
* | * missing/close.c: undef the macros "getpeername", "getsockname" and | akr | 2010-08-07 | 1 | -1/+4 |
* | * missing/close.c: undef the macro "close" to prevent infinite | akr | 2010-08-07 | 1 | -0/+1 |
* | * missing/*.c: include missing.h | nobu | 2010-07-28 | 17 | -0/+22 |
* | * missing/close.c: keep original errno. | naruse | 2010-07-13 | 1 | -0/+12 |
* | * missing/close.c: ignore ECONNRESET. | naruse | 2010-07-07 | 1 | -0/+55 |
* | * missing/ffs.c (ffs): fixed for non-zero values. | akr | 2010-05-13 | 1 | -1/+3 |
* | fix the comment. | akr | 2010-05-12 | 1 | -1/+1 |
* | * time.c (rb_big_abs_find_minbit): use ffs(). | akr | 2010-05-12 | 1 | -0/+47 |
* | * include/ruby/ruby.h: replace snprintf and vsnprintf by | naruse | 2010-04-04 | 1 | -1281/+0 |
* | * sprintf.c (rb_str_format): support %a format. [ruby-dev:40650] | naruse | 2010-04-01 | 1 | -5/+36 |
* | * missing/signbit.c: added. | nobu | 2010-03-11 | 1 | -0/+19 |
* | * missing/alloca.c: s/RUBY_LIB/RUBY_LIB_PREFIX/ [ruby-dev:40395] | kazu | 2010-02-11 | 1 | -1/+1 |
* | * missing/vsnprintf.c (BSD_vfprintf): get rid of a warning of VC++ x64. | usa | 2010-01-09 | 1 | -1/+1 |
* | * missing/vsnprintf.c (errno): [BUG] fixes a compilation | yugui | 2009-05-22 | 1 | -1/+5 |
* | * missing/vsnprintf.c (BSD_vfprintf): support for 'z' modifier. | nobu | 2009-05-21 | 1 | -27/+56 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 2 | -9/+9 |
* | * missing/vsnprintf.c (BSD_vfprintf): commented out code which has | nobu | 2009-03-11 | 1 | -1/+1 |
* | * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def, | nobu | 2009-03-10 | 2 | -3/+3 |
* | * missing/vsnprintf.c (BSD_vfprintf): ptrdiff_t may be larger than | nobu | 2009-02-24 | 1 | -0/+5 |
* | * util.c (rv_alloc, freedtoa): use our normal xmalloc()/xfree() because | usa | 2009-02-20 | 1 | -4/+8 |
* | * configure.in (--with-arch): added new option to support | nobu | 2009-02-07 | 1 | -0/+3 |
* | * missing/vsnprintf.c (BSD_vfprintf): should support 't' format | matz | 2009-02-04 | 1 | -0/+1 |
* | * missing/langinfo.c (nl_langinfo_codeset): accepts iso-8859 | nobu | 2009-02-02 | 1 | -3/+4 |
* | * configure.in, win32/Makefile.sub (MISSING): added langinfo on mingw | nobu | 2009-01-15 | 1 | -2/+7 |
* | * encoding.c (rb_locale_charmap): fallback to codepage if no | nobu | 2009-01-14 | 1 | -28/+41 |
* | * missing/langinfo.c (nl_langinfo_0): fixed typos for SJIS. | nobu | 2009-01-05 | 1 | -2/+2 |
* | * configure.in (cygwin): needs properly implemented nl_langinfo(). | nobu | 2009-01-05 | 1 | -0/+128 |
* | * missing/vsnprintf.c (BSD_vfprintf): fix for test_sprintf_comb.rb, by | nobu | 2008-12-22 | 1 | -2/+8 |
* | * missing/vsnprintf.c (BSD__sfvwrite): constified. | nobu | 2008-10-26 | 1 | -1/+1 |
* | * x68/_dtos18.c: removed. Ruby no longer supports human68k. | yugui | 2008-10-04 | 1 | -40/+0 |