| Commit message (Expand) | Author | Age | Files | Lines |
* | * missing/isinf.c, missing/dup2.c, missing/strtod.c, missing/x68.c, | nobu | 2007-06-10 | 5 | -5/+5 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 2 | -2/+2 |
* | * missing/{strlcat,strlcpy}.c, missing.h: new functions. | usa | 2007-03-19 | 2 | -0/+142 |
* | * configure.in (ac_cv_func_fcntl): fcntl support for MinGW. | eban | 2007-02-28 | 1 | -2/+3 |
* | * intern.h (st_foreach_safe): fix prototype. | usa | 2006-07-18 | 1 | -1/+67 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -16/+4 |
* | ANSI styled | ocean | 2006-01-05 | 2 | -18/+9 |
* | * re.c (KR_REHASH): should cast to unsigned for 64bit CPU. | matz | 2005-11-23 | 1 | -8/+10 |
* | * missing.h, missing/memcmp.c, missing/memmove.c: | ocean | 2005-10-27 | 2 | -14/+12 |
* | * missing.h, missing/*.c: SUSv3 compatible strcasecmp and strncasecmp, | ocean | 2005-10-22 | 11 | -46/+27 |
* | * eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definition | ocean | 2005-10-20 | 2 | -17/+12 |
* | * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c: | nobu | 2005-10-13 | 1 | -0/+1 |
* | banish some warnings. | akr | 2005-09-24 | 1 | -5/+3 |
* | * missing/strchr.c (strrchr): fixed a bug in detecting NUL in a | matz | 2005-09-08 | 1 | -1/+3 |
* | * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load | nobu | 2005-09-06 | 1 | -1/+1 |
* | * missing/vsnprintf.c (BSD__sprint): needs to call vwrite function | nobu | 2005-08-22 | 1 | -1/+1 |
* | * configure.in: check vsnprintf() and snprintf(). | nobu | 2005-08-03 | 1 | -0/+4 |
* | * array.c (rb_ary_or): wraps the operand in an array if it is not | matz | 2005-08-02 | 1 | -0/+1 |
* | * parse.y (lambda): Perl6 style -> lambda expression. [NEW] | matz | 2005-07-27 | 1 | -2/+7 |
* | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu | 2005-07-23 | 1 | -12/+16 |
* | * object.c (rb_obj_pattern_match): now returns nil. | matz | 2005-07-06 | 1 | -483/+74 |
* | * missing/erf.c: need to include some headers for some platforms. | usa | 2005-07-01 | 1 | -0/+4 |
* | * missing/crypt.c: modified to make it compilable on platforms | matz | 2005-07-01 | 2 | -2/+115 |
* | * missing/crypt.c: replaced with 4.4BSD version. | matz | 2005-07-01 | 3 | -317/+1300 |
* | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz | 2005-06-12 | 1 | -104/+0 |
* | * missing/os2.c, missing/x68.c: typo fix. pointed out by greentea. | nobu | 2004-02-21 | 2 | -3/+3 |
* | * missing/os2.c (chdir, getcwd): | siena | 2004-01-21 | 1 | -0/+23 |
* | * configure.in: check availability of link(). [ruby-dev:22237] | siena | 2004-01-21 | 1 | -0/+2 |
* | * missing/isinf.c (isinf): typo fix. | eban | 2003-12-21 | 1 | -1/+1 |
* | * eval.c (rb_with_disable_interrupt): prohibit thread context | matz | 2003-12-20 | 2 | -24/+28 |
* | * missing/memmove.c (memmove): take void *, not char *. | eban | 2003-11-18 | 1 | -4/+6 |
* | * missing/acosh.c (DBL_MANT_DIG): typo fix(ifdef -> ifndef). | eban | 2003-10-18 | 1 | -1/+1 |
* | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub | usa | 2003-06-05 | 1 | -0/+91 |
* | * missing/strftime.c: HP-UX support. | eban | 2003-03-04 | 1 | -1/+15 |
* | * configure.in: better HP-UX support. | eban | 2003-03-04 | 1 | -1/+1 |
* | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 | 2002-12-15 | 2 | -2/+2 |
* | * gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequent | matz | 2002-09-06 | 1 | -2/+5 |
* | * gc.c (is_pointer_to_heap): avoid GCC 3.1 warnings. | eban | 2002-05-14 | 1 | -0/+4 |
* | /tmp/log | nobu | 2002-04-12 | 1 | -0/+88 |
* | * the VMS support patch submitted by Akiyoshi, Masamichi | matz | 2002-03-22 | 1 | -1/+1 |
* | * missing/fileblocks.c: add for autoconf. | eban | 2002-03-16 | 1 | -0/+1 |
* | * time.c: new method `gmtoff', `gmt_offset' and `utc_offset'. | akr | 2001-12-17 | 1 | -13/+14 |
* | forgot some checkins. | matz | 2001-05-06 | 1 | -2/+7 |
* | * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash. | matz | 2001-03-26 | 1 | -13/+4 |
* | * io.c (argf_seek_m): wrong calling sequence of rb_io_seek(). | matz | 2001-03-13 | 1 | -0/+17 |
* | * parse.y (primary): rescue and ensure clauses should be allowed | matz | 2001-03-06 | 14 | -267/+93 |
* | * eval.c (proc_call): should not modify ruby_block->frame.iter | matz | 2001-02-26 | 1 | -0/+4 |
* | * ext/curses/extconf.rb: add dir_config. | eban | 2001-02-18 | 1 | -49/+50 |
* | Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org> | matz | 2001-01-15 | 2 | -11/+1 |
* | matz | matz | 2000-12-18 | 1 | -0/+7 |