summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2002-05-01* numeric.c (num_step): better iteration condition for floatmatz
2002-04-28* win32/win32.c (insert): fix prototype for ANSI C.eban
2002-04-26ext/dl/ptr.c: missing break in switch statements.ttate
2002-04-26* eval.c (rb_proc_new): make Proc from C function. [new]nobu
2002-04-24* eval.c (proc_to_proc): return self. [new]nobu
2002-04-24* configure.in: set size of the initial stack fromeban
2002-04-24* numeric.c (num_step): try to reduce residual on Float operations.matz
2002-04-24* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz
2002-04-23* ext/stringio/stringio.c (strio_mark): must check if ptr is NULLnobu
2002-04-23* ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive insteadusa
2002-04-19* win32/Makefile.sub: add -DNT to $CFLAGS instead of $CPPFLAGS.usa
2002-04-19* configure.in: cleanup for autoconf 2.5x.eban
2002-04-19* win32/win32.c: include <mswsock.h> on __MINGW32__.eban
2002-04-19* ext/socket/extconf.rb: include <windows.h>, <winsock.h> on _WIN32.eban
2002-04-19* re.c (rb_reg_to_s): remove redundant shy group.nobu
2002-04-19* eval.c (rb_thread_cleanup): current thread may be THREAD_STOPPED,matz
2002-04-19ext/dl/ptr.c: remove rb_dlptr_cast().ttate
2002-04-18* re.c (rb_reg_expr_str): should treat backslash specially inmatz
2002-04-18* re.c (rb_reg_to_s): new function for Regexp#to_s.akr
2002-04-17* ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat inknu
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