summaryrefslogtreecommitdiffstats
path: root/missing/vsnprintf.c
Commit message (Expand)AuthorAgeFilesLines
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-2/+2
* * missing/vsnprintf.c (BSD_vfprintf): commented out code which hasnobu2009-03-111-1/+1
* * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,nobu2009-03-101-1/+1
* * missing/vsnprintf.c (BSD_vfprintf): ptrdiff_t may be larger thannobu2009-02-241-0/+5
* * util.c (rv_alloc, freedtoa): use our normal xmalloc()/xfree() becauseusa2009-02-201-4/+8
* * missing/vsnprintf.c (BSD_vfprintf): should support 't' formatmatz2009-02-041-0/+1
* * missing/vsnprintf.c (BSD_vfprintf): fix for test_sprintf_comb.rb, bynobu2008-12-221-2/+8
* * missing/vsnprintf.c (BSD__sfvwrite): constified.nobu2008-10-261-1/+1
* * transcode.c (load_transcoder): suppress warning.nobu2008-08-141-3/+3
* * missing/vsnprintf.c (struct __sbuf, FILE): use size_t.nobu2008-07-211-4/+5
* * missing/vsnprintf.c (BSD__uqtoa): constified.nobu2008-07-011-1/+1
* * iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond),nobu2008-07-011-2/+2
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-1/+1
* * suppress warnings with -Wwrite-string.nobu2008-05-311-13/+14
* * enumerator.c (enumerator_each, enumerator_with_index): suppressnobu2008-04-221-5/+6
* * 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
* * re.c (KR_REHASH): should cast to unsigned for 64bit CPU.matz2005-11-231-8/+10
* banish some warnings.akr2005-09-241-5/+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
* * missing/crypt.c: replaced with 4.4BSD version.matz2005-07-011-5/+1
* * gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequentmatz2002-09-061-2/+5
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-1/+1
* Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>matz2001-01-151-5/+1
* matzmatz2000-12-181-0/+7
* support mingw32.eban2000-05-131-1/+1
* 1.4.0matz1999-08-131-0/+1128