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
*
* win32/Makefile.sub (config.h): add VC++4/5 support about noreturn
usa
2002-05-18
2
-0
/
+9
*
* sampl/test.rb: use eval instead of './miniruby -c',
eban
2002-05-17
2
-2
/
+14
*
2002-05-16
eban
2002-05-16
1
-2
/
+2
*
* eval.c (rb_thread_select): cleanup conditional compilation.
nobu
2002-05-16
2
-18
/
+9
*
Add DL::DLSTACK.
ttate
2002-05-15
4
-60
/
+69
*
* win32/Makefile.sub: config.h inlined. and catch up with the
nobu
2002-05-14
3
-144
/
+240
*
* eval.c (rb_clear_cache_by_class): new function.
matz
2002-05-14
34
-70
/
+377
*
* gc.c (is_pointer_to_heap): avoid GCC 3.1 warnings.
eban
2002-05-14
4
-5
/
+15
*
* djgpp/config.hin, djgpp/config.sed: catch up with the latest change.
eban
2002-05-13
3
-16
/
+64
*
cast to long from char, short and int in ASM_PUSH_XXXX.
ttate
2002-05-12
2
-7
/
+6
*
* ext/dl: enable dl's stack emulation for constructing function call.
ttate
2002-05-11
2
-3
/
+7
*
enable dl's stack emulation for constructing function call.
ttate
2002-05-11
3
-38
/
+122
*
* forgot to commit.
eban
2002-05-11
1
-0
/
+1
*
2002-05-12
eban
2002-05-11
1
-2
/
+2
*
* missing.h: add for missing/*.c.
eban
2002-05-11
4
-37
/
+182
*
2002-05-11
nobu
2002-05-11
1
-2
/
+2
*
* dir.c (glob_helper): remove escaping backslashes.
nobu
2002-05-11
2
-2
/
+8
*
* parse.y (here_document): preserve line number begins here
nobu
2002-05-10
2
-1
/
+10
*
2002-05-10
nobu
2002-05-09
1
-2
/
+2
*
* eval.c (rb_thread_join): added an argument to limit time to wait
nobu
2002-05-09
3
-6
/
+40
*
* re.c (rb_reg_s_quote): # also should be quoted.
matz
2002-05-07
4
-2
/
+7
*
2002-05-07
eban
2002-05-07
1
-2
/
+2
*
* configure.in: forgot to add -Wl, to the gcc option on Cygwin/MinGW.
eban
2002-05-07
2
-2
/
+6
*
* ext/iconv/iconv.c (iconv_try): should initialize exceptions
nobu
2002-05-07
2
-7
/
+15
*
* eval.c (rb_yield_0): The destination of the goto jump was wrong.
aamine
2002-05-07
2
-1
/
+5
*
* eval.c (superclass): undesirable "unexpected return" when the superclass is...
aamine
2002-05-07
2
-2
/
+9
*
2002-05-05
knu
2002-05-04
1
-2
/
+2
*
* lib/mkmf.rb: exclude topdir from the system configuration
knu
2002-05-04
2
-4
/
+9
*
Back out the previous commit which was incorrect. I misread the
knu
2002-05-04
2
-6
/
+1
*
2002-05-04
knu
2002-05-03
1
-2
/
+2
*
* dir.c (fnmatch): Make PERIOD() independent of FNM_PATHNAME.
knu
2002-05-03
2
-1
/
+6
*
* win32/config.h.in: define HAVE_DECL_SYS_NERR.
eban
2002-05-03
2
-0
/
+4
*
* configure.in: add #include <errno.h> in AC_CHECK_DECLS().
eban
2002-05-03
2
-1
/
+6
*
2002-05-02
eban
2002-05-02
1
-2
/
+2
*
* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.
eban
2002-05-02
3
-2
/
+7
*
* error.c: use HAVE_DECL_SYS_NERR instead of platform names.
matz
2002-05-02
7
-33
/
+36
*
Catch the exception SystemExit in extconf.rb.
ttate
2002-05-01
1
-0
/
+6
*
2002-05-01
eban
2002-05-01
1
-2
/
+2
*
* numeric.c (num_step): better iteration condition for float
matz
2002-05-01
7
-104
/
+155
*
L641: rb_float_new(*((float*)ptr)) -> rb_float_new(*((double*)ptr)).
ttate
2002-05-01
1
-1
/
+1
*
* win32/win32.c (insert): fix prototype for ANSI C.
eban
2002-04-28
2
-2
/
+7
*
ext/dl/ptr.c: missing break in switch statements.
ttate
2002-04-26
3
-14
/
+36
*
ANSI C requires a named argument before `...'
nobu
2002-04-26
1
-1
/
+1
*
* eval.c (rb_proc_new): make Proc from C function. [new]
nobu
2002-04-26
4
-2
/
+17
*
2002-04-25
nobu
2002-04-25
1
-2
/
+2
*
* various files: macro fix-up by Michal Rokos.
matz
2002-04-25
10
-48
/
+47
*
discarded unused parameter
gotoken
2002-04-24
1
-3
/
+4
*
* eval.c (proc_to_proc): return self. [new]
nobu
2002-04-24
2
-5
/
+21
*
* configure.in: set size of the initial stack from
eban
2002-04-24
2
-1
/
+6
*
* numeric.c (num_step): try to reduce residual on Float operations.
matz
2002-04-24
2
-11
/
+34
[next]