aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * random.c (rand_init): add check for initstate(3).eban2002-04-112-1/+5
* * io.c (remain_size): IO#read returns "" if file.size == 0.eban2002-04-112-3/+4
* 2002-04-11eban2002-04-111-2/+2
* * eval.c (assign): ruby_verbose should be surrounded by RTEST().matz2002-04-118-27/+68
* raise() -> rb_raise(). (Thanks Tetsuya Watanabe)ttate2002-04-114-19/+19
* Add DL::Importable::Internal::Struct#alloc.ttate2002-04-112-68/+53
* Add dl.txt instead of README.ttate2002-04-113-8/+268
* remove README and README.htmlttate2002-04-113-433/+12
* Support "unsigned short".ttate2002-04-111-0/+4
* Add "unsigned short".ttate2002-04-111-0/+4
* define alias "struct" and "union" in the module Importable.ttate2002-04-111-2/+7
* * lib/cgi/session.rb: support for multipart form.wakou2002-04-102-0/+5
* Add/Fix types.ttate2002-04-101-1/+3
* Implement the substitution for structure members.ttate2002-04-101-1/+6
* * dir.c (glob_helper): should have proceed link when link->pathmatz2002-04-102-5/+9
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-1014-146/+209
* * misc/ruby-mode.el (ruby-font-lock-keywords): fontify symbols fornobu2002-04-102-1/+6
* * lib/mkmf.rb (try_link0): need expand macro in command, sync withnobu2002-04-092-3/+12
* * ext/stringio/stringio.c (check_modifiable): performancenobu2002-04-093-6/+29
* * re.c (match_select): fix index references and makeknu2002-04-082-1/+6
* 2002-04-08nobu2002-04-081-2/+2
* * eval.c (error_handle): default to 1 unless status is set.nobu2002-04-082-3/+11
* improve the prototype parser.ttate2002-04-051-0/+4
* "extern" and "[]" of the module Importable returns a symbol.ttate2002-04-051-1/+5
* Add dl/struct.rb.ttate2002-04-054-141/+292
* Get rid of ineffective encoding/decoding procedures.ttate2002-04-042-17/+52
* DLSTR(argv[i]) => DLSTR(RSTRING(argv[i])->ptr)ttate2002-04-041-1/+1
* bugfix (a few bugs seems to be remaining yet.)ttate2002-04-041-1/+1
* 2002-04-04nobu2002-04-041-2/+2
* Patch [ruby-dev:16747] (Thanks Nakada)ttate2002-04-042-22/+16
* Add ext/dl/lib/dl/types.rb.ttate2002-04-033-68/+94
* Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate2002-04-0310-167/+180
* * ext/extmk.rb.in (enable_config): follow lib/mkmf.rb.nobu2002-04-022-2/+6
* Add entries to each Setup.* and remove Changes files.ttate2002-04-026-166/+8
* Get rid of the RUBY, and use CPPFLAGS="$(CPPFLAGS) -DDEBUG"ttate2002-04-021-2/+1
* Append a message for dl.ttate2002-04-021-0/+4
* Add ruby-dl.ttate2002-04-021-0/+7
* Add ruby-dlttate2002-04-0230-0/+5872
* 2002-04-02nobu2002-04-021-2/+2
* * Makefile.in (CPPFLAGS): remove @includedir@.matz2002-04-025-9/+18
* * ext/socket/socket.c (sock_addrinfo): should clear addrinfo hints.eban2002-04-022-0/+5
* mkmf.rb: files[0,1] == "." -> files[0,2] == "./"ttate2002-04-011-1/+1
* lib/mkmf.rb: install any files using $INSTALLFILES. (from [ruby-dev:16683])ttate2002-04-012-50/+92
* * io.c (rb_io_fptr_cleanup): need flush even when io will not bematz2002-04-015-5/+23
* 2002-04-01nobu2002-04-011-2/+2
* * ext/sdbm/init.c (each_pair): moved prototype before thenobu2002-04-013-5/+10
* * re.c (match_setter): it's OK to assign nil to $~.matz2002-04-014-15/+41
* * ext/racc/cparse/cparse.c: prototype; call_scaniter().usa2002-04-014-0/+20
* * io.c (io_fflush): DRY patch from /Christoph applied.matz2002-03-292-22/+20
* Changed the regexp again to simplify code. See also [ruby-dev:16682].nahi2002-03-291-8/+3