Commit Graph

15 Commits

Author SHA1 Message Date
lurchi 29103a611a fix off-by-one error in nick parsing 2016-09-10 10:50:35 +02: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) 80eb590987 uniform path; more methods 2012-01-25 18:05:44 +01:00
tg(x) 0fefc0be74 psyc_entity_type(), _action methods 2011-12-03 14:34:29 +01:00
tg(x) 078ec2a374 PSYC_STRING, func params 2011-12-01 14:12:41 +01:00
tg(x) 1cc58abd0e indent 2011-11-11 22:18:24 +01:00
tg(x) e2130b3eee added support for state sync/reset packets 2011-11-09 19:02:21 +01:00
tg(x) 9d8ceefe0b added entity & slash to uniform struct 2011-11-01 12:22:30 +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) 47984a765b uniform - added 'valid' member; macro fix 2011-10-23 00:13:42 +02:00
tg(x) 825a383772 uniform struct 2011-10-14 01:16:09 +02:00
tg(x) 01358610fd uniform parser 2011-10-14 00:29:32 +02:00