Libft.git
2024-02-23 Lukas JiristeAdd ft_min and ft_max functions for int and size_t
2024-02-16 Lukas JiristeMake get_next_line able to free all its memory
2024-01-30 Lukas JiristeFix indentation of ft_sgn
2024-01-18 Lukas JiristeAdd ft_sgn signum function
2024-01-17 Lukas JiristeImprove matrix handling, remove VEC_INIT macro
2024-01-14 Lukas JiristeAdd a macro for t_vec initialization
2024-01-13 Lukas JiristePatch the issues of previous commit.
2024-01-13 Lukas JiristeAdd ft_strcmp function.
2024-01-12 Lukas JiristeAdd functions for finding element in vector
2024-01-12 Lukas JiristeImplement matrix t_mat as a wrapper around t_vec
2023-12-11 Lukas JiristeRemove void* arithmetic, conform to the Norm
2023-12-11 Lukas JiristeAdd some t_vec functions and change name
2023-12-10 Lukas JiristeImprove ft_vec_erase and ft_vec_free
2023-12-09 Lukas JiristeAdd a ft_vec module for vector struct
2023-12-09 Lukas JiristeMove all "public" header files to ./inc directory
2023-12-09 Lukas JiristeEnforce header inclusion rules
2023-12-09 Lukas JiristeSet e-mail in the 42 header to the correct one
2023-12-09 Lukas JiristeChange file structure of this library
2023-12-07 Lukas JiristePatch ft_lst_sorted_insert to actually insert
2023-12-06 Lukas JiristeAdd long and long long versions of ft_atoi.
2023-12-03 Lukas JiristeChange permissions of files added in previous commit
2023-12-03 Lukas JiristeAdd get_next_line to libft
2023-11-03 Lukas JiristeChange subproject handling, add advanced list funcs
2023-11-01 Lukas JiristeUpdate ft_printf for its .gitignore
2023-11-01 Lukas JiristeAdded .gitignore not to disturb git status when built
2023-10-03 Lukas JiristeAdded ft_printf as a submodule.
2023-09-27 Lukas JiristeRemoved assigning to dest[n+1]. It should have been...
2023-09-15 Lukas JiristeAdded the function itoa_base fr unsigned integers....
2023-09-11 Lukas JiristeThis branch will contain functions that don't crash...
2023-09-08 Lukas JiristeRepaired the function, so it can return "0" and doesn...
2023-09-06 Lukas JiristeMerge branch '42Project' as it holds patched functions.
2023-09-06 Lukas JiristeSetting errno for inappropriate input has been removed...
2023-09-06 Lukas Jiristeft_strtrim now passes alelievr/libft-unit-test as do...
2023-09-05 Lukas JiristeChanged the functions so that they pass the alelievr...
2023-09-05 Lukas Jiristeft_ctoa forward declaration has not been included in...
2023-09-05 Lukas JiristeAdded functions abs, ctoa and itoa_base and changed...
2023-08-24 Lukas JiristeRepaired ft_strndup. It duplicated n - 1 characters.
2023-08-24 Lukas JiristeErased mentions of bonus from Makefile and libft.h...
2023-08-24 Lukas JiristeAdded ft_strndup, because it is usefull for ft_printf.
2023-08-16 Lukas JiristeAdded bonus functions and changed libft.h and Makefile...
2023-08-16 Lukas JiristeFunction ft_strtrim now allocates exactly the memory...
2023-08-16 Lukas JiristeRepaired functions to pass the Tripouille libftTester...
2023-08-15 Lukas JiristeImplemented functions of Part 2 and repaired older...
2023-08-15 Lukas JiristeImplemented every function from Part 1.
2023-08-14 Lukas JiristeAdded a couple of wanted functions.