Skip to content

Releases: lu-value/libft

Release v1.0.8

02 Feb 13:07
52e4bd3

Choose a tag to compare

Add MIT License (#11)

* Initial plan
* Add MIT License and update README

Release v1.0.7

02 Feb 12:59
f611805

Choose a tag to compare

Fix Makefile race condition in `re` rule with parallel jobs (#9)

* Initial plan
* Fix Makefile race condition with parallel jobs

Release v1.0.6

02 Feb 12:53
75951b2

Choose a tag to compare

Fix ft_strlen segfault on NULL pointer (#7)

* Initial plan
* Add NULL pointer check to ft_strlen to prevent segfault

Release v1.0.5

29 Jan 21:57
93ded31

Choose a tag to compare

Add libft.h to release assets (#4)

Release v1.0.4

28 Jan 22:48
8704e13

Choose a tag to compare

Add ft_gnl function

* Add ft_gnl function
* Update src/ft_gnl.c
* Initial plan

Release v1.0.3

28 Jan 21:51

Choose a tag to compare

Update README

Release v1.0.2

28 Jan 21:49

Choose a tag to compare

Fix workflow permissions