openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Hpricot
Settings
|
Report Duplicate
69
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
17 days
ago. based on code collected
17 days
ago.
Jan 28, 2024 — Jan 28, 2025
Showing page 5 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* ext/hpricot_scan/hpricot_scan.rl: honor element exclusions in the new parser, this solves a lot of test failures. remaining test failures may be corrections due to an improved parser. * lib/hpricot/htmlinfo.rb: change ElementContent to reflect ElementInclusions and ElementExclusions as well.
_why
More...
about 16 years ago
* lib/hpricot/tag.rb: fix for two failing tests. first expects BaseEle.attributes to always be a hash, which changed internally with the new parser. second wanted cdata stuffs, which was broken due to an accessor in the wrong spot.
_why
More...
about 16 years ago
Replaced extern with ruby's RUBY_EXTERN macro to fix an unresolved external linker error on windows.
Nico Rieck
as gix
More...
about 16 years ago
* ext/hpricot_scan/hpricot_scan.rl: preserve initial loading options, such that appended fragments are treated as {:xml => true} for example. this solves the breaking test_xml_casing test, due to the new parser. * lib/hpricot/builder.rb: manually set the parent since the objects in the c extension don't presume to do this any longer.
_why
More...
about 16 years ago
* ext/fast_xs/fast_xs.c: ruby 1.9 patch from michael lang. thanks guy.
_why
More...
about 16 years ago
Fixed a warning
Christian Johansen
More...
about 16 years ago
Bump version in gemspec
Adam Hooper
More...
about 16 years ago
Do not close empty tags
Adam Hooper
More...
about 16 years ago
Add hpricot_css.c to gemspec
Adam Hooper
More...
about 16 years ago
Fix an error during require
Adam Hooper
More...
about 16 years ago
Add files in the gemspec so github might know what to do with them
Adam Hooper
More...
about 16 years ago
Increment version number to make github build the gem
root
More...
about 16 years ago
Add a gemspec so github will build for us
Adam Hooper
More...
about 16 years ago
Handle HTML entities such as é
Adam Hooper
More...
about 16 years ago
Merge branch 'master' of
[email protected]
:~/git/hpricot
_why
More...
about 16 years ago
* Rakefile: run ragel task when building extensions.
_why
More...
about 16 years ago
Merge branch 'master' of git://github.com/why/hpricot
steve
More...
about 16 years ago
* ext/hpricot_scan/hpricot_css.rl: hand the css routine a proxy module, a css string and a doc. now to glue it all together.
_why
More...
about 16 years ago
* lib/hpricot/modules.rb: oh, now the stag class is really gone.
_why
More...
about 16 years ago
* test/test_parser.rb: changed the Elem.new test, since the STag class is gone now.
_why
More...
about 16 years ago
* lib/hpricot/builder.rb: use self.children instead of @children, due to storage in the c-struct. * lib/hpricot/tag.rb: allow empty docs. added Text#<<.
_why
More...
about 16 years ago
* ext/hpricot_scan/hpricot_scan.rl: programmatic construction of the hpricot c-structs.
_why
More...
about 16 years ago
* lib/hpricot/traverse.rb: empty strings on inner_* methods for no children.
_why
More...
about 16 years ago
* lib/hpricot/parse.rb: shaved off some old parser code. * lib/hpricot/traverse.rb: fixes for asserts failing due to expectation of non-nil children.
_why
More...
about 16 years ago
* ext/hpricot_scan/hpricot_scan.rl: use the downcased tag as the Elem.name.
_why
More...
about 16 years ago
* ext/hpricot_scan/hpricot_scan.rl: preserve original doctype, in case we need it. * lib/hpricot/tag.rb: ETag.new doesn't work right now.
_why
More...
about 16 years ago
* ext/hpricot_scan/hpricot_scan.rl: make the new parser the main parser. fix some bugs in the parser's sorting of empty tags. downcase tags before consulting the EC hash. crash when `tag` was set to :stag.
_why
More...
about 16 years ago
* ext/hpricot_scan/hpricot_css.rl: a ragel-based css selector parser.
_why
More...
over 16 years ago
* ext/hpricot_scan/hpricot_scan.rl: pass options into `scan`, converting more of the logic from the old `make` method.
_why
More...
over 16 years ago
* ext/hpricot_scan/hpricot_scan.rl: adding accessors to the hpricot classes. * lib/hpricot/tag.rb: wrappers for the new classes.
_why
More...
over 16 years ago
←
1
2
3
4
5
6
7
8
9
10
11
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree