aboutsummaryrefslogtreecommitdiff
path: root/prototype.c
AgeCommit message (Expand)Author
2013-11-06Replace a chain of stpcpy's with a sprintfPetr Machata
2013-11-06Fix use-after-freePetr Machata
2013-10-23Look up protolibs whose name partially matches the loaded DSOPetr Machata
2013-10-23Extract the logic for creating void* type to type_get_voidptrPetr Machata
2013-10-23Replace os_get_ltrace_conf_filename with os_get_ltrace_conf_filenamesPetr Machata
2013-10-23System calls are now part of dedicated symbol libraryPetr Machata
2013-09-26Fix clang warning (-Wduplicate-decl-specifier)Peter Wu
2013-03-18Fix exit before parsing optionsPetr Machata
2013-03-08Consolidate two duplicate conditional strdup wrappers to strdup_ifPetr Machata
2013-03-08Protolib cache fails when attempt is made to cache NULLPetr Machata
2013-03-08Don't destroy global protolib cache when (pre-)initialization of the same failsPetr Machata
2013-03-08Fix memory errorsPetr Machata
2013-03-08Load $HOME/.ltrace.conf and @sysconfdir@/ltrace.conf if availablePetr Machata
2013-03-08Add ownership tracking to prototype modulePetr Machata
2013-03-08consider_config_dir should return protolib, not callback statusPetr Machata
2013-03-08Start using per-library config filesPetr Machata
2013-03-08Add code for protolib cachePetr Machata
2013-03-08Port prototype module to new dictionaryPetr Machata
2013-03-08Implement more of prototype.{c,h}Petr Machata
2013-03-08Introduce a module for managing prototypes and prototype librariesPetr Machata