summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* * pack.c (pack_unpack): change names of local variables because theirusa2002-06-281-0/+5
| | | | | | | names are overlapped. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * re.c (rb_reg_expr_str): need to process backslashes properly.matz2002-06-281-0/+21
| | | | | | | | | | | | | | | | | | * object.c (rb_any_to_a): declare Object#to_a to be obsolete. * object.c (rb_Array): do not convert nil into [] automagically. * object.c (rb_Integer): use "to_int" instead of "to_i". [experimental] * object.c (nil_to_f): new method. * object.c (rb_Integer): Symbols and nil should cause error. * object.c (rb_Float): nil should cause error. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* lib/pp.rb: fix object address.akr2002-06-281-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (rb_w32_stat): fix buffer overflow. (ruby-bugs:PR#329)usa2002-06-271-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/prettyprint.rb, lib/pp.rb: convenience methods added.akr2002-06-271-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/prettyprint.rb: re-implemented for incremental output to handleakr2002-06-271-0/+7
| | | | | | | | | huge data. API is changed a bit. * lib/pp.rb: adapt new pretty printing API. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (literal_concat_string): non-string last expression innobu2002-06-261-0/+5
| | | | | | | #{} was ignored when followed by literal. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (words, qwords): word list literal rules.nobu2002-06-261-0/+8
| | | | | | | | | * parse.y (parse_string): ditto. * parse.y (yylex): %W: word list literal with interpolation. [new] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (string1, xstring, regexp): moved lex_strnestnobu2002-06-251-0/+5
| | | | | | | initialization to string_contents/xstring_contents. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dln.c: remove definition rb_loaderror().H_Konishi2002-06-251-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dln.c: remark definition rb_loaderror().H_Konishi2002-06-241-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (string_dvar): allow back references in interpolation.nobu2002-06-241-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (yylex): __END__ should not be effective withinmatz2002-06-241-0/+14
| | | | | | | | | | string literals. * parse.y (here_document): should be aware of __END__ within here documents. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (create_makefile): get rid of nested string.nobu2002-06-241-1/+5
| | | | | | | * lib/mkmf.rb (install_rb): site-install didn't work properly. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_eval): NODE_EVSTR is no longer used.nobu2002-06-241-0/+16
| | | | | | | | | | | | | | | | | * eval.c (eval): not enforce to make assigned variables dynamic. * parse.y (string): split rules to strings/xstring/regexp to allow arbitrary statements inside string interpolation. * parse.y (here_document): splitted into three phases. * parse.y (literall_append, literal_concat): added. append/concatinate string literals. * sample/test.rb (valid_syntax): adjust line number for BEGIN. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* updated to the new version (based on date2 3.3).tadf2002-06-221-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/readline/readline.c (readline_readline): get rid ofnobu2002-06-201-0/+5
| | | | | | | libreadline's bug. (ruby-bugs-ja:PR#268) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (__NO_ISOCEXT): add for mingw-runtime 2.0-2.eban2002-06-201-0/+5
| | | | | | | | * configure.in (__MSVCRT__): removed because it is defined in the GCC specs. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192.eban2002-06-201-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban2002-06-191-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (yylex): ? followed by successive word charaters isnobu2002-06-181-1/+4
| | | | | | | ternary operator not numeric literal. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (yylex): commands after break/next/rescue can takenobu2002-06-181-0/+5
| | | | | | | arguments. (ruby-bugs-ja:PR#265) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/mkexports.rb: remove unnecessary exports. (ruby-dev:17418)usa2002-06-181-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',matz2002-06-181-0/+18
| | | | | | | | | | | | | | | | etc, instead. * parse.y (yylex): no here document after a dot. * parse.y (yylex): should have set lex_state after '`'. * parse.y (yylex): should have set lex_state properly after tOP_ASGN. * bignum.c (rb_big2dbl): return canonical HUGE_VAL for infinity. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (yylex): should pushback proper char after '<<'.nobu2002-06-181-0/+10
| | | | | | | | | | | * parse.y (range_op, cond0, cond): get rid of doubled warnings. * parse.y (value_expr): reduce recursion level. * parse.y (logop): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dln.c (dln_load): need to preserve dln_strerror() result,nobu2002-06-171-0/+5
| | | | | | | calling other dl family can clear it. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (glob_helper): Use lstat() instead of stat() so it catchesknu2002-06-151-0/+6
| | | | | | | | a dead symlink. Given a dead symlink named "a", Dir.glob("?") did catch it but Dir.glob("a") somehow didn't. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* *bcc32 fix for win9x.H_Konishi2002-06-141-0/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (read_escape): deny zero-width hexadecimal character.nobu2002-06-141-0/+9
| | | | | | | | | | | (ruby-bugs-ja:PR#260) * parse.y (tokadd_escape): ditto. * regex.c (re_compile_pattern): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (svalue_to_avalue): v may be Qundef. This fix wasmatz2002-06-131-0/+21
| | | | | | | | | | | | | | | | | | | suggested by Guy Decoux. * hash.c (rb_hash_s_create): use rb_hash_aset() instead of calling st_insert() directly, to dup&freeze string keys. * parse.y (yylex): proper error message for "@@0". * parse.y (yylex): paren to parse_string() must be zero for unparenthesized strings. * parse.y (str_extend): broken string when unterminated "#{". * enum.c (enum_sort_by): had a bug in 1 element enumeration. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* merged differences between uri-0.9.6 and uri-0.9.7akira2002-06-121-0/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (yylex): 'do' should return kDO_BLOCK on EXPR_ENDARG.matz2002-06-121-0/+20
| | | | | | | | | | | | | | | | | | | * parse.y (singleton): "def (()).a end" dumped core. * parse.y (range_op): node may be null. * parse.y (match_gen): ditto. * parse.y (arg): void value check for "..", "...", "!", and "not". * parse.y (match_gen): void value check for "=~". * parse.y (value_expr): check NODE_AND and NODE_OR recursively. * parse.y (cond0): void value check added for conditionals. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (stmt): fix typo.nobu2002-06-111-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (LIBRUBY): rename to lib$(LIBRUBY_SO).a on Cygwin/MinGW.eban2002-06-111-0/+7
| | | | | | | | * configure.in, cygwin/GNUmakefile: use dllwrap when --disable-shared is specified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz2002-06-111-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | called outside of a method. * parse.y (arg): use INT2NUM, not INT2FIX for tUMINUS. * parse.y (arg): unnecessary negative tPOW treatment. * parse.y (tokadd_escape): wrong backslash escapement. * parse.y (stmt,arg): too much void value check. * parse.y (stmt,arg): need to check void value on rules which does not use node_assign(). * ext/socket/socket.c (ipaddr): need not to taint hostnames. * range.c (range_include): should be based on "<=>", whereas member? still is based on "each". * range.c (range_min,range_max): redefine methods based on "<=>". git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/ftp.rb (noop): new method.shugo2002-06-111-0/+6
| | | | | | | * lib/net/ftp.rb (site): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bcc32/Makefile.sub: set PROCESSOR_LEVEL to 6 if it's too big value.usa2002-06-111-0/+6
| | | | | | | * win32/Makefile.sub: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bcc32/configure.bat fix.H_Konishi2002-06-111-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* new platform [bccwin32] merged.H_Konishi2002-06-111-0/+16
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix PR#.akr2002-06-101-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* *** empty log message ***nobu2002-06-101-1/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * numeric.c (fix_lshift): negative shift count means right shift.nobu2002-06-101-0/+9
| | | | | | | | | | * numeric.c (fix_rshift): return -1 when left side operand is negative. * parse.y (yylex): `0_' should be an error. (ruby-bugs-ja:PR#239) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl: change the callback mechanism.ttate2002-06-091-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* modify typo.aamine2002-06-091-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sample/biorhythm.rb (getPosiiton,etc)H_Konishi2002-06-061-0/+5
| | | | | | | fix at changing Date module ( Date is changed Fixnum to Rational ) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/Makefile.sub (config.status): use sub! instead of []= becauseusa2002-06-061-0/+5
| | | | | | | []= causes exception. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* typo.nobu2002-06-061-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/thread.rb (Queue::pop): get rid of race condition.nobu2002-06-061-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/Win32API/extconf.rb: refactoring.eban2002-06-041-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/extconf.rb: The IPv6 stack of Cygwin is still incomplete.eban2002-06-041-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e