php-src/ext/json
Peter Kokot 75fb74860d Normalize comments in *nix build system m4 files
Normalization include:
- Use dnl for everything that can be ommitted when configure is built in
  favor of the shell comment character # which is visible in the output.
- Line length normalized to 80 columns
- Dots for most of the one line sentences
- Macro definitions include similar pattern header comments now
2019-05-12 18:43:03 +02:00
..
tests Adds json_encode test for unpacked arrays 2019-04-29 10:23:38 +02:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
CREDITS Initial import of jsond 2014-11-13 20:20:46 +00:00
json.c Remove local variables 2019-02-03 21:03:00 +01:00
json_encoder.c Merge branch 'PHP-7.3' into PHP-7.4 2019-04-23 12:43:37 +02:00
json_parser.y Upgrade deprecated directives and use non-posix bison 2019-03-19 20:29:20 +01:00
json_scanner.re Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
Makefile.frag Remove ext/json parser files generated by bison 2018-10-24 20:13:04 +02:00
Makefile.frag.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
php_json.h Remove local variables 2019-02-03 21:03:00 +01:00
php_json_encoder.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_json_parser.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_json_scanner.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00