index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* sprintf.c (rb_str_format): should preserve leading zero
matz
2006-10-30
1
-0
/
+5
*
fix offset value in STATE_CHECK_BUFF_INIT()
kosako
2006-10-29
1
-0
/
+4
*
merge Oniguruma 4.4.5
kosako
2006-10-28
1
-1
/
+15
*
* marshal.c (r_object0): missing break. [ruby-core:09345]
matz
2006-10-27
1
-0
/
+4
*
* enumerator.c (enum_each_cons): move RETURN_ENUMERATOR() after
matz
2006-10-27
1
-0
/
+5
*
* ext/openssl/ossl_pkcs7.c (ossl_pkcs7_verify): should clear error.
gotoyuzo
2006-10-26
1
-0
/
+7
*
* enumerator.c: remove by_slice and by_cons.
matz
2006-10-26
1
-0
/
+4
*
* ext/digest/digest.c (Init_digest): typo.
usa
2006-10-26
1
-0
/
+4
*
* test/digest/test_digest_hmac.rb: added.
knu
2006-10-25
1
-0
/
+4
*
* ext/digest/test.sh: make this script work again.
knu
2006-10-25
1
-0
/
+4
*
* enumerator.c (enumerator_by_slice): new method added.
matz
2006-10-25
1
-0
/
+6
*
* enumerator.c (enum_each_slice, enum_each_cons): returns
matz
2006-10-25
1
-0
/
+8
*
* enum.c (enum_zip): add RETURN_ENUMERATOR() to zip method.
matz
2006-10-25
1
-0
/
+4
*
updated based on date2 3.9.6.
tadf
2006-10-24
1
-0
/
+5
*
* win32/mkexports.rb, win32/resource.rb: use unique variable names.
nobu
2006-10-24
1
-0
/
+4
*
ChangeLog: typo fixed
matz
2006-10-22
1
-1
/
+1
*
* marshal.c (r_object0): use return value from prov given as the
matz
2006-10-22
1
-0
/
+6
*
*** empty log message ***
matz
2006-10-22
1
-5
/
+0
*
* configure.in: alloca is broken; use C_ALLOCA instead.
matz
2006-10-22
1
-0
/
+5
*
*** empty log message ***
matz
2006-10-22
1
-0
/
+5
*
* signal.c (Init_signal): avoid duplicated installation of SIGCHLD
matz
2006-10-22
1
-0
/
+5
*
* string.c (rb_str_upcase, rb_str_downcase, rb_str_downcase,
matz
2006-10-22
1
-0
/
+7
*
* string.c (rb_str_substr): should be infected with only original
nobu
2006-10-22
1
-0
/
+8
*
* ext/digest/lib/digest.rb: Follow the framework updates.
knu
2006-10-21
1
-0
/
+4
*
* ext/digest/lib/digest/hmac.rb: Complete half-boiled updates.
knu
2006-10-20
1
-0
/
+6
*
* ext/digest: Prefix C constants with RUBY_ and C type names with
knu
2006-10-20
1
-0
/
+26
*
* lib/mkmf.rb: fixed the bug of handling COMMON_MACROS.
eban
2006-10-20
1
-0
/
+4
*
* common.mk (NULLCMD): dummy command.
nobu
2006-10-19
1
-0
/
+7
*
* bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook.
nobu
2006-10-19
1
-0
/
+6
*
* win32/win32.c (rb_w32_utime): allow NULL to set the current time.
nobu
2006-10-18
1
-1
/
+4
*
* signal.c (Init_signal): handle SIGTERM. fixed: [ruby-list:42895]
nobu
2006-10-18
1
-1
/
+3
*
* array.c (rb_ary_shift): shorten copy size. fixed: [ruby-list:42907]
nobu
2006-10-18
1
-0
/
+4
*
* string.c (rb_str_each_line): String#lines now works when a block
matz
2006-10-18
1
-0
/
+8
*
* array.c (ary_shared_array): should set NOEMBED flag for a copied
matz
2006-10-18
1
-0
/
+5
*
* parse.y (parser_yylex): use particular enums. [ruby-core:09221]
nobu
2006-10-17
1
-0
/
+4
*
* lib/erb.rb: String#each was removed, use #each_line instead.
aamine
2006-10-17
1
-0
/
+4
*
* string.c (rb_str_lines): now takes optional argument for the
matz
2006-10-16
1
-0
/
+7
*
* array.c (rb_ary_unshift_m): a bug in lfree shift length
matz
2006-10-16
1
-0
/
+5
*
* mkconfig.rb: *OBJS are not needed for extension libraries.
nobu
2006-10-15
1
-0
/
+7
*
* pack.c (pack_unpack): execute block if given with unpacked value
matz
2006-10-15
1
-0
/
+5
*
* lib/test/unit/collector/dir.rb (Collector::Dir#collect): append base
nobu
2006-10-14
1
-0
/
+8
*
* parse.y (singleton): no need to re-create NODE_SELF() again.
matz
2006-10-14
1
-0
/
+5
*
* parse.y (parser_warning, parser_warn): some error message may
matz
2006-10-14
1
-0
/
+14
*
rephrase an entry
knu
2006-10-13
1
-2
/
+2
*
* ext/digest/digest.c, ext/digest/digest.h,
knu
2006-10-13
1
-0
/
+19
*
* ext/digest/digest.c: Improve RDoc documentation further more.
knu
2006-10-13
1
-0
/
+4
*
* ext/digest/digest.c: Improve RDoc documentation.
knu
2006-10-13
1
-0
/
+13
*
* bcc32/Makefile.sub (post-install-ext): no longer needed.
nobu
2006-10-13
1
-0
/
+7
*
*** empty log message ***
tadf
2006-10-13
1
-0
/
+1
*
* ChangeLog: fixed broken time stamps again.
nobu
2006-10-13
1
-3375
/
+3375
[next]