summaryrefslogtreecommitdiff
path: root/pack.c
AgeCommit message (Expand)Author
2010-06-28update doc.akr
2010-05-11update doc.akr
2010-05-11* pack.c (pack_pack): call rb_quad_pack to preserve RangeError.akr
2010-05-10* pack.c: backport integer pack/unpack from 1.9 for [ruby-core:21937].akr
2010-02-18* pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.akr
2009-10-22* *.[chy]: removed trailing spaces.nobu
2008-12-08* pack.c (pack_pack): fixed odd act of 'm*', 'M*', and 'P*'.yugui
2008-12-08* pack.c (pack_pack): fixed length for odd length string.nobu
2008-12-04* pack.c (pack_pack): propagate taint status from format string tomatz
2008-12-03* pack.c (rb_utf8_to_uv), intern.h: Rename utf8_to_uv toknu
2008-07-31* pack.c (pack_unpack): upper half of hexdigits has never been used.nobu
2008-06-01* io.c (rscheck), marshal.c (w_nbyte, w_bytes, w_unique),nobu
2008-05-31* suppress warnings with -Wwrite-string.nobu
2007-02-28* merge -c 11935shyouhei
2007-02-19just a minor changetadf
2006-08-04* pack.c (pack_pack): check argument overrun for 'P'. based on anobu
2006-07-18* pack.c (pack_unpack): propagate association array to copiedmatz
2006-07-17* pack.c (define_swapx): should not use plain malloc.matz
2006-04-26* pack.c (pack_unpack): now supports CRLF newlines. a patch frommatz
2006-02-17* util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean
2005-10-13* io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu
2005-10-07* lib/cgi.rb (CGI::Cookie::parse): Cookies from Nokia devices maymatz
2005-02-28* exception error messages updated. [ruby-core:04497]matz
2004-11-16* pack.c: all features are backport from 1.9. [ruby-dev:24826]gotoyuzo
2004-11-14* ext/gdbm/gdbm.c (fgdbm_store): StringValue() may alter stringmatz
2004-11-10* dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz
2004-10-08* pack.c (pack_pack): pointer modification check before eachmatz
2004-10-07* pack.c (pack_unpack): string conversion should at the top of thematz
2004-07-09* array.c, enum.c, pack.c: rdoc patch from Johan Holmbergocean
2004-05-13* pack.c (pack_pack): always add with null for 'Z'.nobu
2004-01-06* eval.c (rb_mod_modfunc): should break if m has no super class.matz
2003-12-26* io.c (next_argv): warn always for stdin on inplace edit mode.matz
2003-12-23* io.c (read_all): do not return nil at the end of file.matz
2003-12-23* pack.c (pack_pack): remove unnecessary negative value check.matz
2003-12-18Annotate enum.c. Add pager support, and report on methods in included modulesdave
2003-12-08* pack.c: define swap16 and swap32 only if they are notmatz
2003-12-01* pack.c (htov16): converts endian using swap16. htov32(), hton16,matz
2003-10-09* marshal.c (r_object0): remove unnecessary iv restoration formatz
2003-10-09* pack.c (uv_to_utf8): change message to "out of range", sincematz
2003-07-09* eval.c (rb_load): put rb_load_file() in a thread criticalmatz
2003-06-23* string.c (rb_str_upto): generate sequence according to "succ"matz
2003-05-23* pack.c (pack_unpack): sign-extend if sizeof long is bigger thannobu
2003-04-07* ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove structmatz
2003-03-29* pack.c (pack_pack): do not call rb_str_buf_cat() with NULL ptr,matz
2003-01-16Updated Copyrights of Matz to 2003.michal
2003-01-14* parse.y (list_append): avoid O(n) search using node->nd_next->nd_end.matz
2002-12-10* pack.c (utf8_limits): fix the limit of 4 bytes UTF-8 sequence.akr
2002-12-10* sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz
2002-12-04* object.c (copy_object): copy finalizers as well if any.matz
2002-12-02* pack.c (utf8_to_uv): added checks for malformed or redundantmatz