aboutsummaryrefslogtreecommitdiffstats
path: root/missing
Commit message (Expand)AuthorAgeFilesLines
...
* * missing/alloca.c (xmalloc, xfree): use ruby version, notnobu2012-04-051-2/+0
* fix typoskazu2012-04-021-1/+1
* * missing/alloca.c: suppress warnings.nobu2012-04-011-0/+4
* * missing/setproctitle.c (ruby_init_setproctitle): changed prefix.nobu2012-01-171-0/+1
* * missing/lgamma_r.c (lgamma_r): get rid of false warning on mingw.nobu2011-05-181-0/+11
* * remove trailing spaces.nobu2011-05-155-7/+7
* fix mswin32 build error.kosaki2011-05-141-0/+2
* * missing/setproctitle.c: add to include "ruby/util.h".kosaki2011-05-141-0/+1
* * missing/setproctitle.c (compat_init_setproctitle): usekosaki2011-05-141-5/+1
* introduce missing/setproctitle.ckosaki2011-05-141-0/+160
* * missing/langinfo.c: parenthesize macro arguments.akr2011-01-311-1/+1
* * missing/crypt.c: parenthesize macro arguments.akr2011-01-301-39/+39
* * missing/langinfo.c (strncasecmp): get rid of redefinition.nobu2010-11-171-1/+1
* * Makefile.in (ASFLAGS): needs INCFLAGS.nobu2010-10-261-0/+10
* * missing/strchr.c: add strlen's prototype.naruse2010-10-122-0/+4
* * missing/close.c: undef the macros "getpeername", "getsockname" andakr2010-08-071-1/+4
* * missing/close.c: undef the macro "close" to prevent infiniteakr2010-08-071-0/+1
* * missing/*.c: include missing.hnobu2010-07-2817-0/+22
* * missing/close.c: keep original errno.naruse2010-07-131-0/+12
* * missing/close.c: ignore ECONNRESET.naruse2010-07-071-0/+55
* * missing/ffs.c (ffs): fixed for non-zero values.akr2010-05-131-1/+3
* fix the comment.akr2010-05-121-1/+1
* * time.c (rb_big_abs_find_minbit): use ffs().akr2010-05-121-0/+47
* * include/ruby/ruby.h: replace snprintf and vsnprintf bynaruse2010-04-041-1281/+0
* * sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]naruse2010-04-011-5/+36
* * missing/signbit.c: added.nobu2010-03-111-0/+19
* * missing/alloca.c: s/RUBY_LIB/RUBY_LIB_PREFIX/ [ruby-dev:40395]kazu2010-02-111-1/+1
* * missing/vsnprintf.c (BSD_vfprintf): get rid of a warning of VC++ x64.usa2010-01-091-1/+1
* * missing/vsnprintf.c (errno): [BUG] fixes a compilation yugui2009-05-221-1/+5
* * missing/vsnprintf.c (BSD_vfprintf): support for 'z' modifier.nobu2009-05-211-27/+56
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-122-9/+9
* * missing/vsnprintf.c (BSD_vfprintf): commented out code which hasnobu2009-03-111-1/+1
* * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,nobu2009-03-102-3/+3
* * missing/vsnprintf.c (BSD_vfprintf): ptrdiff_t may be larger thannobu2009-02-241-0/+5
* * util.c (rv_alloc, freedtoa): use our normal xmalloc()/xfree() becauseusa2009-02-201-4/+8
* * configure.in (--with-arch): added new option to supportnobu2009-02-071-0/+3
* * missing/vsnprintf.c (BSD_vfprintf): should support 't' formatmatz2009-02-041-0/+1
* * missing/langinfo.c (nl_langinfo_codeset): accepts iso-8859nobu2009-02-021-3/+4
* * configure.in, win32/Makefile.sub (MISSING): added langinfo on mingwnobu2009-01-151-2/+7
* * encoding.c (rb_locale_charmap): fallback to codepage if nonobu2009-01-141-28/+41
* * missing/langinfo.c (nl_langinfo_0): fixed typos for SJIS.nobu2009-01-051-2/+2
* * configure.in (cygwin): needs properly implemented nl_langinfo().nobu2009-01-051-0/+128
* * missing/vsnprintf.c (BSD_vfprintf): fix for test_sprintf_comb.rb, bynobu2008-12-221-2/+8
* * missing/vsnprintf.c (BSD__sfvwrite): constified.nobu2008-10-261-1/+1
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-40/+0
* * configure.in: removed strftime from AC_REPLACE_FUNCS().shugo2008-08-201-903/+0
* * transcode.c (load_transcoder): suppress warning.nobu2008-08-141-3/+3
* * missing/vsnprintf.c (struct __sbuf, FILE): use size_t.nobu2008-07-211-4/+5
* * missing/tgamma.c (tgamma): remove unused variable.mame2008-07-021-1/+0
* * missing/vsnprintf.c (BSD__uqtoa): constified.nobu2008-07-011-1/+1