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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* string.c (rb_str_substr): should be infected with only original
nobu
2006-10-22
2
-4
/
+15
*
* ext/digest/lib/digest.rb: Follow the framework updates.
knu
2006-10-21
2
-5
/
+16
*
2006-10-21
knu
2006-10-21
1
-3
/
+3
*
* ext/digest/lib/digest/hmac.rb: Complete half-boiled updates.
knu
2006-10-20
3
-9
/
+16
*
* ext/digest: Prefix C constants with RUBY_ and C type names with
knu
2006-10-20
13
-404
/
+595
*
* lib/mkmf.rb: fixed the bug of handling COMMON_MACROS.
eban
2006-10-20
2
-2
/
+5
*
* common.mk (NULLCMD): dummy command.
nobu
2006-10-19
3
-6
/
+26
*
* ext/extmk.rb: Borland make needs also -D flags to override variables
nobu
2006-10-19
1
-5
/
+7
*
* bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook.
nobu
2006-10-19
3
-2
/
+16
*
2006-10-20
nobu
2006-10-19
1
-3
/
+3
*
* win32/win32.c (rb_w32_utime): allow NULL to set the current time.
nobu
2006-10-18
2
-5
/
+14
*
* signal.c (Init_signal): handle SIGTERM. fixed: [ruby-list:42895]
nobu
2006-10-18
2
-1
/
+6
*
* array.c (rb_ary_shift): shorten copy size. fixed: [ruby-list:42907]
nobu
2006-10-18
2
-1
/
+5
*
* string.c (rb_str_each_line): String#lines now works when a block
matz
2006-10-18
2
-25
/
+28
*
* array.c (ary_shared_array): should set NOEMBED flag for a copied
matz
2006-10-18
2
-0
/
+6
*
2006-10-18
nobu
2006-10-17
1
-3
/
+3
*
* parse.y (parser_yylex): use particular enums. [ruby-core:09221]
nobu
2006-10-17
2
-2
/
+6
*
* lib/erb.rb: String#each was removed, use #each_line instead.
aamine
2006-10-17
2
-3
/
+7
*
2006-10-17
matz
2006-10-16
1
-3
/
+3
*
* string.c (rb_str_lines): now takes optional argument for the
matz
2006-10-16
3
-4
/
+44
*
* array.c (rb_ary_unshift_m): a bug in lfree shift length
matz
2006-10-16
3
-38
/
+50
*
* mkconfig.rb: *OBJS are not needed for extension libraries.
nobu
2006-10-15
6
-6
/
+13
*
2006-10-16
matz
2006-10-15
1
-3
/
+3
*
* pack.c (pack_unpack): execute block if given with unpacked value
matz
2006-10-15
2
-37
/
+51
*
* lib/test/unit/collector/dir.rb (Collector::Dir#collect): append base
nobu
2006-10-14
2
-2
/
+11
*
2006-10-15
nobu
2006-10-14
1
-3
/
+3
*
* parse.y (singleton): no need to re-create NODE_SELF() again.
matz
2006-10-14
2
-7
/
+7
*
* parse.y (parser_warning, parser_warn): some error message may
matz
2006-10-14
6
-10
/
+24
*
rephrase an entry
knu
2006-10-13
1
-2
/
+2
*
* ext/digest/digest.c, ext/digest/digest.h,
knu
2006-10-13
8
-62
/
+207
*
* ext/digest/digest.c: Improve RDoc documentation further more.
knu
2006-10-13
2
-2
/
+17
*
* ext/digest/digest.c: Improve RDoc documentation.
knu
2006-10-13
3
-21
/
+55
*
Add .cvsignore
knu
2006-10-13
1
-0
/
+4
*
* bcc32/Makefile.sub (post-install-ext): no longer needed.
nobu
2006-10-13
3
-5
/
+21
*
2006-10-14
nobu
2006-10-13
1
-3
/
+3
*
*** empty log message ***
tadf
2006-10-13
1
-0
/
+1
*
* ChangeLog: fixed broken time stamps again.
nobu
2006-10-13
1
-3375
/
+3375
*
updated based on date2 3.9.5.
tadf
2006-10-13
2
-1
/
+5
*
* ChangeLog: fixed broken time stamps.
nobu
2006-10-13
1
-3401
/
+3401
*
* ext/digest/lib/digest.rb (Digest): Try to auto-load non-standard
knu
2006-10-13
2
-3
/
+23
*
* ext/digest/digest.c (Init_digest): Digest::Base.new() does no
knu
2006-10-13
3
-14
/
+11
*
* ext/digest/digest.c, ext/digest/md5/md5init.c,
knu
2006-10-13
8
-243
/
+98
*
* ext/digest/bubblebabble, ext/digest/digest.c: Rip BubbleBabble
knu
2006-10-13
4
-76
/
+145
*
* ext/digest/digest.c (rb_digest_base_equal): Again, should call
knu
2006-10-13
2
-1
/
+7
*
* object.c: Class#inherited RDoc added. a patch from Daniel
matz
2006-10-13
2
-1
/
+33
*
* ext/digest/digest.c (rb_digest_base_equal): Should call digest()
knu
2006-10-12
2
-3
/
+8
*
* lib/test/unit/collector/dir.rb (Collector::Dir#collect): prepend
nobu
2006-10-12
3
-7
/
+39
*
* lib/date.rb (Date::self.complete_hash): need to check if g is
matz
2006-10-12
2
-1
/
+6
*
* string.c (rb_str_partition): RDoc update. a patch from
matz
2006-10-12
3
-6
/
+10
*
2006-10-13
matz
2006-10-12
1
-3
/
+3
[next]