summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_trace_map.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typecastDmitry Stogov2020-05-221-1/+1
|
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
|
* Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-1/+1
|
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+0
|
* Convert CRLF line endings to LFPeter Kokot2018-10-131-81/+81
| | | | | | | | | | | | | | | | | | | | | | | | This patch simplifies line endings tracked in the Git repository and syncs them to all include the LF style instead of the CRLF files. Newline characters: - LF (\n) (*nix and Mac) - CRLF (\r\n) (Windows) - CR (\r) (old Mac, obsolete) To see which line endings are in the index and in the working copy the following command can be used: `git ls-files --eol` Git additionally provides `.gitattributes` file to specify if some files need to have specific line endings on all platforms (either CRLF or LF). Changed files shouldn't cause issues on modern Windows platforms because also Git can do output conversion is core.autocrlf=true is set on Windows and use CRLF newlines in all files in the working tree. Unless CRLF files are tracked specifically, Git by default tracks all files in the index using LF newlines.
* Allow generation of VM mapDmitry Stogov2018-02-221-0/+82