summaryrefslogtreecommitdiff
path: root/pack.c
AgeCommit message (Expand)Author
2007-12-11* pack.c (pack_pack): RDoc update. a patch from Gary Wrightmatz
2007-12-01* include/ruby/intern.h (rb_uv_to_utf8): declared.akr
2007-11-13* include/ruby/ruby.h: introduce 2 macros:ko1
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-06-10* include/ruby: moved public headers.nobu
2007-06-05* compile.c: fixed indentation.nobu
2007-06-05* compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu
2007-02-28* pack.c (pack_unpack): properly ignore non-base64 octets such asshyouhei
2006-10-15* pack.c (pack_unpack): execute block if given with unpacked valuematz
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-08-31* ruby.h (struct RString): embed small strings.matz
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* ext/io/wait/wait.c (io_ready_p): protoize.matz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-03-01* dir.c: supress warning "/* within comment"ocean
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-05* range.c (rb_range_beg_len): should return Qfalse for non-rangematz
2005-09-24banish some warnings.akr
2005-09-14* bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-11-14* string.c (rb_str_clear): avoid revealing NULL pointer.matz
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-04-18* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu
2004-04-07* pack.c (pack_pack): use NUM2INT() instead of num2i32().matz
2004-04-07* file.c (rb_get_path): get path string via "to_path" method ifmatz
2004-03-31* pack.c (pack_pack): raises RangeError if uv is out of UTF8 valuematz
2004-01-22* pack.c (num2i32): pack should not raise RangeError.matz
2004-01-05* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz
2003-12-26* io.c (rb_f_backquote): need not to check nil result.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