Cleanup Makefile.PL
[catagits/fcgi2.git] / perl / FCGI.XL
2010-10-07 Florian Ragwitz Passing wide char's down to FCGI is deprecated
2010-10-02 chansen remove "implicit discarding of input stream" warning...
2010-10-02 chansen warn in case of implicit discarding of input stream
2010-08-30 chansen FCGI::Stream::READ()
2010-08-30 chansen FCGI::Stream::READ() should warn() instead of croak...
2010-08-29 chansen Removed support for SFIO
2010-08-29 chansen Fixed indent style and braces to be consistent
2010-08-29 chansen s/\t/ /
2010-08-22 chansen print() and write() now warn() instead of croak() incas...
2010-07-14 Florian Ragwitz Apply patch from RT#57697
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