[macruby-changes] [MacRuby/MacRuby] 0740e1: skip whitespaces after method name

GitHub noreply at github.com
Fri Jan 20 08:03:15 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/MacRuby/MacRuby
  Commit: 0740e15d4ed3cbc77fe0e80eed824669766b191a
      https://github.com/MacRuby/MacRuby/commit/0740e15d4ed3cbc77fe0e80eed824669766b191a
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  skip whitespaces after method name


  Commit: af40c5c63dc6e3d5e4dd60c8d9ff330173cdf35f
      https://github.com/MacRuby/MacRuby/commit/af40c5c63dc6e3d5e4dd60c8d9ff330173cdf35f
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  removed false warning


  Commit: abc8520926c325d1cdb14938e4944fddd7bc04bf
      https://github.com/MacRuby/MacRuby/commit/abc8520926c325d1cdb14938e4944fddd7bc04bf
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  warn according to last state


  Commit: 7863ca778ad289bbee9b10ff6bd135990cee00c8
      https://github.com/MacRuby/MacRuby/commit/7863ca778ad289bbee9b10ff6bd135990cee00c8
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  escape Qundef


  Commit: 249b5e60673ee1a2871d1d2bbe7d746b6efc52d0
      https://github.com/MacRuby/MacRuby/commit/249b5e60673ee1a2871d1d2bbe7d746b6efc52d0
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  deny extra character escapes


  Commit: 08fe7fcb91370aa6e362e345e7f250e587b86a50
      https://github.com/MacRuby/MacRuby/commit/08fe7fcb91370aa6e362e345e7f250e587b86a50
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  do not warn for EXPR_ENDFN


  Commit: 30355b2dcc6e96801f4381f474ec6ba33f8e6397
      https://github.com/MacRuby/MacRuby/commit/30355b2dcc6e96801f4381f474ec6ba33f8e6397
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  no warning for singleton class


  Commit: e6d6c6678714d8d4b8e03be32cfc784e000868bf
      https://github.com/MacRuby/MacRuby/commit/e6d6c6678714d8d4b8e03be32cfc784e000868bf
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  no warnings after closing parens


  Commit: eb18e5bc210fa085dfa29239a9d8982e78c4b52a
      https://github.com/MacRuby/MacRuby/commit/eb18e5bc210fa085dfa29239a9d8982e78c4b52a
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  allow NUL containing symbol literals, as well as String#to_sym


  Commit: ce4b31224f683ed248544d841fbe6f73c825e8fc
      https://github.com/MacRuby/MacRuby/commit/ce4b31224f683ed248544d841fbe6f73c825e8fc
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  dregexp has literal string only at the head and successors are array


  Commit: 03fc5ee910c1e84b116bfd3ac6144339d5ffad9c
      https://github.com/MacRuby/MacRuby/commit/03fc5ee910c1e84b116bfd3ac6144339d5ffad9c
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  missing ripper rule.  i.e., `a::B ||= c 1'


  Commit: 6d7dbc81894e5562eea6a9d5625af722e8287d26
      https://github.com/MacRuby/MacRuby/commit/6d7dbc81894e5562eea6a9d5625af722e8287d26
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  avoid NULL reference


  Commit: 699948cb59c483f9928efb3291df3820fdbeee28
      https://github.com/MacRuby/MacRuby/commit/699948cb59c483f9928efb3291df3820fdbeee28
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  dispatch array events


  Commit: 865cef929a1265568f7d045bdb73796cc833329c
      https://github.com/MacRuby/MacRuby/commit/865cef929a1265568f7d045bdb73796cc833329c
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  fix typo: the length of "-dos" and "-mac" is not 5 but 4


  Commit: e1b0b517b1b64e816691f11c0f729cafdfd20ccf
      https://github.com/MacRuby/MacRuby/commit/e1b0b517b1b64e816691f11c0f729cafdfd20ccf
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  add exception as UTF8-MAC for magic comment's emacs newline specifier


  Commit: 15068aea84cf22c378bf7e1afecb2db652deac1c
      https://github.com/MacRuby/MacRuby/commit/15068aea84cf22c378bf7e1afecb2db652deac1c
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  flush delayed token


Compare: https://github.com/MacRuby/MacRuby/compare/88d14cb...15068ae


More information about the macruby-changes mailing list