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
Makefile.am #6017: Remove `-lm` from utils compile flags (but leave in linker flags) 2015-11-06 15:09:50 +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
show.c fix const warnings 2015-12-06 22:39:14 +00:00
transmission-create.1 (utils) #4137 'support user-defined piece sizes in transmission-create' -- done. Initial patch by lav. 2013-01-17 18:55:51 +00:00
transmission-edit.1 (trunk) update credits 2011-01-03 05:58:58 +00:00
transmission-show.1 (trunk utils) #4979 "add manget link generator to transmission-show" -- done. 2012-07-23 15:28:27 +00:00
units.h tweak naming in the #include guard 2014-06-10 00:51:53 +00:00