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

FreeBSD support, move memccpy and striteri tests according to Subject #50

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    8487257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8882b25 View commit details
    Browse the repository at this point in the history
  3. Move memccpy and striteri

    According to the current version of the Subject two of the tests moved:
    	memccpy from Part_1 to Additional;
    	striteri from Additional to Part_2
    jbelinda committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    74b5ff9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    7872eae View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. ft_split test: remove free() call, it produces error on MacOS in case…

    … of single malloc implementation
    jbelinda committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    7926154 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. ft_split test is back :)

    jbelinda committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    0af938d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    3980115 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Revert "Add two extreme ft_atoi tests (cases 20, 21)"

    This reverts commit 3980115.
    
    Return values for such cases are not specified by ISO/IEC 9899 due
    to undefined behavior.
    jbelinda committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    6c12c30 View commit details
    Browse the repository at this point in the history