index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2006-10-25
* ext/digest/test.sh: make this script work again.
knu
2006-10-25
* enumerator.c (enumerator_by_slice): new method added.
matz
2006-10-25
* enumerator.c (enum_each_slice, enum_each_cons): returns
matz
2006-10-25
* enum.c (enum_zip): add RETURN_ENUMERATOR() to zip method.
matz
2006-10-24
updated based on date2 3.9.6.
tadf
2006-10-24
* win32/mkexports.rb, win32/resource.rb: use unique variable names.
nobu
2006-10-24
2006-10-25
nobu
2006-10-22
ChangeLog: typo fixed
matz
2006-10-22
* marshal.c (r_object0): use return value from prov given as the
matz
2006-10-22
*** empty log message ***
matz
2006-10-22
* configure.in: alloca is broken; use C_ALLOCA instead.
matz
2006-10-22
2006-10-23
matz
2006-10-22
*** empty log message ***
matz
2006-10-22
* signal.c (Init_signal): avoid duplicated installation of SIGCHLD
matz
2006-10-22
* string.c (rb_str_upcase, rb_str_downcase, rb_str_downcase,
matz
2006-10-22
2006-10-22
nobu
2006-10-22
* string.c (rb_str_substr): should be infected with only original
nobu
2006-10-21
* ext/digest/lib/digest.rb: Follow the framework updates.
knu
2006-10-21
2006-10-21
knu
2006-10-20
* ext/digest/lib/digest/hmac.rb: Complete half-boiled updates.
knu
2006-10-20
* ext/digest: Prefix C constants with RUBY_ and C type names with
knu
2006-10-20
* lib/mkmf.rb: fixed the bug of handling COMMON_MACROS.
eban
2006-10-19
* common.mk (NULLCMD): dummy command.
nobu
2006-10-19
* ext/extmk.rb: Borland make needs also -D flags to override variables
nobu
2006-10-19
* bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook.
nobu
2006-10-19
2006-10-20
nobu
2006-10-18
* win32/win32.c (rb_w32_utime): allow NULL to set the current time.
nobu
2006-10-18
* signal.c (Init_signal): handle SIGTERM. fixed: [ruby-list:42895]
nobu
2006-10-18
* array.c (rb_ary_shift): shorten copy size. fixed: [ruby-list:42907]
nobu
2006-10-18
* string.c (rb_str_each_line): String#lines now works when a block
matz
2006-10-18
* array.c (ary_shared_array): should set NOEMBED flag for a copied
matz
2006-10-17
2006-10-18
nobu
2006-10-17
* parse.y (parser_yylex): use particular enums. [ruby-core:09221]
nobu
2006-10-17
* lib/erb.rb: String#each was removed, use #each_line instead.
aamine
2006-10-16
2006-10-17
matz
2006-10-16
* string.c (rb_str_lines): now takes optional argument for the
matz
2006-10-16
* array.c (rb_ary_unshift_m): a bug in lfree shift length
matz
2006-10-15
* mkconfig.rb: *OBJS are not needed for extension libraries.
nobu
2006-10-15
2006-10-16
matz
2006-10-15
* pack.c (pack_unpack): execute block if given with unpacked value
matz
2006-10-14
* lib/test/unit/collector/dir.rb (Collector::Dir#collect): append base
nobu
2006-10-14
2006-10-15
nobu
2006-10-14
* parse.y (singleton): no need to re-create NODE_SELF() again.
matz
2006-10-14
* parse.y (parser_warning, parser_warn): some error message may
matz
2006-10-13
rephrase an entry
knu
2006-10-13
* ext/digest/digest.c, ext/digest/digest.h,
knu
2006-10-13
* ext/digest/digest.c: Improve RDoc documentation further more.
knu
2006-10-13
* ext/digest/digest.c: Improve RDoc documentation.
knu
2006-10-13
Add .cvsignore
knu
2006-10-13
* bcc32/Makefile.sub (post-install-ext): no longer needed.
nobu
[next]