summaryrefslogtreecommitdiff
path: root/missing
AgeCommit message (Expand)Author
2008-03-20* missing/tgamma.c: include config.h before math.h. [ruby-dev:34075]mame
2008-03-06* missing/lgamma_r.c (loggamma): return 0 for 1 and 2.akr
2008-02-09* missing/tgamma.c (tgamma): use lgamma_r if available.akr
2008-02-09* math.c (math_cbrt): new method Math.cbrt.akr
2008-02-09* missing/tgamma.c (tgamma): add error check.akr
2008-02-09* missing/xlgamma_r.c (lgamma_r): return HUGE_VAL for non-positiveakr
2008-02-08* missing/lgamma_r.c (lgamma_r): use smaller argument for sin function.akr
2008-02-07 * missing/lgamma_r.c (lgamma_r): some compilers don't permit dividingusa
2008-02-07* math.c (math_gamma): new method Math.gamma.akr
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2008-01-02* util.c (ruby_strtoul): locale independent strtoul is implemented toakr
2008-01-02* missing/strcasecmp.c: removed. Ruby don't use locale dependentakr
2007-12-14* configure.in (RUBY_CHECK_VARTYPE): check if a variable is definednobu
2007-11-13* missing/isinf.c (isinf): don't define is the macro is defined.akr
2007-08-22* missing/strtod.c: removed. [ruby-dev:31588]matz
2007-07-22* file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu
2007-06-10* missing/isinf.c, missing/dup2.c, missing/strtod.c, missing/x68.c,nobu
2007-06-10* include/ruby: moved public headers.nobu
2007-03-19* missing/{strlcat,strlcpy}.c, missing.h: new functions.usa
2007-02-28* configure.in (ac_cv_func_fcntl): fcntl support for MinGW.eban
2006-07-18* intern.h (st_foreach_safe): fix prototype.usa
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-01-05ANSI styledocean
2005-11-23* re.c (KR_REHASH): should cast to unsigned for 64bit CPU.matz
2005-10-27* missing.h, missing/memcmp.c, missing/memmove.c:ocean
2005-10-22* missing.h, missing/*.c: SUSv3 compatible strcasecmp and strncasecmp,ocean
2005-10-20* eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definitionocean
2005-10-13* io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu
2005-09-24banish some warnings.akr
2005-09-08* missing/strchr.c (strrchr): fixed a bug in detecting NUL in amatz
2005-09-06* Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu
2005-08-22* missing/vsnprintf.c (BSD__sprint): needs to call vwrite functionnobu
2005-08-03* configure.in: check vsnprintf() and snprintf().nobu
2005-08-02* array.c (rb_ary_or): wraps the operand in an array if it is notmatz
2005-07-27* parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz
2005-07-23* sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu
2005-07-06* object.c (rb_obj_pattern_match): now returns nil.matz
2005-07-01* missing/erf.c: need to include some headers for some platforms.usa
2005-07-01* missing/crypt.c: modified to make it compilable on platformsmatz
2005-07-01* missing/crypt.c: replaced with 4.4BSD version.matz
2005-06-12* signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz
2004-02-21* missing/os2.c, missing/x68.c: typo fix. pointed out by greentea.nobu
2004-01-21* missing/os2.c (chdir, getcwd):siena
2004-01-21* configure.in: check availability of link(). [ruby-dev:22237]siena
2003-12-21* missing/isinf.c (isinf): typo fix.eban
2003-12-20* eval.c (rb_with_disable_interrupt): prohibit thread contextmatz
2003-11-18* missing/memmove.c (memmove): take void *, not char *.eban
2003-10-18* missing/acosh.c (DBL_MANT_DIG): typo fix(ifdef -> ifndef).eban
2003-06-05* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa
2003-03-04* missing/strftime.c: HP-UX support.eban