0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Speeded up by dynamically generating encoding methods. More... over 14 years ago
Memoising the map lookup saves a noticeable chunk of time in hash lookups. More... over 14 years ago
Separated benchmarking and profiling of encoding and decoding to make optimisation easier. More... over 14 years ago
Added profiling information. More... over 14 years ago
Basic performance tests. More... over 14 years ago
Rdoc was empty! More... over 14 years ago
It's useful if the library knows its own version. More... over 14 years ago
Ruby 1.9 understands Unicode codepoints, so the old way of finding non-ASCII characters is redundant. More... over 14 years ago
Preparing for release. More... over 14 years ago
Source tidying. More... over 14 years ago
Refactored the mammoth encode method into smaller chunks. More... over 14 years ago
Lazily loading the mappings was not thread-safe. Let's just load them at require time, as the end user expects. More... over 14 years ago
String methods are now officially dropped. More... over 14 years ago
Removed trailing whitespace. More... over 14 years ago
Simpler regexp also works in jruby. More... over 14 years ago
Added encoding comment for Ruby 1.9 to all files. More... over 14 years ago
Removed errant execute bits. More... over 14 years ago
Applied Philip (flip) Kromer's patch to handle decoding and encoding of a wide range of SGML entities. More... almost 16 years ago
Updated history. More... about 17 years ago
Perform only one gsub! pass for extended entities to improve performance on long strings. More... about 17 years ago
Encode basic entities numerically when :basic is not specified. More... about 17 years ago
Renamed all.rb to test_all.rb so that Test::Unit::AutoRunner will catch it. More... about 17 years ago
Re-add test/all.rb. More... about 17 years ago
Significant re-architecture. Now handles differences between XHTML1 and HTML4 named entities. Interface changed to use instantiated coder to facilitate handling of different flavours. Legacy functionality preserved via special compatibility layer. More... about 17 years ago
Almost ready for 3.1.0 release. More... over 17 years ago
Build entities map from W3C DTD. More... over 17 years ago
Finalising 3.0.1 More... about 18 years ago
Improved documentation. Restructured internals to more easily hide implementation details from rdoc. More... about 18 years ago
Initial import More... about 18 years ago
Initial setting up. More... about 18 years ago