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
*
* configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.
eban
2002-09-15
1
-0
/
+16
*
* error.c(rb_sys_fail): remove case EPIPE on bcc32 .
H_Konishi
2002-09-14
1
-0
/
+4
*
* dir.c (glob_func_caller): add prototype to get rid of warning.
nobu
2002-09-13
1
-2
/
+6
*
* eval.c (rb_eval): avoid uninitialized global/class variable
nobu
2002-09-13
1
-0
/
+7
*
* lib/mkmf.rb ($INSTALLFILES): avoid warning when $VERBOSE mode.
eban
2002-09-13
1
-0
/
+4
*
* bcc32/setup.mak : Control of a message.
H_Konishi
2002-09-12
1
-0
/
+6
*
* dir.c (glob_helper): should pass matched path. (ruby-bugs-ja:PR#333)
nobu
2002-09-12
1
-1
/
+3
*
* dir.c (glob_helper): fixed freeing buffer. (ruby-bugs-ja:PR#332)
nobu
2002-09-12
1
-0
/
+4
*
* dir.c (glob_helper): prevent memory leak using rb_protect().
matz
2002-09-12
1
-0
/
+20
*
* eval.c (rb_trap_eval): preserve thread status and so on.
nobu
2002-09-11
1
-0
/
+5
*
* pp.rb (ARGF.pretty_print): implemented.
akr
2002-09-11
1
-0
/
+5
*
* eval.c (proc_to_s): refined format. [ruby-dev:18215]
nobu
2002-09-11
1
-0
/
+4
*
* win32/win32.c, win32/win32.h (rb_w32_getpid): negate pid under Win9x.
usa
2002-09-11
1
-0
/
+5
*
* string.c (get_pat): Add an extra argument "quote".
knu
2002-09-11
1
-0
/
+7
*
* bcc32/Makefile.sub: remove unnecessary `.dll' from filename of
usa
2002-09-11
1
-0
/
+11
*
retry on EINTR, ERESTART and EWOULDBLOCK. [ruby-dev:17855], [ruby-dev:17878]...
nobu
2002-09-11
1
-0
/
+21
*
* win32/Makefile.sub (ext): make directory `ext' on compile dir.
usa
2002-09-11
1
-0
/
+5
*
* eval.c (rb_mod_define_method): initialize orig_func too.
nobu
2002-09-10
1
-0
/
+5
*
* parse.y (nextc): restore line number after here documents.
nobu
2002-09-10
1
-0
/
+7
*
* ext/extmk.rb, lib/mkmf.rb ($INCFLAGS): new var for -I$(topdir).
eban
2002-09-10
1
-0
/
+7
*
* ChangeLog: specify the source.
usa
2002-09-10
1
-3
/
+4
*
* win32/Makefile.sub (miniruby): shouldn't link $(EXTOBJS).
usa
2002-09-10
1
-0
/
+12
*
* win32/win32.h (S_I?USR): define only if not mingw32.
eban
2002-09-09
1
-0
/
+4
*
* ext/stringio/stringio.c (strio_set_string): reinitialize
nobu
2002-09-09
1
-0
/
+11
*
* time.c (time_free): prototype; struct time_object -> void *.
eban
2002-09-08
1
-0
/
+7
*
* ext/tcltklib/tcltklib.c: prototype; invoke_queue_handler() to avoid
usa
2002-09-08
1
-0
/
+3
*
* time.c: prototype; time_free() to avoid VC++ warnings.
usa
2002-09-08
1
-0
/
+9
*
* lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb.
eban
2002-09-08
1
-0
/
+8
*
* configure.in: modify program_prefix only if specified
eban
2002-09-08
1
-0
/
+27
*
bcc32/configure.bat : Control of a message.
H_Konishi
2002-09-08
1
-0
/
+7
*
* misc/inf-ruby.el (inferior-ruby-error-regexp-alist): regexp
nobu
2002-09-07
1
-0
/
+11
*
* lib/set.rb: Disallow Set.new(false). Add even more tests.
knu
2002-09-07
1
-0
/
+5
*
* lib/set.rb: Fix a bug in flatten()'s recursive set detection.
knu
2002-09-07
1
-0
/
+17
*
* parse.y (rb_gc_mark_parser): ruby_eval_tree is marked in eval.c.
aamine
2002-09-06
1
-0
/
+4
*
* lib/mkmf.rb ($CC): command to compile C source.
nobu
2002-09-06
1
-0
/
+19
*
* gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequent
matz
2002-09-06
1
-0
/
+5
*
* parse.y (rb_gc_mark_parser): should mark lex_input and ruby_debug_lines.
aamine
2002-09-06
1
-2
/
+7
*
* parse.y (rb_gc_mark_parser): should mark parse.y global variables.
aamine
2002-09-06
1
-0
/
+5
*
* io.c (rb_io_puts): RSTRING(line)->ptr might be NULL.
aamine
2002-09-06
1
-0
/
+4
*
* parse.y: should not use non-NODE VALUEs in the semantic stack.
aamine
2002-09-06
1
-0
/
+4
*
* file.c (rb_path_check): nothing to check under DOSISH.
nobu
2002-09-05
1
-0
/
+5
*
modify function name.
aamine
2002-09-05
1
-1
/
+1
*
* gc.c (gc_sweep): should mark parser.
aamine
2002-09-05
1
-0
/
+8
*
* variable.c (rb_path2class): should not use rb_eval_string().
matz
2002-09-05
1
-0
/
+11
*
fix mem leaks (ruby-core:405, ruby-core:407)
michal
2002-09-05
1
-0
/
+5
*
* eval.c (rb_eval): overriding false constant with class/module
nobu
2002-09-05
1
-0
/
+5
*
* extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG,
eban
2002-09-04
1
-3
/
+16
*
refined.
arai
2002-09-04
1
-2
/
+2
*
* class.c (rb_make_metaclass): obj.meta.super.meta should be equal
matz
2002-09-04
1
-0
/
+14
*
* extmk.rb: require mkmf.rb. remove duplicate methods.
eban
2002-09-03
1
-0
/
+7
[next]