Cleanups.
[TD_C.git] / TP_9 /
2017-03-20  Jérôme BenoitMerge branch 'master' of https://github.com/jerome...
2017-03-18  Jerome BenoitBuildsystem: be more friendly with cygwin environment
2017-03-08  Jérôme BenoitFix a typo in the GCC Makefile flags
2017-03-05  Jerome BenoitTP9 exo2: Code cleanup (indentation and unused header...
2017-03-05  Jerome BenoitTP 9 exo2: Implement a merge sort function for the...
2017-03-04  Jerome BenoitTP 9 exo2: fix a typo in a comment.
2017-03-03  Jerome BenoitTP 9 exo2: correct some types mismatching.
2017-03-03  Jerome BenoitTP 9 exo2: Add list_concat() linked list helper function.
2017-03-03  Jerome BenoitTP 9 exo2: Add link_sort linked list helper function
2017-03-03  Jerome BenoitTP 9 exo2: Better handling of special cases in list_del...
2017-03-03  Jerome BenoitTP 9 exo2: Fix the link_delete function return value...
2017-03-01  Jérôme BenoitTP 9 exo2: Fix linked list insert helper function.
2017-03-01  Jérôme BenoitTP 9 exo2: handle out of bound list operations properly.
2017-03-01  Jérôme BenoitTP 9 exo2: Add list_insert and list_delete linked list...
2017-03-01  Jérôme BenoitTP_9 exo2: update Makefile
2017-03-01  Jérôme BenoitUpdate the exercice skeleton Makefile to the one given...
2017-03-01  Jérôme BenoitTP 9 exo2: Simplify the return value handling in the...
2017-02-28  Jérôme BenoitTP_9 exo2: preliminary work on linked list helpers.
2017-02-28  Jérôme BenoitTP_9 exo1: Fix the linked list freeing function to...
2017-02-28  Jérôme BenoitTP_9 exo1: split the linked list implementation into...