calc.git
2023-02-01  Laurent Mazetremove unnecessary code v0.9
2023-01-31  Mazet Laurentcorrect a double freeze
2023-01-31  Laurent Mazetfull edit function
2023-01-31  Laurent Mazetpartial implementation of edit
2023-01-31  Laurent Mazetadd del feature
2023-01-31  Laurent Mazetcomplete test converage
2023-01-31  Laurent Mazetchange calloc to callocordie
2023-01-31  Laurent Mazetsome fixes on program functions
2023-01-30  Laurent Mazetbuggy commit
2023-01-29  Laurent Mazetvery partial program functions
2023-01-28  Mazet Laurentextend a test v0.8
2023-01-28  Laurent Mazetclear feature
2023-01-28  Laurent Mazetclean display format
2023-01-28  Laurent Mazetmemory feature
2023-01-27  Laurent Mazetcleaning
2023-01-27  Laurent Mazetcorrect a test
2023-01-27  Laurent Mazetclean help message
2023-01-27  Laurent Mazetadd hidden option
2023-01-27  Laurent Mazetenhance prompt and format management
2023-01-27  Laurent Mazetadd some coverage tests
2023-01-27  Laurent Mazetgold number sequence
2023-01-26  Laurent Mazetprint function
2023-01-26  Laurent Mazetfull completion feature
2023-01-26  Laurent Mazetparial completion feature
2023-01-26  Laurent Mazetchange whl to while
2023-01-26  Laurent Mazetadd tan, acos, asin, abs, ceil and floor functions
2023-01-26  Laurent Mazetadd Fibonacci sequence
2023-01-26  Laurent Mazetexit directly when memory allocation failed
2023-01-26  Laurent Mazetfix some error cases
2023-01-25  Mazet Laurentadd some coverage tests
2023-01-25  Laurent Mazetfull program feature
2023-01-25  Laurent Mazetpartial program feature
2023-01-24  Laurent Mazetremove limitation on max number of operands
2023-01-24  Laurent Mazetfull while feature
2023-01-24  Laurent Mazetpartial while feature
2023-01-24  Laurent Mazetcorrect some tests
2023-01-23  Laurent Mazetadd increase and decrease features
2023-01-23  Laurent Mazetcondition feature
2023-01-23  Laurent Mazet clean help message
2023-01-23  Laurent Mazetfix not operator
2023-01-23  Laurent Mazetraise error on missing end bracket
2023-01-22  Mazet Laurentfix error managment
2023-01-22  Laurent Mazetgenerate error on mixing terminal functions
2023-01-22  Laurent Mazetadd logical operators
2023-01-22  Laurent Mazetfix comparison operator priority
2023-01-22  Laurent Mazetadd comparison operators
2023-01-22  Laurent Mazetenhance store feature
2023-01-20  Laurent Mazetstorage feature
2023-01-20  Laurent Mazetcorrect some tests
2023-01-20  Laurent Mazetfix right operande of + and -
2023-01-20  Laurent Mazetadd answer feature
2023-01-20  Laurent Mazetadd constant feature
2023-01-20  Laurent Mazetminor fixes
2023-01-20  Laurent Mazetcorrect format
2023-01-19  Laurent Mazetfix history
2023-01-19  Laurent Mazetremove fdprintf
2023-01-19  Laurent Mazetreadline can be desactivated
2023-01-18  Laurent Mazetchange prompt
2023-01-18  Laurent Mazetuse readline
2023-01-15  Laurent MazetMerge branch 'master' of https://secure.softndesign...
2023-01-15  Laurent Mazetincrease test coverage
2023-01-04  Mazet Laurentfix percent printing
2023-01-02  Laurent Mazetadd precision
2023-01-02  Laurent MazetMerge branch 'master' of https://secure.softndesign...
2023-01-02  Laurent Mazetcorrect makefile
2023-01-01  Mazet Laurentfix precision
2022-12-30  Laurent Mazetfree memories
2022-12-30  Laurent Mazetnew rule: wipe
2022-12-30  Laurent Mazetnew functions: quit and help
2022-12-30  Laurent Mazetcorrect manage cascade minus and divide
2022-12-29  Laurent Mazetadd covering rule
2022-12-29  Laurent Mazetremove duplicated code
2022-12-29  Laurent Mazetnew operator modulo and fix operator priority for simpl...
2022-12-29  Laurent Mazetrename tests rule
2022-12-29  Laurent Mazetevaluation function
2022-12-29  Laurent Mazetefficient priority solution
2022-12-29  Laurent Mazetpartial priority solution
2022-12-28  Laurent Mazetclean printf for %f
2022-12-27  Laurent Mazetall number supported
2022-12-27  Laurent Mazetbracket supported
2022-12-27  Laurent Mazetcorrect issue when using %f with 0
2022-12-27  Laurent Mazetadd unit tests
2022-12-25  Laurent Mazetsecond preliminary version
2022-12-25  Laurent Mazetpreliminary version
2022-12-24  Laurent Mazetinitial parser
2022-12-24  Laurent Mazetadd %f to printf
2022-12-20  Laurent Mazetclean calc
2022-12-19  Laurent Mazetclean ascii
2022-12-19  Laurent Mazetascii is working
2022-12-19  Laurent Mazetnew program to display ascii table
2022-12-13  Laurent Mazetinitial commit