0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 15 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update TODO. More... almost 14 years ago
Update .gitignore. More... almost 14 years ago
A couple of oversights... More... almost 14 years ago
Use some helper methods. More... almost 14 years ago
Use more specialized types (again). More... almost 14 years ago
Use more specialized types. More... almost 14 years ago
Ending tags are instances of IronRuby.Hpricot.IHpricotDataContainer. More... almost 14 years ago
ElementData.Raw is a MutableString. More... almost 14 years ago
Change the way MutableString instances are created from the buffer. More... almost 14 years ago
Minor code styling changes. More... almost 14 years ago
Use a more specialized type for collections of of children. More... almost 14 years ago
The parent of an Hpricot element is always an IHpricotDataContainer. More... almost 14 years ago
Move the regular expression used to parse process instructions to IronRuby.Hpricot.Utilities. More... almost 14 years ago
Remove code duplication. More... almost 14 years ago
Start to move some method to an external IronRuby.Hpricot.Utilities class. More... almost 14 years ago
Remove a workaround for an old IronRuby bug that has been fixed long ago. More... almost 14 years ago
Update TODO. More... almost 14 years ago
Remove a bunch of useless #region blocks. More... almost 14 years ago
Big code layout reorganization with a bit of refactoring. More... almost 14 years ago
Reorganize code related to the IronRuby.FastXs namespace. More... almost 14 years ago
Move FastXs.cs in the FastXs subdirectory. More... almost 14 years ago
Enabling strict mode force Hpricot to fix up tags. More... almost 14 years ago
Store the buffer size value in a class variable of the Hpricot module (@@buffer_size). More... almost 14 years ago
Do not store Hpricot symbols in static fields. More... almost 14 years ago
Update README. More... almost 14 years ago
Minor clean-ups. More... almost 14 years ago
Passing around instances of IronRuby.Runtime.RespondToStorage is not needed anymore with now that IronRuby.Runtime.RubyContext has the method RespondTo(). More... almost 14 years ago
Microsoft.Scripting.SymbolId and Microsoft.Scripting.SymbolTable do not exist anymore in newer versions of the DLR. More... almost 14 years ago
Change the constructor of every class that implements IHpricotDataContainer. More... almost 14 years ago
Change how Hpricot objects are instantiated. More... almost 14 years ago