summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2002-05-11* missing.h: add for missing/*.c.eban
2002-05-11* dir.c (glob_helper): remove escaping backslashes.nobu
2002-05-10* parse.y (here_document): preserve line number begins herenobu
2002-05-09* eval.c (rb_thread_join): added an argument to limit time to waitnobu
2002-05-07* re.c (rb_reg_s_quote): # also should be quoted.matz
2002-05-07* configure.in: forgot to add -Wl, to the gcc option on Cygwin/MinGW.eban
2002-05-07* ext/iconv/iconv.c (iconv_try): should initialize exceptionsnobu
2002-05-07* eval.c (rb_yield_0): The destination of the goto jump was wrong.aamine
2002-05-07* eval.c (superclass): undesirable "unexpected return" when the superclass is...aamine
2002-05-04* lib/mkmf.rb: exclude topdir from the system configurationknu
2002-05-04Back out the previous commit which was incorrect. I misread theknu
2002-05-03* dir.c (fnmatch): Make PERIOD() independent of FNM_PATHNAME.knu
2002-05-03* win32/config.h.in: define HAVE_DECL_SYS_NERR.eban
2002-05-03* configure.in: add #include <errno.h> in AC_CHECK_DECLS().eban
2002-05-02* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban
2002-05-02* error.c: use HAVE_DECL_SYS_NERR instead of platform names.matz
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