I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 27, 2023 — Sep 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* missing.h: add for missing/*.c. * ruby.h: add `#include "missing.h"'. * Makefile.in: add the dependency of missing.h by gcc -MM. * MANIFEST: add missing.h More... over 22 years ago
2002-05-11
n0kada
as nobu
More... over 22 years ago
* dir.c (glob_helper): remove escaping backslashes.
n0kada
as nobu
More... over 22 years ago
* parse.y (here_document): preserve line number begins here document.
n0kada
as nobu
More... over 22 years ago
2002-05-10
n0kada
as nobu
More... over 22 years ago
* eval.c (rb_thread_join): added an argument to limit time to wait the thread.
n0kada
as nobu
More... over 22 years ago
* re.c (rb_reg_s_quote): # also should be quoted. More... over 22 years ago
2002-05-07 More... over 22 years ago
* configure.in: forgot to add -Wl, to the gcc option on Cygwin/MinGW. More... over 22 years ago
* ext/iconv/iconv.c (iconv_try): should initialize exceptions properly. (ruby-bugs-ja:PR#232)
n0kada
as nobu
More... over 22 years ago
* eval.c (rb_yield_0): The destination of the goto jump was wrong. More... over 22 years ago
* eval.c (superclass): undesirable "unexpected return" when the superclass is not a Class. More... over 22 years ago
2002-05-05
knu
More... over 22 years ago
* lib/mkmf.rb: exclude topdir from the system configuration section and prevent it from being overridden.
knu
More... over 22 years ago
Back out the previous commit which was incorrect. I misread the specification.
knu
More... over 22 years ago
2002-05-04
knu
More... over 22 years ago
* dir.c (fnmatch): Make PERIOD() independent of FNM_PATHNAME. This fixes a bug where fnmatch('/?a', '/.a', 0) returned true.
knu
More... over 22 years ago
* win32/config.h.in: define HAVE_DECL_SYS_NERR. More... over 22 years ago
* configure.in: add #include <errno.h> in AC_CHECK_DECLS(). More... over 22 years ago
2002-05-02 More... over 22 years ago
* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make. More... over 22 years ago
* error.c: use HAVE_DECL_SYS_NERR instead of platform names. More... over 22 years ago
Catch the exception SystemExit in extconf.rb. More... over 22 years ago
2002-05-01 More... over 22 years ago
* numeric.c (num_step): better iteration condition for float values; suggested by Masahiro TANAKA <[email protected]>. More... over 22 years ago
L641: rb_float_new(*((float*)ptr)) -> rb_float_new(*((double*)ptr)). More... over 22 years ago
* win32/win32.c (insert): fix prototype for ANSI C. More... over 22 years ago
ext/dl/ptr.c: missing break in switch statements. More... over 22 years ago
ANSI C requires a named argument before `...'
n0kada
as nobu
More... over 22 years ago
* eval.c (rb_proc_new): make Proc from C function. [new]
n0kada
as nobu
More... over 22 years ago