Libft.git
2024-06-28 Lukas JiristeAdd function for equating two t_vecs
2024-06-28 Lukas JiristeAdd some set functions defined on t_vec
2024-06-28 Lukas JiristeAdd a function to deep copy a t_vec
2024-06-27 Lukas JiristePrint also the contents of tokens
2024-06-21 Lukas JiristeChange function names to prevent naming colision
2024-06-21 Lukas JiristeAdd tags to .gitignore
2024-06-21 Lukas JiristeImprove the documentation of limitations
2024-06-21 Lukas JiristeRefactor ft_parse.c to comply with the Norm
2024-06-21 Lukas JiristeFix indentation
2024-06-21 Lukas JiristeRefactor functions to comply with the Norm
2024-06-21 Lukas JiristeRefactor to better comply with the Norm
2024-06-21 Lukas JiristeMake ft_parse_tree_print comply with the Norm
2024-06-21 Lukas JiristeImprove formatting of ft_parsing_table_printf
2024-06-21 Lukas JiristeMake ft_parse inputs const, move token_free
2024-06-21 Lukas JiristeAdd const version of ft_vec_access
2024-06-21 Lukas JiristeFix memory leak
2024-06-21 Lukas JiristeMake ft_parse_tree_print handle NULLs gracefully
2024-06-21 Lukas JiristeFix bug, where NULLs appear inside tree
2024-06-21 Lukas JiristeImplement printing function for parsing tree
2024-06-21 Lukas JiristeFix forward declaration to be usable by user
2024-06-21 Lukas JiristeFix the code to actually produce a tree
2024-06-20 Lukas JiristeImplement the ft_parse function
2024-06-20 Lukas JiristeAdd a stack structure
2024-06-20 Lukas JiristeFix indentation
2024-06-20 Lukas JiristeRefactor parsing table loading
2024-06-20 Lukas JiristeAlign the ft_parse style with that of f_arr
2024-06-20 Lukas JiristeAdd comment about the parsing table structure
2024-06-20 Lukas JiristeFix logic bug
2024-06-20 Lukas JiristeFix initialization and formatting of output
2024-06-16 Lukas JiristeRefactor to make functions comply with 42 Norm
2024-06-16 Lukas JiristeAdd printing for parsing table, fix formatting
2024-06-16 Lukas JiristeFix interpretting the end of row as 0
2024-06-15 Lukas JiristeFix some bugs
2024-06-15 Lukas JiristeFix a logic bug
2024-06-15 Lukas JiristeImplement parse_header, minor fixes
2024-06-15 Lukas JiristeImplement ft_remove_space function
2024-06-14 Lukas JiristeImplement most of parsing table loading
2024-06-14 Lukas JiristeAdd description of the format of parsing table
2024-05-30 Lukas JiristeAn draft of some parsing functions and structures
2024-05-20 Lukas JiristeMake ft_strlen return 0 when NULL is an argument
2024-05-06 Lukas JiristeFix ft_mat_insert_col by switching comparison sign
2024-05-06 Lukas JiristeFix ft_mat_fill by swapping rows and columns
2024-05-02 Lukas JiristeAdd ft_strcat_alloc
2024-04-25 Lukas JiristeFix for "0" input to be recognized as valid int
2024-04-10 Lukas JiristeMerge branch 'isint' into no_crash
2024-04-10 Lukas JiristeAdd ft_isint function
2024-04-05 Lukas JiristeAdd function for filling a matrix
2024-04-02 Lukas JiristeAdd function for filling matrix with zeros
2024-03-08 Lukas JiristeChange string writting functions to accept const
2024-03-05 Lukas JiristeAdd ft_dprintf for outputing to file descriptor
2024-02-29 Lukas JiristeFix incorect memmove
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.