Age | Commit message (Expand) | Author |
2008-02-23 | * debug.c (ruby_set_debug_option): separated ruby_each_words(). | nobu |
2008-02-23 | * util.c (valid_filename): use O_EXCL to get rid of clobbering | nobu |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2008-01-03 | downcase MUL_OVERFLOW. it is a local variable. | akr |
2008-01-02 | * util.c (ruby_strtoul): "0x", "+" and "-" is not a valid integer. | akr |
2008-01-02 | use signed char explicitly for table in scan_digits. | akr |
2008-01-02 | * util.c (ruby_strtoul): locale independent strtoul is implemented to | akr |
2007-08-27 | * util.c (IEEE_BIG_ENDIAN): use configured value. [ruby-dev:31623] | nobu |
2007-08-25 | * encoding.c: provide basic features for M17N. | matz |
2007-08-22 | * util.c: updated for ANSI C only. applied a patch from | matz |
2007-08-21 | * util.c (ruby_strtod): replaced by the implementation by David | matz |
2007-06-10 | * include/ruby: moved public headers. | nobu |
2007-04-18 | * util.c (ruby_strtod): exponent is radix 10. [ruby-talk:248272] | nobu |
2007-03-19 | * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan | matz |
2007-03-04 | * util.c (push_element): should return a int value. | eban |
2007-02-27 | * util.c (__crt0_glob_function): use ruby_glob() instead of rb_globi(). | eban |
2006-08-31 | * file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR and | usa |
2006-07-18 | * object.c (rb_cstr_to_dbl): limit out-of-range message. | nobu |
2006-07-17 | * util.c (ruby_strtod): stop at dot not followed by digits. | nobu |
2006-06-09 | * math.c (log2): may be a macro. | nobu |
2006-06-09 | * sprintf.c (rb_str_format): allow %c to print one character | matz |
2006-02-17 | * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330] | ocean |
2005-10-22 | * util.[hc] (ruby_add_suffix): constified. | ocean |
2005-10-11 | * array.c, enum.c, eval.c, util.c: safer function pointer usage. | nobu |
2005-09-14 | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean |
2004-09-21 | * enum.c (enum_sort_by): do not use qsort directly. use | matz |
2004-09-12 | * util.c (ruby_strdup): remove unnecessary code. (xmalloc never | ocean |
2004-07-14 | * util.c (ruby_strtod): should not convert string in the form of | ocean |
2004-05-14 | * util.c (ruby_strtod): strtod("0", &end); => end should point '\0'. | ocean |
2004-05-07 | * util.c (ruby_strtod): 0.0000000000000000001 == 0.0 should be false. | ocean |
2004-01-29 | * util.c (mblen): fix overrun. [ruby-dev:22672] | eban |
2004-01-29 | * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>. | matz |
2004-01-21 | * defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX. | siena |
2003-11-22 | * gc.c (Init_stack): stack region is far smaller than usual if | matz |
2003-09-24 | * error.c (rb_warn_m): should not warn if -W0 is specified. | matz |
2003-07-11 | * util.c (ruby_strtod): exp should be less than MDMAXEXPT. | matz |
2003-07-09 | * eval.c (rb_load): put rb_load_file() in a thread critical | matz |
2003-05-27 | * eval.c, util.c: removed duplicated includes/defines. | nobu |
2003-04-17 | * util.c (ruby_strtod): improved conversion accuracy. | nobu |
2003-01-16 | Updated Copyrights of Matz to 2003. | michal |
2002-12-15 | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 |
2002-12-02 | WinCE patch merged | matz |
2002-08-28 | Int vs Long cleanup #3 (ruby-core:352) | michal |
2002-08-21 | *.c: Int vs Long cleanup | michal |
2002-05-29 | * parse.y: yyparse #defines moved from intern.h | matz |
2002-05-28 | * array.c: fixed format string for 'long' args (%d -> %ld). | michal |
2002-05-14 | * eval.c (rb_clear_cache_by_class): new function. | matz |
2002-04-18 | * re.c (rb_reg_expr_str): should treat backslash specially in | matz |
2002-03-23 | * util.c (push_element): avoid warning for djgpp. | eban |
2002-03-19 | * util.c (ruby_getcwd): the content of buf is uncertain and must | knu |