Age | Commit message (Expand) | Author |
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-14 | fix 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): use | kosaki |
2011-05-14 | introduce missing/setproctitle.c | kosaki |
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" and | akr |
2010-08-07 | * missing/close.c: undef the macro "close" to prevent infinite | akr |
2010-07-28 | * missing/*.c: include missing.h | nobu |
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-12 | fix 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 by | naruse |
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 has | nobu |
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 than | nobu |
2009-02-20 | * util.c (rv_alloc, freedtoa): use our normal xmalloc()/xfree() because | usa |
2009-02-07 | * configure.in (--with-arch): added new option to support | nobu |
2009-02-04 | * missing/vsnprintf.c (BSD_vfprintf): should support 't' format | matz |
2009-02-02 | * missing/langinfo.c (nl_langinfo_codeset): accepts iso-8859 | nobu |
2009-01-15 | * configure.in, win32/Makefile.sub (MISSING): added langinfo on mingw | nobu |
2009-01-14 | * encoding.c (rb_locale_charmap): fallback to codepage if no | nobu |
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, by | nobu |
2008-10-26 | * missing/vsnprintf.c (BSD__sfvwrite): constified. | nobu |
2008-10-04 | * x68/_dtos18.c: removed. Ruby no longer supports human68k. | yugui |
2008-08-20 | * configure.in: removed strftime from AC_REPLACE_FUNCS(). | shugo |
2008-08-14 | * transcode.c (load_transcoder): suppress warning. | nobu |
2008-07-21 | * missing/vsnprintf.c (struct __sbuf, FILE): use size_t. | nobu |
2008-07-02 | * missing/tgamma.c (tgamma): remove unused variable. | mame |
2008-07-01 | * missing/vsnprintf.c (BSD__uqtoa): constified. | nobu |
2008-07-01 | * iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond), | nobu |
2008-06-19 | * missing/acosh.c (atanh): should set ERANGE to errno if parameter | usa |
2008-06-15 | tgamma and lgamma_r is not a error function. | akr |
2008-06-04 | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz |