aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-08New backend hook os_get_ltrace_conf_filename and Linux implementationPetr Machata
2013-03-08Don't attempt to count records if the dictionary hasn't been createdPetr Machata
2013-03-08Add ownership tracking to prototype modulePetr Machata
2013-03-08For LS_TOPLT_EXEC symbols, consult all available librariesPetr Machata
2013-03-08Add two iteration helpers, CBS_STOP_IF, CBS_CONT_IFPetr Machata
2013-03-08consider_config_dir should return protolib, not callback statusPetr Machata
2013-03-08Start using per-library config filesPetr Machata
2013-03-08Each struct library should have its own struct protolibPetr Machata
2013-03-08Add code for protolib cachePetr Machata
2013-03-08read_config_file.c: In "unknown type" error, show the piece that caused itPetr Machata
2013-03-08In opt_F_get_kind, allow symbolic linksPetr Machata
2013-03-08Implement os_get_config_dirs for gnu-linux backendPetr Machata
2013-03-08Convert opt_F_t to support directories as well as files, store in vectorPetr Machata
2013-03-08New backend call os_get_config_dirsPetr Machata
2013-03-08read_config_file: Use passed-in protolib instead of the global onePetr Machata
2013-03-08The define -DSYSCONFDIR should be visible across the whole buildPetr Machata
2013-03-08configure.ac: Pass project URL to AC_INITPetr Machata
2013-03-08read_config_file.c: Simplify get_hidden_intPetr Machata
2013-03-08Plug leaks in read_config_filePetr Machata
2013-03-08Port prototype module to new dictionaryPetr Machata
2013-03-08In read_config_file.c, pass around plib ref where prototypes should be putPetr Machata
2013-03-08Add test for "addr" typePetr Machata
2013-03-08read_config_file uses protolib to keep typedefsPetr Machata
2013-03-08Implement more of prototype.{c,h}Petr Machata
2013-03-08Don't needlessly allocate "addr" and "file" types in init_global_configPetr Machata
2013-03-08In read_config_file, pass around locus instead of using globalsPetr Machata
2013-03-08Move some code aroundPetr Machata
2013-03-08Introduce a module for managing prototypes and prototype librariesPetr Machata
2013-03-08Use getline instead of static buffer in read_config_filePetr Machata
2013-03-08Coding style in output.cPetr Machata
2013-03-08Drop obsolete timezone arguments in calls to gettimeofdayPetr Machata
2013-03-08Clarify a parameter name in proc_each_library declarationPetr Machata
2013-03-08Move opt_c_struct and dict_opt_c from common.h to options.hPetr Machata
2013-03-08Move demangling-related code from common.h to demangle.hPetr Machata
2013-03-08Add destroy_global_config. Call it on shutdownPetr Machata
2013-03-08read_config_file.c: Plug a leak in allocation of typedef identifier namePetr Machata
2013-03-08read_config_file.c: new_typedef could failPetr Machata
2013-03-08Rename struct Function to struct prototype. Don't typedef itPetr Machata
2013-03-08Change DICT_FIND to DICT_FIND_{REF,VAL}Petr Machata
2013-03-08Clarify a comment in dict.cPetr Machata
2013-03-08dict.c: Privatize a couple functions, add a couple assertsPetr Machata
2013-03-08Fix namespace pollution in vect.h, dict.hPetr Machata
2013-03-08options.h needs to include sys/time.h for struct timeval tvPetr Machata
2013-03-08Fix moving tail ahead in vect_erasePetr Machata
2013-03-08Add vect_erase, VECT_ERASE. VECT_POPBACK needs a dtorPetr Machata
2013-03-08Add dict_{dtor,clone}_stringPetr Machata
2013-03-08Fixes for dict codePetr Machata
2013-03-08Rewrite dict module to be more in line with vectPetr Machata
2013-03-05Add AC_SYS_LARGEFILE to configure.acPetr Machata
2013-03-05Remove hacks for SPARC codePetr Machata