| Commit message (Expand) | Author | Age | Files | Lines |
* | * merge -c 11935 | shyouhei | 2007-02-28 | 1 | -8/+15 |
* | * removed svn:keywords for compatibility. | shugo | 2007-01-31 | 1 | -2/+2 |
* | * pack.c (pack_pack): check argument overrun for 'P'. based on a | nobu | 2006-08-04 | 1 | -4/+5 |
* | * pack.c (pack_unpack): propagate association array to copied | matz | 2006-07-18 | 1 | -5/+8 |
* | * pack.c (define_swapx): should not use plain malloc. | matz | 2006-07-17 | 1 | -2/+2 |
* | * pack.c (pack_unpack): now supports CRLF newlines. a patch from | matz | 2006-04-26 | 1 | -0/+2 |
* | * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330] | ocean | 2006-02-17 | 1 | -3/+3 |
* | * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c: | nobu | 2005-10-13 | 1 | -1/+1 |
* | * lib/cgi.rb (CGI::Cookie::parse): Cookies from Nokia devices may | matz | 2005-10-07 | 1 | -2/+2 |
* | * exception error messages updated. [ruby-core:04497] | matz | 2005-02-28 | 1 | -2/+2 |
* | * pack.c: all features are backport from 1.9. [ruby-dev:24826] | gotoyuzo | 2004-11-16 | 1 | -57/+18 |
* | * ext/gdbm/gdbm.c (fgdbm_store): StringValue() may alter string | matz | 2004-11-14 | 1 | -5/+13 |
* | * dir.c (rb_glob2): do not allocate buffer from heap to avoid | matz | 2004-11-10 | 1 | -51/+16 |
* | * pack.c (pack_pack): pointer modification check before each | matz | 2004-10-08 | 1 | -0/+3 |
* | * pack.c (pack_unpack): string conversion should at the top of the | matz | 2004-10-07 | 1 | -1/+1 |
* | * array.c, enum.c, pack.c: rdoc patch from Johan Holmberg | ocean | 2004-07-09 | 1 | -1/+1 |
* | * pack.c (pack_pack): always add with null for 'Z'. | nobu | 2004-05-13 | 1 | -11/+13 |
* | * eval.c (rb_mod_modfunc): should break if m has no super class. | matz | 2004-01-06 | 1 | -4/+10 |
* | * io.c (next_argv): warn always for stdin on inplace edit mode. | matz | 2003-12-26 | 1 | -12/+13 |
* | * io.c (read_all): do not return nil at the end of file. | matz | 2003-12-23 | 1 | -13/+6 |
* | * pack.c (pack_pack): remove unnecessary negative value check. | matz | 2003-12-23 | 1 | -10/+7 |
* | Annotate enum.c. Add pager support, and report on methods in included modules | dave | 2003-12-18 | 1 | -0/+201 |
* | * pack.c: define swap16 and swap32 only if they are not | matz | 2003-12-08 | 1 | -0/+4 |
* | * pack.c (htov16): converts endian using swap16. htov32(), hton16, | matz | 2003-12-01 | 1 | -49/+77 |
* | * marshal.c (r_object0): remove unnecessary iv restoration for | matz | 2003-10-09 | 1 | -3/+10 |
* | * pack.c (uv_to_utf8): change message to "out of range", since | matz | 2003-10-09 | 1 | -1/+1 |
* | * eval.c (rb_load): put rb_load_file() in a thread critical | matz | 2003-07-09 | 1 | -1/+1 |
* | * string.c (rb_str_upto): generate sequence according to "succ" | matz | 2003-06-23 | 1 | -10/+12 |
* | * pack.c (pack_unpack): sign-extend if sizeof long is bigger than | nobu | 2003-05-23 | 1 | -0/+18 |
* | * ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove struct | matz | 2003-04-07 | 1 | -1/+1 |
* | * pack.c (pack_pack): do not call rb_str_buf_cat() with NULL ptr, | matz | 2003-03-29 | 1 | -4/+8 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * parse.y (list_append): avoid O(n) search using node->nd_next->nd_end. | matz | 2003-01-14 | 1 | -3/+3 |
* | * pack.c (utf8_limits): fix the limit of 4 bytes UTF-8 sequence. | akr | 2002-12-10 | 1 | -1/+1 |
* | * sprintf.c (rb_f_sprintf): preceding ".." for negative numbers | matz | 2002-12-10 | 1 | -28/+11 |
* | * object.c (copy_object): copy finalizers as well if any. | matz | 2002-12-04 | 1 | -11/+16 |
* | * pack.c (utf8_to_uv): added checks for malformed or redundant | matz | 2002-12-02 | 1 | -15/+46 |
* | * sprintf.c (rb_f_sprintf): preceding ".." for negative | matz | 2002-11-22 | 1 | -3/+38 |
* | Int vs Long cleanup #3 (ruby-core:352) | michal | 2002-08-28 | 1 | -32/+36 |
* | *.c: Int vs Long cleanup | michal | 2002-08-21 | 1 | -4/+4 |
* | * pack.c (pack_unpack): change names of local variables because their | usa | 2002-06-28 | 1 | -16/+16 |
* | * parse.y: yyparse #defines moved from intern.h | matz | 2002-05-29 | 1 | -2/+2 |
* | * array.c: fixed format string for 'long' args (%d -> %ld). | michal | 2002-05-28 | 1 | -2/+2 |
* | * object.c (Init_Object): should do exact match for Module#==. | matz | 2002-05-21 | 1 | -6/+20 |
* | * eval.c (rb_clear_cache_by_class): new function. | matz | 2002-05-14 | 1 | -1/+1 |
* | * various files: macro fix-up by Michal Rokos. | matz | 2002-04-25 | 1 | -4/+3 |
* | * pack.c (pack_unpack): should treat 'U' in character unit, not in | matz | 2002-04-15 | 1 | -2/+2 |
* | * pack.c (pack_pack): wrong # comment treatment. | matz | 2002-02-21 | 1 | -2/+2 |
* | * pack.c (pack_pack): avoid infinite loop at comment. | nobu | 2002-02-18 | 1 | -4/+2 |
* | * parse.y (expr_value, arg_value, primary_value): value_expr() | matz | 2002-02-18 | 1 | -1/+17 |