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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.
eban
2002-09-15
7
-17
/
+72
*
* error.c(rb_sys_fail): remove case EPIPE on bcc32 .
H_Konishi
2002-09-14
2
-3
/
+4
*
* dir.c (glob_func_caller): add prototype to get rid of warning.
nobu
2002-09-13
2
-4
/
+11
*
2002-09-13
nobu
2002-09-13
1
-2
/
+2
*
* eval.c (rb_eval): avoid uninitialized global/class variable
nobu
2002-09-13
3
-3
/
+15
*
Fix-Addons [ruby-core:483] with corrections from [ruby-core:484]
michal
2002-09-13
1
-8
/
+8
*
* lib/mkmf.rb ($INSTALLFILES): avoid warning when $VERBOSE mode.
eban
2002-09-13
2
-0
/
+6
*
* bcc32/setup.mak : Control of a message.
H_Konishi
2002-09-12
3
-13
/
+22
*
* dir.c (glob_helper): should pass matched path. (ruby-bugs-ja:PR#333)
nobu
2002-09-12
2
-2
/
+4
*
* dir.c (glob_helper): fixed freeing buffer. (ruby-bugs-ja:PR#332)
nobu
2002-09-12
2
-0
/
+6
*
* dir.c (glob_helper): prevent memory leak using rb_protect().
matz
2002-09-12
4
-83
/
+158
*
2002-09-12
knu
2002-09-11
1
-2
/
+2
*
* eval.c (rb_trap_eval): preserve thread status and so on.
nobu
2002-09-11
2
-24
/
+84
*
* pp.rb (ARGF.pretty_print): implemented.
akr
2002-09-11
5
-17
/
+36
*
* eval.c (proc_to_s): refined format. [ruby-dev:18215]
nobu
2002-09-11
2
-4
/
+9
*
* win32/win32.c, win32/win32.h (rb_w32_getpid): negate pid under Win9x.
usa
2002-09-11
3
-1
/
+17
*
* string.c (get_pat): Add an extra argument "quote".
knu
2002-09-11
2
-17
/
+26
*
* bcc32/Makefile.sub: remove unnecessary `.dll' from filename of
usa
2002-09-11
5
-14
/
+25
*
2002-09-11
nobu
2002-09-11
1
-2
/
+2
*
retry on EINTR, ERESTART and EWOULDBLOCK. [ruby-dev:17855], [ruby-dev:17878]...
nobu
2002-09-11
2
-21
/
+107
*
* win32/Makefile.sub (ext): make directory `ext' on compile dir.
usa
2002-09-11
2
-2
/
+9
*
* win32/configure.bat: add CR to end of line.
usa
2002-09-11
1
-32
/
+32
*
* eval.c (rb_mod_define_method): initialize orig_func too.
nobu
2002-09-10
2
-0
/
+6
*
2002-09-10
nobu
2002-09-10
1
-2
/
+2
*
* parse.y (nextc): restore line number after here documents.
nobu
2002-09-10
2
-0
/
+15
*
* lib/mkmf.rb: $hdrdir is $top_srcdir if invoked from extmk.rb
eban
2002-09-10
1
-2
/
+4
*
* ext/extmk.rb, lib/mkmf.rb ($INCFLAGS): new var for -I$(topdir).
eban
2002-09-10
3
-9
/
+22
*
* ChangeLog: specify the source.
usa
2002-09-10
1
-3
/
+4
*
* win32/Makefile.sub (miniruby): shouldn't link $(EXTOBJS).
usa
2002-09-10
5
-59
/
+108
*
* win32/win32.h (S_I?USR): define only if not mingw32.
eban
2002-09-09
2
-3
/
+7
*
capa field in RString, and RArray is now LONG (ruby-lang:458)
michal
2002-09-09
1
-2
/
+2
*
* ext/stringio/stringio.c (strio_set_string): reinitialize
nobu
2002-09-09
2
-11
/
+36
*
* time.c (time_free): prototype; struct time_object -> void *.
eban
2002-09-08
4
-12
/
+17
*
2002-09-08
eban
2002-09-08
1
-2
/
+2
*
* ext/tcltklib/tcltklib.c: prototype; invoke_queue_handler() to avoid
usa
2002-09-08
2
-0
/
+4
*
* time.c: prototype; time_free() to avoid VC++ warnings.
usa
2002-09-08
4
-2
/
+49
*
* lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb.
eban
2002-09-08
5
-94
/
+76
*
removed.
eban
2002-09-08
1
-544
/
+0
*
* configure.in: modify program_prefix only if specified
eban
2002-09-08
35
-60
/
+679
*
bcc32/configure.bat : Control of a message.
H_Konishi
2002-09-08
5
-4
/
+11
*
* misc/inf-ruby.el (inferior-ruby-error-regexp-alist): regexp
nobu
2002-09-07
2
-15
/
+48
*
2002-09-07
eban
2002-09-07
1
-2
/
+2
*
Use Enumerable#all? to optimize a bit.
knu
2002-09-07
1
-5
/
+2
*
* lib/set.rb: Disallow Set.new(false). Add even more tests.
knu
2002-09-07
2
-4
/
+38
*
* lib/set.rb: Fix a bug in flatten()'s recursive set detection.
knu
2002-09-07
2
-292
/
+332
*
* parse.y (rb_gc_mark_parser): ruby_eval_tree is marked in eval.c.
aamine
2002-09-06
2
-2
/
+4
*
* lib/mkmf.rb ($CC): command to compile C source.
nobu
2002-09-06
2
-13
/
+82
*
* gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequent
matz
2002-09-06
6
-24
/
+13
*
2002-09-06
eban
2002-09-06
1
-2
/
+2
*
* parse.y (rb_gc_mark_parser): should mark lex_input and ruby_debug_lines.
aamine
2002-09-06
2
-3
/
+10
[next]