| Commit message (Expand) | Author | Age | Files | Lines |
* | * enum.c (enum_sort_by): do not use qsort directly. use | matz | 2004-09-21 | 1 | -18/+19 |
* | * util.c (ruby_strdup): remove unnecessary code. (xmalloc never | ocean | 2004-09-12 | 1 | -2/+5 |
* | * util.c (ruby_strtod): should not convert string in the form of | ocean | 2004-07-14 | 1 | -6/+13 |
* | * util.c (ruby_strtod): strtod("0", &end); => end should point '\0'. | ocean | 2004-05-14 | 1 | -8/+6 |
* | * util.c (ruby_strtod): 0.0000000000000000001 == 0.0 should be false. | ocean | 2004-05-07 | 1 | -27/+21 |
* | * util.c (mblen): fix overrun. [ruby-dev:22672] | eban | 2004-01-29 | 1 | -0/+2 |
* | * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>. | matz | 2004-01-29 | 1 | -1/+1 |
* | * defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX. | siena | 2004-01-21 | 1 | -1/+1 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -1/+12 |
* | * error.c (rb_warn_m): should not warn if -W0 is specified. | matz | 2003-09-24 | 1 | -0/+7 |
* | * util.c (ruby_strtod): exp should be less than MDMAXEXPT. | matz | 2003-07-11 | 1 | -1/+1 |
* | * eval.c (rb_load): put rb_load_file() in a thread critical | matz | 2003-07-09 | 1 | -9/+6 |
* | * eval.c, util.c: removed duplicated includes/defines. | nobu | 2003-05-27 | 1 | -4/+0 |
* | * util.c (ruby_strtod): improved conversion accuracy. | nobu | 2003-04-17 | 1 | -55/+78 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 | 2002-12-15 | 1 | -5/+5 |
* | WinCE patch merged | matz | 2002-12-02 | 1 | -5/+5 |
* | Int vs Long cleanup #3 (ruby-core:352) | michal | 2002-08-28 | 1 | -6/+6 |
* | *.c: Int vs Long cleanup | michal | 2002-08-21 | 1 | -1/+1 |
* | * parse.y: yyparse #defines moved from intern.h | matz | 2002-05-29 | 1 | -3/+5 |
* | * array.c: fixed format string for 'long' args (%d -> %ld). | michal | 2002-05-28 | 1 | -1/+1 |
* | * eval.c (rb_clear_cache_by_class): new function. | matz | 2002-05-14 | 1 | -3/+255 |
* | * re.c (rb_reg_expr_str): should treat backslash specially in | matz | 2002-04-18 | 1 | -3/+3 |
* | * util.c (push_element): avoid warning for djgpp. | eban | 2002-03-23 | 1 | -1/+2 |
* | * util.c (ruby_getcwd): the content of buf is uncertain and must | knu | 2002-03-19 | 1 | -1/+1 |
* | * array.c (rb_ary_modify): should copy the internal buffer if the | matz | 2001-12-10 | 1 | -27/+32 |
* | * eval.c (rb_thread_select): should subtract timeofday() from | matz | 2001-11-28 | 1 | -1/+1 |
* | * process.c (security): always give warning for insecure PATH. | matz | 2001-11-08 | 1 | -0/+15 |
* | * eval.c (block_pass): should not downgrade safe level. | matz | 2001-05-02 | 1 | -148/+157 |
* | * eval.c (rb_mod_define_method): should have clear method cache. | matz | 2001-03-27 | 1 | -1/+0 |
* | * ruby.h: better inline function support. | matz | 2001-03-22 | 1 | -1/+1 |
* | rb_iglob -> rb_globi | eban | 2001-03-21 | 1 | -1/+1 |
* | * dir.c (dir_s_glob): supprt backslash escape of metacharacters | matz | 2001-02-14 | 1 | -1/+1 |
* | * m17n baseline. | matz | 2001-01-10 | 1 | -13/+0 |
* | matz | matz | 2000-12-26 | 1 | -36/+0 |
* | eban | eban | 2000-12-18 | 1 | -193/+107 |
* | matz | matz | 2000-12-05 | 1 | -15/+0 |
* | matz | matz | 2000-07-27 | 1 | -2/+14 |
* | matz | matz | 2000-07-04 | 1 | -0/+1 |
* | 2000-07-02 | eban | 2000-07-02 | 1 | -18/+0 |
* | 2000-05-12 | matz | 2000-05-12 | 1 | -22/+0 |
* | 2000-05-01 | matz | 2000-05-01 | 1 | -2/+2 |
* | 2000-03-07 | matz | 2000-03-07 | 1 | -4/+2 |
* | 20000105 | matz | 2000-01-05 | 1 | -12/+2 |
* | 1.4.0 | matz | 1999-08-13 | 1 | -20/+24 |
* | This commit was generated by cvs2svn to compensate for changes in r372, | matz | 1999-01-20 | 1 | -17/+336 |
* | This commit was generated by cvs2svn to compensate for changes in r11, | matz | 1998-01-16 | 1 | -12/+42 |
* | Initial revision | matz | 1998-01-16 | 1 | -0/+458 |