Skip to content

The "First Breaking Change In 15 Years" Version

Latest
Compare
Choose a tag to compare
@spc476 spc476 released this 10 Sep 05:11
  • Changed
    * CgiNew() - no longer accepts data value
    * PairNew() - returns pointer to end delimeter (or end of string)
  • Add
    * CgiStatus()
    * CgiGetQPair()
    * CgiGetQValue()
    * CgiContentType()
    * CgiContentLength()
    * crashreport_args()
  • Renamed
    * CgiListGetValues() to CgiGetValues()
    * CgiListRequired() to CgiRequired()
    * CgiListGetPair() to CgiGetPair()
    * CgiListGetValue() to CgiGetValue()
  • Removed
    * CgiListFirst()
    * CgiListMake()
    * CgiNextValue()
    * CgiGetRawData()
    * CgiOutHtml()
    * CgiOutText()
    * CgiOutShtml()
    * CgiOutLocation()
    * crashreport_with() - replaced with crashreport_args()