summaryrefslogtreecommitdiffstats
path: root/src/lex.c
AgeCommit message (Collapse)Author
2021-03-25Removed tabs. Corrected email address in filesAndrés
2019-09-08Add v commandsBen Lu
2017-07-28Doxygen comments.Charles Edward Pax
2017-04-24fix file permissionsmongo
2017-04-21cpaste command to paste from clipboard to Sc-imandmarti1424
2017-04-09cleaned commentsandmarti1424
2017-04-05cleaned color.candmarti1424
2017-04-03cleaning code. removing unneeded/comments lines. starting to isolate UI codemongo
2017-03-16Search for for lua trigger and c trigger included. Now the lua scripts are ↵roman65536
search in ~/.scim/lua/ or /usr/local/share/scim/lua C triggers have to be placed in ~/.scim/module/ or /usr/local/share/scim/module
2017-02-09Avoid 'while loop has empty body warning'mongo
2017-02-09Simplify Makefile, removing some old optionsIku
The variable + CFLAGS pattern FOO = x CFLAGS := $(CFLAGS) -DFOO=$(FOO) is replaced by updating CFLAGS directly: CFLAGS += -DFOO=x This keeps the Makefile a bit shorter and more manageable. Some other options have been removed because they aren't needed any more, like regex configurations for very old systems and IEEE_MATH. CC is no longer set by the Makefile. It has a default value set by make or the system and can be adjusted in the Makefile or by passing an argument to make: `make CC=clang`
2017-02-09Replace obsolete finite() calls with isfinite()Iku
Addressing https://github.com/andmarti1424/sc-im/issues/120 As mentioned in Linux's finite(2): Note that these functions are obsolete. This commit requires _GNU_SOURCE, or another feature level supporting isfinite() to be defined.
2016-11-09Added set to gram.ymongo
2016-04-25Changed default branch name to devmongo
2016-04-15Renamed src.scim2 to srcmongo