aboutsummaryrefslogtreecommitdiffstats
path: root/pack.c
Commit message (Expand)AuthorAgeFilesLines
* Thu Dec 20 17:15:15 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-201-4/+4
* * pack.c (pack_pack): RDoc update. a patch from Gary Wrightmatz2007-12-111-6/+7
* * include/ruby/intern.h (rb_uv_to_utf8): declared.akr2007-12-011-4/+3
* * include/ruby/ruby.h: introduce 2 macros:ko12007-11-131-12/+12
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * include/ruby: moved public headers.nobu2007-06-101-1/+1
* * compile.c: fixed indentation.nobu2007-06-051-4/+4
* * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu2007-06-051-25/+25
* * pack.c (pack_unpack): properly ignore non-base64 octets such asshyouhei2007-02-281-8/+15
* * pack.c (pack_unpack): execute block if given with unpacked valuematz2006-10-151-37/+46
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-9/+9
* * ruby.h (struct RString): embed small strings.matz2006-08-311-46/+42
* * pack.c (pack_pack): check argument overrun for 'P'. based on anobu2006-08-041-3/+5
* * pack.c (pack_unpack): propagate association array to copiedmatz2006-07-181-5/+8
* * ext/io/wait/wait.c (io_ready_p): protoize.matz2006-07-171-4/+3
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-2/+4
* * dir.c: supress warning "/* within comment"ocean2006-03-011-17/+15
* * 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
* * range.c (rb_range_beg_len): should return Qfalse for non-rangematz2005-10-051-2/+2
* banish some warnings.akr2005-09-241-1/+1
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-5/+5
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-29/+11
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-2/+2
* * string.c (rb_str_clear): avoid revealing NULL pointer.matz2004-11-141-1/+1
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-2/+2
* * 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
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-1/+1
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-071-1/+1
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-2/+2
* * pack.c (pack_pack): raises RangeError if uv is out of UTF8 valuematz2004-03-311-1/+5
* * pack.c (num2i32): pack should not raise RangeError.matz2004-01-221-89/+19
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-051-4/+10
* * io.c (rb_f_backquote): need not to check nil result.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