aboutsummaryrefslogtreecommitdiffstats
path: root/missing
Commit message (Expand)AuthorAgeFilesLines
* * intern.h (st_foreach_safe): fix prototype.usa2006-07-181-1/+67
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-16/+4
* ANSI styledocean2006-01-052-18/+9
* * re.c (KR_REHASH): should cast to unsigned for 64bit CPU.matz2005-11-231-8/+10
* * missing.h, missing/memcmp.c, missing/memmove.c:ocean2005-10-272-14/+12
* * missing.h, missing/*.c: SUSv3 compatible strcasecmp and strncasecmp,ocean2005-10-2211-46/+27
* * eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definitionocean2005-10-202-17/+12
* * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu2005-10-131-0/+1
* banish some warnings.akr2005-09-241-5/+3
* * missing/strchr.c (strrchr): fixed a bug in detecting NUL in amatz2005-09-081-1/+3
* * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu2005-09-061-1/+1
* * missing/vsnprintf.c (BSD__sprint): needs to call vwrite functionnobu2005-08-221-1/+1
* * configure.in: check vsnprintf() and snprintf().nobu2005-08-031-0/+4
* * array.c (rb_ary_or): wraps the operand in an array if it is notmatz2005-08-021-0/+1
* * parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz2005-07-271-2/+7
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-231-12/+16
* * object.c (rb_obj_pattern_match): now returns nil.matz2005-07-061-483/+74
* * missing/erf.c: need to include some headers for some platforms.usa2005-07-011-0/+4
* * missing/crypt.c: modified to make it compilable on platformsmatz2005-07-012-2/+115
* * missing/crypt.c: replaced with 4.4BSD version.matz2005-07-013-317/+1300
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-121-104/+0
* * missing/os2.c, missing/x68.c: typo fix. pointed out by greentea.nobu2004-02-212-3/+3
* * missing/os2.c (chdir, getcwd):siena2004-01-211-0/+23
* * configure.in: check availability of link(). [ruby-dev:22237]siena2004-01-211-0/+2
* * missing/isinf.c (isinf): typo fix.eban2003-12-211-1/+1
* * eval.c (rb_with_disable_interrupt): prohibit thread contextmatz2003-12-202-24/+28
* * missing/memmove.c (memmove): take void *, not char *.eban2003-11-181-4/+6
* * missing/acosh.c (DBL_MANT_DIG): typo fix(ifdef -> ifndef).eban2003-10-181-1/+1
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa2003-06-051-0/+91
* * missing/strftime.c: HP-UX support.eban2003-03-041-1/+15
* * configure.in: better HP-UX support.eban2003-03-041-1/+1
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-152-2/+2
* * gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequentmatz2002-09-061-2/+5
* * gc.c (is_pointer_to_heap): avoid GCC 3.1 warnings.eban2002-05-141-0/+4
* /tmp/lognobu2002-04-121-0/+88
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-1/+1
* * missing/fileblocks.c: add for autoconf.eban2002-03-161-0/+1
* * time.c: new method `gmtoff', `gmt_offset' and `utc_offset'.akr2001-12-171-13/+14
* forgot some checkins.matz2001-05-061-2/+7
* * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz2001-03-261-13/+4
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-0/+17
* * parse.y (primary): rescue and ensure clauses should be allowedmatz2001-03-0614-267/+93
* * eval.c (proc_call): should not modify ruby_block->frame.itermatz2001-02-261-0/+4
* * ext/curses/extconf.rb: add dir_config.eban2001-02-181-49/+50
* Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>matz2001-01-152-11/+1
* matzmatz2000-12-181-0/+7
* matzmatz2000-07-271-25/+0
* support mingw32.eban2000-05-133-2/+4
* 2000-03-09matz2000-03-091-0/+48
* 2000-02-18matz2000-02-181-6/+5