aboutsummaryrefslogtreecommitdiff
path: root/read_config_file.c
AgeCommit message (Expand)Author
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
2012-08-29Add lensesPetr Machata
2012-08-29Introduce printf module, drop ARGTYPE_FORMATPetr Machata
2012-08-29Drop ARGTYPE_COUNTPetr Machata
2012-08-29Track arg_type_info ownership properlyPetr Machata
2012-08-29Fix parsing of pointersPetr Machata
2012-08-29Drop list_of_pt, arg_type_prototypes, lookup_prototype in read_config_file.cPetr Machata
2012-08-29Extract array parsing into a separate functionPetr Machata
2012-08-29Move ARGTYPE_ENUM entries to arg_type_info.u.entries, use type.c in parserPetr Machata
2012-08-29Drop ARGTYPE_STRING, all strings now have length (sometimes "zero")Petr Machata
2012-08-29Drop ARGTYPE_ADDR, ARGTYPE_FILE, introduce same as implicit typedefsPetr Machata
2012-08-29New interface init_global_configPetr Machata
2012-08-29Add module param.c/param.hPetr Machata
2012-08-29Add module zero.c/zero.hPetr Machata
2012-08-29Add parse_charPetr Machata
2012-08-29Change read_int interface to allow error propagationPetr Machata
2012-08-29Add dedicated error reporting functionsPetr Machata
2012-08-29Add expr.c, expr.h, plug in properlyPetr Machata
2012-08-29Add type.c/.h, value.c/.h, value_dict.c/.hPetr Machata
2009-07-25Finally got rid of GNU's Autoconf stuffJuan Cespedes
2009-07-03Some minor fixesJuan Cespedes
2009-06-25Re-organize file namesJuan Cespedes
2009-05-28Created library "libltrace.a" and a simple program that calls itJuan Cespedes
2009-05-07struct function -> FunctionJuan Cespedes
2009-02-11Minor fixes from blackngel <blackngel1@gmail.com>Juan Cespedes
2008-12-16Re-indent entry points to functionsJuan Cespedes
2007-09-04Take arg_num out of arg_type_infoJuan Cespedes
2007-08-31Some random fixesJuan Cespedes
2006-09-25Large IA64 fix...Steve Fink
2006-08-07Add pointers to structsSteve Fink
2006-08-07array argumentsSteve Fink
2006-08-07add ability to typedefSteve Fink
2006-08-07short, ushort and float typesSteve Fink
2006-08-07implement enumerated parametersSteve Fink
2006-08-07pass values instead of argument numbers to fetchSteve Fink
2006-08-07implement ignored argumentsSteve Fink
2006-08-07implement string[argN] and string[N] parameter descriptorsSteve Fink
2006-08-07prepare types for further changesSteve Fink
2006-02-20run Lindent over source to get everything looking about the sameIan Wienand
2006-02-20Switched to SVN (initial import)Ian Wienand
2006-02-16Some fixes...Ian Wienand