summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2002-04-16* eval.c (assign): convert mrhs to mvalue.nobu
2002-04-15* pack.c (pack_unpack): should treat 'U' in character unit, not inmatz
2002-04-12* struct.c (rb_struct_select): fix typo.matz
2002-04-12* win32/Makefile.sub: use missing/acosh.c.usa
2002-04-12/tmp/lognobu
2002-04-11* random.c (rand_init): add check for initstate(3).eban
2002-04-11* io.c (remain_size): IO#read returns "" if file.size == 0.eban
2002-04-11* eval.c (assign): ruby_verbose should be surrounded by RTEST().matz
2002-04-11raise() -> rb_raise(). (Thanks Tetsuya Watanabe)ttate
2002-04-11Add dl.txt instead of README.ttate
2002-04-10 * lib/cgi/session.rb: support for multipart form.wakou
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-08* eval.c (error_handle): default to 1 unless status is set.nobu
2002-04-05Add dl/struct.rb.ttate
2002-04-04Get rid of ineffective encoding/decoding procedures.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-02Append a message for dl.ttate
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-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-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-29* lib/mkmf.rb (create_makefile): default FLAGS to empty strings.nobu
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-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-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
2002-03-26* ext/extmk.rb.in (arg_config): should use Shellwords::shellwords.eban
2002-03-26* configure.in (FILE_READPTR): check bufread instead of bufend for uClibc.eban
2002-03-26* parse.y (primary): while/until statement modifiers to "begin"matz
2002-03-26* win32/mkexports.rb: support VC++.NET.usa
2002-03-26* ext/bigfloat/bigfloat.c: Fix the initializer's function nameknu
2002-03-26* lib/fileutils.rb: new file.aamine
2002-03-25* lib/pp.rb (pp): return nil like p.akr