summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: forgot to add -Wl, to the gcc option on Cygwin/MinGW.eban2002-05-071-0/+4
* * ext/iconv/iconv.c (iconv_try): should initialize exceptionsnobu2002-05-071-0/+5
* * eval.c (rb_yield_0): The destination of the goto jump was wrong.aamine2002-05-071-0/+4
* * eval.c (superclass): undesirable "unexpected return" when the superclass is...aamine2002-05-071-0/+5
* * lib/mkmf.rb: exclude topdir from the system configurationknu2002-05-041-0/+5
* Back out the previous commit which was incorrect. I misread theknu2002-05-041-5/+0
* * dir.c (fnmatch): Make PERIOD() independent of FNM_PATHNAME.knu2002-05-031-0/+5
* * win32/config.h.in: define HAVE_DECL_SYS_NERR.eban2002-05-031-0/+2
* * configure.in: add #include <errno.h> in AC_CHECK_DECLS().eban2002-05-031-0/+4
* * ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban2002-05-021-0/+5
* * error.c: use HAVE_DECL_SYS_NERR instead of platform names.matz2002-05-021-0/+4
* * numeric.c (num_step): better iteration condition for floatmatz2002-05-011-0/+26
* * win32/win32.c (insert): fix prototype for ANSI C.eban2002-04-281-0/+4
* ext/dl/ptr.c: missing break in switch statements.ttate2002-04-261-0/+4
* * eval.c (rb_proc_new): make Proc from C function. [new]nobu2002-04-261-0/+6
* * eval.c (proc_to_proc): return self. [new]nobu2002-04-241-0/+6
* * configure.in: set size of the initial stack fromeban2002-04-241-0/+5
* * numeric.c (num_step): try to reduce residual on Float operations.matz2002-04-241-0/+4
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-0/+55
* * ext/stringio/stringio.c (strio_mark): must check if ptr is NULLnobu2002-04-231-0/+8
* * ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive insteadusa2002-04-231-0/+8
* * win32/Makefile.sub: add -DNT to $CFLAGS instead of $CPPFLAGS.usa2002-04-191-0/+6
* * configure.in: cleanup for autoconf 2.5x.eban2002-04-191-0/+6
* * win32/win32.c: include <mswsock.h> on __MINGW32__.eban2002-04-191-0/+2
* * ext/socket/extconf.rb: include <windows.h>, <winsock.h> on _WIN32.eban2002-04-191-0/+4
* * re.c (rb_reg_to_s): remove redundant shy group.nobu2002-04-191-0/+4
* * eval.c (rb_thread_cleanup): current thread may be THREAD_STOPPED,matz2002-04-191-0/+13
* ext/dl/ptr.c: remove rb_dlptr_cast().ttate2002-04-191-0/+4
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-0/+21
* * re.c (rb_reg_to_s): new function for Regexp#to_s.akr2002-04-181-0/+4
* * ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat inknu2002-04-171-0/+5
* * eval.c (assign): convert mrhs to mvalue.nobu2002-04-161-0/+4
* * pack.c (pack_unpack): should treat 'U' in character unit, not inmatz2002-04-151-0/+13
* * struct.c (rb_struct_select): fix typo.matz2002-04-121-0/+9
* * win32/Makefile.sub: use missing/acosh.c.usa2002-04-121-0/+6
* /tmp/lognobu2002-04-121-0/+13
* * random.c (rand_init): add check for initstate(3).eban2002-04-111-0/+4
* * io.c (remain_size): IO#read returns "" if file.size == 0.eban2002-04-111-0/+4
* * eval.c (assign): ruby_verbose should be surrounded by RTEST().matz2002-04-111-0/+16
* raise() -> rb_raise(). (Thanks Tetsuya Watanabe)ttate2002-04-111-0/+6
* Add dl.txt instead of README.ttate2002-04-111-0/+4
* * lib/cgi/session.rb: support for multipart form.wakou2002-04-101-0/+4
* * dir.c (glob_helper): should have proceed link when link->pathmatz2002-04-101-1/+5
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-101-2/+41
* * misc/ruby-mode.el (ruby-font-lock-keywords): fontify symbols fornobu2002-04-101-0/+5
* * lib/mkmf.rb (try_link0): need expand macro in command, sync withnobu2002-04-091-0/+9
* * ext/stringio/stringio.c (check_modifiable): performancenobu2002-04-091-0/+12
* * re.c (match_select): fix index references and makeknu2002-04-081-0/+5
* * eval.c (error_handle): default to 1 unless status is set.nobu2002-04-081-0/+8
* Add dl/struct.rb.ttate2002-04-051-0/+4