index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wed May 22 20:18:31 2002 WATANABE Hirofumi <eban@ruby-lang.org>
eban
2002-05-22
1
-0
/
+4
*
* parse.y (yylex): case '<': here-document label ate '-'.
aamine
2002-05-22
1
-0
/
+4
*
* object.c (Init_Object): should do exact match for Module#==.
matz
2002-05-21
1
-1
/
+23
*
* misc/ruby-mode.el (ruby-font-lock-keywords): symbols end with '_'.
nobu
2002-05-21
1
-0
/
+5
*
Tue May 21 04:48:37 2002 Sean Chittenden <sean@chittenden.org>
wakou
2002-05-20
1
-0
/
+6
*
* parse.y (bodystmt): ensure clause was excuted on else clause
nobu
2002-05-20
1
-0
/
+5
*
rename PtrData::alloc and Struct#alloc to malloc respectively.
ttate
2002-05-20
1
-0
/
+6
*
* io.c (rb_io_clone): writing stream was not copied properly.
nobu
2002-05-20
1
-0
/
+4
*
corrected paths.
tadf
2002-05-18
1
-1
/
+1
*
updated to the new version (based on date2 3.2.1).
tadf
2002-05-18
1
-0
/
+5
*
* win32/Makefile.sub (config.h): add VC++4/5 support about noreturn
usa
2002-05-18
1
-0
/
+5
*
* sampl/test.rb: use eval instead of './miniruby -c',
eban
2002-05-17
1
-0
/
+5
*
* eval.c (rb_thread_select): cleanup conditional compilation.
nobu
2002-05-16
1
-0
/
+4
*
* win32/Makefile.sub: config.h inlined. and catch up with the
nobu
2002-05-14
1
-0
/
+7
*
* eval.c (rb_clear_cache_by_class): new function.
matz
2002-05-14
1
-0
/
+29
*
* gc.c (is_pointer_to_heap): avoid GCC 3.1 warnings.
eban
2002-05-14
1
-0
/
+6
*
* djgpp/config.hin, djgpp/config.sed: catch up with the latest change.
eban
2002-05-13
1
-2
/
+6
*
* ext/dl: enable dl's stack emulation for constructing function call.
ttate
2002-05-11
1
-0
/
+4
*
* missing.h: add for missing/*.c.
eban
2002-05-11
1
-0
/
+10
*
* dir.c (glob_helper): remove escaping backslashes.
nobu
2002-05-11
1
-0
/
+4
*
* parse.y (here_document): preserve line number begins here
nobu
2002-05-10
1
-0
/
+5
*
* eval.c (rb_thread_join): added an argument to limit time to wait
nobu
2002-05-09
1
-0
/
+7
*
* re.c (rb_reg_s_quote): # also should be quoted.
matz
2002-05-07
1
-0
/
+4
*
* configure.in: forgot to add -Wl, to the gcc option on Cygwin/MinGW.
eban
2002-05-07
1
-0
/
+4
*
* ext/iconv/iconv.c (iconv_try): should initialize exceptions
nobu
2002-05-07
1
-0
/
+5
*
* eval.c (rb_yield_0): The destination of the goto jump was wrong.
aamine
2002-05-07
1
-0
/
+4
*
* eval.c (superclass): undesirable "unexpected return" when the superclass is...
aamine
2002-05-07
1
-0
/
+5
*
* lib/mkmf.rb: exclude topdir from the system configuration
knu
2002-05-04
1
-0
/
+5
*
Back out the previous commit which was incorrect. I misread the
knu
2002-05-04
1
-5
/
+0
*
* dir.c (fnmatch): Make PERIOD() independent of FNM_PATHNAME.
knu
2002-05-03
1
-0
/
+5
*
* win32/config.h.in: define HAVE_DECL_SYS_NERR.
eban
2002-05-03
1
-0
/
+2
*
* configure.in: add #include <errno.h> in AC_CHECK_DECLS().
eban
2002-05-03
1
-0
/
+4
*
* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.
eban
2002-05-02
1
-0
/
+5
*
* error.c: use HAVE_DECL_SYS_NERR instead of platform names.
matz
2002-05-02
1
-0
/
+4
*
* numeric.c (num_step): better iteration condition for float
matz
2002-05-01
1
-0
/
+26
*
* win32/win32.c (insert): fix prototype for ANSI C.
eban
2002-04-28
1
-0
/
+4
*
ext/dl/ptr.c: missing break in switch statements.
ttate
2002-04-26
1
-0
/
+4
*
* eval.c (rb_proc_new): make Proc from C function. [new]
nobu
2002-04-26
1
-0
/
+6
*
* eval.c (proc_to_proc): return self. [new]
nobu
2002-04-24
1
-0
/
+6
*
* configure.in: set size of the initial stack from
eban
2002-04-24
1
-0
/
+5
*
* numeric.c (num_step): try to reduce residual on Float operations.
matz
2002-04-24
1
-0
/
+4
*
* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.
matz
2002-04-24
1
-0
/
+55
*
* ext/stringio/stringio.c (strio_mark): must check if ptr is NULL
nobu
2002-04-23
1
-0
/
+8
*
* ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive instead
usa
2002-04-23
1
-0
/
+8
*
* win32/Makefile.sub: add -DNT to $CFLAGS instead of $CPPFLAGS.
usa
2002-04-19
1
-0
/
+6
*
* configure.in: cleanup for autoconf 2.5x.
eban
2002-04-19
1
-0
/
+6
*
* win32/win32.c: include <mswsock.h> on __MINGW32__.
eban
2002-04-19
1
-0
/
+2
*
* ext/socket/extconf.rb: include <windows.h>, <winsock.h> on _WIN32.
eban
2002-04-19
1
-0
/
+4
*
* re.c (rb_reg_to_s): remove redundant shy group.
nobu
2002-04-19
1
-0
/
+4
*
* eval.c (rb_thread_cleanup): current thread may be THREAD_STOPPED,
matz
2002-04-19
1
-0
/
+13
[next]