summaryrefslogtreecommitdiff
path: root/ext/standard/scanf.h
Commit message (Collapse)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* WhitespaceZeev Suraski2001-08-111-1/+1
|
* Zend compatibility patchZeev Suraski2001-07-301-2/+2
|
* Fix an inlineZeev Suraski2001-07-151-1/+0
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-1/+4
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-3/+3
| | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
* Added sscanf() function.Clayton Collie2000-06-061-0/+48