[macruby-changes] [MacRuby/MacRuby] d2b1ce: must be typos

GitHub noreply at github.com
Wed Jan 18 04:43:31 PST 2012


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

  Changed paths:
    M parse.y

  Log Message:
  -----------
  must be typos


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

  Changed paths:
    M parse.y

  Log Message:
  -----------
  use the DBL2NUM instead of DOUBLE2NUM


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

  Changed paths:
    M parse.y

  Log Message:
  -----------
  use peek() macro


  Commit: 90e82cc10302190a81b6e13f06270c4ae233601a
      https://github.com/MacRuby/MacRuby/commit/90e82cc10302190a81b6e13f06270c4ae233601a
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M util.c

  Log Message:
  -----------
  used only when MULTIPLE_THREADS is not defined


  Commit: 36733d1fb52c83ecbea2a818a7432cccb6bb1132
      https://github.com/MacRuby/MacRuby/commit/36733d1fb52c83ecbea2a818a7432cccb6bb1132
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M util.c

  Log Message:
  -----------
  use our normal xmalloc()/xfree() because couldn't free the returned pointer from ruby_dtoa()


  Commit: 291aa939bfa4df4c276047f7898c2fa28351af4c
      https://github.com/MacRuby/MacRuby/commit/291aa939bfa4df4c276047f7898c2fa28351af4c
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M util.c

  Log Message:
  -----------
  use our own implementation of open(), close() and unlink()


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

  Changed paths:
    M util.c

  Log Message:
  -----------
  allocates one more byte to get rid of buffer overrun


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

  Changed paths:
    M util.c

  Log Message:
  -----------
  suppress warnings


  Commit: 981ee29c691ab1c55d029778ffd8f889196b933e
      https://github.com/MacRuby/MacRuby/commit/981ee29c691ab1c55d029778ffd8f889196b933e
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M util.c

  Log Message:
  -----------
  suppress VC type warnings


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

  Changed paths:
    M util.c

  Log Message:
  -----------
  macro to duplicate nul-terminated string


  Commit: 58652564f5258f98a0676927c0c4ed0fd6efb29d
      https://github.com/MacRuby/MacRuby/commit/58652564f5258f98a0676927c0c4ed0fd6efb29d
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M util.c

  Log Message:
  -----------
  assume no string exceeds INT_MAX


  Commit: 401fb683f7581ab8a6e78062377b40bab8c3e592
      https://github.com/MacRuby/MacRuby/commit/401fb683f7581ab8a6e78062377b40bab8c3e592
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M util.c

  Log Message:
  -----------
  fix typo


  Commit: 1ada7fe17267a01a9dcebf00b504f14429d66364
      https://github.com/MacRuby/MacRuby/commit/1ada7fe17267a01a9dcebf00b504f14429d66364
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M include/ruby/util.h
  M parse.y
  M ruby.c
  M util.c

  Log Message:
  -----------
  use size_t


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

  Changed paths:
    M util.c

  Log Message:
  -----------
  fix typo


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

  Changed paths:
    M util.c

  Log Message:
  -----------
  use dval() consistently


  Commit: 46a2ceab5bf12bc551479ac59f7ebe53835271cd
      https://github.com/MacRuby/MacRuby/commit/46a2ceab5bf12bc551479ac59f7ebe53835271cd
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M util.c

  Log Message:
  -----------
  prevents a buffer over-run on windows


  Commit: 25feddb7f1120417f1331017ca729e3dd7930b1a
      https://github.com/MacRuby/MacRuby/commit/25feddb7f1120417f1331017ca729e3dd7930b1a
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M util.c

  Log Message:
  -----------
  fixed a bug returning uninitialized value


  Commit: 9576c2e4f2ab7f814d27c6df0cfba688bc0f1428
      https://github.com/MacRuby/MacRuby/commit/9576c2e4f2ab7f814d27c6df0cfba688bc0f1428
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M util.c

  Log Message:
  -----------
  make sure to have digit-sequence after 'p' for hexadecimal-floating-constant


  Commit: 1a0dd88aee101d1721a4a371e67b40d838f615ab
      https://github.com/MacRuby/MacRuby/commit/1a0dd88aee101d1721a4a371e67b40d838f615ab
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M util.c

  Log Message:
  -----------
   reject Float('0x0.')


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

  Changed paths:
    M util.c

  Log Message:
  -----------
  use size_t


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

  Changed paths:
    M util.c

  Log Message:
  -----------
  fix SEGV by test_time.rb with gcc version 4.4.0 20090219 (Red Hat 4.4.0-0.21) on Fedora 11 Alpha


  Commit: 73aad03cc49fc2b75ee173c6d88f1f959bc3e970
      https://github.com/MacRuby/MacRuby/commit/73aad03cc49fc2b75ee173c6d88f1f959bc3e970
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M util.c

  Log Message:
  -----------
  the result of cmp must be signed, so get rid of reuse of a variable


  Commit: 8dfbdc25d5563addbc1fbe95eeaa27f9a16b1a59
      https://github.com/MacRuby/MacRuby/commit/8dfbdc25d5563addbc1fbe95eeaa27f9a16b1a59
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M include/ruby/util.h
  M util.c

  Log Message:
  -----------
  use size_t


  Commit: 610570ccbdd76e054c443385a501684578108126
      https://github.com/MacRuby/MacRuby/commit/610570ccbdd76e054c443385a501684578108126
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M util.c

  Log Message:
  -----------
  removed. Ruby no longer supports djgpp


  Commit: 58278a32b2af524edb27784fc6703d2bd6aac275
      https://github.com/MacRuby/MacRuby/commit/58278a32b2af524edb27784fc6703d2bd6aac275
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M util.c

  Log Message:
  -----------
  uby no longer supports MS-DOS


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

  Changed paths:
    M util.c

  Log Message:
  -----------
  added prefix


  Commit: 4b8b5fca646d999bcf623793b73db6a893ea95a2
      https://github.com/MacRuby/MacRuby/commit/4b8b5fca646d999bcf623793b73db6a893ea95a2
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M util.c

  Log Message:
  -----------
  made static to get rid of name clash


Compare: https://github.com/MacRuby/MacRuby/compare/c2c2d44...4b8b5fc


More information about the macruby-changes mailing list