aboutsummaryrefslogtreecommitdiffstats
path: root/pack.c
Commit message (Expand)AuthorAgeFilesLines
* * pack.c (pack_unpack): sign-extend if sizeof long is bigger thannobu2003-05-231-0/+18
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove structmatz2003-04-071-1/+1
* * pack.c (pack_pack): do not call rb_str_buf_cat() with NULL ptr,matz2003-03-291-4/+8
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * parse.y (list_append): avoid O(n) search using node->nd_next->nd_end.matz2003-01-141-3/+3
* * pack.c (utf8_limits): fix the limit of 4 bytes UTF-8 sequence.akr2002-12-101-1/+1
* * sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz2002-12-101-28/+11
* * object.c (copy_object): copy finalizers as well if any.matz2002-12-041-11/+16
* * pack.c (utf8_to_uv): added checks for malformed or redundantmatz2002-12-021-15/+46
* * sprintf.c (rb_f_sprintf): preceding ".." for negativematz2002-11-221-3/+38
* Int vs Long cleanup #3 (ruby-core:352)michal2002-08-281-32/+36
* *.c: Int vs Long cleanupmichal2002-08-211-4/+4
* * pack.c (pack_unpack): change names of local variables because theirusa2002-06-281-16/+16
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-2/+2
* * array.c: fixed format string for 'long' args (%d -> %ld).michal2002-05-281-2/+2
* * object.c (Init_Object): should do exact match for Module#==.matz2002-05-211-6/+20
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * various files: macro fix-up by Michal Rokos.matz2002-04-251-4/+3
* * pack.c (pack_unpack): should treat 'U' in character unit, not inmatz2002-04-151-2/+2
* * pack.c (pack_pack): wrong # comment treatment.matz2002-02-211-2/+2
* * pack.c (pack_pack): avoid infinite loop at comment.nobu2002-02-181-4/+2
* * parse.y (expr_value, arg_value, primary_value): value_expr()matz2002-02-181-1/+17
* * parse.y (stmt): local variable declaration order was changedmatz2002-02-131-13/+46
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-3/+4
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-60/+6
* a problem about `associated' String and `str_buf'.nobu2001-08-061-2/+9
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-12/+4
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-56/+54
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-23/+47
* * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz2001-03-261-1/+1
* * string.c (str_independent): should not clear str->orig here.matz2001-01-291-1/+1
* * io.c (rb_io_s_read): new method to call IO#read frommatz2001-01-181-4/+26
* Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>matz2001-01-151-8/+29
* inline fixmatz2001-01-101-1/+1
* ebaneban2001-01-051-1/+1
* matzmatz2000-12-261-5/+1
* matzmatz2000-11-201-14/+14
* matzmatz2000-10-201-1/+1
* 1.6.2 (to be)matz2000-10-171-4/+7
* matzmatz2000-10-161-9/+29
* matzmatz2000-07-271-4/+4
* 2000-05-24matz2000-05-241-3/+3
* 2000-05-15matz2000-05-151-1/+1
* 2000-05-12matz2000-05-121-0/+78
* 2000-05-01matz2000-05-011-2/+2
* 2000-04-10matz2000-04-101-2/+3
* 2000-03-17matz2000-03-171-13/+1
* 2000-02-01matz2000-02-011-1/+1
* 20000105matz2000-01-051-6/+6
* 19991004matz1999-10-041-32/+37