[parrot/parrot] 0783a0: Fix headerizer declarations so the public sprintf-...

GitHub noreply at github.com
Sun May 20 13:12:33 UTC 2012


  Branch: refs/heads/whiteknight/sprintf_cleanup
  Home:   https://github.com/parrot/parrot
  Commit: 0783a031e7dce90186178437fa30bd8cf1049858
      https://github.com/parrot/parrot/commit/0783a031e7dce90186178437fa30bd8cf1049858
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-05-20 (Sun, 20 May 2012)

  Changed paths:
    M include/parrot/misc.h
    M include/parrot/string_funcs.h
    M src/string/spf_private.h
    M src/string/spf_render.c
    M src/string/sprintf.c

  Log Message:
  -----------
  Fix headerizer declarations so the public sprintf-related functions are declared in string_funcs.h instead of misc.h. Change the sprintf engine to use a StringBuilder instead of repeated (wasteful) string concats.


  Commit: ed516f4a27bc73e4960651c8d930febca6ffb6db
      https://github.com/parrot/parrot/commit/ed516f4a27bc73e4960651c8d930febca6ffb6db
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-05-20 (Sun, 20 May 2012)

  Changed paths:
    M src/string/spf_render.c
    M src/string/sprintf.c

  Log Message:
  -----------
  Attempt to fix error messages a little bit, on request from benabik++ (GH #759)


Compare: https://github.com/parrot/parrot/compare/49f6a6e...ed516f4


More information about the parrot-commits mailing list