aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * time.c (time_dup): duplicate the class of original time.matz2006-10-311-0/+8
* * array.c (ary_shared_first): should address offset aftermatz2006-10-311-0/+5
* * Makefile.in (miniruby): add XLDFLAGS.nobu2006-10-301-1/+5
* * dir.c (glob_helper): get rid of possible memory leak.nobu2006-10-301-0/+7
* * bignum.c (rb_big2str0): use better approximation.usa2006-10-301-0/+4
* ChangeLog: add patch submitter.matz2006-10-301-2/+2
* * bignum.c (rb_big2str0): wrong allocation length.matz2006-10-301-0/+5
* * eval.c (rb_eval): fix commit miss. [ruby-dev:29707]matz2006-10-301-0/+4
* * sprintf.c (rb_str_format): should preserve leading zeromatz2006-10-301-0/+5
* fix offset value in STATE_CHECK_BUFF_INIT()kosako2006-10-291-0/+4
* merge Oniguruma 4.4.5kosako2006-10-281-1/+15
* * marshal.c (r_object0): missing break. [ruby-core:09345]matz2006-10-271-0/+4
* * enumerator.c (enum_each_cons): move RETURN_ENUMERATOR() aftermatz2006-10-271-0/+5
* * ext/openssl/ossl_pkcs7.c (ossl_pkcs7_verify): should clear error.gotoyuzo2006-10-261-0/+7
* * enumerator.c: remove by_slice and by_cons.matz2006-10-261-0/+4
* * ext/digest/digest.c (Init_digest): typo.usa2006-10-261-0/+4
* * test/digest/test_digest_hmac.rb: added.knu2006-10-251-0/+4
* * ext/digest/test.sh: make this script work again.knu2006-10-251-0/+4
* * enumerator.c (enumerator_by_slice): new method added.matz2006-10-251-0/+6
* * enumerator.c (enum_each_slice, enum_each_cons): returnsmatz2006-10-251-0/+8
* * enum.c (enum_zip): add RETURN_ENUMERATOR() to zip method.matz2006-10-251-0/+4
* updated based on date2 3.9.6.tadf2006-10-241-0/+5
* * win32/mkexports.rb, win32/resource.rb: use unique variable names.nobu2006-10-241-0/+4
* ChangeLog: typo fixedmatz2006-10-221-1/+1
* * marshal.c (r_object0): use return value from prov given as thematz2006-10-221-0/+6
* *** empty log message ***matz2006-10-221-5/+0
* * configure.in: alloca is broken; use C_ALLOCA instead.matz2006-10-221-0/+5
* *** empty log message ***matz2006-10-221-0/+5
* * signal.c (Init_signal): avoid duplicated installation of SIGCHLDmatz2006-10-221-0/+5
* * string.c (rb_str_upcase, rb_str_downcase, rb_str_downcase,matz2006-10-221-0/+7
* * string.c (rb_str_substr): should be infected with only originalnobu2006-10-221-0/+8
* * ext/digest/lib/digest.rb: Follow the framework updates.knu2006-10-211-0/+4
* * ext/digest/lib/digest/hmac.rb: Complete half-boiled updates.knu2006-10-201-0/+6
* * ext/digest: Prefix C constants with RUBY_ and C type names withknu2006-10-201-0/+26
* * lib/mkmf.rb: fixed the bug of handling COMMON_MACROS.eban2006-10-201-0/+4
* * common.mk (NULLCMD): dummy command.nobu2006-10-191-0/+7
* * bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook.nobu2006-10-191-0/+6
* * win32/win32.c (rb_w32_utime): allow NULL to set the current time.nobu2006-10-181-1/+4
* * signal.c (Init_signal): handle SIGTERM. fixed: [ruby-list:42895]nobu2006-10-181-1/+3
* * array.c (rb_ary_shift): shorten copy size. fixed: [ruby-list:42907]nobu2006-10-181-0/+4
* * string.c (rb_str_each_line): String#lines now works when a blockmatz2006-10-181-0/+8
* * array.c (ary_shared_array): should set NOEMBED flag for a copiedmatz2006-10-181-0/+5
* * parse.y (parser_yylex): use particular enums. [ruby-core:09221]nobu2006-10-171-0/+4
* * lib/erb.rb: String#each was removed, use #each_line instead.aamine2006-10-171-0/+4
* * string.c (rb_str_lines): now takes optional argument for thematz2006-10-161-0/+7
* * array.c (rb_ary_unshift_m): a bug in lfree shift lengthmatz2006-10-161-0/+5
* * mkconfig.rb: *OBJS are not needed for extension libraries.nobu2006-10-151-0/+7
* * pack.c (pack_unpack): execute block if given with unpacked valuematz2006-10-151-0/+5
* * lib/test/unit/collector/dir.rb (Collector::Dir#collect): append basenobu2006-10-141-0/+8
* * parse.y (singleton): no need to re-create NODE_SELF() again.matz2006-10-141-0/+5