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: remark definition rb_loaderror().
H_Konishi
2002-06-24
2
-1
/
+5
*
* parse.y (string_dvar): allow back references in interpolation.
nobu
2002-06-24
2
-6
/
+11
*
* parse.y (yylex): __END__ should not be effective within
matz
2002-06-24
4
-9
/
+23
*
* lib/mkmf.rb (create_makefile): get rid of nested string.
nobu
2002-06-24
2
-2
/
+6
*
* eval.c (rb_eval): NODE_EVSTR is no longer used.
nobu
2002-06-24
8
-613
/
+661
*
updated to the new version (based on date2 3.3).
tadf
2002-06-22
6
-135
/
+185
*
* ext/readline/readline.c (readline_readline): get rid of
nobu
2002-06-20
2
-0
/
+8
*
* configure.in (__NO_ISOCEXT): add for mingw-runtime 2.0-2.
eban
2002-06-20
3
-3
/
+8
*
* lib/ftools.rb (compare): don't return with a file opened
eban
2002-06-20
1
-2
/
+2
*
* lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192.
eban
2002-06-20
2
-26
/
+15
*
* ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.
eban
2002-06-19
4
-6
/
+16
*
* parse.y (yylex): ? followed by successive word charaters is
nobu
2002-06-18
2
-1
/
+8
*
* parse.y (yylex): commands after break/next/rescue can take
nobu
2002-06-18
2
-0
/
+6
*
* win32/mkexports.rb: remove unnecessary exports. (ruby-dev:17418)
usa
2002-06-18
2
-1
/
+5
*
unused variable.
nobu
2002-06-18
1
-2
/
+0
*
* parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',
matz
2002-06-18
6
-17
/
+77
*
* parse.y (yylex): should pushback proper char after '<<'.
nobu
2002-06-18
3
-38
/
+65
*
* 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
[next]