Skip to content

Releases: Alphacharge/mylibft

v1.1.0

09 Dec 12:36
82ac52c
Compare
Choose a tag to compare

Refurbish and improve

This release gets rid of a lot of strlen function calls.
Further a lot of variables are renamed for better understanding, NULL protections are added and some functions changed.
We also have a new function str_replace_first that is able to create a new string.

v1.0.3

21 Feb 08:23
Compare
Choose a tag to compare

Fixed wrong behavior of strcmp.

v1.0.2

30 Oct 13:37
Compare
Choose a tag to compare

Added License

v1.0.1

16 Oct 08:24
Compare
Choose a tag to compare

#CHANGES

  • renamed variable in lst_add_back and lst_add_front because of keyword conflict with c++

v1.0.0

03 Apr 11:45
Compare
Choose a tag to compare

This is Version 1.0.0 with Functions added from 42 projects libft, printf, getnextline, pushswap, pipex and minishell.