aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/prettyprint.rb, lib/pp.rb: convenience methods added.akr2002-06-273-258/+297
* refine previous change.akr2002-06-271-10/+25
* * lib/prettyprint.rb: re-implemented for incremental output to handleakr2002-06-273-290/+294
* * parse.y (literal_concat_string): non-string last expression innobu2002-06-262-2/+8
* * parse.y (words, qwords): word list literal rules.nobu2002-06-264-125/+149
* 2002-06-25nobu2002-06-251-2/+2
* * parse.y (string1, xstring, regexp): moved lex_strnestnobu2002-06-252-10/+17
* * dln.c: remove definition rb_loaderror().H_Konishi2002-06-252-1/+4
* * dln.c: remark definition rb_loaderror().H_Konishi2002-06-242-1/+5
* * parse.y (string_dvar): allow back references in interpolation.nobu2002-06-242-6/+11
* * parse.y (yylex): __END__ should not be effective withinmatz2002-06-244-9/+23
* * lib/mkmf.rb (create_makefile): get rid of nested string.nobu2002-06-242-2/+6
* * eval.c (rb_eval): NODE_EVSTR is no longer used.nobu2002-06-248-613/+661
* updated to the new version (based on date2 3.3).tadf2002-06-226-135/+185
* * ext/readline/readline.c (readline_readline): get rid ofnobu2002-06-202-0/+8
* * configure.in (__NO_ISOCEXT): add for mingw-runtime 2.0-2.eban2002-06-203-3/+8
* * lib/ftools.rb (compare): don't return with a file openedeban2002-06-201-2/+2
* * lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192.eban2002-06-202-26/+15
* * ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban2002-06-194-6/+16
* * parse.y (yylex): ? followed by successive word charaters isnobu2002-06-182-1/+8
* * parse.y (yylex): commands after break/next/rescue can takenobu2002-06-182-0/+6
* * win32/mkexports.rb: remove unnecessary exports. (ruby-dev:17418)usa2002-06-182-1/+5
* unused variable.nobu2002-06-181-2/+0
* * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',matz2002-06-186-17/+77
* * parse.y (yylex): should pushback proper char after '<<'.nobu2002-06-183-38/+65
* * dln.c (dln_load): rb_notimplement takes no argument.eban2002-06-171-1/+1
* 2002-06-17nobu2002-06-171-2/+2
* * dln.c (dln_load): need to preserve dln_strerror() result,nobu2002-06-172-3/+18
* 2002-06-15knu2002-06-151-2/+2
* * dir.c (glob_helper): Use lstat() instead of stat() so it catchesknu2002-06-152-1/+7
* *bcc32 fix for win9x.H_Konishi2002-06-144-40/+31
* 2002-06-14nobu2002-06-141-2/+2
* * parse.y (read_escape): deny zero-width hexadecimal character.nobu2002-06-143-0/+19
* 2002-06-13eban2002-06-131-2/+2
* ext/exmk.rb.in, lib/singleton.rb: remove nested ""s.matz2002-06-133-7/+8
* * eval.c (svalue_to_avalue): v may be Qundef. This fix wasmatz2002-06-135-8/+36
* * lib/mkmf.rb: typo fix(RUBY_PLAT_FORM -> RUBY_PLATFORM).eban2002-06-131-1/+1
* avoid some warningssuke2002-06-122-11/+10
* 2002-06-12eban2002-06-121-2/+2
* merged differences between uri-0.9.6 and uri-0.9.7akira2002-06-124-11/+28
* * parse.y (yylex): 'do' should return kDO_BLOCK on EXPR_ENDARG.matz2002-06-122-31/+71
* * parse.y (stmt): fix typo.nobu2002-06-112-1/+5
* Include ctype.h for isdigit().ttate2002-06-111-0/+1
* Check the length of proto.ttate2002-06-111-0/+2
* Get rid of STR2CSTR. (Thanks N.Nakada)ttate2002-06-113-5/+7
* bugfix. (Thanks U.Nakamura)ttate2002-06-112-4/+4
* * configure.in (LIBRUBY): rename to lib$(LIBRUBY_SO).a on Cygwin/MinGW.eban2002-06-113-10/+24
* 2002-06-11eban2002-06-111-2/+2
* * parse.y (%%): remove '%%' line on the end of the file(parse error).eban2002-06-111-1/+0
* * eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz2002-06-118-88/+162