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

14 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)
71866659f9 dict syntax; index & update mod parser; psyc-mode for emacs 2012-02-06 15:05:08 +01:00
tg(x)
eaeab8c226 psyc_is_var_routing() -> psyc_var_routing() 2012-01-31 19:34:11 +01:00
tg(x)
382fd3c779 better psyc_dict_lookup 2012-01-09 11:52:09 +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)
1cc58abd0e indent 2011-11-11 22:18:24 +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
psyc://loupsycedyglgamf.onion/~lynX
4743498ad9 augmented documentation 1984-04-04 00:44:05 +00:00