TD_C.git
2017-03-03  Jerome BenoitTP 8 exo1: Fix a memory allocation comment.
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_8 exo3: Fix the linked list freeing function to...
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...
2017-02-28  Jérôme BenoitTP_8 exo2: be more explicative about a false malloc...
2017-02-28  Jérôme BenoitTP_8 exo3: Properly free the memory on all elements...
2017-02-28  Jérôme BenoitEnable more warnings on more TP examples.
2017-02-28  Jérôme BenoitFix a mismatching type comparison.
2017-02-28  Jérôme BenoitEnable more warning at compilation time.
2017-02-27  Jérôme BenoitAdding TP 8 exo3
2017-02-27  Jérôme BenoitAdd TP8 exo2
2017-02-27  Jérôme BenoitTP 8 exo1: be more explicit about the malloc size.
2017-02-27  Jérôme BenoitAdd clean target to TP 7 correction Makefile.
2017-02-27  Jérôme BenoitAdd TP 7 correction.
2017-02-27  Jérôme BenoitTP_8 exo1
2017-02-27  Jérôme BenoitRename one TP number.
2017-02-27  Jérôme BenoitREADME: fix some typos
2017-02-27  Jérôme BenoitReorganize the repository structure to deal with more...
2017-02-26  Jerome BenoitREADME: fix some typos.
2017-02-26  Jerome Benoitexo1.c: enforce an stdout buffer write after a printf...
2017-02-26  Jerome Benoitexo1.c: Use VLA array correctly to store integer values...
2017-02-26  Jerome Benoitexo3.c: Properly initalize a for loop count integer...
2017-02-25  Jerome Benoit.gitignore: make cygwin users happy.
2017-02-18  Jérôme Benoitexo3.c: implement ROTX where X the number of latin
2017-02-15  Jérôme BenoitFixlets to the README in the exercice skeleton usage
2017-02-15  Jérôme Benoitexo3: implement the primaries features requested
2017-02-15  Jérôme Benoitexo2.c: spell fixes
2017-02-15  Jérôme Benoitexo2.c: Finish the implementation of the desired features:
2017-02-15  Jérôme Benoitexo1.c: fix a typo
2017-02-14  Jérôme BenoitAdd exo2 preliminary structure
2017-02-14  Jérôme Benoit.gitignore: do not try to be smart for now
2017-02-14  Jérôme Benoit.gitignore: ignore the binary built INSIDE the exo...
2017-02-14  Jérôme BenoitsortFirst(): only change the return value once, not...
2017-02-14  Jérôme Benoit.gitignore: ignore the default binary's name Makefile...
2017-02-14  Jérôme BenoitImplement exo1.c completly:
2017-02-12  Jérôme Benoitexo1: swap, no need to declare tmp variable if values...
2017-02-11  Jérôme BenoitInitial commit of Polytech'Marseille tutorial C exercices