Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redesign the library and related components. | Přemysl Janouch | 2010-10-26 | 1 | -20/+4 |
| | | | | | | | | | This step is needed, since the current design is quite chaotic and it would not be possible to finish the application. There's still a lot to be done. After this step, it's time to implement the rest of LdLua. | ||||
* | Convert LdSymbol into an abstract class. | Přemysl Janouch | 2010-10-17 | 1 | -29/+18 |
| | | | | Created LdLuaSymbol, which subclasses LdSymbol. | ||||
* | Renamed LdSymbolLibrary to LdLibrary. | Přemysl Janouch | 2010-10-17 | 1 | -4/+4 |
| | |||||
* | WIP: Refactoring of the library and symbols | Přemysl Janouch | 2010-10-17 | 1 | -9/+3 |
| | |||||
* | Split ld-symbol-library.c. | Přemysl Janouch | 2010-09-20 | 1 | -0/+123 |
Originally, there were three object classes defined in this file. It would later become rather chaotic if left that way. |