summaryrefslogtreecommitdiffstats
path: root/src/interp.c
AgeCommit message (Collapse)Author
2021-04-01Revert "Improve undo / yank using malloc for batches"Andrés
This reverts commit 7633c8e177ff19a5ff0ccbfc1c28ac624ac38e06.
2021-04-01Improve undo / yank using malloc for batchesAndrés
2021-03-31Minimize copy_to_undostruct callsAndrés
2021-03-30Added UNDO and YANK macrosAndrés
2021-03-25Removed tabs. Corrected email address in filesAndrés
2021-03-23work on issue #287Andrés
2021-03-22More on issue #475Andrés
2021-03-22Work on issues #473 #201Andrés
2021-03-20stop performing atoi() repeatedly on config valuesNicolas Pitre
Now that we store both the string and the numeric value for every config entries, let's grab those values directly. This should save quite some processing cycles. Those changes were performed with the following command: sed -e 's/atoi(get_conf_value *(\([^)]*\)))/get_conf_int(\1)/g' -i *.c *.y
2021-03-13fix saving colorsAndrés
2021-03-13fixed wrong comment endingAndrés
2021-03-12work on RGB colors. added DEFINE_COLOR commandAndrés
2021-03-08work on issue #499Andrés
2021-03-06ansi Cmongo
2021-03-06added loading progress - issue #499Andrés
2021-03-06work on issue #451Andrés
2021-03-01revert commit 383ae36Andrés
2021-02-26work on issue #376Andrés
2021-02-26Merge pull request #472 from Epicalert/freezeAndrés M
Add factorial function
2021-02-26work on issue #466Andrés
2021-02-26fix @chr in depgraphAndrés
2021-02-25work on issue 497Andrés
2021-02-25work on issue #497Andrés
2020-12-02use double instead of int in factorial functionEpicalert
2020-11-26add new function @factEpicalert
2020-08-26Make saving DEFAULT_COLOR values work.Elias Riedel Gårding
2018-10-01work on issue 260andmarti1424
2017-12-10revert last commit for issue 217andmarti1424
2017-12-10fix @if for string formulasandmarti1424
2017-12-02work on issue 209andmarti1424
2017-12-01Work on issue 213mongo
2017-10-17work on issue # 201andmarti1424
2017-08-14work on issue # 196mongo
2017-07-29Doxygen comments: main.c and interp.cCharles Edward Pax
2017-07-29Fixed merge issue in dolmax and dolmin.Charles Edward Pax
2017-07-29Doxygen comments in interp.c.Charles Edward Pax
2017-07-29Doxygen comments.Charles Edward Pax
2017-07-28Work on issue # 193mongo
2017-04-24fix file permissionsmongo
2017-04-21cpaste command to paste from clipboard to Sc-imandmarti1424
2017-04-09cleaned commentsandmarti1424
2017-04-09added trigger to sletandmarti1424
2017-04-05more work on isolating uiandmarti1424
2017-04-05cleaned color.candmarti1424
2017-04-02control loading flag in let and sletandmarti1424
2017-03-28Clean some codeandmarti1424
2017-03-18fix issue #156mongo
2017-03-17Ordered includesandmarti1424
2017-03-17removed double evalandmarti1424
2017-03-15Warnings cleanup and compilation time switches.roman65536