Re: [pph] Removing pth implementation from pph implementation (issue4571047)

2011-06-07 Thread Diego Novillo
On Mon, Jun 6, 2011 at 16:12, Gabriel Charette wrote: > Ok removed the tests as well. > > Executed the full test suite with no errors (except for currently known > ones..) Thanks. Committed as rev 174761. Diego.

Re: [pph] Removing pth implementation from pph implementation (issue4571047)

2011-06-06 Thread Diego Novillo
On Mon, Jun 6, 2011 at 18:08, Gabriel Charette wrote: > Removed all of the pth code with the exception of pth_save_token_cache > and pth_load_token_cache and their respective closure. > > The renaming of the remaining functions to pph will be done in a separate > patch. > > The patch was tested w

[pph] Removing pth implementation from pph implementation (issue4571047)

2011-06-06 Thread Gabriel Charette
Removed all of the pth code with the exception of pth_save_token_cache and pth_load_token_cache and their respective closure. The renaming of the remaining functions to pph will be done in a separate patch. The patch was tested with a full bootstrap build and regression testing. Note: There mig