aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
...
* * enum.c (enum_sort_by): do not use qsort directly. usematz2004-09-211-18/+19
* * util.c (ruby_strdup): remove unnecessary code. (xmalloc neverocean2004-09-121-2/+5
* * util.c (ruby_strtod): should not convert string in the form ofocean2004-07-141-6/+13
* * util.c (ruby_strtod): strtod("0", &end); => end should point '\0'.ocean2004-05-141-8/+6
* * util.c (ruby_strtod): 0.0000000000000000001 == 0.0 should be false.ocean2004-05-071-27/+21
* * util.c (mblen): fix overrun. [ruby-dev:22672]eban2004-01-291-0/+2
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-291-1/+1
* * defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX.siena2004-01-211-1/+1
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-1/+12
* * error.c (rb_warn_m): should not warn if -W0 is specified.matz2003-09-241-0/+7
* * util.c (ruby_strtod): exp should be less than MDMAXEXPT.matz2003-07-111-1/+1
* * eval.c (rb_load): put rb_load_file() in a thread criticalmatz2003-07-091-9/+6
* * eval.c, util.c: removed duplicated includes/defines.nobu2003-05-271-4/+0
* * util.c (ruby_strtod): improved conversion accuracy.nobu2003-04-171-55/+78
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-5/+5
* WinCE patch mergedmatz2002-12-021-5/+5
* Int vs Long cleanup #3 (ruby-core:352)michal2002-08-281-6/+6
* *.c: Int vs Long cleanupmichal2002-08-211-1/+1
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-3/+5
* * array.c: fixed format string for 'long' args (%d -> %ld).michal2002-05-281-1/+1
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-3/+255
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-3/+3
* * util.c (push_element): avoid warning for djgpp.eban2002-03-231-1/+2
* * util.c (ruby_getcwd): the content of buf is uncertain and mustknu2002-03-191-1/+1
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-27/+32
* * eval.c (rb_thread_select): should subtract timeofday() frommatz2001-11-281-1/+1
* * process.c (security): always give warning for insecure PATH.matz2001-11-081-0/+15
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-148/+157
* * eval.c (rb_mod_define_method): should have clear method cache.matz2001-03-271-1/+0
* * ruby.h: better inline function support.matz2001-03-221-1/+1
* rb_iglob -> rb_globieban2001-03-211-1/+1
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* * m17n baseline.matz2001-01-101-13/+0
* matzmatz2000-12-261-36/+0
* ebaneban2000-12-181-193/+107
* matzmatz2000-12-051-15/+0
* matzmatz2000-07-271-2/+14
* matzmatz2000-07-041-0/+1
* 2000-07-02eban2000-07-021-18/+0
* 2000-05-12matz2000-05-121-22/+0
* 2000-05-01matz2000-05-011-2/+2
* 2000-03-07matz2000-03-071-4/+2
* 20000105matz2000-01-051-12/+2
* 1.4.0matz1999-08-131-20/+24
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-17/+336
* This commit was generated by cvs2svn to compensate for changes in r11,matz1998-01-161-12/+42
* Initial revisionv1_0_r2matz1998-01-161-0/+458