1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
Commit graph

31 commits

Author SHA1 Message Date
psyc://loupsycedyglgamf.onion/~lynX
8b2d725514 Merging rust bindings from lurchi, thxaloz! 1984-04-04 00:44:04 +00:00
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)
ece5c86cb4 c++ compat 2012-02-21 03:00:52 +01:00
tg(x)
545ee184a1 modifier, psyc-mode fix 2012-02-15 22:39:19 +01: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)
078ec2a374 PSYC_STRING, func params 2011-12-01 14:12:41 +01:00
tg(x)
75f4e0aee4 methods & templates 2011-11-30 13:51:50 +01:00
tg(x)
efd58428a9 psyc_method_family() 2011-11-28 14:00:41 +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)
aee9203df6 resync 2011-11-09 21:38:06 +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)
4b31a16ad6 added psyc operator defs 2011-11-09 19:01:05 +01:00
tg(x)
dea012a8cb refactoring - init functions 2011-11-03 14:27:01 +01:00
tg(x)
b92ac91b7e c2arg2 2011-11-01 22:24:35 +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
tg(x)
569f6724af doc: internal functions 2011-05-28 20:29:19 +02:00
tg(x)
d6f2408e3c doc: internal functions 2011-05-28 20:24:36 +02:00
tg(x)
f68021b26c + 2011-05-09 17:06:15 +02:00
tg(x)
29ad98a924 moar doc 2011-05-09 16:32:39 +02:00
tg(x)
f0b97701d0 doc 2011-05-09 14:37:57 +02:00
psyc://psyced.org/~lynX
ee44312e5c death the parser 2011-05-09 09:02:15 +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)
259b51966c fixes for inline functions, c99 mode, formatting 2011-05-04 01:00:35 +02:00
psyc://loupsycedyglgamf.onion/~lynX
4743498ad9 augmented documentation 1984-04-04 00:44:05 +00:00