aboutsummaryrefslogtreecommitdiff
path: root/src/ld-symbol-library.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed LdSymbolLibrary to LdLibrary.Přemysl Janouch2010-10-171-199/+0
|
* WIP: Refactoring of the library and symbolsPřemysl Janouch2010-10-171-7/+15
|
* Split ld-symbol-library.c.Přemysl Janouch2010-09-201-182/+0
| | | | | Originally, there were three object classes defined in this file. It would later become rather chaotic if left that way.
* Changed the object prefix from "logdiag" to "ld".Přemysl Janouch2010-09-191-74/+74
| | | | It was just too long to type and read. My mistake.
* Renamed source files.Přemysl Janouch2010-09-191-0/+373
Also a little change in CMakeLists.txt. The next commit is going to change the object prefix.