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