Merge commit 'github/master'
[catagits/fcgi2.git] / perl / FCGI.XL
2010-01-11 Tomas Doran PRINT patch take 3 after diving the perl source
2010-01-11 Tomas Doran (t0m) Switch PRINT back to void and use XSRETURN_UNDEF/XSRETU...
2010-01-11 Tomas Doran (t0m) IO:: PRINT returns a bool, not no of bytes written...
2010-01-10 Tomas Doran Make the PRINT method return the number of bytes written.
2010-01-10 Tomas Doran Fix UTF-8 double encoding issues (RT#52400)
2003-06-22 robs call the fcgi lib's attach/detach
2002-11-11 skimo Upgrade FCGI_UndoBinding to perlio
2002-09-05 skimo perl 5.8.0 compatibility fix by Autrijus
2001-10-11 skimo define INT2PTR if needed
2001-09-20 skimo add LastCall method
2001-09-20 skimo fix reference counting
2001-09-06 robs handle int to pointer conversion properly
2001-08-28 robs Fix the return type on FCGI_Flush from int to void.
2001-06-22 skimo extra argument for FCGX_Free
2000-12-31 skimo pure perl implementation