aboutsummaryrefslogtreecommitdiff
path: root/read_config_file.c
AgeCommit message (Expand)Author
2013-11-11In read_config_file.c, clone type info when unsharing itPetr Machata
2013-11-11When a typedef X_t is requested, don't match lens named X insteadPetr Machata
2013-11-06Plug a leakPetr Machata
2013-10-23System calls are now part of dedicated symbol libraryPetr Machata
2013-10-23Allow comments starting with '#' in ltrace prototype librariesPetr Machata
2013-09-26Fix memory leak for zero(EXPR)Peter Wu
2013-03-22Fix a problem in lookup of typedef X_* when X is an intrinsic typePetr Machata
2013-03-08Fix memory errorsPetr Machata
2013-03-08Start using per-library config filesPetr 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-08read_config_file: Use passed-in protolib instead of the global onePetr Machata
2013-03-08read_config_file.c: Simplify get_hidden_intPetr Machata
2013-03-08Plug leaks in read_config_filePetr Machata
2013-03-08In read_config_file.c, pass around plib ref where prototypes should be putPetr Machata
2013-03-08read_config_file uses protolib to keep typedefsPetr 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-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
2012-12-10isalnum, isalpha, isdigit argument needs to be int -1..255Petr Machata
2012-12-10Avoid using non-portable error.h in generic codePetr Machata
2012-11-29Plug leaks in error paths of read_config_filePetr Machata
2012-11-20Introduce "oct" as newly-default alias of "octal"Petr Machata
2012-11-20Add lens "bitvec" for displaying objects as bit vectorsPetr Machata
2012-11-19Allow typedefs of lensesPetr Machata
2012-11-19Allow forward declarations of structsPetr Machata
2012-11-18Guard against redefinition of typedefPetr Machata
2012-11-18Separate parsing typedef name from typedef lookupPetr Machata
2012-11-18Parse correctly typedefs with common prefixPetr Machata
2012-10-30Fix ownership tracking of zero() node in config file parser and printf.cPetr Machata
2012-10-29Release printf pack when it's been copied to function parameter listPetr Machata
2012-10-29Release identifier name when we are done parsing itPetr Machata
2012-10-27Tolerate idiosyncrasies of pre-0.7 ltrace.confPetr Machata
2012-10-26Change backward-compatible support for void as function argumentPetr Machata
2012-10-14Fix expanding "format" pack when "+" was seenPetr Machata
2012-10-14Fix handling of arg0 in parameter listPetr Machata
2012-08-29Rename value_set_long to value_set_wordPetr Machata
2012-08-29Empty line in a config file may end (and often does) in an EOL characterPetr Machata
2012-08-29Add enum lens, drop ARGTYPE_ENUMPetr Machata
2012-08-29Add a "bool" lensPetr Machata
2012-08-29Drop ARGTYPE_STRING, reimplement as lens over array of charsPetr Machata
2012-08-29Extract the common keyword-parsing logic into a functionPetr Machata
2012-08-29Drop ARGTYPE_UNKNOWN, use guess_lens insteadPetr Machata
2012-08-29Replace ARGTYPE_OCTAL with lens, add also hex lensPetr Machata