Commit Graph

26 Commits

Author SHA1 Message Date
lurchi 9d7ad2a67f Switch static inline to inline
The linker does not create symbols for static functions so Rust FFI
can't find them. All static inline function have been changed to 'inline'
functions with an 'extern inline' declaration in the corresponding .c
files. Other than Rust FFI seeing the functions this has other
advantages. See [1] for a nice explanation.

[1]
https://gustedt.wordpress.com/2010/11/29/myth-and-reality-about-inline-in-c99/
2016-08-21 09:58:36 +02:00
tg(x) 3cc1c8127a license header 2013-07-16 16:53:51 +02:00
tg(x) 71866659f9 dict syntax; index & update mod parser; psyc-mode for emacs 2012-02-06 15:05:08 +01:00
tg(x) 30351302bc packet id 2011-12-28 23:45:16 +01:00
tg(x) d0b3b85924 table rendering 2011-11-26 15:03:10 +01:00
tg(x) 2e242d4f47 added @ op & _table type; number, index & keyword parsing 2011-11-21 16:00:46 +01:00
tg(x) 1cc58abd0e indent 2011-11-11 22:18:24 +01:00
tg(x) 49dedd5864 added state op return codes for psyc_parse, added stateop to PsycPacket 2011-11-09 21:22:58 +01:00
tg(x) e2130b3eee added support for state sync/reset packets 2011-11-09 19:02:21 +01:00
tg(x) dea012a8cb refactoring - init functions 2011-11-03 14:27:01 +01:00
tg(x) 344cdb7996 refactoring - more renames 2011-11-01 12:06:58 +01:00
tg(x) f25e768482 refactoring - renamed types 2011-10-31 20:26:47 +01:00
tg(x) 260bba0c46 refactoring - renamed functions 2011-10-31 20:04:16 +01:00
Marenz ab8f70150e moved debug.h lib.h to src 2011-05-08 23:40:26 +02:00
tg(x) f9b6b9a41d + 2011-05-06 00:18:25 +02:00
tg(x) fd5d886053 parser: fixes routing-only mode, set valueParsed & valueLength for data as well; render: added support for rendering raw content 2011-05-06 00:13:37 +02:00
tg(x) c4340bae9f tests & fix for 0 length modifier value 2011-05-04 17:59:51 +02:00
tg(x) e7a4df6180 fix for 0 length content/modifiers 2011-05-04 17:46:20 +02:00
tg(x) 259b51966c fixes for inline functions, c99 mode, formatting 2011-05-04 01:00:35 +02:00
tg(x) b898965e47 fixed content length issues in parser & renderer 2011-04-30 18:34:43 +02:00
tg(x) 35e33b7a2d render: no \n after routing headers if content is empty 2011-04-29 03:15:36 +02:00
tg(x) ec69b5ee3f render: restructuring into more functions, added some docs 2011-04-26 22:44:48 +02:00
tg(x) a252040c62 list rendering 2011-04-26 17:23:06 +02:00
psyc://psyced.org/~lynX e48a6ab1eb new style: psyc_functions, psycTypes, PSYC_MACROS 2011-04-25 23:40:38 +02:00
tg(x) d71313dd14 + 2011-04-25 22:47:24 +02:00
psyc://psyced.org/~lynX b3cea3e614 renamed: psyc.c -> packet.c 2011-04-25 22:38:42 +02:00
Renamed from src/psyc.c (Browse further)