summaryrefslogtreecommitdiff
path: root/pack.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 20581:shyouhei2009-02-191-1/+3
* merge revision(s) 20580:shyouhei2009-02-191-2/+2
* merge revision(s) 20525:shyouhei2009-02-181-0/+1
* Merge changes from ruby_1_8 to reduce warnings and potentially improveknu2008-06-061-8/+2
* Merge from ruby_1_8.knu2008-05-311-10/+10
* * merge -c 11935shyouhei2007-02-281-8/+15
* just a minor changetadf2007-02-191-2/+3
* * pack.c (pack_pack): check argument overrun for 'P'. based on anobu2006-08-041-4/+5
* * pack.c (pack_unpack): propagate association array to copiedmatz2006-07-181-5/+8
* * pack.c (define_swapx): should not use plain malloc.matz2006-07-171-2/+2
* * pack.c (pack_unpack): now supports CRLF newlines. a patch frommatz2006-04-261-0/+2
* * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean2006-02-171-3/+3
* * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu2005-10-131-1/+1
* * lib/cgi.rb (CGI::Cookie::parse): Cookies from Nokia devices maymatz2005-10-071-2/+2
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-2/+2
* * pack.c: all features are backport from 1.9. [ruby-dev:24826]gotoyuzo2004-11-161-57/+18
* * ext/gdbm/gdbm.c (fgdbm_store): StringValue() may alter stringmatz2004-11-141-5/+13
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-51/+16
* * pack.c (pack_pack): pointer modification check before eachmatz2004-10-081-0/+3
* * pack.c (pack_unpack): string conversion should at the top of thematz2004-10-071-1/+1
* * array.c, enum.c, pack.c: rdoc patch from Johan Holmbergocean2004-07-091-1/+1
* * pack.c (pack_pack): always add with null for 'Z'.nobu2004-05-131-11/+13
* * eval.c (rb_mod_modfunc): should break if m has no super class.matz2004-01-061-4/+10
* * io.c (next_argv): warn always for stdin on inplace edit mode.matz2003-12-261-12/+13
* * io.c (read_all): do not return nil at the end of file.matz2003-12-231-13/+6
* * pack.c (pack_pack): remove unnecessary negative value check.matz2003-12-231-10/+7
* Annotate enum.c. Add pager support, and report on methods in included modulesdave2003-12-181-0/+201
* * pack.c: define swap16 and swap32 only if they are notmatz2003-12-081-0/+4
* * pack.c (htov16): converts endian using swap16. htov32(), hton16,matz2003-12-011-49/+77
* * marshal.c (r_object0): remove unnecessary iv restoration formatz2003-10-091-3/+10
* * pack.c (uv_to_utf8): change message to "out of range", sincematz2003-10-091-1/+1
* * eval.c (rb_load): put rb_load_file() in a thread criticalmatz2003-07-091-1/+1
* * string.c (rb_str_upto): generate sequence according to "succ"matz2003-06-231-10/+12
* * 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