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
/
ext
/
dbm
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/dbm/extconf.rb: allow multiple candidates for dbm-type.
nobu
2006-09-16
1
-34
/
+26
*
* ext/dbm/extconf.rb: create makefile according to the result of check
nobu
2006-09-04
1
-4
/
+4
*
* lib/cgi.rb (CGI::out): specify -x option for nkf.
matz
2006-09-04
1
-1
/
+0
*
* ruby.h (struct RArray): embed small arrays.
matz
2006-09-02
1
-5
/
+5
*
* ruby.h (struct RString): embed small strings.
matz
2006-08-31
2
-26
/
+27
*
add extconf.h.
akr
2006-06-25
1
-0
/
+1
*
* ruby.h, lib/mkmf.rb (create_header): clear command line options for
nobu
2006-05-25
1
-1
/
+1
*
* parse.y (parser_parse_string): mention "regexp" in a error
matz
2006-02-13
1
-73
/
+33
*
* eval.c: unify ruby_class (for method definition) and ruby_cbase
matz
2006-02-03
1
-18
/
+6
*
banish some warnings.
akr
2005-09-24
1
-1
/
+0
*
* ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?
usa
2005-06-20
1
-0
/
+16
*
* test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb.
akr
2005-06-04
1
-593
/
+0
*
* ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132]
matz
2004-12-09
1
-46
/
+35
*
* string.c (rb_str_clear): avoid revealing NULL pointer.
matz
2004-11-14
1
-1
/
+1
*
* MANIFEST, ext/**/MANIFEST: removed.
eban
2004-11-01
1
-5
/
+0
*
* ext/dbm/dbm.c (fdbm_delete_if): should check if deleting element
matz
2004-10-19
1
-0
/
+1
*
* io.c (read_all): block string buffer modification during
matz
2004-10-19
1
-1
/
+1
*
* array.c: remove #indexes, #indices.
matz
2004-06-11
1
-48
/
+16
*
* ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument to
akr
2004-05-16
1
-11
/
+29
*
* io.c (rb_f_open): open should not ignore block when "to_open"
matz
2004-05-08
1
-3
/
+1
*
* parse.y (string_content): turn off NODE_NEWLINE flag to avoid
matz
2004-05-07
1
-5
/
+15
*
consistent parentheses in assignment RHS.
matz
2003-10-16
1
-1
/
+1
*
* lib/mkmf.rb (have_type): check if a type is defined.
nobu
2003-07-24
1
-1
/
+1
*
* ext/dbm/extconf.rb (gdbm_compat, qdbm): add check for gdbm_compat
eban
2003-07-07
1
-1
/
+1
*
* object.c (rb_obj_methods): list singleton methods if recur
matz
2003-05-06
2
-5
/
+31
*
* ext/dbm/dbm.c (each_pair): add prototype to avoid VC++ warnings.
usa
2003-04-17
1
-0
/
+2
*
* ext/dbm/extconf.rb: add QDBM support.
eban
2003-03-07
1
-0
/
+1
*
-Wall cleanups (removed unused vars, no 'code has no effect' warnings)
michal
2003-01-16
1
-1
/
+0
*
* {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options.
eban
2002-12-27
1
-1
/
+1
*
* ext/dbm/dbm.c (fdbm_alloc): allocator takes only one argument.
usa
2002-12-21
1
-3
/
+2
*
ditto.
nobu
2002-12-20
1
-5
/
+3
*
* ext/dbm/extconf.rb (rb_check): support for GNU dbm 1.8.3.
eban
2002-12-13
1
-0
/
+4
*
* ext/dbm/extconf.rb (db_check): check existence of the function
eban
2002-12-13
1
-1
/
+1
*
* ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missing
knu
2002-10-25
1
-2
/
+2
*
Update.
knu
2002-09-27
1
-0
/
+1
*
* configure.in: modify program_prefix only if specified
eban
2002-09-08
1
-0
/
+1
*
Make cvs ignore mkmf.log.
knu
2002-03-04
1
-0
/
+1
*
* ext/dbm/dbm.c (fdbm_select): 1.7 behavior.
matz
2002-02-27
2
-21
/
+83
*
* configure.in: use GCC, not without_gcc. remove without_gcc.
eban
2001-12-02
1
-1
/
+1
*
* configure.in: use waitpid on mingw32.
eban
2001-06-01
1
-1
/
+1
*
* ext/dbm/extconf.rb: fix support for *BSD and set $CFLAGS
knu
2001-05-24
1
-5
/
+3
*
* eval.c (rb_yield_0): need argument adjustment for C defined
matz
2001-05-24
1
-45
/
+45
*
* eval.c (rb_yield_0): need argument adjustment for C defined
matz
2001-05-24
1
-9
/
+28
*
* ext/dbm/extconf.rb: fix for FreeBSD and GDBM.
eban
2001-05-07
1
-7
/
+8
*
forgot some checkins.
matz
2001-05-06
1
-0
/
+570
*
* eval.c (block_pass): should not downgrade safe level.
matz
2001-05-02
2
-19
/
+62
*
* dir.c (dir_s_glob): supprt backslash escape of metacharacters
matz
2001-02-14
1
-1
/
+1
*
* io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2
matz
2001-02-13
1
-14
/
+57
*
Add .cvsignore's.
knu
2001-01-09
1
-0
/
+1
*
eban
eban
2000-11-09
1
-1
/
+0
[next]