1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 18:18:10 +00:00
transmission/utils
Mike Gelfand eb8fc35ac6 Remove useless checks and definitions (C99)
Now that MSVC support for C99 is quite good, remove previously needed but
now unused checks and definitions, like PRI* format macros (including
PRIdMAX and TR_PRIuSIZE, replaced with %jd and %zu) and inline macro.
Also, remove ssize_t typedef and replace few occurences with ev_ssize_t.
Also, remove check for stdbool.h availability (guaranteed by C99) and
include it unconditionally (except when in C++ mode).
2015-12-29 19:37:31 +00:00
..
CMakeLists.txt Add version info to executables (on Windows). Group projects into folders (CMake). 2015-04-14 22:46:40 +00:00
create.c fix const warnings 2015-12-06 22:39:14 +00:00
edit.c Remove useless checks and definitions (C99) 2015-12-29 19:37:31 +00:00
Makefile.am #6017: Remove -lm from utils compile flags (but leave in linker flags) 2015-11-06 15:09:50 +00:00
show.c fix const warnings 2015-12-06 22:39:14 +00:00
transmission-create.1
transmission-edit.1
transmission-show.1
units.h tweak naming in the #include guard 2014-06-10 00:51:53 +00:00