Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: use custom fprintf alike to write errors to stderr #31446

Closed
wants to merge 11 commits into from

Commits on Jan 21, 2020

  1. src: add C++-style sprintf utility

    Add an utility that handles C++-style strings and objects well.
    addaleax committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    a35bf6b View commit details
    Browse the repository at this point in the history
  2. src: use custom fprintf alike to write errors to stderr

    This allows printing errors that contain nul characters, for example.
    
    Fixes: nodejs#28761
    Fixes: nodejs#31218
    addaleax committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    ec00fda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6db1bb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d90553 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8824f8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bed1750 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb717aa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a1c801 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. fixup! src: add C++-style sprintf utility

    Co-Authored-By: Ben Noordhuis <info@bnoordhuis.nl>
    addaleax and bnoordhuis committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    a851023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd8c9d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13b9da7 View commit details
    Browse the repository at this point in the history