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
path:
root
/
ext
/
sdbm
Age
Commit message (
Expand
)
Author
2006-09-02
* ruby.h (struct RArray): embed small arrays.
matz
2006-08-31
* ruby.h (struct RString): embed small strings.
matz
2006-06-24
add extconf.h to .cvsignore.
akr
2006-02-13
* parse.y (parser_parse_string): mention "regexp" in a error
matz
2006-02-03
* eval.c: unify ruby_class (for method definition) and ruby_cbase
matz
2005-09-24
banish some warnings.
akr
2005-09-08
* merged a patch from Takahiro Kambe <taca@back-street.net> to
matz
2005-06-20
* ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?
usa
2005-06-03
* test/sdbm/test_sdbm.rb: renamed from ext/sdbm/testsdbm.rb with
akr
2004-12-09
* ext/sdbm/init.c (GetDBM): typo.
usa
2004-12-09
* ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132]
matz
2004-11-14
* string.c (rb_str_clear): avoid revealing NULL pointer.
matz
2004-11-01
* MANIFEST, ext/**/MANIFEST: removed.
eban
2004-10-19
* ext/dbm/dbm.c (fdbm_delete_if): should check if deleting element
matz
2004-06-11
* array.c: remove #indexes, #indices.
matz
2004-06-10
* ext/sdbm/init.c (fsdbm_store): sdbm should use StringValue().
matz
2004-05-08
* io.c (rb_f_open): open should not ignore block when "to_open"
matz
2004-05-07
* parse.y (string_content): turn off NODE_NEWLINE flag to avoid
matz
2004-03-29
* exception message clean-up by Ian Macdonald <ian@caliban.org>.
matz
2003-10-16
consistent parentheses in assignment RHS.
matz
2003-05-06
* object.c (rb_obj_methods): list singleton methods if recur
matz
2003-01-16
-Wall cleanups (removed unused vars, no 'code has no effect' warnings)
michal
2002-12-21
* array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),
usa
2002-12-20
ditto.
nobu
2002-10-25
* ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missing
knu
2002-09-27
Update.
knu
2002-09-08
* configure.in: modify program_prefix only if specified
eban
2002-04-01
* ext/sdbm/init.c (each_pair): moved prototype before the
nobu
2002-04-01
* ext/racc/cparse/cparse.c: prototype; call_scaniter().
usa
2002-03-04
Make cvs ignore mkmf.log.
knu
2002-02-27
* ext/dbm/dbm.c (fdbm_select): 1.7 behavior.
matz
2001-10-29
* intern.h (rb_protect_inspect): follow the change of array.c.
usa
2001-05-28
* configure.in: remove unnecessary AC_CANONICAL_BUILD
eban
2001-05-06
forgot some checkins.
matz
2001-02-14
* dir.c (dir_s_glob): supprt backslash escape of metacharacters
matz
2001-01-09
Add .cvsignore's.
knu
2000-12-29
thread_critical bug reported by Dave - matz
matz
2000-11-08
matz
matz
2000-08-18
eban
eban
2000-07-04
matz
matz
2000-06-16
2000-06-16
matz
2000-05-24
2000-05-24
matz
2000-03-07
2000-03-07
matz
1999-10-21
ext/*/depend
matz
1999-08-13
remove marshal/gtk/kconv
matz