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
...
*
* dln.c (dln_load): rb_notimplement takes no argument.
eban
2002-06-17
1
-1
/
+1
*
2002-06-17
nobu
2002-06-17
1
-2
/
+2
*
* dln.c (dln_load): need to preserve dln_strerror() result,
nobu
2002-06-17
2
-3
/
+18
*
2002-06-15
knu
2002-06-15
1
-2
/
+2
*
* dir.c (glob_helper): Use lstat() instead of stat() so it catches
knu
2002-06-15
2
-1
/
+7
*
*bcc32 fix for win9x.
H_Konishi
2002-06-14
4
-40
/
+31
*
2002-06-14
nobu
2002-06-14
1
-2
/
+2
*
* parse.y (read_escape): deny zero-width hexadecimal character.
nobu
2002-06-14
3
-0
/
+19
*
2002-06-13
eban
2002-06-13
1
-2
/
+2
*
ext/exmk.rb.in, lib/singleton.rb: remove nested ""s.
matz
2002-06-13
3
-7
/
+8
*
* eval.c (svalue_to_avalue): v may be Qundef. This fix was
matz
2002-06-13
5
-8
/
+36
*
* lib/mkmf.rb: typo fix(RUBY_PLAT_FORM -> RUBY_PLATFORM).
eban
2002-06-13
1
-1
/
+1
*
avoid some warnings
suke
2002-06-12
2
-11
/
+10
*
2002-06-12
eban
2002-06-12
1
-2
/
+2
*
merged differences between uri-0.9.6 and uri-0.9.7
akira
2002-06-12
4
-11
/
+28
*
* parse.y (yylex): 'do' should return kDO_BLOCK on EXPR_ENDARG.
matz
2002-06-12
2
-31
/
+71
*
* parse.y (stmt): fix typo.
nobu
2002-06-11
2
-1
/
+5
*
Include ctype.h for isdigit().
ttate
2002-06-11
1
-0
/
+1
*
Check the length of proto.
ttate
2002-06-11
1
-0
/
+2
*
Get rid of STR2CSTR. (Thanks N.Nakada)
ttate
2002-06-11
3
-5
/
+7
*
bugfix. (Thanks U.Nakamura)
ttate
2002-06-11
2
-4
/
+4
*
* configure.in (LIBRUBY): rename to lib$(LIBRUBY_SO).a on Cygwin/MinGW.
eban
2002-06-11
3
-10
/
+24
*
2002-06-11
eban
2002-06-11
1
-2
/
+2
*
* parse.y (%%): remove '%%' line on the end of the file(parse error).
eban
2002-06-11
1
-1
/
+0
*
* eval.c (rb_eval): ruby_frame->last_func may be null, if it's
matz
2002-06-11
8
-88
/
+162
*
* lib/net/ftp.rb (noop): new method.
shugo
2002-06-11
2
-0
/
+15
*
* bcc32/Makefile.sub: set PROCESSOR_LEVEL to 6 if it's too big value.
usa
2002-06-11
3
-0
/
+12
*
* bcc32/configure.bat fix.
H_Konishi
2002-06-11
2
-1
/
+5
*
new platform [bccwin32] merged.
H_Konishi
2002-06-11
27
-88
/
+1174
*
bugfix.
ttate
2002-06-10
3
-1
/
+19
*
Add DL::Importable::Internal::callback().
ttate
2002-06-10
1
-9
/
+47
*
fix PR#.
akr
2002-06-10
1
-1
/
+1
*
2002-06-10
nobu
2002-06-10
1
-2
/
+2
*
*** empty log message ***
nobu
2002-06-10
1
-1
/
+2
*
* numeric.c (fix_lshift): negative shift count means right shift.
nobu
2002-06-10
3
-2
/
+20
*
dl.c (rb_dl_scan_callback_args): memcpy() -> cast and substitution
ttate
2002-06-10
1
-4
/
+4
*
Get rid of rb_dl_set_callback() and rb_dl_get_callback().
ttate
2002-06-09
1
-2
/
+0
*
* ext/dl: change the callback mechanism.
ttate
2002-06-09
8
-243
/
+217
*
modify typo.
aamine
2002-06-09
1
-1
/
+1
*
* sample/biorhythm.rb (getPosiiton,etc)
H_Konishi
2002-06-06
2
-1
/
+7
*
* win32/Makefile.sub (config.status): use sub! instead of []= because
usa
2002-06-06
2
-1
/
+6
*
typo.
nobu
2002-06-06
1
-1
/
+1
*
* lib/thread.rb (Queue::pop): get rid of race condition.
nobu
2002-06-06
2
-15
/
+11
*
Trivial: GCC3.1 fix (not worth to mention in ChangeLog)
michal
2002-06-05
1
-0
/
+2
*
* tcltklib.c:
nagai
2002-06-05
1
-26
/
+42
*
* ext/Win32API/extconf.rb: refactoring.
eban
2002-06-04
2
-5
/
+8
*
* ext/socket/extconf.rb: The IPv6 stack of Cygwin is still incomplete.
eban
2002-06-04
2
-3
/
+8
*
* ext/tcltklib/tcltklib.c (Init_tcltklib): moved the definition before actions.
eban
2002-06-04
1
-6
/
+7
*
* ext/tk/lib/tkentry.rb: typo fix(!! -> ||).
eban
2002-06-04
1
-1
/
+1
*
2002-06-04
eban
2002-06-04
1
-2
/
+2
[prev]
[next]