mdalessio

Mike Dalessio
Pharos Enterprise Intelligence (http://www.pharos-ei.com/)
NYC Metro (who am I kidding, North Jersey)
0
8

Following

Public Activity  feed

mdalessio committed to tenderlove/nokogiri 3 days ago

982ea1b35a54b8e098b83dd154cd09e02f08be5a

support for adjacent sibling combinator (a.k.a. 'E + F')

mdalessio created flexible-js-formatting 3 days ago
New repository is at mdalessio/flexible-js-formatting
mdalessio committed to tenderlove/nokogiri 4 days ago

f61e900ba179971799549122cc3df42934f82287

support for xml namespaces.

mdalessio committed to tenderlove/nokogiri 6 days ago

8e34e5b2357dc308345f7f5dbd6c6d9720ec46d8

fixing memory issues. removing old code that freed the context object on error, and making sure we deallocate only at garbage_collect time, not at gc_mark time.

mdalessio committed to tenderlove/nokogiri 6 days ago

ff434d21e8cd63cf0aa15981711df205d75ed53a

documents must gc_mark their constituent nodes.

mdalessio committed to tenderlove/nokogiri 7 days ago

bc7abad32e4d6e4316d843dde7ae651130577653

wrap_xml takes care of private pointers

mdalessio committed to tenderlove/nokogiri 10 days ago

b73f00984d4ad401a198c931c4e3287bd888e724

working around namespaces in older version of libxml2.

mdalessio committed to tenderlove/nokogiri 10 days ago

c92dba401ebfd061863c62f1225fdb08374f16fa

local implementation of xmlTextReaderHasAttributes for common versions of libxml2 that don't look at namespaces.

mdalessio committed to tenderlove/nokogiri 10 days ago

c5e7c3771b2bee6393360988fbfdc88ae440ec64

XML::Reader.attributes now returns namespaces. refactored XML::Node.attributes along the way.

mdalessio committed to tenderlove/nokogiri 11 days ago

32f8a7f93969ddeade595af7e4039b5c49247c3e

xml_reader: because the sax parser hacks the internal text node pointers, we check if the node has attributes before we call attributes().