fix bracket evaluation
[calc.git] / parser.c
2024-04-08  Laurent Mazetfix bracket evaluation master v1.3
2023-12-26  Laurent Mazetcorrect convertion from non decimal base
2023-03-07  Laurent Mazetmove all code relative to readline into separate file (2)
2023-02-28  Laurent Mazethist command (ugly)
2023-02-28  Laurent Mazetadd commands deg, grad and rad
2023-02-28  Laurent Mazetclean fprintf
2023-02-28  Laurent Mazetbetter control on base parameters
2023-02-27  Laurent Mazetnew command: base
2023-02-27  Laurent Mazetnew option: base
2023-02-25  Laurent Mazetnew function: format
2023-02-20  Laurent MazetMerge branch 'refactoring'
2023-02-20  Laurent MazetMerge remote-tracking branch 'refs/remotes/origin/refac...
2023-02-17  Laurent Mazetseems ok
2023-02-12  Laurent Mazetuse tab_t for argument
2023-02-08  Laurent Mazetsplit code into multiple files
2023-02-07  Laurent Mazetmem without argument returns size
2023-02-06  Laurent Mazetcorrect terminated function management
2023-02-05  Laurent Mazetstack functions
2023-02-05  Laurent Mazetadd arg feature
2023-02-04  Laurent Mazetcorrect switching context
2023-02-04  Laurent Mazetstack management
2023-02-03  Laurent Mazethelp correction
2023-02-03  Laurent Mazeterror functions
2023-02-03  Laurent Mazetrewrite help message
2023-02-02  Laurent Mazetadd log10 function
2023-02-02  Laurent Mazetbetter help message
2023-02-02  Mazet Laurentcorrect a memory leak
2023-02-02  Mazet Laurentcorrect a memory leak
2023-02-01  Mazet Laurentcorrect a memory leak
2023-02-01  Mazet Laurentcorrect a memory leak
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 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  Laurent Mazetclear feature
2023-01-28  Laurent Mazetclean display format
2023-01-28  Laurent Mazetmemory feature
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-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 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-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 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-19  Laurent Mazetremove fdprintf
2023-01-15  Laurent MazetMerge branch 'master' of https://secure.softndesign...
2023-01-04  Mazet Laurentfix percent printing
2023-01-02  Laurent MazetMerge branch 'master' of https://secure.softndesign...
2023-01-01  Mazet Laurentfix precision
2022-12-30  Laurent Mazetfree memories
2022-12-30  Laurent Mazetnew functions: quit and help
2022-12-30  Laurent Mazetcorrect manage cascade minus and divide
2022-12-29  Laurent Mazetremove duplicated code
2022-12-29  Laurent Mazetnew operator modulo and fix operator priority for simpl...
2022-12-29  Laurent Mazetevaluation function
2022-12-29  Laurent Mazetefficient priority solution
2022-12-29  Laurent Mazetpartial priority solution
2022-12-27  Laurent Mazetall number supported
2022-12-27  Laurent Mazetbracket supported
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