summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-04-10* dir.c (glob_helper): should have proceed link when link->pathmatz
2002-04-10* variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz
2002-04-10* misc/ruby-mode.el (ruby-font-lock-keywords): fontify symbols fornobu
2002-04-09* lib/mkmf.rb (try_link0): need expand macro in command, sync withnobu
2002-04-09* ext/stringio/stringio.c (check_modifiable): performancenobu
2002-04-08* re.c (match_select): fix index references and makeknu
2002-04-082002-04-08nobu
2002-04-08* eval.c (error_handle): default to 1 unless status is set.nobu
2002-04-05improve the prototype parser.ttate
2002-04-05"extern" and "[]" of the module Importable returns a symbol.ttate
2002-04-05Add dl/struct.rb.ttate
2002-04-04Get rid of ineffective encoding/decoding procedures.ttate
2002-04-04DLSTR(argv[i]) => DLSTR(RSTRING(argv[i])->ptr)ttate
2002-04-04bugfix (a few bugs seems to be remaining yet.)ttate
2002-04-042002-04-04nobu
2002-04-04Patch [ruby-dev:16747] (Thanks Nakada)ttate
2002-04-03Add ext/dl/lib/dl/types.rb.ttate
2002-04-03Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate
2002-04-02* ext/extmk.rb.in (enable_config): follow lib/mkmf.rb.nobu
2002-04-02Add entries to each Setup.* and remove Changes files.ttate
2002-04-02Get rid of the RUBY, and use CPPFLAGS="$(CPPFLAGS) -DDEBUG"ttate
2002-04-02Append a message for dl.ttate
2002-04-02Add ruby-dl.ttate
2002-04-02Add ruby-dlttate
2002-04-022002-04-02nobu
2002-04-02* Makefile.in (CPPFLAGS): remove @includedir@.matz
2002-04-02* ext/socket/socket.c (sock_addrinfo): should clear addrinfo hints.eban
2002-04-01mkmf.rb: files[0,1] == "." -> files[0,2] == "./"ttate
2002-04-01lib/mkmf.rb: install any files using $INSTALLFILES. (from [ruby-dev:16683])ttate
2002-04-01* io.c (rb_io_fptr_cleanup): need flush even when io will not bematz
2002-04-012002-04-01nobu
2002-04-01* ext/sdbm/init.c (each_pair): moved prototype before thenobu
2002-04-01* re.c (match_setter): it's OK to assign nil to $~.matz
2002-04-01* ext/racc/cparse/cparse.c: prototype; call_scaniter().usa
2002-03-29* io.c (io_fflush): DRY patch from /Christoph applied.matz
2002-03-29Changed the regexp again to simplify code. See also [ruby-dev:16682].nahi
2002-03-29* lib/mkmf.rb (create_makefile): default FLAGS to empty strings.nobu
2002-03-292002-03-29nobu
2002-03-29* lib/mkmf.rb (arg_config): should use Shellwords::shellwords likenobu
2002-03-29* win32/README.win32: follow recent changes.usa
2002-03-29Changed regexp for parsing break command '.*?+' to '.+'.nahi
2002-03-28* win32/Makefile.sub (config.status): reflect user defined $CC inusa
2002-03-28* ext/socket/socket.c (sock_addrinfo): should specify socktypematz
2002-03-28* ext/strscan/strscan.c: add taint check.aamine
2002-03-27* io.c (READ_DATA_PENDING): configure.in has supported for uClibc,eban
2002-03-27typonobu
2002-03-27* io.c (rb_io_sysseek): new method based on a patch from Aristarkhmatz
2002-03-26change log update only.aamine
2002-03-26* lib/net/http.rb: HTTP.get accepts URI.aamine
2002-03-26* doc/net/protocol.rd.ja, smtp.rd.ja, pop.rd.ja: removed.aamine