Libft.git
2024-11-28 Lukas JiristeMove g_empty_token and g_eof_token definition
2024-11-28 Lukas JiristeMerge parsing_table_constructor into no_crash
2024-11-28 Lukas JiristeAlign slashes in Makefile parsing_table_constructor
2024-11-28 Lukas JiristeMake this branch fully Norm compliant
2024-11-28 Lukas JiristeAdd -fPIE flag to Makefile
2024-11-28 Lukáš JiřištěRefactor ft_parsing_table_generate.c
2024-11-26 Lukáš JiřištěSplit functions too large to comply with the Norm
2024-11-26 Lukáš JiřištěBreak long lines, fix indentation and g_var naming
2024-08-02 Lukas JiristeImprove Makefile debug functionality
2024-08-02 Lukas JiristeExtend the input possibilities for parsing table
2024-08-02 Lukas JiristeHarden ft_split, provide ft_free_split
2024-08-01 Lukas JiristeFix invalid read in ft_split
2024-07-21 Lukas JiristeAdd ft_swap_int
2024-07-21 Lukas JiristeMerge some t_vec functions into no_crash
2024-07-21 Lukas JiristeAdd a function to save a table as a file
2024-07-21 Lukas JiristeFix infinite recursion
2024-07-21 Lukas JiristeRepair some oddities in finding the first tokens
2024-07-21 Lukas JiristeMake ft_parse ablle to follow rule to empty token
2024-07-21 Lukas JiristeRemove collapse_closure function and attributes
2024-07-21 Lukas JiristeFix handling if the zeroth rule
2024-07-21 Lukas JiristeAdd empty token recognition in translation to table
2024-07-21 Lukas JiristeFix initialization of table rows
2024-07-21 Lukas JiristeFix wrong pointer depth and gotos offset
2024-07-21 Lukas JiristeAdd the translation from state graph to table
2024-07-21 Lukas JiristeFree item copy in fill_closure
2024-07-21 Lukas JiristeFix segmentation fault in fill_closure
2024-07-21 Lukas JiristeMake the generator count the terminal symbols
2024-07-21 Lukas JiristeFix double free
2024-07-21 Lukas JiristeFix function freeing the parsing generator states
2024-07-21 Lukas JiristeFix index reset before new loop
2024-07-21 Lukas JiristeChange the way tokens are compared for zeroth rule
2024-07-21 Lukas JiristeFix accessing generator states
2024-07-21 Lukas JiristeFix wrong element insertion
2024-07-21 Lukas JiristeFix infinite loop
2024-07-21 Lukas JiristeFix some aspects of fill_closure function
2024-07-21 Lukas JiristeFix wrong malloc and infinite loop in ft_vec
2024-07-21 Lukas JiristeChange the code to accommodate the zeroth rule
2024-07-21 Lukas JiristeImplement is_at_mark
2024-07-21 Lukas JiristeImplement token_categorize
2024-07-21 Lukas JiristeAdd first kernel construction and its support
2024-07-21 Lukas JiristeImplement another part of the generator
2024-07-21 Lukáš JiřištěImplement a big part of the parsing table generator
2024-07-21 Lukas JiristeAdd the ft_vec_setinsert
2024-07-21 Lukas JiristeHarden the ft_strchr and ft_strrchr functions
2024-07-21 Lukas JiristeAdapt the transplanted ft_split to libft
2024-07-21 Lukas JiristeTransplant a better split function to Libft
2024-07-21 Lukas JiristeRemove structure comments that offend the Norm
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
next