aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-10-23Drop ChangeLogPetr Machata
2012-10-19Add NEWS filePetr Machata
2012-10-14Rewrite four test cases to use the new vocabularyPetr Machata
2012-10-14New support for writing test casesPetr Machata
2012-10-14ltrace.exp: Drop unused proc ltrace_saveoutputPetr Machata
2012-10-14ltrace.exp: Extract logic for compiling object files into a separate procPetr Machata
2012-10-14Support running test suite in valgrindPetr Machata
2012-10-14Invoke get_compiler_info before ltrace_compile_shlib in libdl-simple.expPetr Machata
2012-10-14Clean up test environment before compiling or running testsPetr Machata
2012-10-14Fix handling of arg0 in parameter listPetr Machata
2012-10-01Add tests covering -l behaviorPetr Machata
2012-10-01When a new library is mapped, activate latent PLT entries in other librariesPetr Machata
2012-10-01Merge new symbols properly with the symbols already in the libraryPetr Machata
2012-10-01If -l is requested, keep latent PLT entriesPetr Machata
2012-10-01When loading a library, load also a list of exported names, if requestedPetr Machata
2012-10-01Add a list of exported names to librariesPetr Machata
2012-10-01Add parsing of -l optionPetr Machata
2012-10-01Add a callback that can be used for looking up symbols by namePetr Machata
2012-10-01Support latent and delayed symbolsPetr Machata
2012-10-01Mark default_elf_add_plt_entry staticPetr Machata
2012-10-01Extract code for parsing library pattern and turning it into regexPetr Machata
2012-09-25Use forward.h instead of declaring structuresPetr Machata
2012-09-25Add vect_each, VECT_EACH for iteration over vectorsPetr Machata
2012-09-25Extract enum callback_status to a separate modulePetr Machata
2012-09-25Drop FORK_EXEC_SYSCALLS that is not used anymore these daysPetr Machata
2012-09-22Fix passing struct(float,struct(float,float)) on x86_64Petr Machata
2012-09-22arch_check_dbg is not used anymorePetr Machata
2012-09-22Fix passing of vararg parameters on ItaniumPetr Machata
2012-09-22Add ia64-specific testsPetr Machata
2012-09-22Add fetch back end for ia64Petr Machata
2012-09-22Add function type_aggregate_sizePetr Machata
2012-09-22Introduce parameter pack flavors and parameter pack backend callbacksPetr Machata
2012-09-03Remove remnants of PLT_REINITIALISATION_BPPetr Machata
2012-09-03Drop the line mentioning --no-plt from --helpPetr Machata
2012-09-01Update syscallent.h on MIPS from latest kernelPetr Machata
2012-08-31Fix includesPetr Machata
2012-08-31Use assert instead of printing an error that should never happenPetr Machata
2012-08-31Fix formatting stringPetr Machata
2012-08-31Add forgotten header files to Makefile.amPetr Machata
2012-08-29Add enum lens, drop ARGTYPE_ENUMPetr Machata
2012-08-29Declare endianess in arch.h of each architecturePetr Machata
2012-08-29Add a "bool" lensPetr Machata
2012-08-29New x86_64 back endPetr 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-29Add backend.h for backend interfacesPetr Machata
2012-08-29Move event-que declarations to sysdeps, new backend interface process_removedPetr Machata