aboutsummaryrefslogtreecommitdiffstats
path: root/missing.h
Commit message (Expand)AuthorAgeFilesLines
* * configure.in, dln.c, file.c, intern.h, missing.h (eaccess): usenobu2006-01-251-0/+4
* * missing.h (isnan): avoid macro expantionakr2006-01-011-4/+6
* * missing.h, missing/memcmp.c, missing/memmove.c:ocean2005-10-271-2/+2
* * missing.h, missing/*.c: SUSv3 compatible strcasecmp and strncasecmp,ocean2005-10-221-9/+5
* * eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definitionocean2005-10-201-3/+3
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-27/+27
* * string.c, missing.h: failed to build on powerpc-apple-darwin7.9.0ocean2005-09-131-1/+1
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-121-4/+0
* * missing.h: fd_set stuffs need sys/types.h. fixed: [ruby-core:05179]nobu2005-06-101-0/+3
* * configure.in (ac_cv_func_setitimer): moved from defines.hnobu2003-12-221-0/+4
* * missing/memmove.c (memmove): take void *, not char *.eban2003-11-181-3/+3
* * lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir):matz2003-08-051-2/+2
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa2003-06-051-2/+2
* * math.c (math_erf,math_erfc): new function. [ruby-list:37753]matz2003-06-051-0/+5
* * missing.h: include <stdarg.h> or <varargs.h> if HAVE_VSNPRINTFmatz2003-03-201-0/+5
* * missing.h (strtoul): fix prototype of strtoul.eban2003-02-201-1/+1
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-1/+1
* WinCE patch mergedmatz2002-12-021-1/+1
* * math.c (math_acos): check errno after operation. ditto formatz2002-11-141-4/+0
* move struct timeval to missing.hmichal2002-09-171-1/+12
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * missing.h: add for missing/*.c.eban2002-05-111-0/+118